postgres-optimization
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
run_terminal_cmdto execute database introspection and query analysis commands, such aspsqlandEXPLAIN ANALYZE, which is consistent with its stated purpose of performance optimization. - [EXTERNAL_DOWNLOADS]: It provides links to well-known technical resources, official documentation, and community-accepted developer blogs (e.g., postgresql.org, hakibenita.com) for educational purposes.
- [PROMPT_INJECTION]: An attack surface for indirect prompt injection exists because the skill ingests untrusted user inputs (specifically the
query,table, andexpressionparameters defined inSKILL.mdandCARD.yml) and interpolates them into command execution tools. The provided instructions lack specified boundary markers (like delimiters) or sanitization logic to mitigate the risk of malicious payloads embedded in the processed database objects.
Audit Metadata