validate
Warn
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to run local Python scripts (
capture.py,brain.py) usinguv run. User input provided via$ARGUMENTSis interpolated into these shell commands (e.g., in the 'KILL' branch). This pattern is vulnerable to command injection if the input contains shell metacharacters such as;,&, or|.\n- [PROMPT_INJECTION]: The skill demonstrates an indirect prompt injection surface by ingesting untrusted data (from$ARGUMENTSandfindings.md) and passing it to multiple sub-agents (validator,poc-builder,report-writer) without using boundary markers or sanitization.\n - Ingestion points:
$ARGUMENTSinSKILL.mdand content fromfindings.md.\n - Boundary markers: Absent in the prompt templates.\n
- Capability inventory: Subprocess execution via
uv run, and automated evidence capture/recording.\n - Sanitization: None described or performed on the ingested content.
Audit Metadata