update-conf
Fail
Audited by Snyk on Apr 1, 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 explicitly reads the full ansible.cfg and displays unified diffs (then writes them) without instructing redaction, so any secrets present in the config would be output verbatim, creating an exfiltration risk.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (medium risk: 0.40). The skill edits and writes ansible.cfg (which may be a system-owned file) and can change security-sensitive settings, so it can modify machine state and potentially affect system security, but it does not request sudo, create accounts, or directly bypass protections.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata