rust-architect
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides structured instructions for Rust project architecture, following idiomatic patterns from official documentation like 'The Rust Programming Language' book.
- [SAFE]: It explicitly incorporates security guardrails, including a dedicated section prohibiting SQL injection by enforcing parameterized queries and preventing common mistakes like using floating-point numbers for financial data.
- [SAFE]: All external libraries mentioned (e.g., tokio, axum, sqlx, serde) are well-known, standard packages within the Rust ecosystem. The skill also recommends standard development tools like cargo-tarpaulin for code coverage.
- [SAFE]: The skill implements a clear separation of roles (Director vs. Implementor) and enforces human-in-the-loop checkpoints through Architecture Decision Records (ADRs) and handoff documentation.
Audit Metadata