blueprint-work-order
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute standard development utilities includinggit(status, log),gh(issue view, create, comment, edit), andjqfor JSON manipulation. These operations are restricted to the local repository and the authenticated GitHub account, aligning with its documented purpose. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface as it processes external content from GitHub issues and local design documents (PRPs) to generate new work-orders. While it lacks explicit sanitization for these inputs, this is a common characteristic of workflow automation skills and does not represent an active threat in a controlled developer environment.
- Ingestion points: Reads content from
docs/prps/*.mdand fetches issue data viagh issue view. - Boundary markers: None explicitly used during content interpolation.
- Capability inventory: Uses
Bashfor CLI operations andWritefor file modifications in thedocs/blueprint/directory. - Sanitization: Content is extracted and reformatted into Markdown templates without specific filtering for embedded instructions.
Audit Metadata