merge-checks
Warn
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The
SKILL.mdfile contains a dynamic context execution block (!) that runs a shell command with direct interpolation of the$ARGUMENTSvariable. This allows for arbitrary command injection at skill load time if a user provides a maliciously crafted argument. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface. Untrusted data enters the context via
git diffoutput processed bybuild-manifest.shandprecompute.sh. The skill lacks boundary markers or instructions to treat this data as untrusted. Its capability inventory includesBashfor subprocess execution, and theRead/Writetools for file system interaction. No sanitization or validation of the external content is performed before interpolation into prompts for the reasoning agents inPhase 2. - [COMMAND_EXECUTION]: The orchestration script
precompute.shusesevalto ingest output from other scripts (detect-mode.shanddetect-features.sh). While these are local scripts, the use ofevalon dynamically generated strings is an unsafe coding practice that could be exploited if those scripts' outputs were influenced by external data.
Audit Metadata