work-session
Warn
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill performs extensive shell operations including git worktree management (
git worktree add), project build and test commands (npm run build,npm test), and local network checks viacurl. It also manages a local HTTP server for kanban visualization usingpython3 -m http.server. - [EXTERNAL_DOWNLOADS]: The skill initiates the download and execution of the
@stevestomp/ohno-clipackage vianpxfor task management. This package originates from the skill's author ecosystem. - [PROMPT_INJECTION]: The instructions in
references/operating-modes.mdandreferences/bug-fix-pipeline.mddirect the agent to bypass standard safety permissions using the--dangerously-skip-permissionsflag andbypassPermissionssubagent mode. This allows the AI to execute commands without user confirmation in certain operating modes. - [PROMPT_INJECTION]: The skill processes external task data from the
ohnoMCP which is then used to construct prompts for subagents with shell access, creating a surface for indirect prompt injection. - Ingestion points: Task descriptions and context retrieved via
get_task()andget_session_context()inreferences/subagent-dispatch.md. - Boundary markers: The skill relies on structured tags like
[MUST/type]within task descriptions, which provide instructional structure but do not function as security delimiters. - Capability inventory: The skill has capabilities for shell command execution (git, npm, npx), file system modification, and dispatching autonomous subagents.
- Sanitization: No explicit process for sanitizing or escaping the content of task descriptions before interpolation is documented.
Audit Metadata