Enterprise Contact Information Query - 企业联系方式查询
PassAudited by ClawScan on May 1, 2026.
Overview
The skill coherently queries a documented JisuAPI endpoint for company contact details, with expected API-key and third-party data-sharing considerations.
This appears safe for its stated purpose. Before installing, make sure you trust JisuAPI and the skill publisher enough to use an API key, understand that lookups may consume quota, and handle returned phone numbers, emails, and contact names with appropriate privacy and compliance care.
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.
Queries may use the user's JisuAPI account quota or paid allowance.
The skill reads the user's JisuAPI credential from the environment and uses it to authenticate provider requests; this is disclosed and aligned with the stated integration.
appkey = os.getenv("JISU_API_KEY") ... params = {"appkey": appkey}Use a dedicated JisuAPI key where possible, keep it out of chat messages and logs, and monitor quota or billing.
Company lookup terms are shared with JisuAPI, and returned results may contain business or personal contact details.
The skill sends company identifiers such as company name, credit number, registration number, or organization code to an external provider API.
QUERY_URL = "https://api.jisuapi.com/enterprisecontact/query" ... requests.get(QUERY_URL, params=params, timeout=10)
Avoid using the skill for confidential lookup targets unless JisuAPI's terms and privacy handling are acceptable; redact personal contact data when responding.
Users have limited provenance information for the skill author or upstream repository.
The skill metadata does not provide an upstream source or homepage for the skill package, though the included code is small and no install-time execution is present.
Source: unknown; Homepage: none
Review the included script before installing and prefer trusted publishers or repositories for production use.
