ClawAudit verdict
ansible
ansible-skill
Accesses system credential store AND makes external network calls
Standard Ansible infrastructure-as-code skill for server provisioning and configuration management; installs Ansible via pip/brew from official sources and uses SSH keys/vault for credential management in the expected manner for this tool.
Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses system credential store AND makes external network calls
LLM02 · ASI03
Permission integrity
network_out
file_read+write
package_install
Findings (7)
Possible hardcoded credential
SKILL.md · code · password: "y8UGHR1qH
Accesses sensitive system files
references/modules-cheatsheet.md · code · /etc/hosts
References SSH/GPG private keys
SKILL.md · code · ssh_private
Accesses .ssh directory
SKILL.md · code · .ssh/
References sudo — requests elevated privileges
references/modules-cheatsheet.md · code · sudo
apt-get install — installs system packages
references/best-practices.md · code · apt-get install
Sets world-executable permissions
references/troubleshooting.md · code · chmod 700
Permissions & capabilities
Requires 2 system binaries.
package_installcredential_storenetwork_innetwork_outfile_write Thanks — recorded.