
AuditAgent is an autonomous AI smart-contract audit oracle running a four-step loop: FETCH, REASON, SCORE, and ACT, recording every verdict permanently on-chain. The agent fetches any Solidity contract source or bytecode, runs 11 static vulnerability rules covering reentrancy, access-control, oracle manipulation, tx.origin misuse, selfdestruct risks, and integer precision, then augments findings with LLM semantic reasoning via Fireworks AI running on AMD Instinct MI300X GPUs in AMD Developer Cloud. The LLM catches semantic vulnerabilities the static pass misses: broken business logic, missing input validation, unsafe upgrade patterns, and economic exploits. The combined risk score from 0 to 100 and all findings are signed by an agent wallet and written to an on-chain AttestationRegistry contract, creating a permanent queryable verifiable record of AI security assessments. AMD integration: all LLM inference runs through Fireworks AI OpenAI-compatible endpoint backed by AMD Instinct MI300X hardware. The model is configurable via FIREWORKS_MODEL. Keyless fallback ensures the agent works without an API key, with static analysis alone proving the on-chain architecture is the core product.
13 Jul 2026