锋哥智能搜索
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The OpenClaw AgentSkills bundle provides a smart search tool that automatically selects between Bing and DuckDuckGo based on language detection. The `SKILL.md` file contains clear, descriptive instructions without any prompt injection attempts or hidden directives for the AI agent. The `skill.py` script uses the `requests` library for web scraping, properly URL-encodes user input with `urllib.parse.quote` to prevent injection, and processes search results. There is no evidence of malicious activities such as data exfiltration, unauthorized command execution, persistence mechanisms, or obfuscation. The code's functionality aligns entirely with its stated purpose.
