version-bump-reviewer
Fail
Audited by Snyk on Jun 22, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). This is a direct GitHub repository URL (user wshobson) pointing to a subdirectory that would be fetched and executed (via uvx/pip-style git+ URL); because it comes from an individual account of unknown trust/popularity rather than an official vetted package source, pulling and running code from it is potentially unsafe.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill invokes uvx to pull and run plugin-eval at runtime from git+https://github.com/wshobson/agents.git#subdirectory=plugins/plugin-eval, which fetches and executes remote code during Phase 4 (plugin-eval), so this is a runtime external dependency that executes remote code.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata