odoo-app-automator
Audited by Socket on Jul 10, 2026
1 alert found:
AnomalyNo overt malware/backdoor behavior is evident in the provided fragment (no exec/process-spawn patterns or hidden payloads). However, the module intentionally transmits base64-encoded receipt images to a configurable external OCR endpoint and applies the OCR response directly to accounting-relevant fields, then uses those fields to post GL journal entries. The most significant security concern is the trust boundary around paddleocr.api.url (read via sudo, dynamically used for URL construction) and the lack of shown validation/auth/transport hardening for the outbound OCR request and OCR response sanity checks. Treat this as a meaningful supply-chain/trust-boundary risk (privacy exfiltration + potential accounting integrity impact) that requires strong egress controls, endpoint allowlisting, and response validation before relying on automated posting.