odoo-oca-developer

Warn

Audited by Socket on Sep 15, 2026

1 alert found:

Security
SecurityMEDIUM
scripts/validate_module.py

The code is a legitimate Odoo module validation utility, but it contains a high-impact unsafe deserialization/code-execution flaw: any untrusted __manifest__.py supplied to the validator can execute arbitrary Python code through eval(). The fragment itself does not demonstrate embedded malware, exfiltration, or persistence; the risk depends on validating untrusted modules. Use ast.literal_eval() or another non-executing parser.

Confidence: 99%Severity: 85%
Audit Metadata
Analyzed At
Sep 15, 2026, 09:17 PM
Package URL
pkg:socket/skills-sh/miquelalzanillas%2Fodoo-oca-convention-skill%2Fodoo-oca-developer%2F@cc7779f61bc344dd915575b8d9651172351d0d01bc6eea0e59a6a970d7af90ff
Security Audit — socket — odoo-oca-developer