0x-Shashi

29 mods across 1 repository, 57 stars between them.

skills

01

0x-Shashi/WEB3-AUDIT-SKILLS

Skill Claude CodeCodex

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.

57 6mo ago A 54 tokens

attack-chains

02

0x-Shashi/WEB3-AUDIT-SKILLS

Skill Claude CodeCodex

Detect multi-step exploit sequences where individual steps may appear benign but combine into critical vulnerabilities. Use when analyzing protocols for flash-loan-to-governance chains, oracle manipulation sequences, or cross-contract re-entrancy paths inspired by real-world exploits like Ronin, Wormhole, and…

57 6mo ago A 60 tokens

context-detection

03

0x-Shashi/WEB3-AUDIT-SKILLS

Skill Claude CodeCodex

Automatically identify the type of protocol being audited to load appropriate checklists, templates, and vulnerability patterns without manual configuration. Use when starting any new audit to classify the protocol (DeFi lending, AMM, bridge, governance, etc.) and surface the most relevant checks.

57 6mo ago A 54 tokens

protocol-templates

04

0x-Shashi/WEB3-AUDIT-SKILLS

Skill Claude CodeCodex

Structured, protocol-type-specific audit templates enumerating the exact checks, invariants, and attack vectors relevant to each protocol category. Use when auditing AMM/DEX, lending, bridge, governance, or vault protocols to load targeted checklists based on context detection results.

57 6mo ago A 53 tokens

skill-chains

05

0x-Shashi/WEB3-AUDIT-SKILLS

Skill Claude CodeCodex

Ordered sequences of individual audit skills to execute for different audit depth levels ensuring comprehensive, systematic coverage. Use when selecting between quick scan, standard audit, deep audit, or full engagement workflows to match coverage to time and scope constraints.

57 6mo ago A 45 tokens

aptos-scanner

06

0x-Shashi/WEB3-AUDIT-SKILLS

Skill Claude CodeCodex

Use when the user wants to audit Aptos Move smart contracts, scan Aptos-specific patterns including global storage model, resource accounts, or coin modules, review Aptos DeFi protocols for framework module interaction vulnerabilities, or analyze Aptos-specific upgrade and governance patterns.

57 6mo ago A 52 tokens

0x-Shashi/WEB3-AUDIT-SKILLS

Skill Claude CodeCodex

Systematically build comprehensive understanding of a protocol before code-level analysis. Use when starting a new audit engagement, mapping trust boundaries and external dependencies, or when needing to identify all privileged roles and protocol invariants before manual review.

57 6mo ago A 44 tokens

aztec-scanner

08

0x-Shashi/WEB3-AUDIT-SKILLS

Skill Claude CodeCodex

Use when the user wants to audit Aztec Network smart contracts written in Noir, scan for privacy-specific vulnerabilities including state leakage, note handling, or nullifier collisions, review private DeFi protocols for information disclosure, or analyze encrypted computation and zero-knowledge proof circuits.

57 6mo ago A 53 tokens

cairo-scanner

09

0x-Shashi/WEB3-AUDIT-SKILLS

Skill Claude CodeCodex

Use when the user wants to audit Cairo smart contracts for security vulnerabilities, scan Starknet contracts for felt overflow, storage collision, or account abstraction issues, review Cairo 2.x contracts for component architecture flaws, or analyze STARK-based protocols for cryptographic and computational errors.

57 6mo ago A 54 tokens

commands

10

0x-Shashi/WEB3-AUDIT-SKILLS

Skill Claude CodeCodex

Structured command patterns for invoking audit capabilities through slash commands. Use when triggering /audit, /scan, /checklist, /report, /severity, /patterns, or other slash commands that map to underlying skills and load the correct context for each workflow.

57 6mo ago A 51 tokens

cosmos-scanner

11

0x-Shashi/WEB3-AUDIT-SKILLS

Skill Claude CodeCodex

Use when the user wants to audit Cosmos SDK modules or CosmWasm smart contracts, scan IBC protocol interactions for relay, channel, or packet vulnerabilities, review Cosmos Go modules for state machine exploits, or analyze cross-chain message handling in the Cosmos ecosystem.

57 6mo ago A 51 tokens

cyfrin-findings

12

0x-Shashi/WEB3-AUDIT-SKILLS

Skill Claude CodeCodex

Query the Cyfrin/Solodit findings database (50,530+ findings from 30+ audit firms) for vulnerability research, pattern extraction, and audit enhancement. Use when searching for historical findings by vulnerability type, protocol category, or severity, or when looking for similar bugs found in comparable protocols.

57 6mo ago A 62 tokens

differential-review

13

