audit

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

60|18|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/PurpleAILAB/Vigilo --skill audit-purpleailab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/PurpleAILAB/Vigilo/tree/main/packages/claude/skills/audit
Command: npx skills add https://github.com/PurpleAILAB/Vigilo --skill audit-purpleailab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the entire smart contract security auditing process, from initial scope definition to final report generation, ensuring comprehensive vulnerability detection and validation.

Core Features & Use Cases

  • End-to-End Audit Orchestration: Manages all phases of an audit, including scope resolution, reconnaissance, deep analysis by specialized auditors, Proof-of-Concept (PoC) validation, and report generation.
  • Automated Auditor Selection: Intelligently selects the most relevant auditors based on the detected protocol type (e.g., AMM, Lending, Vault).
  • Use Case: When you need a thorough security review of a new DeFi protocol, this Skill will automatically analyze the codebase, identify potential vulnerabilities, generate exploit scenarios, validate them with tests, and produce a submission-ready report.

Quick Start

Initiate a full smart contract security audit for the provided codebase.

Frequently Asked Questions about audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a smart contract security audit for a DeFi protocol?

Automate a smart contract security audit by orchestrating a workflow that defines scope, runs reconnaissance, deploys protocol-specific auditors, validates attack scenarios via testing, and compiles a final report. This pipeline detects vulnerabilities and generates a submission-ready document automatically.

Can I generate a Code4rena submission-ready report automatically from a codebase?

Yes, you can generate a Code4rena submission-ready report automatically. The audit workflow compiles the final report after deep analysis and Proof-of-Concept validation, ensuring the output meets platform submission standards for identified smart contract vulnerabilities.

How does automated auditor selection work for different DeFi protocol types?

Automated auditor selection works by detecting the specific protocol type, such as AMM, Lending, or Vault, and intelligently deploying the most relevant specialized auditors for deep analysis. This ensures the security review targets protocol-specific attack vectors.

What is the best way to validate smart contract exploit scenarios during an audit?

The best way to validate smart contract exploit scenarios is through Proof-of-Concept testing. The audit workflow generates attack scenarios and automatically validates them using smart contract tests to confirm vulnerabilities before compiling the final security report.

Does the audit workflow require predefined scope boundaries for smart contract review?

Yes, the audit workflow requires predefined scope boundaries. It initiates the process with scope definition and code reconnaissance to ensure the protocol-specific auditors analyze the correct smart contract boundaries before generating and validating exploit scenarios.