claude-design-critic
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from external URLs via
WebFetchand local project files viaRead. There are no explicit instructions or boundary markers to treat the audited content as non-executable data, which could allow malicious instructions embedded in a website's metadata or source code to influence the agent's behavior. - Ingestion points:
WebFetchof target URLs andRead/Globof local project files (SKILL.md, Step 1). - Boundary markers: Absent. The skill does not instruct the agent to ignore instructions contained within the audited data.
- Capability inventory:
Write,Bash,WebFetch,Read,Glob,Grep(SKILL.md, tools list). - Sanitization: Absent. There is no mention of filtering or escaping content retrieved from external sources.
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to implement design and copy fixes. While the intended use case is for project maintenance, the availability of a shell environment alongside tools that fetch external data represents a standard capability risk. - [EXTERNAL_DOWNLOADS]: The skill uses
WebFetchandWebSearchto retrieve content from external websites for the purpose of UI auditing. While this is the primary function of the skill, it involves fetching data from arbitrary remote sources.
Audit Metadata