dbt-troubleshoot
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the bash tool to execute the
altimate-dbtCLI for project health checks, compilation, and building models. This is essential for its primary function of troubleshooting data pipelines. - [EXTERNAL_DOWNLOADS]: Includes instructions to install the
dbt-corepackage via pip and to usealtimate-dbt depsto fetch project dependencies.dbt-coreis a well-known, trusted industry-standard library. - [DATA_EXFILTRATION]: The skill performs data exploration queries using
altimate-dbt executeto identify the root cause of data issues. While this involves reading database content, the operations are local to the environment and no unauthorized data transmission to external domains was detected. - [PROMPT_INJECTION]: The skill processes external inputs such as SQL code, database error logs, and YAML configuration files which represent a surface for indirect prompt injection.
- Ingestion points: Project source files (SQL/YAML) and database runtime outputs/errors.
- Boundary markers: Absent; the agent processes these artifacts directly without specific markers to delimit data from instructions.
- Capability inventory: The agent has access to
bashfor command execution andeditfor file modification across the project scope. - Sanitization: There is no explicit sanitization of database error messages or query results before they are analyzed by the agent.
Audit Metadata