Rust Correctness Audit

Reviews Rust code for runtime correctness bugs the generic correctness audit misses — panics on realistic input, debug-panic/release-wrap overflow, Option/Result mishandling, ownership/Drop logic bugs, concurrency, async (tokio), and iterator/collection footguns. Use when reviewing Rust changes (.rs files, Cargo crates). For unsafe/UB/soundness use `agentwright:rust-security-audit`; for idioms, API design, and performance use `agentwright:rust-best-practices-audit`. Use when this capability is needed.

tomevault-io c29f4b1 2 files · 22.0 KB Updated

File contents

tomevault-io/skills-registry/tree/main/joys-dawn--toolwright--rust-correctness-audit commit c29f4b1799

Frequently asked questions

npx skillmds@latest add tomevault-io/rust-correctness-audit