Help us improve
Share bugs, ideas, or general feedback.
From cybersec-toolkit
Runs Slither and Mythril static/symbolic analysis on Solidity contracts to detect reentrancy, overflow, access control, and other vulnerabilities before Ethereum mainnet deployment.
npx claudepluginhub 26zl/cybersec-toolkit --plugin cybersec-toolkitHow this skill is triggered — by the user, by Claude, or both
Slash command
/cybersec-toolkit:analyzing-ethereum-smart-contract-vulnerabilitiesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Smart contract vulnerabilities have led to billions of dollars in losses across DeFi protocols. Unlike traditional software, deployed smart contracts are immutable and handle real financial assets, making pre-deployment security analysis critical. Slither performs fast static analysis using an intermediate representation to detect over 90 vulnerability patterns in seconds, while Mythril uses sy...
Runs Slither and Mythril static/symbolic analysis on Solidity contracts to detect reentrancy, overflow, access control, and other vulnerabilities before Ethereum mainnet deployment.
Analyzes Solidity smart contracts for vulnerabilities like reentrancy, integer overflow, and access control using Slither static analysis and Mythril symbolic execution before Ethereum deployment.
Analyzes Solidity smart contracts using Slither static analysis and Mythril symbolic execution to detect reentrancy, integer overflow, access control flaws before Ethereum deployment.
Share bugs, ideas, or general feedback.
Smart contract vulnerabilities have led to billions of dollars in losses across DeFi protocols. Unlike traditional software, deployed smart contracts are immutable and handle real financial assets, making pre-deployment security analysis critical. Slither performs fast static analysis using an intermediate representation to detect over 90 vulnerability patterns in seconds, while Mythril uses symbolic execution and SMT solving to discover complex execution path vulnerabilities like reentrancy and integer overflows. This skill covers running both tools against Solidity contracts, interpreting results, triaging findings by severity, and generating audit reports.
Execute Slither against the contract codebase to identify vulnerability patterns, optimization opportunities, and code quality issues using its 90+ built-in detectors.
Run Mythril deep analysis to explore execution paths and discover reentrancy, unchecked external calls, and arithmetic vulnerabilities that require path-sensitive analysis.
Combine results from both tools, deduplicate findings, assess severity based on exploitability and financial impact, and filter false positives.
Produce a structured audit report with vulnerability descriptions, affected code locations, exploit scenarios, and remediation recommendations.
JSON report listing vulnerabilities with SWC (Smart Contract Weakness Classification) identifiers, severity ratings, affected functions, and suggested fixes.