patch-diff-exploit
Fail
Audited by Snyk on Aug 2, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). Most URLs are official vendor pages or reputable open-source projects, but the list contains an explicit attacker-controlled WSUS endpoint and a GitHub repo (wsuspect-proxy) that is intended to intercept/serve Windows Update packages — a clear vector for distributing malicious MSU/CAB payloads.
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). The repository is explicitly focused on finding patches' fixes, writing proof-of-concept exploits, and weaponizing N-day vulnerabilities (including exploit delivery and update-interception techniques), which is high-risk malicious behavior if used outside strictly authorized contexts.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill contains runtime commands that git-clone or wget/pip-install remote repositories/scripts which will fetch and execute code and are required tool dependencies (e.g., https://github.com/google/bindiff/releases/latest/download/bindiff_8-amd64.deb, https://raw.githubusercontent.com/torvalds/linux/master/scripts/extract-vmlinux, https://github.com/ctxis/wsuspect-proxy.git, https://github.com/JaschaUrbach/msu-downloader.git, https://github.com/joxeankoret/diaphora.git, https://github.com/radareorg/radare2), so these URLs present a runtime external dependency that can execute remote code.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). The skill explicitly guides building and running exploit PoCs (including running them on unpatched hosts to cause BSOD/panic), instructs bootstrapping with PowerShell ExecutionPolicy Bypass, and encourages weaponizing and deploying N-day exploits—actions that bypass security controls and can modify or compromise machine state.
Issues (4)
E005
CRITICALSuspicious download URL detected in skill instructions.
E006
CRITICALMalicious code pattern detected in skill scripts.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata