postgresql
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains standard SQL and PL/pgSQL snippets for database management, including table creation, indexing, and configuration tuning.
- [SAFE]: Dynamic SQL provided in the partitioning examples correctly uses the
FORMATfunction with%I(identifier) and%L(literal) placeholders, which is the established best practice for preventing SQL injection in PostgreSQL. - [SAFE]: The shell script examples for database backups utilize official command-line tools (
pg_dump,pg_restore) and do not contain hardcoded credentials, malicious redirects, or obfuscated code. - [SAFE]: No evidence of prompt injection, data exfiltration, or unauthorized remote code execution was identified across the skill content.
Audit Metadata