handoff
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local Python scripts (
script.py) to perform various utility tasks such as capability detection, workflow appending, and debrief scaffolding. These scripts are invoked via the command line usingpython3and are intended for project lifecycle management. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface as it ingests data from external files such as
.taskmaster/docs/prd.mdand.taskmaster/tasks/tasks.jsonto inform its logic. - Ingestion points:
.taskmaster/docs/prd.md,.taskmaster/tasks/tasks.json, and.taskmaster/reports/task-complexity-report.jsonare read into the agent context in Steps 1 and 2. - Boundary markers: None explicitly defined in the skill instructions to delimit the content of these files.
- Capability inventory: The agent can execute shell commands via
python3, invoke MCP tools (mcp__plugin_prd_go), and utilize built-in commands like/goal. - Sanitization: There is no mention of sanitization or validation of the content within the ingested PRD or task files before processing.
- [DATA_EXFILTRATION]: The skill provides a link to
https://atlas-ai.au/proas an upgrade path for premium features. This is an informational URL related to the tool's commercial offering and does not involve the transfer of sensitive data.
Audit Metadata