blueprint-derive-plans
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill uses dynamic context injection (
!commandsyntax) in itsSKILL.mdto collect diagnostic project metadata such as git status and project types. These operations are limited to local system commands likegit rev-parseandfind, which are executed at load time and do not involve remote network access or sensitive file paths. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests untrusted data from the repository's git logs and codebase to generate documentation. This behavior is inherent to the skill's primary purpose of repository analysis.
- Ingestion points: Step 3, 4, and 5 involve reading git commit messages, issue tracker titles via
ghCLI, and codebase files for TODOs and comments. - Boundary markers: None provided; the instructions do not include delimiters or specific prompts to ensure the agent ignores instructions embedded within the processed data.
- Capability inventory: The skill has access to
Bash(for git/jq),Write(to create markdown files), andTask(to call other blueprint skills). - Sanitization: There is no explicit sanitization or escaping of the extracted strings before they are interpolated into the document templates provided in
REFERENCE.md.
Audit Metadata