operating-sliver-c2

Fail

Audited by Snyk on Aug 7, 2026

Risk Level: CRITICAL
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The skill includes an explicit plaintext password ("Password123") shown being passed verbatim on a command line (sliver (SESSION) > make-token -u DOMAIN\user -p Password123), which requires the agent to output sensitive credentials directly.

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.90). The presence of direct release-download URLs for Sliver server/client binaries and an install endpoint that pipes a remote installer to bash are high-risk vectors for distributing malware/C2 implants even if hosted by the project's official sites.

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 1.00). This content documents and automates use of the Sliver command-and-control framework and includes explicit commands and a helper script to generate implants, run remote commands, escalate privileges, harvest credentials, and pivot — behaviors consistent with high-risk C2/post-exploitation tooling and deliberate abuse.

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (medium risk: 0.30). The runtime workflow in scripts/agent.py ingests outsider-authored free text via the exec --command CLI argument and passes it to Sliver’s interact.execute(...), causing the agent to read/relay arbitrary operator-supplied text output (stdout/stderr) back to the user.

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


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

  • Attempt to modify system services in skill instructions detected (high risk: 1.00). The skill explicitly requires and instructs use of root/sudo (e.g., "Root or sudo" for privileged ports, "curl ... | sudo bash", and "sudo ./sliver-server"), which pushes the agent to obtain elevated privileges and modify the host state by installing/running system-level C2 services.

Issues (6)

W007
HIGH

Insecure credential handling detected in skill instructions.

E005
CRITICAL

Suspicious download URL detected in skill instructions.

E006
CRITICAL

Malicious code pattern detected in skill scripts.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

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
CRITICAL
Analyzed
Aug 7, 2026, 04:19 PM
Issues
6
Security Audit — snyk — operating-sliver-c2