Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Multi Search Engine 2

Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API keys required.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 1.2k · 11 current installs · 17 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The declared purpose (aggregating 17 search engines and building search URLs) aligns with the SKILL.md, config.json, and reference files: the listed engine URLs and operators match the description and there are no unexpected credentials or binaries required. However there are metadata inconsistencies: the registry metadata at the top lists version 1.0.0 and owner ID kn75k3... while the included _meta.json shows ownerId kn79j8... and version 2.0.1. Source is unknown and no homepage or upstream repo is provided, which reduces provenance confidence.
Instruction Scope
Runtime instructions are instruction-only and simply show constructing search URLs and calling web_fetch on public search endpoints — no local file, environment, or system-path access is requested. That is coherent. However the examples and guides explicitly demonstrate advanced operators (e.g., intext:password, filetype:txt, cache:) that can be used to locate leaked credentials or other sensitive information (OSINT). While that capability is inherent to search engines, including such examples increases the potential for misuse and data-exposure activities.
Install Mechanism
No install specification and no code files executed at runtime beyond agent-invoked web_fetch calls. This instruction-only form minimizes on-disk code risk.
Credentials
The skill requests no environment variables, no credentials, and no config paths — consistent with the stated functionality (no API keys required).
Persistence & Privilege
always is false and the skill does not request special persistence or modify other skills. Autonomous invocation is allowed (platform default), which is expected; combine this with other risks (unknown publisher) when deciding to enable autonomous runs.
What to consider before installing
This skill appears to do what it says (construct and fetch public search URLs) and requires no credentials or install. Still, consider the following before installing: 1) Provenance: the publisher and file metadata disagree (owner ID and version mismatches) and there's no homepage or repo — prefer skills with clear authorship. 2) Misuse potential: the documentation includes examples (e.g., intext:password, filetype:txt, cache:) that make it easy to craft OSINT queries to find leaked credentials or other sensitive info; think about whether you want an agent with autonomous web_fetch ability performing such queries. 3) If you proceed, limit autonomous invocation or monitor web_fetch outputs, avoid supplying sensitive or private keywords to the skill, and prefer installing only from verified sources or repositories with traceable authorship. If you want higher assurance, ask the publisher for a source repo or signed release or choose a similar skill from a known maintainer.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk978zdgn9s0afkazc7rn2zeb1d80xxsf

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Multi Search Engine v2.0.1

Integration of 17 search engines for web crawling without API keys.

Search Engines

Domestic (8)

  • Baidu: https://www.baidu.com/s?wd={keyword}
  • Bing CN: https://cn.bing.com/search?q={keyword}&ensearch=0
  • Bing INT: https://cn.bing.com/search?q={keyword}&ensearch=1
  • 360: https://www.so.com/s?q={keyword}
  • Sogou: https://sogou.com/web?query={keyword}
  • WeChat: https://wx.sogou.com/weixin?type=2&query={keyword}
  • Toutiao: https://so.toutiao.com/search?keyword={keyword}
  • Jisilu: https://www.jisilu.cn/explore/?keyword={keyword}

International (9)

  • Google: https://www.google.com/search?q={keyword}
  • Google HK: https://www.google.com.hk/search?q={keyword}
  • DuckDuckGo: https://duckduckgo.com/html/?q={keyword}
  • Yahoo: https://search.yahoo.com/search?p={keyword}
  • Startpage: https://www.startpage.com/sp/search?query={keyword}
  • Brave: https://search.brave.com/search?q={keyword}
  • Ecosia: https://www.ecosia.org/search?q={keyword}
  • Qwant: https://www.qwant.com/?q={keyword}
  • WolframAlpha: https://www.wolframalpha.com/input?i={keyword}

Quick Examples

// Basic search
web_fetch({"url": "https://www.google.com/search?q=python+tutorial"})

// Site-specific
web_fetch({"url": "https://www.google.com/search?q=site:github.com+react"})

// File type
web_fetch({"url": "https://www.google.com/search?q=machine+learning+filetype:pdf"})

// Time filter (past week)
web_fetch({"url": "https://www.google.com/search?q=ai+news&tbs=qdr:w"})

// Privacy search
web_fetch({"url": "https://duckduckgo.com/html/?q=privacy+tools"})

// DuckDuckGo Bangs
web_fetch({"url": "https://duckduckgo.com/html/?q=!gh+tensorflow"})

// Knowledge calculation
web_fetch({"url": "https://www.wolframalpha.com/input?i=100+USD+to+CNY"})

Advanced Operators

OperatorExampleDescription
site:site:github.com pythonSearch within site
filetype:filetype:pdf reportSpecific file type
"""machine learning"Exact match
-python -snakeExclude term
ORcat OR dogEither term

Time Filters

ParameterDescription
tbs=qdr:hPast hour
tbs=qdr:dPast day
tbs=qdr:wPast week
tbs=qdr:mPast month
tbs=qdr:yPast year

Privacy Engines

  • DuckDuckGo: No tracking
  • Startpage: Google results + privacy
  • Brave: Independent index
  • Qwant: EU GDPR compliant

Bangs Shortcuts (DuckDuckGo)

BangDestination
!gGoogle
!ghGitHub
!soStack Overflow
!wWikipedia
!ytYouTube

WolframAlpha Queries

  • Math: integrate x^2 dx
  • Conversion: 100 USD to CNY
  • Stocks: AAPL stock
  • Weather: weather in Beijing

Documentation

  • references/advanced-search.md - Domestic search guide
  • references/international-search.md - International search guide
  • CHANGELOG.md - Version history

License

MIT

Files

7 total
Select a file
Select a file to preview.

Comments

Loading comments…