design-style-installer
Warn
Audited by Snyk on Jul 17, 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). The workflow’s “Pick the style” step fetches theme content (e.g.,
tokens.json,theme.css,tailwind.tokens.js, and contrast worksheet) from the public Open Agent Stack GitHub repo at runtime, which is outsider-authored free text/code that can be ingested into the agent’s LLM context.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill explicitly fetches design styles at runtime from the GitHub repo https://github.com/OneWave-AI/open-agent-stack/tree/main/design-styles (SKILL.md:3) and relies on files such as tailwind.tokens.js from that repo which would be read/merged/executed into the project's build, making this a required remote dependency that can execute or change runtime behavior.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata