cliproxy-deploy

Fail

Audited by Snyk on Jun 19, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The prompt instructs generating, placing, and using API keys (e.g., inserting NEW_KEY into config, scp’ing auth JSONs, and running curl with Authorization: Bearer <NEW_KEY>) which forces the agent to handle and potentially emit secret values verbatim in commands or session outputs, creating an exfiltration risk.

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

  • Potentially malicious external URL detected (high risk: 1.00). The skill performs a runtime git clone of https://github.com/router-for-me/CLIProxyAPI.git and then executes that code via go run ./cmd/server, so fetched remote code is executed and controls the deployed agent’s runtime behavior.

MEDIUM W013: Attempt to modify system services in skill instructions.

  • Attempt to modify system services in skill instructions detected (high risk: 1.00). Yes — the skill instructs connecting as root and executing privileged system changes (apt installs, UFW firewall rules, writing files under /root, starting/stopping processes and editing shell rc), which modify the machine's state and require/assume root privileges.

Issues (3)

W007
HIGH

Insecure credential handling detected in skill instructions.

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
HIGH
Analyzed
Jun 19, 2026, 03:58 PM
Issues
3
Security Audit — snyk — cliproxy-deploy