sql
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SQL Templates Analysis] (SAFE): The README.md and migration-template.sql files provide standard SQL patterns and schema definitions for PostgreSQL.
- [Dependency Analysis] (SAFE): The documentation mentions standard tools like
psql,migrate, andprisma. No suspicious packages or remote script execution (e.g., curl | bash) were found. - [Credential Safety] (SAFE): No hardcoded credentials or secrets were detected. The use of
password_hashin the SQL template is a standard best practice for database schemas. - [Command Execution] (SAFE): The skill does not contain any executable scripts or automation that runs shell commands; the commands listed in the documentation are intended for manual developer use.
Audit Metadata