One-click install
npx skills add https://github.com/pantheraudits/web3-sec-ai-prompts --skill panther-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: panther-audit
Source: https://github.com/pantheraudits/web3-sec-ai-prompts/tree/main/claude-skill
Command: npx skills add https://github.com/pantheraudits/web3-sec-ai-prompts --skill panther-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end security audits of smart contracts.

Core Features & Use Cases

  • Auto-detects NSLOC and selects STANDARD or CHUNK mode accordingly
  • Four-phase review: CONTEXT, REVIEW, TRIAGE, REPORT for small codebases
  • Chunk mode with persistent state, deduplication, and cross-module analysis for large codebases
  • Generates structured audit reports with actionable fixes

Quick Start

Provide a contract codebase to audit, and Panther Audit will automatically run the appropriate review pipeline.

Frequently Asked Questions about panther-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 large Solidity codebase?

To automate a smart contract security audit for a large Solidity codebase, provide the codebase to an auditing tool that auto-detects NSLOC, selects chunk mode, and performs module-based reviews with persistent state and cross-module deduplication to generate a consolidated report.

What is the best way to find vulnerabilities in DeFi protocols written in Vyper or Rust?

The best way to find vulnerabilities in DeFi protocols written in Vyper or Rust is to run an automated security audit that applies a four-phase review pipeline—context, review, triage, report—to detect issues and generate structured findings with actionable fixes.

Can I use an automated auditing pipeline for small Move smart contracts?

Yes, you can use an automated auditing pipeline for small Move smart contracts. The system auto-detects the smaller NSLOC size and selects standard mode, applying a four-phase review to detect vulnerabilities and output a structured audit report.

How does cross-module analysis work during a smart contract audit?

Cross-module analysis works during a smart contract audit by processing large codebases in chunks, saving persistent state between modules, and deduplicating overlapping findings to produce a final consolidated security report.

Does automated security auditing support state persistence across different codebase modules?

Yes, automated security auditing supports state persistence across different codebase modules. When processing large protocols in chunk mode, the system maintains persistent state to enable cross-module analysis and deduplication of vulnerabilities.