Baidu Milan Winter Olympics 2026
Analysis
The skill appears to fetch public Winter Olympics medal, news, and schedule data from Baidu and does not request credentials, persistence, or data-changing permissions.
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.
const API_BASE_URL = 'https://tiyu.baidu.com/al/major/schedule/list';
The skill makes outbound HTTPS requests to Baidu Sports to retrieve schedule data; this is disclosed and aligned with the skill's public sports-data purpose.
node scripts/milan-olympics.js top
The documented workflow depends on running Node.js scripts, while the registry requirements list no required binaries. This is a dependency declaration gap, not evidence of malicious behavior.
