cloud-deployment-expert

Fail

Audited by Snyk on Jun 17, 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 writing plaintext credentials into a .env (e.g., DATABASE_URL=postgresql://user:pass@... and JWT_SECRET=your-secret-key) and shows credential-like values inline, which requires handling and potentially outputting secret values verbatim.

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

  • Potentially malicious external URL detected (high risk: 0.90). The setup uses a runtime command that fetches and executes remote code via "curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -", which directly runs external content and is required for the Node.js installation step.

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 instructs creating a new sudo-enabled user, running commands with sudo (including piping a remote script into bash), and modifying system files (nginx config, /etc/letsencrypt), all of which change the machine state and can compromise security.

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 17, 2026, 02:07 AM
Issues
3
Security Audit — snyk — cloud-deployment-expert