Rust Review
Comprehensive Rust security code review with specialized bug-finding agents covering the safe/unsafe boundary, memory safety in unsafe blocks, concurrency, panic-induced DoS, recursion-induced stack overflow, FFI, and async runtime hazards
- Type
- plugin
- GitHub stars
- ★ 6K
- Repository
- trailofbits/skills
- Category
- —
Install
1Quick install (skills CLI)
npx skills add trailofbits/skills --skill rust-review--plugin --agent claude-codeInstalls rust-review--plugin into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.
2Manual install
Create ~/.claude/plugins/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.
⚠️ Exact file layout and requirements vary by repository — always check the repo README first.
Prefer the full source? The repository README is the authoritative install reference.