PurpleAILABPurpleAILABOfficialยท31 Agent Skills Included

Vigilo

Autonomous smart contract security audits with validated exploit proofs

Audits Solidity, Vyper, Cairo, and Rust smart contracts for vulnerabilities like reentrancy, oracle manipulation, flash loan attacks, and access control flaws. Deploys parallel specialist auditors that map code structure, extract protocol invariants, and write concrete attack scenarios. Generates and validates Foundry proof-of-concept tests, then produces submission-ready reports for Code4rena, Cantina, Sherlock, and Immunefi.
npx skills add PurpleAILAB/Vigilo --all -g -y

All Skills in This Repository (31)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
PurpleAILABPurpleAILAB

poc

Generate and validate Foundry PoC tests from attack scenario documents.

Official
Advanced
๐Ÿ“ฆ In Repo
PurpleAILABPurpleAILAB

vulnerability-base

Standardize smart contract vulnerability reporting with severity classification and quality checklists.

Official
Intermediate
๐Ÿ“ฆ In Repo
PurpleAILABPurpleAILAB

docs-analysis

Analyze project documentation to extract invariants and map trust assumptions.

Official
Intermediate
๐Ÿ“ฆ In Repo
PurpleAILABPurpleAILAB

code-analysis

Map smart contract structures and trace execution flows for security auditing.

Official
Intermediate
๐Ÿ“ฆ In Repo
PurpleAILABPurpleAILAB

audit

Automates full security audits for smart contracts, from scope to report.

Official
Advanced
๐Ÿ“ฆ In Repo
PurpleAILABPurpleAILAB

report

Generate submission-ready audit reports from validated findings for Code4rena, Cantina, Sherlock, and Immunefi.

Official
Advanced
๐Ÿ“ฆ In Repo
PurpleAILABPurpleAILAB

Lending Protocol Patterns

Analyze DeFi lending protocols for vulnerabilities using an audit checklist.

Official
Intermediate
๐Ÿ“ฆ In Repo
PurpleAILABPurpleAILAB

Staking Protocol Patterns

Audit DeFi staking and reward distribution mechanisms for common vulnerabilities.

Official
Advanced
๐Ÿ“ฆ In Repo
PurpleAILABPurpleAILAB

ERC4626 Vault Patterns

Analyze Solidity smart contracts for ERC4626 vault vulnerabilities.

Official
Advanced
๐Ÿ“ฆ In Repo
PurpleAILABPurpleAILAB

state-sync-analysis

Analyze Solidity smart contracts for state synchronization vulnerabilities and timing attacks.

Official
Advanced
๐Ÿ“ฆ In Repo
PurpleAILABPurpleAILAB

invariant-analysis

Extract and analyze smart contract protocol invariants to identify violation paths.

Official
Advanced
๐Ÿ“ฆ In Repo
PurpleAILABPurpleAILAB

asset-flow-analysis

Analyze Solidity smart contracts to map asset storage and movement paths.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’