deploy-service

Fail

Audited by Snyk on Jun 14, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 0.90). The deploy script builds a shell command from unsanitized inputs and executes it with subprocess.run(..., shell=True), which enables command injection and remote code execution (high risk for backdoor/abuse); no explicit data exfiltration or obfuscation was found.

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

  • Attempt to modify system services in skill instructions detected (high risk: 0.90). The skill explicitly runs arbitrary shell commands and restarts services (modifying system state and likely requiring elevated privileges), so it pushes the agent to change the machine's state.

Issues (2)

E006
CRITICAL

Malicious code pattern detected in skill scripts.

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
CRITICAL
Analyzed
Jun 14, 2026, 10:28 AM
Issues
2
Security Audit — snyk — deploy-service