harvest-check — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited harvest-check (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.
The harvester (src/harvester.ts) refreshes a rolling 90-day availability window per park into a SQLite bitmap store (src/harvest.ts) so the map and MCP serve instant lookups. Two lanes run in parallel — camis (BC/PC, one fast JSON call) and aspira (AB/SK, slow paginated scrape). Cadence is adaptive by occupancy (refreshIntervalMs): busy parks ~4–8h, wide-open ~24h. Aspira fills 30 days first, then expands to 90.
/dashboard (HTML) and /api/dashboard (JSON) — per-source coverage,recent harvests, failures, DB sizes, cadence.
getCachedAvailability(id, date, nights)to a fresh rawAvailability(id, date, nights) — exact matches mean the cache is faithful; small deltas are just cancellation churn since the last harvest.
(min 12h), NOT a flat cutoff. Widespread false-stale means the staleness threshold and the refresh cadence disagree; both must derive from refreshIntervalMs.
window (mid 30→90 day expansion).
takes longer.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.