rust
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill encourages proactive security measures, requiring the use of
cargo-auditandcargo-denyto manage supply chain risks and vulnerabilities. - [SAFE]: It provides detailed guidance on input validation and sanitization (using the garde crate) to protect against malformed or malicious client data.
- [SAFE]: The documentation includes hardening instructions for server middleware, specifically recommending request limits, timeouts, and security headers while explicitly forbidding permissive CORS.
- [SAFE]: It mandates language-level safety features such as #![forbid(unsafe_code)] to ensure memory safety in the developed applications.
Audit Metadata