postgres

Pass

Audited by Gen Agent Trust Hub on Feb 25, 2026

Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes the psql command-line utility in SKILL.md to perform database operations. It depends on the DATABASE_URL environment variable for connection details.
  • [PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection (Category 8) because it processes untrusted data from database query results.
  • Ingestion points: Output from psql query execution in SKILL.md enters the agent context.
  • Boundary markers: No delimiters or specific instructions are used in SKILL.md to distinguish query results from agent instructions.
  • Capability inventory: Ability to execute shell commands (psql) and arbitrary SQL queries as defined in SKILL.md.
  • Sanitization: No sanitization or validation of database content is performed in SKILL.md before it is processed by the agent.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 25, 2026, 09:00 PM