solidity-auditor

Orchestrate parallel agents to audit Solidity contracts and generate security reports.

16|4|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/idchain-world/id-agents --skill solidity-auditor-idchain-world
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: solidity-auditor
Source: https://github.com/idchain-world/id-agents/tree/main/configs/agents/solidity-security/skills/solidity-auditor
Command: npx skills add https://github.com/idchain-world/id-agents --skill solidity-auditor-idchain-world

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates a multi-agent security audit workflow for Solidity contracts, enabling faster, more thorough vulnerability discovery.

Core Features & Use Cases

  • Parallel agent orchestration: Spawns and coordinates multiple specialized security agents to inspect Solidity code.
  • Flexible scan modes: Supports default repo-wide scans or targeted file scans, with optional references to guide the audit.
  • Governance-aware findings: Deduplicates results, applies judging rules, and outputs a formatted security report compatible with the provided templates.

Quick Start

Run solidity-auditor against a Solidity project to generate a security audit report.

Frequently Asked Questions about solidity-auditor

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

FAQPage Schema
How do I run an automated security audit for a full Solidity repository?▼

You can perform a Solidity security audit by running this skill against your project directory, spawning eight parallel agents to inspect the repo and generate a formatted vulnerability report.

What is multi-agent parallel orchestration for Solidity vulnerability scanning?▼

Multi-agent Solidity vulnerability scanning spawns eight specialized agents in parallel to inspect code, deduplicate results, and validate findings against governance rules for thorough security audits.

Can I scan specific Solidity files instead of an entire repository?▼

Yes, you can scan specific Solidity files by using targeted file scan modes instead of the default full-repo scan, allowing you to focus the security audit on particular contracts.

How do automated LLM agents deduplicate and validate Solidity security findings?▼

Automated LLM agents deduplicate overlapping vulnerability results and validate findings against governance rules before outputting a formatted security report, ensuring accurate and consolidated audit outcomes.

Do I need any dependencies installed to use a parallel agent Solidity auditor?▼

No dependencies are required to use this parallel agent Solidity auditor, as it operates standalone by consuming a frontmatter-configured skill spec to orchestrate the security audit workflow.