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_partman extension 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_tables and information_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.csv file.
  • Ingestion points: Data is read from the target database metrics and the assets/example_data.csv file.
  • 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, and Edit tools.
  • Sanitization: No explicit sanitization or validation of the ingested data is described in the instructions.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 21, 2026, 11:30 AM
Security Audit — agent-trust-hub — managing-database-partitions