This is a parallelized security auditor that spawns eight specialized agents to hunt for vulnerabilities in your Solidity contracts. It scans your repo (or specific files) and runs concurrent analyses across attack vectors, math precision, access control, economic exploits, execution traces, invariants, periphery issues, and first principles reasoning. The orchestrator deduplicates findings across agents, runs them through a four gate evaluation system from judging rules, and outputs a ranked report with exploit chains and fixes. It skips test files and mocks by default. The multi agent approach catches overlapping issues that single pass reviews miss, though you're still reading a machine generated audit that needs human judgment on severity and business context.
npx skills add https://github.com/pashov/skills --skill solidity-auditor