Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contracts, auditing existing contracts, or implementing security measures for blockchain applications.
Add this skill
npx mdskills install sickn33/solidity-securityWell-scoped security skill but lacks actionable instructions in the main file
1---2name: solidity-security3description: Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contracts, auditing existing contracts, or implementing security measures for blockchain applications.4---56# Solidity Security78Master smart contract security best practices, vulnerability prevention, and secure Solidity development patterns.910## Use this skill when1112- Writing secure smart contracts13- Auditing existing contracts for vulnerabilities14- Implementing secure DeFi protocols15- Preventing reentrancy, overflow, and access control issues16- Optimizing gas usage while maintaining security17- Preparing contracts for professional audits18- Understanding common attack vectors1920## Do not use this skill when2122- The task is unrelated to solidity security23- You need a different domain or tool outside this scope2425## Instructions2627- Clarify goals, constraints, and required inputs.28- Apply relevant best practices and validate outcomes.29- Provide actionable steps and verification.30- If detailed examples are required, open `resources/implementation-playbook.md`.3132## Resources3334- `resources/implementation-playbook.md` for detailed patterns and examples.35
Full transparency — inspect the skill content before installing.