hive
Fail
Audited by Snyk on Apr 8, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). Suspicious: this points to a GitHub repository from an unverified/unknown user and the skill explicitly instructs installing it via pipx from git, which runs unvetted code during install and can deliver malware.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill requires installing the Hive CLI at runtime from the git URL git+https://github.com/notdp/hive.git (pipx install ...), which fetches and installs remote executable code that the skill uses to run agent-control commands, so this external repo is a runtime dependency that can execute remote code.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata