PostgreSQL Performance Diagnostic Suite
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: Analysis of the skill instructions and metadata revealed no malicious code, obfuscation, or unauthorized access patterns. The skill performs intended database diagnostic functions using standard PostgreSQL extensions and utilities.
- [METADATA_POISONING]: The skill includes a 'verification: security_reviewed' attribute in the YAML frontmatter. This is a self-asserted claim within the skill's own metadata and should not be interpreted as an external security guarantee.
- [INDIRECT_PROMPT_INJECTION]: The skill processes data from database logs and query execution plans, which are external data sources.
- Ingestion points: PostgreSQL log files processed via pgBadger and query plans retrieved via EXPLAIN ANALYZE as described in SKILL.md.
- Boundary markers: No specific delimiters or safety instructions regarding the handling of untrusted log content are mentioned.
- Capability inventory: The skill has the capability to execute diagnostic SQL queries against a connected database using psycopg2.
- Sanitization: There is no documentation regarding the sanitization of log contents or query plans before they are processed by the agent.
Audit Metadata