axum-impl-database
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill promotes secure credential management by demonstrating how to use environment variables for the DATABASE_URL rather than hardcoding sensitive information.
- [SAFE]: The instructions include specific patterns to prevent SQL injection vulnerabilities, recommending the use of parameterized queries and compile-time checked macros for all database interactions.
- [SAFE]: The skill provides robust advice on connection pool configuration, such as setting acquire_timeout, to ensure application availability and prevent resource exhaustion or service hangs under load.
Audit Metadata