A collection of Claude Code skills built by CD Security to help development teams ship safer smart contracts.
These skills automate the tedious parts of security preparation so teams can focus on building — and auditors can focus on finding real bugs instead of chasing missing documentation and untested code.
| Skill | Language | Command | Description |
|---|---|---|---|
| audit-prep | Solidity | /audit-prep |
8-phase readiness check for Foundry & Hardhat projects |
| rust-audit-prep | Rust | /rust-audit-prep |
5-phase readiness check for Anchor & native Solana programs |
Each skill has its own README with detailed usage, phases, and options.
These tools are not bug hunters. They do not find vulnerabilities, detect complex bugs, or perform any form of security analysis. They are not a substitute for a security audit.
They check that your project's tests, documentation, code hygiene, and infrastructure are in order before an audit begins, so auditors can spend their time on what matters: finding real bugs.
- Claude Code installed and authenticated
Clone the repo and symlink the skills you want into your Claude Code skills directory:
git clone https://github.com/CDSecurity/cdsecurity-skills.git ~/cdsecurity-skillsSolidity projects:
ln -s ~/cdsecurity-skills/audit-prep ~/.claude/skills/audit-prepRust/Solana projects:
ln -s ~/cdsecurity-skills/rust-audit-prep ~/.claude/skills/rust-audit-prepTo update later:
cd ~/cdsecurity-skills && git pullFound a bug? Have an idea for a new check? PRs and issues are welcome.
If you build a skill that helps make smart contracts safer, we'd love to include it.
MIT © CD Security
CD Security is a smart contract security firm. We perform manual security audits, build security tooling, and contribute to making the ecosystem safer for everyone.