Vigilo
Autonomous smart contract security audits with validated exploit proofs
All Skills in This Repository (31)
Pure Emerald Level Indicatorspoc
Generate and validate Foundry PoC tests from attack scenario documents.
vulnerability-base
Standardize smart contract vulnerability reporting with severity classification and quality checklists.
docs-analysis
Analyze project documentation to extract invariants and map trust assumptions.
code-analysis
Map smart contract structures and trace execution flows for security auditing.
audit
Automates full security audits for smart contracts, from scope to report.
report
Generate submission-ready audit reports from validated findings for Code4rena, Cantina, Sherlock, and Immunefi.
Lending Protocol Patterns
Analyze DeFi lending protocols for vulnerabilities using an audit checklist.
Staking Protocol Patterns
Audit DeFi staking and reward distribution mechanisms for common vulnerabilities.
ERC4626 Vault Patterns
Analyze Solidity smart contracts for ERC4626 vault vulnerabilities.
state-sync-analysis
Analyze Solidity smart contracts for state synchronization vulnerabilities and timing attacks.
invariant-analysis
Extract and analyze smart contract protocol invariants to identify violation paths.
asset-flow-analysis
Analyze Solidity smart contracts to map asset storage and movement paths.
Frequently Asked Questions
FAQPage SchemaHow to install Vigilo?โผ
Run `npx skills add PurpleAILAB/Vigilo --all -g -y` in your terminal to install all auditing skills globally.
What does Vigilo do?โผ
Vigilo runs a full smart contract security audit pipeline: scope resolution, code reconnaissance, parallel specialist audits, proof-of-concept validation, and final report generation.
Which vulnerabilities can Vigilo detect?โผ
It covers reentrancy, oracle manipulation, flash loan attacks, access control flaws, logic errors, token edge cases, cross-chain risks, and ERC4626 vault inflation attacks.
Does Vigilo work with Claude Code and OpenCode?โผ
Yes. Vigilo ships as a plugin for both OpenCode and Claude Code, and all skills follow the universal SKILL.md standard.
Can Vigilo prove a vulnerability is real?โผ
Yes. It auto-generates Foundry test files for each finding and only marks it validated when the test passes and proves the claimed impact.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core