tao-route-visual-changenet-samples
Warn
Audited by Gen Agent Trust Hub on Jun 30, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The
hooks/routing-package.shscript is configured to copy.claude/settings.jsonand.claude/settings.local.jsonfrom the project directory into the skill's output folder. Becausesettings.local.jsonoften contains sensitive configuration or local secrets, this packaging step creates a risk of data exposure.\n- [DATA_EXFILTRATION]: The packaging logic inhooks/routing-package.shalso copies session transcripts (.jsonlfiles) to the output directory, which may contain sensitive interaction history or user data.\n- [COMMAND_EXECUTION]: Multiple scripts in thehooks/directory (e.g.,routing-artifacts-check.sh,routing-script-check.sh) use heredocs to generate and execute Python code blocks at runtime to perform data validation and error detection.\n- [PROMPT_INJECTION]: The skill ingests untrusted data from Parquet and CSV files (e.g., inSKILL.mdandhooks/routing-coverage-check.sh) and interpolates it into the final Markdown report without employing boundary markers or sanitization, creating an attack surface for indirect prompt injection.
Audit Metadata