salvo-database
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical guide for database integration in Rust. Analysis across all threat categories (obfuscation, exfiltration, remote execution, and prompt injection) yielded no findings.
- [SAFE]: Code examples use placeholders for database connection strings (e.g., 'postgres://user:pass@localhost/db') which is standard for documentation and does not constitute a credential exposure.
- [SAFE]: The skill explicitly advocates for security best practices, such as using prepared statements to prevent SQL injection and validating input before database operations.
Audit Metadata