Eastmoney Fin Search 1.0.5
Analysis
This skill appears to do what it claims: send financial search queries to Eastmoney’s API, use an API key, and save results locally, with only metadata/provenance notes to review.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
"ownerId": "kn73m56g83j65mv3bjd848j7vn82t04f", "slug": "eastmoney-fin-search", "version": "1.0.5"
The included _meta.json does not match the registry metadata shown in the prompt, which lists a different owner ID, slug, and version. This is a provenance/metadata consistency issue, not evidence of malicious code.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
self.api_key = api_key or os.getenv("MX_APIKEY")The code uses an API key from the MX_APIKEY environment variable. This is purpose-aligned and not hardcoded or logged, but users should know the registry summary says no required env vars while the skill itself requires one.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
本 Skill 会将您的查询文本发送至东方财富官方 API 域名 ( `mkapi2.dfcfs.com` ) 以获取金融数据。
The skill clearly discloses that query text is sent to an external provider; this is expected for a search integration but matters if queries contain sensitive financial or business information.
