space-brand-ui-design
Warn
Audited by Snyk on Jul 4, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). Runtime path: the skill runs
npx getdesign@latest add <slug>and thencat /tmp/design-md-tmp/DESIGN.md, so the LLM ingests free-form text from the externally publishedgetdesign.mdpackage/repo (public, non-user-authored content), which is an outsider source.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly runs "npx getdesign@latest add " at runtime to fetch DESIGN.md from getdesign.md and then reads/injects that file as the design context for generation, so https://getdesign.md (and the npx getdesign package) is a runtime external dependency that directly controls prompts.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata