Smart contract auditing
Natural-language prompts for auditing Solidity and Solana projects with HiAUDIT.
Natural-language prompts for auditing Solidity and Solana projects with HiAUDIT.
HiAUDIT auto-detects the target chain (EVM or Solana) from your project files, so the same prompts work for both Solidity and Solana / Anchor projects.
| What you want | What to type in chat |
|---|---|
| Run a security scan | ”Analyze this Solidity project with HiAUDITAgent” |
| Full audit with manual review | ”Audit this contract thoroughly” |
| Get a project overview | ”hiauditagent overview” |
| View gas optimizations | ”Show me the gas optimization report” |
| Explain a contract | ”hiauditagent explain this contract” |
| Check access control | ”Who can call the withdraw function?” |
| View storage layout | ”Show the storage layout for Vault” |
| Map architecture | ”Show the inheritance graph for this project” |
| Generate an audit report | ”hiauditagent report” |
| Write a PoC exploit | ”hiauditagent poc for the reentrancy finding” |
For Anchor and native Solana programs, you can also ask: