When user runs `/crypto-devkit:audit`, check:
Scanned 9/6/2026
Install to Claude Code
npx -y skills add ArcticWolfXZ/claude-codex-crypto-devkit --skill audit --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Audit?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/arcticwolfxz-audit)More formats (shields.io, HTML) on the badges page.
# Smart contract audit pack
When user runs `/crypto-devkit:audit`, check:
## EVM
- Reentrancy (CEI pattern)
- `onlyOwner` / roles / timelock
- Oracle staleness & manipulation
- Proxy: storage collision, `initializer`
- External calls: return value checks
## Solana
- Account owner & signer
- PDA bump canonicalization
- CPI privilege escalation
- Rent-exempt closure
Output: markdown report `AUDIT.md` in project root.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!