openstack-kolla-ansible-ops

Warn

Audited by Snyk on Jun 27, 2026

Risk Level: MEDIUM
Full Analysis

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 0.70). The skill includes runtime commands that fetch and execute remote code—specifically "pip install --upgrade kolla-ansible==" (pulls packages from PyPI) and "kolla-ansible -i /etc/kolla/inventory pull" (pulls container images from registries)—which are required for upgrades and thus represent external runtime dependencies that can execute code.

MEDIUM W013: Attempt to modify system services in skill instructions.

  • Attempt to modify system services in skill instructions detected (high risk: 1.00). This skill explicitly instructs the operator to modify system-wide files (e.g. /etc/kolla/*), run privileged commands (docker restart/logs/exec, kolla-ansible operations, mariadb backup/restore, pip install upgrades), and perform backups/restores and service restarts that change the host state and require elevated privileges, so it clearly pushes the agent to modify and potentially compromise the machine state.

Issues (2)

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
MEDIUM
Analyzed
Jun 27, 2026, 04:58 AM
Issues
2
Security Audit — snyk — openstack-kolla-ansible-ops