ClawAudit verdict

ansible

ansible-skill

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

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.

0
security
60
transparency
70
maintenance

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.

Capability combination critical

Accesses system credential store AND makes external network calls

LLM02 · ASI03

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Performs file operations but does not declare file-accessing binaries

file_read+write

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (7)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · password: "y8UGHR1qH

Pattern match critical

Accesses sensitive system files

references/modules-cheatsheet.md · code · /etc/hosts

Pattern match high

References SSH/GPG private keys

SKILL.md · code · ssh_private

Pattern match high

Accesses .ssh directory

SKILL.md · code · .ssh/

Pattern match high

References sudo — requests elevated privileges

references/modules-cheatsheet.md · code · sudo

Pattern match high

apt-get install — installs system packages

references/best-practices.md · code · apt-get install

Pattern match medium

Sets world-executable permissions

references/troubleshooting.md · code · chmod 700

Permissions & capabilities

Requires 2 system binaries.

package_installcredential_storenetwork_innetwork_outfile_write
Check another skill Browse the registry Auditing your own skills or configs? Use the API