Secure Rust Code Review
curated by SkillMD · plugin · 4 skills
Installs a pipeline to validate, plan, execute, and enforce a secure Rust code review.
Install the whole plugin (CLI)
npx skillmds add trailofbits/rust-review
npx skillmds add getsentry/find-bugs
npx skillmds add alirezarezvani/pr-review-expert
npx skillmds add antigravity/fix-reviewSkills in this plugin
- ▌ rust-review · trailofbitsAudits Rust codebases for safe/unsafe boundary issues, memory safety in unsafe blocks, concurrency hazards, panic-induced DoS, FFI safety, and async runtime mistakes.
- ▌ find-bugs · getsentryReviews local branch changes for bugs, security vulnerabilities, and code quality issues using a structured checklist and attack surface mapping.
- ▌ pr-review-expert · alirezarezvaniReview GitHub PRs and GitLab MRs with structured analysis including blast radius, security scanning, test coverage delta, breaking change detection, and performance impact.
- ▌ fix-review · antigravityVerifies that fix commits properly address security audit findings without introducing new bugs or vulnerabilities.