{"slug":"api-remix-live-mcp-x402-http-do-audit-7d42bd","title":"Complete AI-powered smart contract security audit report","host":"api.remix.live","method":"POST","resource":"https://api.remix.live/mcp/x402-http/do_audit","category":"code","description":"Complete AI-powered smart contract security audit report - analyzes contract code against security checklist and provides detailed findings","price_listed":0.1,"price_asked":null,"state":"effects","state_label":"Not tested: has real-world effects","checks_7d":0,"answered_7d":0,"latency_ms_median":null,"reported_calls_30d":2,"reported_payers_30d":1,"networks":["eip155:8453"],"badge":"unverified","paid_checks_7d":0,"paid_ok_7d":0,"example_input":{"body":{"checklist":"# Security Audit Checklist Report\n\n**Contract**: MyToken.sol\n\n## Summary\n\n- **ERC20::Token Mechanics** 🔴 `high`\n  - Inherits ERC20 and defines mint function\n\n...","sources":{"MyToken.sol":{"content":"// SPDX-License-Identifier: MIT\npragma solidity ^0.8.0;\n\ncontract MyToken {\n    string public name = \"MyToken\";\n    mapping(address => uint256) public balances;\n\n    function mint(address to, uint256 amount) public {\n        balances[to] += amount;\n    }\n}"}}},"bodyType":"json","method":"POST","type":"http"},"output_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"checklist":{"description":"Audit checklist in markdown format (from get_audit_checklist endpoint or custom checklist)","type":"string"},"sources":{"additionalProperties":{"properties":{"content":{"type":"string"}},"required":["content"],"type":"object"},"description":"Map of filename to source code. Required. At least one contract file must be provided.","type":"object"}},"required":["sources","checklist"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"history":[],"description_full":"Complete AI-powered smart contract security audit report - analyzes contract code against security checklist and provides detailed findings","last_updated":"2026-09-23T08:15:10.26Z","schemes":["exact"]}