tailscale
Warn
Audited by Snyk on Mar 18, 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.80). The skill's installation instructions include executing a remote script (curl -fsSL https://tailscale.com/install.sh | sh), which fetches and runs code at runtime and is presented as an installation dependency.
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 instructs performing system-level actions that modify system files and services (e.g., installing via curl|sh, editing /etc/sysctl.conf with sudo, starting/stopping systemd services, changing daemon config in /etc/default/tailscaled, advertising routes/exit nodes), which require elevated privileges and change the machine state.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata