phase-1-init
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local system commands (like
gitanddate) and internal vendor-specific scripts (namespacedplan-marshall:*) to automate plan directory creation and configuration. These operations are limited to the project's own workspace and specialized tooling. - [DATA_EXFILTRATION]: The skill communicates with GitHub to fetch issue details. As GitHub is a well-known service and the data is retrieved as part of the primary task of issue-to-plan conversion, this represents intended functionality without risk of unauthorized exfiltration.
- [PROMPT_INJECTION]: The skill handles untrusted data from descriptions and issues. It utilizes a two-step writing pattern for
request.mdto avoid shell-level command injection and stores user content within designated markdown sections to maintain clear boundaries between system instructions and user data. - Ingestion points: Task descriptions, lesson records, and GitHub issue bodies retrieved in
SKILL.mdStep 4. - Boundary markers: Uses a structured
request.mdtemplate with a## Original Inputheader to isolate untrusted content. - Capability inventory: Includes file system writes, plan directory deletion, and execution of internal management scripts.
- Sanitization: Employs a specific path-allocation flow for writing large blocks of text to files, preventing content from being interpreted as shell arguments.
Audit Metadata