init
Fail
Audited by Snyk on Jun 13, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). The raw GitHub URL points to an executable install.sh from an individual/unknown account (direct curl | bash style installs are high-risk and can distribute malware), while the 127.0.0.1:7878/api/health endpoint is a benign local health check and not a download.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill conditionally runs at runtime "curl -fsSL https://raw.githubusercontent.com/7xuanlu/origin/v0.6.1/install.sh | bash", which fetches and immediately executes a remote installer script, so this URL is a runtime external dependency that executes code.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.90). The prompt instructs the agent to download-and-execute an external installer (curl | bash) and run commands that write/start a launchd plist (install a daemon), which actively modifies system state and service configuration on the host.
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