Data 912 Market Data
PassAudited by ClawScan on May 1, 2026.
Overview
This is a coherent instruction-only market-data skill that queries a public Data912 API, with the main user consideration being that it makes external HTTP requests and the data is not real-time.
This skill appears safe for public market-data lookup. Before using it, be comfortable with the agent making requests to data912.com, and remember the artifacts say the data is educational/non-real-time and should not be treated as financial advice.
Findings (1)
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.
Ticker or endpoint requests may be sent to data912.com, and responses will be interpreted by the agent.
The skill directs the agent to use local command-line tools to make outbound HTTP requests. This is coherent with querying a public market-data API and shows no mutation or credential use, but users should notice the external network access.
Fetch data with `curl -s` and parse with `jq`.
Use this skill only if external Data912 lookups are expected, keep requests scoped to the documented endpoints, and follow the included rate-limit and non-trading-advice guidance.
