cloudflare-dns
Fail
Audited by Snyk on Mar 28, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). The link is a direct download of a precompiled executable from a personal/unknown GitHub user (wsvn53) rather than an official vendor or package manager, which is suspicious because unsigned binaries from untrusted repos can contain malware and lack provenance.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's setup step downloads and installs a remote executable at runtime from https://github.com/wsvn53/flarectl/releases/download/flarectl-v0.1.0-alpine-arm64/flarectl-linux-arm64, which fetches and enables execution of remote code that the skill depends on.
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 instructs installing a binary into /usr/local/bin and changing its permissions (via wget and chmod), which modifies system directories that typically require elevated privileges and thus can change the machine's state.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata