videodb-monitoring
Audited by Socket on Apr 14, 2026
1 alert found:
AnomalyThis module is a legitimate-looking monitor/capture controller that manages screen (and optionally microphone) recording via a Videodb SDK and coordinates startup/shutdown using persisted OpenClaw state. The dominant security concerns are (1) high privacy impact from starting/storing capture sessions, (2) a shell-command execution sink via execSync when updating OpenClaw config (potential injection risk if local config inputs are tampered with), (3) partial API key logging, and (4) terminating a PID sourced from local config (potential DoS/abuse if that config is altered). No clear evidence of overt malware behaviors like reverse shells, hardcoded exfiltration endpoints, or classic backdoors is present within this module.