create-web
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The workflow defined in
SKILL.mdperforms direct string interpolation of user-provided variables{name}and{description}into shell commands such asgh repo create,cd, andgit commit. If a user provides input containing shell metacharacters (e.g., backticks, semicolons, or pipes), it could lead to arbitrary command execution in the user's terminal environment during the scaffolding process. - [PROMPT_INJECTION]: The skill exhibits an Indirect Prompt Injection surface because it ingests untrusted user input and embeds it into critical configuration files like
AGENTS.md(which is symlinked toCLAUDE.mdto guide AI agent behavior) andREADME.mdwithout sanitization or boundary markers. This could allow a malicious user to influence the behavior of the agent when it later reads those project files. - Ingestion points: User-supplied
nameanddescriptionvariables collected during the clarification phase inSKILL.md. - Boundary markers: Absent; user inputs are placed directly into template placeholders.
- Capability inventory: The skill has extensive capabilities including file system modification, shell command execution (
gh,git,bundle,uv,chmod), and network operations via the GitHub CLI. - Sanitization: No escaping, validation, or filtering is performed on the user-provided strings before they are used in shell commands or project file generation.
Audit Metadata