0x-Shashi/WEB3-AUDIT-SKILLS

Skill Claude CodeCodex

Compare two versions of a codebase to identify security implications of changes. Use when reviewing protocol upgrades, verifying bug fixes, auditing dependency updates, or when only a subset of code has changed since the last audit.

57 6mo ago A 42 tokens

fix-review

14

0x-Shashi/WEB3-AUDIT-SKILLS

Skill Claude CodeCodex

Verify that bug fixes correctly address reported vulnerabilities without introducing new issues. Use when reviewing protocol team fix submissions, during re-audit engagements, or in contest mitigation review phases on Sherlock and Code4rena.

57 6mo ago A 40 tokens

fuel-scanner

15

0x-Shashi/WEB3-AUDIT-SKILLS

Skill Claude CodeCodex

Use when the user wants to audit Fuel Network smart contracts written in Sway, scan FuelVM contracts for UTXO-model, predicate, or script vulnerabilities, review Fuel DeFi protocols for multi-asset handling issues, or analyze Sway-specific patterns including storage access and message passing.

57 6mo ago A 57 tokens

methodology

16

0x-Shashi/WEB3-AUDIT-SKILLS

Skill Claude CodeCodex

Comprehensive audit methodology guides covering the full security auditor workflow -- from preparation and AI-assisted analysis through formal verification, economic modeling, report writing, and skill quality scoring. Use when learning audit workflows, selecting testing strategies, or authoring new skills with TDD…

57 6mo ago A 53 tokens

move-scanner

17

0x-Shashi/WEB3-AUDIT-SKILLS

Skill Claude CodeCodex

Use when the user wants to audit Move smart contracts for security vulnerabilities, scan Aptos or Sui contracts for resource safety, capability leaks, or module upgrade issues, review Move-based DeFi protocols for object model and linear type violations, or analyze cross-module trust boundaries.

57 6mo ago A 54 tokens

report-writer

18

0x-Shashi/WEB3-AUDIT-SKILLS

Skill Claude CodeCodex

Generate professional audit reports with structured findings, severity classifications, proof-of-concept code, and actionable recommendations. Use when writing individual findings, composing full audit reports, or formatting results for Code4rena, Sherlock, or client engagements.

57 6mo ago A 46 tokens

scoring

19

0x-Shashi/WEB3-AUDIT-SKILLS

Skill Claude CodeCodex

Quantitative scoring framework for measuring audit quality with objective metrics to evaluate performance, track improvement over time, and identify areas needing attention. Use when benchmarking audit thoroughness, comparing engagement quality, or building quality gates into CI pipelines.

57 6mo ago A 45 tokens

severity

20

0x-Shashi/WEB3-AUDIT-SKILLS

Skill Claude CodeCodex

Data-driven severity classification for smart contract audit findings with statistical breakdowns and 30 representative examples per level from top audit firms. Use when assigning severity to findings, justifying classifications with historical data, or calibrating severity judgment against Code4rena, Sherlock, and…

57 6mo ago A 57 tokens

solana-scanner

21

0x-Shashi/WEB3-AUDIT-SKILLS

Skill Claude CodeCodex

Use when auditing Solana programs for security vulnerabilities, reviewing Anchor or Pinocchio/native Rust smart contracts, checking CPI safety, PDA validation, account ownership, signer verification, or Token-2022 security.

57 6mo ago A 41 tokens

solidity-scanner

22

0x-Shashi/WEB3-AUDIT-SKILLS

Skill Claude CodeCodex

Use when the user wants to audit Solidity smart contracts for security vulnerabilities, scan EVM-compatible contracts for reentrancy, oracle manipulation, access-control, or flash-loan issues, review DeFi protocols on Ethereum, Arbitrum, Optimism, Base, Polygon, or BSC, or generate security audit reports for smart…

57 6mo ago A 68 tokens

spec-compliance

23

0x-Shashi/WEB3-AUDIT-SKILLS

Skill Claude CodeCodex

Verify smart contract implementations comply with EIP/ERC standards and protocol specifications. Use when checking ERC-20, ERC-721, ERC-1155, ERC-4626, or EIP-712 compliance, or when identifying non-standard token behavior that causes integration failures.

57 6mo ago A 54 tokens

starknet-scanner

24

0x-Shashi/WEB3-AUDIT-SKILLS

Skill Claude CodeCodex

Use when the user wants to audit Starknet contracts for security vulnerabilities, scan Cairo contracts for Starknet-specific patterns including account abstraction, class replacement, or L1-L2 messaging, review Starknet DeFi protocols for component architecture flaws, or analyze cross-layer bridge security.

57 6mo ago A 54 tokens