stelow-product-scope-executor
Warn
Audited by Gen Agent Trust Hub on Jul 18, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill extensively uses
node -einSKILL.mdto update state files likestelow.json. It interpolates variables such as{TASKS_JSON_FROM_PARSED_TABLE}and{DISCOVERED_TASK_JSON}directly into the shell command string as JavaScript literals. If the source plan files (e.g.,spec-tech.md) provide malicious strings designed to escape JavaScript quotes, this pattern allows for arbitrary code execution within the shell environment. - [EXTERNAL_DOWNLOADS]: Several reference files (e.g.,
agent_browser.md,codequality-review.md,safe-change.md, andtodo.md) instruct the agent to install or run packages from third-party developers. Examples include@earendil-works/pi-agent-browser,Prinova/pi-agent-codebase-workflows, and@tintinweb/pi-tasks. These developers and their repositories are not included in the provided trusted vendors list. - [PROMPT_INJECTION]: The skill exhibits a significant indirect prompt injection surface. It reads 'Definition of Done' criteria and task instructions from
spec-tech.mdandspec-product.mdfiles, which are then passed directly to subagents for autonomous execution. A compromised plan file could contain instructions designed to override agent behavior or perform unauthorized actions. - [REMOTE_CODE_EXECUTION]: The skill facilitates the execution of remote code through commands like
npxandpi installtargeting third-party GitHub repositories and NPM packages. Without source verification or integrity checks for these external dependencies, this creates a supply chain risk for the agent environment.
Audit Metadata