A股业绩快报查询
Analysis
The skill appears to do what it says: query a declared stock-finance API for one A-share code and return a Markdown table, with no evidence of hidden credential use, persistence, or destructive behavior.
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.
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.
BASE_URL = os.environ.get("BASE_URL", "https://market.ft.tech").rstrip("/") ... url = f"{BASE_URL}/data/api/v1/market/data/finance/stock-performance-express?{params}"The handler sends the validated stock code and paging parameters to an external API endpoint. This is expected for the stated finance-query purpose and is disclosed, but it is still network sharing of the user's requested stock code.
Source: unknown; Homepage: none
The skill's origin is not linked to a public source or homepage. The included code is straightforward and self-contained, but provenance is less verifiable.
