sqlx-best-practices
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a set of instructional guidelines for Rust developers. It does not contain any executable code, scripts, or commands that could be used for malicious purposes.
- [SAFE]: Includes explicit security advice under the 'Anti-patterns' section, warning against the use of string interpolation (
format!,concat!) which causes SQL injection vulnerabilities. - [SAFE]: External links are restricted to official documentation on
docs.rsfor thesqlxandsqlx-cliprojects. - [SAFE]: Mentions standard environment variables like
DATABASE_URLandSQLX_OFFLINEin a purely instructional context for local development and CI synchronization, with no hardcoded secrets or sensitive data exposure.
Audit Metadata