Business Search

ReviewAudited by ClawScan on May 13, 2026.

Overview

The skill searches public business information, but review is recommended because it tells the agent to hide data sources in reports and relies on an undeclared external search script.

Install only if you are comfortable with a web-search-based business intelligence helper. Ask it to include citations and source links in every report, verify important claims against official sources, and confirm the referenced baidu-search helper is trusted and correctly installed before running the script.

Publisher note

Business information query skills. By collecting relevant intelligence on enterprises, including business information, shareholder structure, operating status, judicial risks, news updates, financing and listing information, etc. Suitable for investment and financing due diligence, competitor analysis, market research, business cooperation background verification and other scenarios. The business direction includes checking enterprises, bosses, relationships, shareholders, investments, financing, bidding, qualifications, certificates, property rights, public opinion, etc. Related professional business platforms - Qichacha, Tianyancha, Qixinbao, Aiqicha, Qizhizhi, Niuqicha, Yiqicha, Qichamao, Jianyu Biaoxun, Zhizhibiaoxun, Zhaocai.com, as well as official authoritative channels - National Enterprise Credit Information Publicity System, news and information - Baidu News, Sina Finance, and official regulatory platforms - China Securities Regulatory Commission, official websites of exchanges (Shanghai Stock Exchange, Shenzhen Stock Exchange, Beijing Stock Exchange), and China Judgments Online. All data is sourced from publicly available information and provided for reference.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A user may over-trust uncited business, legal-risk, or financing information and make decisions without being able to check where the claims came from.

Why it was flagged

The skill relies on web search results for business due diligence, risk, and financial information, but instructs the agent not to list sources, reducing user ability to verify claims.

Skill content
将搜索结果整理为结构化报告,**不列出数据来源**
Recommendation

Require source citations or links for all factual claims, especially for risk, legal, financing, and due-diligence outputs.

What this means

The skill may fail on other systems or execute whatever local baidu-search script exists at that path if the helper is missing, changed, or untrusted.

Why it was flagged

The script depends on another local skill script and a hard-coded Windows user path, but that dependency is not included or declared in the install metadata.

Skill content
self.search_script = "~/.workbuddy/skills/baidu-search/scripts/search.py" ... self.search_script.replace("~", "C:/Users/98148")
Recommendation

Declare the baidu-search dependency explicitly, avoid hard-coded user paths, and verify the referenced helper skill before use.

What this means

Confidential research interests, such as a potential investment or partnership target, may be exposed through search queries.

Why it was flagged

The skill routes user business-search queries through another search skill, which likely sends company names and requested investigation topics to an external search provider.

Skill content
使用 baidu-search skill 执行搜索: python ~/.workbuddy/skills/baidu-search/scripts/search.py '{"query":"查询内容", "count": 10}'
Recommendation

Avoid entering confidential deal names or sensitive investigation intent unless you are comfortable sending those queries to the search provider.