ansible
Fail
Audited by Snyk on Jul 26, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill includes literal secret values (vault_db_password, vault_api_key, private key) in the example vault.yml while instructing the agent to write files directly, which would require or encourage the LLM to output secrets 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 generates and runs privileged Ansible playbooks (become: true) that modify system files (e.g., /etc/nginx/*), enable links under /etc, and control systemd services—actions that require sudo and can change the machine's state.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata