database-optimizer
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a variety of SQL templates for database administration, including creating and managing indexes, partitioning tables, and modifying system variables (e.g.,
ALTER SYSTEM,SET GLOBAL). These operations are consistent with its role as a performance tuning tool. - [DATA_EXPOSURE]: The skill uses queries to access database performance catalogs and system statistics (e.g.,
pg_stat_statements,performance_schema). While these tables contain metadata about queries executed on the database, they are standard sources for diagnostic analysis. - [PROMPT_INJECTION]: The skill processes untrusted data in the form of database query logs and execution plans, creating an indirect prompt injection surface. 1. Ingestion points: Database logs and execution plans analyzed in
SKILL.md. 2. Boundary markers: No explicit markers or instructions to treat analyzed queries as untrusted data are provided. 3. Capability inventory: The skill can generate administrative SQL commands and suggest system configuration changes across its reference files. 4. Sanitization: No methods for sanitizing or validating the content of ingested queries are documented.
Audit Metadata