structural-refactor
Warn
Audited by Snyk on Mar 28, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's installation step instructs running bash <(curl -sL get-comby.netlify.app), which fetches and executes a remote installer from https://get-comby.netlify.app to install the required comby dependency, thus executing remote code at setup/runtime.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). The prompt explicitly instructs running a sudo command to create a symlink in /usr/lib (sudo ln -s /usr/lib/libpcre.so /usr/lib/libpcre.so.3), which directs the agent/user to modify system files requiring elevated privileges.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata