Skip to main content

ansible-coder

Guides users in writing Ansible playbooks for server configuration, enhancing automation and management of server tasks.

Install this skill

or
58/100

Security score

The ansible-coder skill was audited on Feb 9, 2026 and we found 6 security issues across 3 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 182

Piping content to sh shell

SourceSKILL.md
182ansible.builtin.shell: curl -fsSL https://get.docker.com | sh
high line 410

Piping content to sh shell

SourceSKILL.md
410ansible.builtin.shell: curl -fsSL https://get.docker.com | sh
medium line 182

Curl to non-GitHub URL

SourceSKILL.md
182ansible.builtin.shell: curl -fsSL https://get.docker.com | sh
medium line 410

Curl to non-GitHub URL

SourceSKILL.md
410ansible.builtin.shell: curl -fsSL https://get.docker.com | sh
low line 182

External URL reference

SourceSKILL.md
182ansible.builtin.shell: curl -fsSL https://get.docker.com | sh
low line 410

External URL reference

SourceSKILL.md
410ansible.builtin.shell: curl -fsSL https://get.docker.com | sh
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →