Back to skill
Skillv0.1.0

VirusTotal security

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

Scanner verdict

BenignApr 29, 2026, 4:22 AM
Hash
ceb169500f3f73f9373ff6cdbf8073e72be2d8927f573080a28800e21a3f1bb6
Source
palm
Verdict
benign
Code Insight
Type: OpenClaw Skill Name: local-web-search-skill Version: 0.1.0 The skill bundle is benign. The `SKILL.md` clearly states the purpose and security properties, which are fully upheld by the `scripts/local_search.py` code. The Python script performs web scraping of DuckDuckGo, making outbound HTTPS GET requests only to `duckduckgo.com`, without reading environment variables, sensitive files, or performing any external writes. Input sanitization is correctly handled via `urllib.parse.quote` for the search query, and there are no signs of malicious execution, data exfiltration, persistence, or prompt injection attempts against the agent.
External report
View on VirusTotal