webgpu
Warn
Audited by Snyk on Feb 17, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The template fetches runtime shader code via fetch("/src/shaders.wgsl") and then compiles/executes it with device.createShaderModule, which is a runtime URL fetch that directly supplies code executed by the environment (GPU), so it meets the criteria for a risky external dependency.
Audit Metadata