check-workday-cn — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited check-workday-cn (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Check whether today is a workday with official holiday override data from: https://cdn.jsdelivr.net/gh/NateScarlet/holiday-cn@master/{year}.json
python3 scripts/check_today_workday.py.is_workday from output.days[], use isOffDay directly (false => workday, true => off day).days[], fall back to weekday rule (Mon-Fri workday, Sat-Sun off day).Use today in Asia/Shanghai:
python3 scripts/check_today_workday.pyCheck specific date:
python3 scripts/check_today_workday.py --date 2026-02-15Machine-readable output:
python3 scripts/check_today_workday.py --jsonAlways return:
is_workday booleanholiday override or weekday fallback)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.