update-app-design
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes shell commands via the
Bashtool and dynamic context injection (the!commandsyntax) to inspect file metadata and git history. Specifically, it executespwd,stat, andgit logto gather context about the project's evolution. These operations are conducted within the local environment for legitimate analysis purposes.- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its document synchronization workflow.- Ingestion points: It reads content frompackage.jsonand.claude/rules/1-app-design-document.mdcto inform updates.- Boundary markers: There are no explicit delimiters or instructions provided to the agent to isolate or ignore potentially malicious instructions embedded within the ingested files.- Capability inventory: The skill has access to powerful tools includingBashand file writing capabilities (Write,MultiEdit), which could be abused if an injection occurs.- Sanitization: No sanitization, escaping, or validation is performed on the data read from the codebase before it is integrated into the prompt context.
Audit Metadata