Security specialty

Blockchain Security

Browse every cataloged workflow for blockchain security, with source context, tags, and security framework mappings intact.

Complete collection

Skills in this domain

2 skills

cybersecuritySkill

Analyzing Ethereum Smart Contract Vulnerabilities

Perform static and symbolic analysis of Solidity smart contracts using Slither and Mythril to detect reentrancy, integer overflow, access control, and other vulnerability classes before deployment to Ethereum mainnet.

Blockchain Security
auditblockchaindefiethereum+4
ATT&CK, 2 mappingsNIST CSF, 3 mappings
cybersecuritySkill

Auditing Foundry Smart Contract Security

Pre-deployment security audit of Solidity smart contracts in a Foundry project. Combines static analysis (Slither, Aderyn), symbolic execution (Mythril), and property-based testing (forge fuzz + invariant tests with handlers) to catch reentrancy, access-control, oracle/price manipulation, and arithmetic bugs BEFORE deploying to an EVM chain. Also enforces key hygiene (no plaintext private keys, encrypted cast keystore) and a secure deploy workflow. Use when writing, reviewing, testing, or deploying Solidity/Foundry contracts, building a dApp, or working with forge/cast/anvil, MetaMask, or Web3/DeFi code.

Blockchain Security
aderynauditdefiforge+8
ATT&CK, 2 mappings