rust-web
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions emphasize security best practices throughout the development lifecycle, specifically instructing the agent to redact sensitive headers, validate all inputs (path, query, body), and ensure error responses do not leak internal details like tokens, file paths, or database queries.
- [SAFE]: External references and documentation links point exclusively to well-known technology services and official language documentation (e.g., docs.rs, tokio.rs, rust-lang.org), which are considered safe sources.
- [SAFE]: All command-line operations are standard Rust development tools (cargo, rustc, clippy) used for metadata extraction, testing, and linting.
- [SAFE]: The skill explicitly delegates sensitive security concerns like authentication, CSRF protection, and secret management to a specialized 'rust-web-security' component, adhering to the principle of separation of concerns.
Audit Metadata