design-bridge
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructions direct the agent to fetch
DESIGN.mdfiles from the externalVoltAgent/awesome-design-mdrepository usingWebFetch. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it ingests and processes untrusted data from a remote source without explicit sanitization or boundary markers.
- Ingestion points: External
DESIGN.mdfiles are fetched from theVoltAgent/awesome-design-mdrepository (SKILL.md). - Boundary markers: Absent. The instructions do not define delimiters or provide warnings to the agent to ignore embedded commands within the fetched files.
- Capability inventory: The skill writes synthesized instructions to the local file system at
.claude/design/and coordinates tasks for downstream agents such asui-designerandfrontend-developer(SKILL.md). - Sanitization: Absent. The skill lacks mechanisms to validate, filter, or escape the content of the markdown files before they are processed.
Audit Metadata