blueprint-claude-md
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill employs a bash command using the
jqutility to update a project manifest file atdocs/blueprint/manifest.json. This command is used to record task completion metadata such as timestamps and run counts. - [PROMPT_INJECTION]: The skill has an indirect prompt injection surface as it ingests content from external PRD and rule files to generate project instructions.
- Ingestion points: Reads documentation from
docs/prds/*.mdand.claude/rules/*.mdto build theCLAUDE.mdcontent. - Boundary markers: There are no explicit boundary markers or instructions used to wrap the ingested content to prevent the agent from following embedded instructions.
- Capability inventory: The skill utilizes the
Bash,Write, andEdittools for project management. - Sanitization: No sanitization process is described for the content extracted from external markdown files before it is written to the instruction file.
Audit Metadata