Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CD Security — Claude Code Skills

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.

Skills

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.

Disclaimer

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.

Prerequisites

Install

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-skills

Solidity projects:

ln -s ~/cdsecurity-skills/audit-prep ~/.claude/skills/audit-prep

Rust/Solana projects:

ln -s ~/cdsecurity-skills/rust-audit-prep ~/.claude/skills/rust-audit-prep

To update later:

cd ~/cdsecurity-skills && git pull

Contributing

Found 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.

License

MIT © CD Security

About 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.

About

Claude Code skills for smart contract security — by CD Security

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages