stelow-product-orchestrator
Warn
Audited by Gen Agent Trust Hub on Jul 18, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides instructions for the agent to install and execute code from various external, unverified repositories and packages at runtime.
- Reference in
references/cli-tools/agent_browser.mdinstructs runningnpx -y @earendil-works/pi-agent-browser, which downloads and executes the package immediately. - Reference in
references/cli-tools/codequality-review.mdinstructs the agent to install external plugins usingpi install git:github.com/cursor/pluginsandnpx skills add cursor/plugins -g. - Reference in
references/cli-tools/safe-change.mdsuggests installingpi install git:github.com/PriNova/pi-agent-codebase-workflows. - Reference in
references/cli-tools/todo.mdinstructs installation of@tintinweb/pi-tasksand@juicesharp/rpiv-todofrom NPM. - Reference in
references/cli-tools/subagents.mdmentions@tintinweb/pi-subagentsandpi-subagents. - [COMMAND_EXECUTION]: The skill uses extensive shell commands and
node -escripts to manage workflow state, file operations, and tool coordination. SKILL.mdandstages/setup.mduse complexnode -escripts to read and write tostelow.json.- Frequent use of
bash,cat,grep, andgitcommands throughout the stage files (e.g.,stages/execution.md,stages/gate.md) to manipulate the filesystem and codebase. - [EXTERNAL_DOWNLOADS]: The skill facilitates downloading tools and configurations from non-whitelisted GitHub organizations including
cursor,PriNova,juicesharp, andtintinweb.
Audit Metadata