中国节假日查询

PassAudited by ClawScan on May 9, 2026.

Overview

This is a straightforward Chinese holiday lookup skill; its only notable behavior is a disclosed network request to timor.tech for holiday data.

This appears safe for normal holiday and workday lookups. Before using it, note that it relies on timor.tech over the network and falls back to weekday-only logic if the API fails.

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.

What this means

The queried year may be sent to timor.tech, and answers depend on that API's availability and correctness.

Why it was flagged

The script calls a third-party API for the queried year. This is disclosed by the skill and scoped to holiday data, but it means query context is not fully local.

Skill content
"year_url": lambda year: f"https://timor.tech/api/holiday/year/{year}"
Recommendation

Use normally if you are comfortable with this external API dependency; verify results separately for critical scheduling decisions.