Brave Search
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
SKILL.md
text/markdown · 1273 bytes
content.js
text/javascript · 2582 bytes
package-lock.json
application/json · 20515 bytes
package.json
application/json · 332 bytes
search.js
text/javascript · 5329 bytes
skill-card.md
text/markdown · 2070 bytes
Security Scan
Status
clean
OpenClaw
gpt-5.5
OpenClaw analysis
This appears to be a straightforward web search and page-extraction skill, with documentation issues but no evidence of malware, persistence, or hidden local access.
Confidence: medium
VirusTotal
Type: OpenClaw Skill Name: brave-search Version: 1.0.1 The OpenClaw AgentSkills bundle 'brave-search' is classified as benign. The `SKILL.md` provides clear, non-malicious instructions for web search and content extraction. The `search.js` and `content.js` scripts perform HTTP requests to `search.brave.com` and user-specified/search-result URLs, respectively, using standard web scraping and HTML parsing libraries. There is no evidence of intentional data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. The dependencies listed in `package.json` and `package-lock.json` are appropriate for the stated functionality.