stelow-product-orchestrator
Warn
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent and user to install several third-party tools from unverified GitHub and NPM sources that are not part of the trusted vendor list. These include
@earendil-works/pi-agent-browser,PriNova/pi-agent-codebase-workflows, and packages bytintinwebandnicobailon. - [REMOTE_CODE_EXECUTION]: The skill uses
npx -yandpi installcommands to dynamically download and execute code from remote registries. This pattern is used for theagent-browsertool and various plugins, allowing for the execution of external code without integrity verification. - [COMMAND_EXECUTION]: The skill performs complex state management by dynamically generating and executing shell commands and Node.js scripts. These scripts read and write to the
stelow.jsonconfiguration file and manipulate project artifacts using thebashandwritetools. - [PROMPT_INJECTION]: The skill has a large attack surface for indirect prompt injection as it processes untrusted user input from an inbox (
.stelow/inbox/items.md) and session knowledge files. This data is interpolated into prompts for subagents that have powerful capabilities like shell access (bash) and file modification. - Ingestion points: Inbox items, user requests in
triage.md, and session knowledge insetup.md. - Boundary markers: The skill does not consistently use explicit boundary markers or 'ignore' instructions when processing this untrusted content.
- Capability inventory: Subagents and the primary skill have access to
bash,subagent,write,edit, andagent_browser. - Sanitization: The workflow relies on manual
visual_reviewgates rather than technical sanitization or filtering of external content.
Audit Metadata