server-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 explicitly embeds secrets verbatim in commands (e.g., sshpass -p '', echo '<PUBLIC_KEY>', and writing user-provided SSL private keys/certificates), which requires the LLM to output sensitive values directly.

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 includes numerous privileged actions (writing /etc/systemd and /etc/nginx files, running systemctl, apt-get, Docker install scripts, changing sshd_config, adding SSH keys, using root SSH) that modify system state and require sudo/root access, so it clearly pushes the agent to perform state-changing, high-privilege operations.

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:59 PM
Issues
3
Security Audit — snyk — server-deploy