add-image-vision
Audited by Socket on Mar 12, 2026
1 alert found:
Obfuscated FileThe skill description and implementation plan are largely coherent with a feature that adds image vision for WhatsApp attachments, including download, resize, and encoding for multimodal processing by an external agent. However, there are notable risks: (1) dependence on an external fork via git remote merge introduces supply-chain risk and potential code insertion from an untrusted source; (2) data flows involve transmitting image content to an external AI service (Claude), which requires explicit user consent, trust, and proper data handling/privacy safeguards; (3) the workflow modifies WhatsApp channel files and requires careful build/test discipline to avoid destabilizing the runtime. Taken together, the footprint is suspicious but not malicious by intent; it is moderately risky and should be treated as suspicious until rigorous provenance (verified source, checksums, and explicit data-use policies) and robust data privacy controls are demonstrated.