# Smart Contract Security Audit

> Smart Contract Security Audit is a paid API for AI agents from etherealgoodsco.store, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Analyzes EVM smart contract code against known vulnerability patterns and returns a security audit report

## Facts

- Endpoint: POST https://etherealgoodsco.store/agent/code-audit
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/smart-contract-security-audit-b62be98e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_63FeGxWU4qVGAmA71y-TE

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 smart-contract-security-audit-b62be98e -d '<json body>'
```

Example prompt: Can you run a security audit on this Solidity smart contract I'm about to deploy — I need it checked for reentrancy, integer overflow, and any other common vulnerability patterns before it goes live on mainnet?

## When to prefer this

Choose this endpoint when you need a fast, automated vulnerability pattern scan of EVM-compatible smart contract source code or bytecode before deployment or integration. Prefer this over manual review for quick iteration cycles or initial triage. Best suited for detecting known vulnerability classes (reentrancy, overflow, access control, etc.) rather than novel economic exploits requiring full formal verification.

## Known failure modes

- Invalid or unparseable contract code returns an error
- Contract too large exceeds processing limits
- Unsupported EVM dialect or non-Solidity bytecode may yield incomplete results
- Network timeout or service unavailability returns 5xx error
- Insufficient USDC payment via x402 protocol results in 402 Payment Required

## How this service works

Smart contract security audit with vulnerability patterns

## Output

A structured security audit report identifying matched vulnerability patterns in the submitted smart contract code, including severity ratings for each finding, affected functions or code sections, and an overall risk summary to help developers remediate issues before deployment.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "address": {
   "type": "string",
   "description": "Contract address to audit"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/smart-contract-security-audit-b62be98e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from etherealgoodsco.store](https://www.zero.xyz/host/etherealgoodsco.store/llms.txt)
