rust-sqlx-postgres-service
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/sqlx-preflight.shexecutes standard development commands includingcargo fmt,cargo test, andsqlx migrate. These commands are used to verify the local project state and are consistent with the skill's stated purpose of providing a preflight check for Rust services. - [SAFE]: The skill utilizes the
DATABASE_URLenvironment variable for database connectivity. This is the standard, documented method for SQLx to perform compile-time query verification and manage migrations. No hardcoded credentials or unauthorized data exfiltration patterns were detected. - [SAFE]: The instructions emphasize security best practices, such as using bind parameters instead of string interpolation to prevent SQL injection and properly mapping database errors to domain types.
Audit Metadata