stock
Analysis
The skill is coherent for read-only stock and financial data lookup, but it embeds a default API key and tells the agent to use it if no user key is configured.
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.
Source: unknown; Homepage: none
The skill has no executable install path, but its publisher/source provenance is limited while it routes requests to an external financial API.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
如果没有,请在调用时使用默认的示例apikey: mkt_ViJH0AwP4...;默认API Key: `mkt_ViJH0AwP4...`
The artifact includes a concrete API key value and instructs the agent to use it as a fallback. The registry metadata declares no primary credential and no env var declarations, so this credential use is not clearly bounded or declared.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
curl -X POST --location 'https://mkapi2.dfcfs.com/finskillshub/api/claw/news-search' ... --data '{"query":"查询内容"}'The skill sends user-provided financial queries to an external API endpoint. This is aligned with the skill's purpose, but users should know their query text leaves the agent environment.
