threejs-skills-v2
Warn
Audited by Snyk on May 18, 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.70). This skill's workflow explicitly instructs fetching external third-party content (e.g., import maps that load Three.js from https://cdn.jsdelivr.net/npm/three@0.183.0 in the "Essential Three.js Imports" section and asset loading examples such as textureLoader.load("texture-url.jpg") and GLTFLoader.load("model.gltf") in the "Loading Textures" and "Modern Loading Patterns" examples), which means the agent would ingest and act on untrusted public assets that can materially change runtime behavior.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill's example import map loads and executes remote JavaScript at runtime from the CDN URLs (e.g., https://cdn.jsdelivr.net/npm/three@0.183.0/build/three.module.js and the linked examples path https://cdn.jsdelivr.net/npm/three@0.183.0/examples/jsm/), which are runtime dependencies that will execute fetched code required for the skill to run.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata