CDSecurityCDSecurityCommunityยท2 Agent Skills Included

cdsecurity-skills

Smart contract audit readiness checks for Solidity and Solana

Checks Solidity and Solana projects for audit readiness across test coverage, documentation, code hygiene, dependencies, and best practices. Generates a scored readiness report with actionable fixes, so teams stop wasting paid auditor time on missing docs and untested code. Runs parallel analysis agents, auto-fixes common issues, and optionally triggers static scanners like Slither, Aderyn, and Soteria.
npx skills add CDSecurity/cdsecurity-skills --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’