悟道 · A股涨停板
Security checks across static analysis, malware telemetry, and agentic risk
Overview
This appears to be a read-only A股 limit-up data skill that clearly uses a third-party API key, with no code or persistence, but users should verify the provider and protect the key.
This skill is reasonable for fetching A股涨停板 data. Before installing, confirm that stock.quicktiny.cn is the provider you intend to use, configure only a dedicated LB_API_KEY, and make sure LB_API_BASE remains set to the documented API URL.
Static analysis
No static analysis findings were reported for this release.
VirusTotal
VirusTotal findings are pending for this skill version.
Risk analysis
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.
The agent may contact the stock-data API to answer relevant questions, but the provided artifacts do not show account mutation or destructive actions.
The skill scopes the agent to documented API paths and parameters, which reduces tool-misuse risk while still indicating the agent will make external API calls.
仅使用本文「Endpoints」中列出的路径与参数
Keep requests limited to the documented endpoints and confirm LB_API_BASE is the intended provider URL before use.
If the API key is exposed or sent to the wrong base URL, someone could use the user's provider account or quota.
The skill requires and uses a bearer API key for the external stock-data service; this is expected for the purpose but is still credentialed access.
export LB_API_KEY="lb_your_key_here" ... curl -s -H "Authorization: Bearer $LB_API_KEY" "$LB_API_BASE/endpoint"
Use a dedicated, revocable API key; do not paste real keys into chat; and keep LB_API_BASE set to the intended service URL.
Users have less registry-level provenance for the skill/provider before registering for the external API service.
The registry does not provide source or homepage provenance. Because the skill is instruction-only with no install script or code files, this is a notice rather than a concern.
Source: unknown; Homepage: none
Verify the provider website and account/API-key process independently before installing or configuring the skill.
