omp-delegate
Warn
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/relay.mjsfile utilizesnode:child_processto execute external binaries including theompimplementer,gitfor file tracking, andtaskkillon Windows. It also executes a script from a sibling skill (../../delegate-setup/scripts/lane.mjs) to resolve fleet configurations, introducing a dependency on external skill logic.- [REMOTE_CODE_EXECUTION]: The skill is designed to drive the@oh-my-pi/pi-coding-agent, which is an autonomous agent capable of executing shell commands and modifying the filesystem. The relay script specifically passes the--yoloflag, which allows the agent to execute its tools without user confirmation. There is no sandbox provided for this execution environment.- [EXTERNAL_DOWNLOADS]: The instructions require the user to install a third-party implementer tool fromhttps://omp.shor viabun install -g @oh-my-pi/pi-coding-agent. These sources are outside the verified trusted vendor list.- [INDIRECT_PROMPT_INJECTION]: The implementer tool is configured to automatically ingest context from files within the workspace, such asAGENTS.mdandCLAUDE.md. These files represent an attack surface where malicious instructions could be embedded to influence the agent's behavior during a delegated task. The skill relies on a 'review-and-land' workflow as the primary mitigation for this risk.
Audit Metadata