linux-shell-scripting

Fail

Audited by Snyk on Aug 8, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 0.90). The skill includes hardcoded plaintext credentials (db_pass="password") and uses them directly on the command line (mysqldump -p"$db_pass"), which forces any agent following the template to handle or emit secret values verbatim.

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 includes scripts that create user accounts (useradd/passwd) and invoke privileged operations with sudo (apt-get install, systemctl restart), instructing modification of the host system's state.

Issues (2)

W007
HIGH

Insecure credential handling detected in skill instructions.

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
HIGH
Analyzed
Aug 8, 2026, 01:43 AM
Issues
2
Security Audit — snyk — linux-shell-scripting