odoo-oca-developer
Warn
Audited by Socket on Sep 15, 2026
1 alert found:
SecuritySecurityscripts/validate_module.py
MEDIUMSecurityMEDIUM
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