Skip to main content
Back to registry

substrate-vulnerability-scanner

trailofbits/skills

Systematically scan Substrate runtime modules (pallets) for platform-specific security vulnerabilities that can cause node crashes, DoS attacks, or unauthorized access. This skill encodes 7 critical vulnerability patterns unique to Substrate/FRAME-based chains.

Installs746
Install command
npx skills add https://github.com/trailofbits/skills --skill substrate-vulnerability-scanner
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Systematically scan Substrate runtime modules (pallets) for platform-specific security vulnerabilities that can cause node crashes, DoS attacks, or unauthorized access. This skill encodes 7 critical vulnerability patterns unique to Substrate/FRAME-based chains. When invoked, I will: I check for 7 critical vulnerability patterns unique to Substrate/FRAME. For detailed detection patterns, code examples, mitigations, and testing strategies, see VULNERABILITY_PATTERNS.md . Arithmetic Overflow ⚠️ CRITICAL Don't Panic ⚠️ CRITICAL - DoS Weights and Fees ⚠️ CRITICAL - DoS Verify First, Write Last ⚠️ HIGH (Pre-v0.9.25) Unsigned Transaction Validation ⚠️ HIGH Bad Randomness ⚠️ MEDIUM Bad Origin ⚠️ CRITICAL For complete vulnerability patterns with code examples, see VULNERABILITY_PATTERNS.md . For each #[pallet::call] function: Before completing Substrate pallet audit: Arithmetic Safety (CRITICAL) : Panic Prevention (CRITICAL) : Weights & DoS (CRITICAL) : Access Control (CRITICAL) : Storage Safety (HIGH) : Other (MEDIUM) : Testing : - Auditing custom Substrate pallets - Reviewing FRAME runtime code - Pre-launch security assessment of Substrate chains (Polkadot parachains, standalone chains) - Validating dispatchable extrinsic functions - Reviewing weight calculation functions - Assessing unsigned transaction validation logic - Rust files : .rs - pallets/*/lib.rs - Pallet implementations...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does substrate-vulnerability-scanner do?

Systematically scan Substrate runtime modules (pallets) for platform-specific security vulnerabilities that can cause node crashes, DoS attacks, or unauthorized access. This skill encodes 7 critical vulnerability patterns unique to Substrate/FRAME-based chains.

Is substrate-vulnerability-scanner good?

substrate-vulnerability-scanner does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does substrate-vulnerability-scanner work with?

substrate-vulnerability-scanner currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to substrate-vulnerability-scanner?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install substrate-vulnerability-scanner?

npx skills add https://github.com/trailofbits/skills --skill substrate-vulnerability-scanner

Related skills

More from trailofbits/skills

Related skills

Alternatives in Software Engineering