setup
Pass
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill creates a surface for indirect prompt injection by gathering unvalidated user metadata and storing it in a
CONTEXT.mdfile that other skills are instructed to read. This could allow a user to inject instructions that influence the behavior of those downstream tools. - Ingestion points: Metadata fields such as
key_constraintsandsuccess_criteriacollected inSKILL.md. - Boundary markers: No boundary markers or delimiters are used in the
CONTEXT.mdtemplate to separate user-provided data from instructional context. - Capability inventory: Downstream skills like
/discover-infrastructureand/assess-app-portfolioare designed to process this file, which may result in the execution of injected instructions. - Sanitization: No sanitization or escaping is performed on the user-provided metadata before writing it to the filesystem.
- [COMMAND_EXECUTION]: Step 2 of the workflow generates and executes a shell script block that interpolates a
<customer_slug>variable. Although the skill suggests an auto-generation step for this variable, the design pattern of interpolating user-influenced data directly into shell commands creates a potential command injection risk if the agent's internal sanitization logic is bypassed.
Audit Metadata