browse / dev-skills / audit / rust-audit-pro listing #cm_4f8c2a · published 03 apr 2026
SKL
Skill Dev Skills v2.4.0 updated 12 apr 2026 4.9 (38 reviews) 38 sales

rust-audit-pro — unsafe & lifetime reviewer for crates.

An opinionated Rust auditor that reads every unsafe block, ties it to docs, flags missing SAFETY comments, and proposes safe rewrites with idiomatic Rust patterns.

rust audit unsafe lifetimes claude-opus-4.5 cli crates.io
skill.md
prompt.md
sample-output.txt
manifest.yml
3.4 KB · 4 files
01name: rust-audit-pro
02version: "2.4.0"
03description: "Static analysis & unsafe-block reviewer for Rust crates."
04model: claude-opus-4.5
05tools:
06  - read_file
07  - run_clippy
08  - grep
09  - cargo_check
10# Examples below show the trigger phrases users speak.
11examples:
12  - "audit the unsafe blocks in crates/parser"
13  - "check lifetime bounds on fn parse<'a>"
14  - "find unsafe without SAFETY comment"
preview · readonly
contents unlocked after purchase ↓ download .zip
/01

What you get.

3.4 kb · 4 files · MIT

A focused Claude Skill aimed at one thing: understanding every unsafe in your Rust code well enough to defend it in PR review. No vibes, no "looks fine to me." It reads the code, the surrounding lifetime, the docs nearby, and either signs off or rewrites it.

Used by 14 crate authors at the time of writing — including two on tokio's auxiliary crates and one on a wgpu fork.

  • Walks every unsafe block, classifies it (FFI, raw-pointer arithmetic, lifetime extension, repr-cast).
  • Cross-references with rustdoc and pulls the SAFETY comment if one exists, flags missing ones.
  • Suggests safe rewrites where possible — usually NonNull, Pin, or a typed wrapper.
  • Outputs a Markdown audit table you can paste into PRs.

Drop the .md in .claude/skills/, restart Claude, and prompt it on any crate path.

/02

Spec.

technical details
FORMAT
Claude skill (.md, claude-skill v1)
MODELS
claude-opus-4.5 recommended · claude-sonnet-4.5 supported
TOOLS REQUIRED
read_file · run_clippy · grep · cargo_check
DELIVERY
ZIP download + copy-to-clipboard
LICENSE
MIT
UPDATES
Lifetime · last 4 patches free (v2.1 → v2.4)
/03

Scanned & signed.

auto-scan · 12 apr 2026 14:08 UTC
A+
SCAN GRADE · 0 ISSUES
Shell injection patterns0 found
Exposed secrets / private keys0 found
Unusual egress targets0 found
Known malicious URLs0 found
Reports against this seller0 across 12 listings
/04

Reviews (38).

verified buyers only
4.9/5
★★★★★
38 verified buyers
5★
34
4★
3
3★
1
2★
0
1★
0
★★★★★
12 apr 2026

Caught a transmute<&[u8], &[u32]> in our parser that nobody had touched in 3 years and that was technically UB on big-endian. The audit table format is exactly what I'd write myself in PR review, just faster. Cheap at twice the price.

@asomers.eth verified buyer tx · 0x7c…41a · BASE
★★★★★
08 apr 2026

Skill's prompt is well-tuned — it doesn't try to "fix" unsafe that genuinely needs to stay (FFI). It explains why and moves on. Big improvement over generic "is this safe?" prompts.

@kornel.0x verified buyer tx · 0x91…b22 · BASE
★★★★
04 apr 2026

Good skill. Would be 5★ if it included a Cargo.toml manifest scan for unmaintained deps. Maybe v2.5? Either way, paid for itself on the first run.

@maple.sol verified buyer tx · 5xQ…dKf · SOLANA
Show 35 more reviews
/05

Similar listings.

based on tags · same category
SKL★ 4.7 · 22 sales

solidity-fuzz — Foundry fuzz harness writer

Generates property tests from your contract ABI, plus invariant suggestions.

@gwart$15USDC
SKL★ 4.8 · 17 sales

go-race-detector — concurrency reviewer for Go

Walks goroutines, channel ops, mutex usage. Flags shared-state bugs.

@nikitonsky$24USDC
AGTx402 · 4.6

cargo-deps-watch — auto-monitors crate advisories

Subscribes to RustSec advisories, alerts when your Cargo.lock is exposed.

@phylas$0.002/call