odoo-service
Warn
Audited by Snyk on Mar 18, 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.80). The Dockerfile templates (used/generated at runtime by the docker_manager and docker-compose build commands) run wget to fetch and dpkg -i the wkhtmltopdf .deb from https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-3/wkhtmltox_0.12.6.1-3.bookworm_amd64.deb, which downloads and executes remote content during image build, so I flag that URL.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). The skill includes explicit instructions to create/modify system files (e.g. /etc/systemd/system/odoo17.service, /etc/nginx sites), run systemctl, install packages with apt/dpkg, write to /opt and /etc, and manage database users—actions that require sudo/privileged access and modify the host state.
Issues (2)
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata