TickHub

PassAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill is narrowly focused on looking up live stock prices and does not request credentials, persistence, local file access, or installation.

This skill appears safe for simple stock price lookups. Be aware that the stock symbol or name you ask about may be sent to the external endpoint shown in the instructions, and the publisher should clarify the relationship between tickhub.net and the named finance data sources.

Findings (2)

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

Stock symbols or company names provided by the user may be sent to the external quote service.

Why it was flagged

The skill directs the agent to use an external API endpoint to retrieve stock quote data. This is expected for the stated purpose, but it is still external network/tool use.

Skill content
调用对应市场的实时行情API ... curl "https://tickhub.net/stock/600519"
Recommendation

Use it for non-sensitive market lookups, and avoid entering private account, trading, or portfolio information unless the skill is updated to clearly describe how such data is handled.

What this means

Users may assume the data is fetched directly from the named finance providers when the shown endpoint is a different domain.

Why it was flagged

The overview names 东方财富/新浪财经 as data sources, while the concrete example calls tickhub.net. This is not evidence of malicious behavior, but it is a minor disclosure mismatch about the actual provider endpoint.

Skill content
通过东方财富/新浪财经API获取该股票的实时行情数据 ... curl "https://tickhub.net/stock/600519"
Recommendation

The publisher should clarify whether tickhub.net is a proxy, the primary data provider, or only an example endpoint.