Back to skill
Skillv1.0.0

VirusTotal security

Image Search · External malware reputation and Code Insight signals for this exact artifact hash.

Scanner verdict

BenignApr 30, 2026, 5:05 AM
Hash
663b15356ea33af2fc6ee27e55fa939bcd69e04b05689280b55c3a9f37a48d71
Source
palm
Verdict
benign
Code Insight
Type: OpenClaw Skill Name: image-search Version: 1.0.0 The skill provides reverse image search functionality using Google Lens via SerpAPI. The core logic in `scripts/lens_search.py` is well-structured, uses only the Python standard library, and lacks any signs of obfuscation or malicious intent. It handles local files by uploading them to third-party image hosting services (freeimage.host or imgbb.com), which is a documented and necessary step for the Google Lens API to process the image. The script correctly manages API keys via environment variables (SERPAPI_KEY, IMGBB_API_KEY) and does not attempt to access unauthorized files or exfiltrate sensitive data beyond the provided image.
External report
View on VirusTotal