sqlx
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation guide for Rust developers using
sqlx, promoting secure coding patterns. - [SAFE]: It explicitly mandates the use of bound parameters (e.g.,
$1) and prohibits string interpolation in SQL queries, which is the primary defense against SQL injection attacks. - [SAFE]: The instructions include security best practices for error handling, such as mapping database constraints to generic HTTP status codes and ensuring that raw SQL internal states (SQLSTATE) are not leaked to external clients.
- [SAFE]: The skill references established, well-known libraries within the Rust ecosystem, including
tokio,axum, andsqlx.
Audit Metadata