salvo-caching
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill correctly documents the usage of the Salvo web framework's internal caching modules and the Moka crate for data storage.
- [SAFE]: Includes a 'Gotchas' section that warns against caching per-user data under a shared RequestIssuer, which is a critical security consideration to prevent information leakage.
- [SAFE]: Code examples demonstrate secure database interaction using parameterized queries with sqlx to prevent SQL injection.
- [SAFE]: All external crate references (salvo, moka, sqlx, tokio) are standard and well-known in the Rust ecosystem.
Audit Metadata