managing-database-partitions
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses database CLI tools (
psql,mysql,mongosh) to execute Data Definition Language (DDL) commands for creating and altering table partitions. This is the primary intended function of the skill. - [EXTERNAL_DOWNLOADS]: References official documentation for PostgreSQL and MySQL, and the well-known
pg_partmanextension on GitHub (github.com/pgpartman/pg_partman) for automated partition management. - [DATA_EXPOSURE]: The skill instructions involve querying database metadata (such as
pg_stat_user_tablesandinformation_schema.TABLES) to identify partitioning candidates. This access is necessary for the skill's stated purpose of database optimization. - [INDIRECT_PROMPT_INJECTION]: The skill possesses an attack surface for indirect prompt injection as it processes external data from databases and a provided
example_data.csvfile. - Ingestion points: Data is read from the target database metrics and the
assets/example_data.csvfile. - Boundary markers: No specific boundary markers or instructions to ignore embedded commands are present in the prompt templates.
- Capability inventory: The skill utilizes
Bash(restricted to database clients),Write, andEdittools. - Sanitization: No explicit sanitization or validation of the ingested data is described in the instructions.
Audit Metadata