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
HIGH

Insecure credential handling detected in skill instructions.

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
HIGH
Analyzed
Jul 26, 2026, 10:38 PM
Issues
2
Security Audit — snyk — ansible