blueprint-autopilot
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses dynamic context injection (the
!commandsyntax) in theContextsection to execute local shell scripts (get-automation-config.shandblueprint-autorun.sh) at skill load time to populate the environment. - [COMMAND_EXECUTION]: Employs shell utilities including
jqfor JSON manipulation of the project manifest andgh(GitHub CLI) for issue management and label creation. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection.
- Ingestion points: Reads untrusted data from
docs/prps/*.mdand the output ofgh issue list. - Boundary markers: None identified; instructions do not specify delimiters for external content.
- Capability inventory: Uses
Bashand theTasktool to dispatch subagents, andghto write to external repositories. - Sanitization: Absent; the skill explicitly instructs the agent to copy TDD requirements from PRPs "verbatim" into GitHub issue bodies, allowing malicious instructions in PRPs to influence the agent or downstream consumers.
Audit Metadata