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.sh executes standard development commands including cargo fmt, cargo test, and sqlx 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_URL environment 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
Risk Level
SAFE
Analyzed
Jun 21, 2026, 03:23 PM
Security Audit — agent-trust-hub — rust-sqlx-postgres-service