database-optimizer
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill content is entirely focused on legitimate database administration and performance tuning tasks. It includes strong safety constraints such as requiring performance baselines and testing changes in non-production environments.
- [COMMAND_EXECUTION]: The skill guides the agent to generate and execute database administrative commands (ALTER SYSTEM, CREATE INDEX CONCURRENTLY, ANALYZE). While these are powerful capabilities, they are essential for the skill's primary purpose of database optimization.
- [PROMPT_INJECTION]: The skill identifies a surface for indirect prompt injection as it requires the agent to read and analyze query text from system catalogs.
- Ingestion points: Database query text and execution plans retrieved from system views in references/monitoring-analysis.md and references/query-optimization.md.
- Boundary markers: None defined; the agent processes the query text directly as data for analysis.
- Capability inventory: Capability to execute SQL commands for diagnostic and optimization purposes across all reference files.
- Sanitization: No explicit sanitization of ingested SQL strings is mentioned before the agent uses them to recommend optimizations.
Audit Metadata