bugfix
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted bug reports and log data without isolation or verification.
- Ingestion points: The
$ARGUMENTSparameter inSKILL.mdaccepts external bug descriptions, reproduction steps, and CI logs which are processed in Step 1. - Boundary markers: No delimiters or "ignore embedded instructions" warnings are used when the agent processes the input data.
- Capability inventory: The skill possesses significant capabilities including file system search (
rg), test execution (npx vitest), and repository modification (git commit). - Sanitization: The skill does not perform any sanitization or validation of the input arguments before using them in logic or command execution.
- [COMMAND_EXECUTION]: The skill executes shell scripts and standard CLI tools using parameters derived from user input.
- Evidence:
SKILL.mdinstructs the agent to runnpx vitestandgit logwith arguments extracted from the bug report. Additionally,scripts/collect-bugfix-context.shandscripts/run-targeted-test.shexecute commands likergandvitestusing these external variables. While the scripts use shell quoting, the workflow is vulnerable if the agent is manipulated into passing malicious arguments.
Audit Metadata