ansible
Fail
Audited by Snyk on Mar 13, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.80). The prompt includes explicit plaintext secret examples in vault files (e.g., "supersecretpassword", "abc123def456", certificate blocks) and shows how to place them in vars, which could cause an LLM to output secret values verbatim when asked to generate or copy these files.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). The prompt includes explicit privileged actions—become: true/sudo, editing /etc/ssh/sshd_config and other system files, enabling services, creating users and firewall changes—so it directly instructs modifications to the machine's system state.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata