debug-crash-dump
Warn
Audited by Snyk on Jul 10, 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 skill's setup instructions include a direct download-and-execute of the Windows SDK installer via Invoke-WebRequest from "https://go.microsoft.com/fwlink/?linkid=2272610", which fetches and runs remote executable code during setup.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.80). The skill explicitly instructs installing the Windows Debugging Tools using a Windows SDK installer run with elevation (Start-Process ... -Verb RunAs), and also runs a local server process, which pushes the agent to obtain admin privileges and change system state.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata