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
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
MEDIUM
Analyzed
Mar 28, 2026, 11:38 PM
Issues
2