add-template
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: Potential indirect prompt injection vulnerability surface where untrusted data could influence command execution.
- Ingestion points: Untrusted data enters the context through the
$ARGUMENTSvariable (parameters:<name>,--to <target>,--category <category>) and via user responses gathered during the interactive design phase described inSKILL.md. - Boundary markers: The instructions do not utilize delimiters or specific boundary markers to separate user-provided data from the shell command structure.
- Capability inventory: The skill instructions involve executing subprocess commands including
lsand theaiwgcommand-line utility. - Sanitization: There are no steps or instructions provided to validate, filter, or escape user-supplied strings before they are interpolated into shell-executed commands.
- [COMMAND_EXECUTION]: The skill instructs the agent to perform directory listings and execute the
aiwgscaffolding tool using arguments derived from user input. This pattern presents a risk of command injection if a user provides input containing shell metacharacters.
Audit Metadata