Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Web3 Audit Plugin - Core Skill Definition

ASecurity

Root skill definition for the Web3 Audit Plugin providing AI-powered smart contract security auditing across EVM, Solana, Move, Cairo, CosmWasm, and TON platforms. Use as the top-level entry point for understanding plugin capabilities, supported chains, and skill routing.

61 stars
0 votes
0 copies
0 views
Added 9/19/2026
blockchainpythonrustgobashsecurity

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add 0x-Shashi/WEB3-AUDIT-SKILLS --skill skills --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Web3 Audit Plugin - Core Skill Definition?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Web3 Audit Plugin - Core Skill Definition
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/0x-shashi-web3-audit-plugin-core-skill-definition/badge)](https://www.skillsdirectory.com/skills/0x-shashi-web3-audit-plugin-core-skill-definition)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
id: web3-audit-plugin
title: Web3 Audit Plugin - Core Skill
category: root
difficulty: beginner
triggers:
  - audit
  - scan
  - security review
  - smart contract audit
related_skills:
  - solidity-scanner/SKILL.md
  - methodology/SKILL.md
  - commands/SKILL.md
tags:
  - root
  - web3
  - audit
  - multi-chain
last_updated: 2026-02-26
description: >-
  Root skill definition for the Web3 Audit Plugin providing AI-powered
  smart contract security auditing across EVM, Solana, Move, Cairo,
  CosmWasm, and TON platforms. Use as the top-level entry point for
  understanding plugin capabilities, supported chains, and skill routing.
---

# Web3 Audit Plugin - Core Skill Definition

## Purpose
This plugin provides AI-powered smart contract security auditing capabilities across multiple blockchain platforms.

## Capabilities
- Multi-chain smart contract analysis (EVM, Solana, Move, Cairo, CosmWasm, TON)
- Pattern-based vulnerability detection using 200+ known patterns
- Protocol-specific audit checklists (DeFi, NFT, Bridge, Governance)
- Attack chain analysis for multi-step exploit detection
- Automated severity classification
- Report generation with findings templates

## Usage
1. Load the target smart contract code
2. Identify the chain and protocol type
3. Run appropriate scanner skill
4. Apply relevant checklist
5. Check attack chain patterns
6. Generate audit report

## Skill Chain
```
Context Building → Scanner → Checklist → Attack Chains → Report
```

## Available Scanners
- Solidity Scanner (EVM chains)
- Solana Scanner (Rust/Anchor)
- Cairo Scanner (Starknet)
- Move Scanner (Aptos/Sui)
- Cosmos Scanner (CosmWasm/SDK)
- TON Scanner (FunC/Tact)
- Aptos Scanner (Move/Aptos)
- Sui Scanner (Sui Move)
- Starknet Scanner (Cairo)
- Aztec Scanner (Noir)
- Fuel Scanner (Sway)

## Prerequisites

The plugin requires an AI model with tool-use capabilities. Each scanner skill may have chain-specific prerequisites (e.g., Solana scanner requires familiarity with Anchor framework).

## Validation

To verify installation and test skill loading:

```bash
# Validate all SKILL.md files pass quality threshold
python scripts/quality-check.py --all --min-score 8
```

```yaml
# Example trigger routing
trigger: "audit solidity"
route_to: solidity-scanner/SKILL.md
load: [checklists, patterns, severity]
```

```bash
# Verify scanner availability
ls skills/*/SKILL.md | wc -l  # Should show 29+ skills
```

## Behavior Guidelines

- Scanner selection is **required** based on detected chain type
- Protocol template loading is **optional** but recommended
- Severity classification MUST follow the decision tree in `patterns/severity-scoring.md`
- Auditors may optionally skip gas optimization checks depending on engagement scope

## References

- [Core References](references/README.md) - Architecture diagrams and skill routing maps

Attribution

0x-Shashi0x-Shashi
View sourceMore from 0x-Shashi →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Nft Standards

Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.

458250 votes

Defi Protocol Templates

Implement DeFi protocols with production-ready templates for staking, AMMs, governance, and lending systems. Use when building decentralized finance applications or smart contract protocols.

393430 votes

Nft Standards

Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.

393430 votes

vyper-compiler

Vyper smart contract compiler internals. Use when working on the Vyper compiler codebase — compilation pipeline, Venom IR, semantic analysis, code generation, testing, or contributing. Triggers on vyper compiler development, Venom passes, AST/semantics changes, codegen work, or test writing.

51810 votes

Emily

Query Radix DLT blockchain data including wallet balances and performance, token prices and market movers, validator staking info, transaction history, network statistics, ecosystem news, DeFi yield pools, XRD trading venues, dApp directory, and developer resources. Use when users ask about Radix, XRD, wallets starting with account_rdx, tokens starting with resource_rdx, staking, DeFi on Radix, .xrd domains, Attos Earn, or buying/bridging XRD.

21280 votes
View all in blockchain →