migrate-radix-to-base
Warn
Audited by Snyk on Jul 21, 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). SKILL.md mandates fetching “stock origin” and “base variants” JSON by URL at runtime (e.g.,
https://ui.shadcn.com/r/styles/<style>/<component>.json/base-<style>...), and those fetched outsider-authored free-form strings become LLM-readable inputs for the transformation/merge steps.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly fetches component JSONs at runtime to drive golden-pair diffs and transformations (e.g. https://ui.shadcn.com/r/styles//.json and https://ui.shadcn.com/r/styles/base-/.json), so remote content directly controls the agent's migration actions.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata