blueprint-work-order
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface as it ingests untrusted content from GitHub issues and local documentation files (PRPs and PRDs).
- Ingestion points: Content is read from
docs/prps/,docs/prds/, and the output ofgh issue view. - Boundary markers: The instructions do not define delimiters or specific warnings to prevent the agent from following instructions embedded within the processed data.
- Capability inventory: The agent has access to
Bash(executing CLI tools),Write(modifying local files), andReadtools. - Sanitization: There is no evidence of sanitization or filtering for the data extracted from issues or documentation before it is interpolated into new work-orders or used in further command execution.
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to perform several operations using local command-line interfaces. - Executes
ghCLI commands to interact with GitHub issues, including viewing, creating, commenting on, and labeling issues. - Executes
git statusandgit logto analyze the current state of the repository. - Uses
jqto dynamically modify local JSON tracking files (feature-tracker.jsonandmanifest.json).
Audit Metadata