# DeFi Intel EVM Contract Decompile & AI Risk Audit

> DeFi Intel EVM Contract Decompile & AI Risk Audit is a paid API for AI agents from defi-intel-agent-gateway.gg-neo15.workers.dev, paid per call via x402, $0.0025/call, status unknown (last checked 2026-09-14).

Decompiles EVM smart contract bytecode into a human-readable opcode listing and returns an AI-generated risk assessment flagging dangerous patterns.

## Facts

- Endpoint: POST https://defi-intel-agent-gateway.gg-neo15.workers.dev/v1/contract/decompile-audit
- Price: $0.0025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/defi-intel-evm-contract-decompile-ai-risk-audit-2b630408
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__qBTEU4IC83uRmV9mXO64

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability defi-intel-evm-contract-decompile-ai-risk-audit-2b630408 -d '<json body>'
```

Example prompt: Can you decompile the bytecode for the contract at 0xAbCd...1234 and give me an AI risk assessment highlighting any dangerous opcode patterns I should be worried about?

## When to prefer this

Use this endpoint when you need a quick, automated first-pass decompilation of EVM bytecode combined with an AI risk flag summary — especially when evaluating unknown or unverified contracts before interaction. Prefer this over manual tools when speed and AI-assisted pattern flagging matter. Do not rely on this as a replacement for a full professional smart contract audit.

## Known failure modes

- Invalid or malformed bytecode input returns an error
- Contract address not found or empty bytecode (e.g. EOA address) results in decompilation failure
- Network timeout or worker edge failure for very large contracts
- Unrecognized bytecode format may produce incomplete opcode listing
- AI risk assessment may miss novel or obfuscated attack patterns

## How this service works

Decompile an EVM contract's bytecode to a readable opcode listing with an AI risk assessment. Returns opcodes + flagged patterns. DO NOT use as a substitute for a full audit.

## Output

Returns a human-readable opcode listing derived from the EVM contract bytecode along with an AI-generated risk assessment that flags potentially dangerous or suspicious opcode patterns such as selfdestruct, delegatecall misuse, or hidden minting logic. Explicitly not a substitute for a full professional audit.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defi-intel-evm-contract-decompile-ai-risk-audit-2b630408/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from defi-intel-agent-gateway.gg-neo15.workers.dev](https://www.zero.xyz/host/defi-intel-agent-gateway.gg-neo15.workers.dev/llms.txt)
