cdsecurity-skills
Smart contract audit readiness checks for Solidity and Solana
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install cdsecurity-skills?โผ
Run `npx skills add CDSecurity/cdsecurity-skills --all -g -y` in your terminal to install both audit preparation skills globally.
How to prepare a smart contract for a security audit?โผ
Run the audit-prep skill on your Foundry or Hardhat project to get a scored readiness report covering tests, docs, hygiene, and dependencies, with specific fixes for every failing check.
Does it work for Solana and Rust programs?โผ
Yes. The rust-audit-prep skill supports both Anchor and native solana_program projects, checking test coverage, doc comments, unsafe code, and dependency health.
Does this skill find security vulnerabilities?โผ
No. It deliberately avoids vulnerability analysis and only verifies that your tests, documentation, and code hygiene are ready before a professional audit begins.
Can it fix issues automatically?โผ
Yes. The --fix flag auto-applies common fixes like NatSpec doc stubs, console.log removal, pragma locking, and overflow-checks configuration.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core