The skills.sh listing for mvanhorn/last30days-skill/last30days (~20k installs) is serving a stale snapshot from roughly early June 2026 — the old flat repo layout: SKILL.md at the repo root, SKILL-original.md, variants/, Feb-dated docs/plans/, ~89 files.
Since then the repo was restructured and cleaned up: the skill now lives at skills/last30days/ (standard skills/ root), and the stray root-level docs/plans/variants are gone. The current default branch (main) and the latest release (v3.11.1) reflect this — ~116 runtime files under skills/last30days/.
Because the index still resolves the old path (last30days) and old snapshot, install-time security scanners (e.g. Hermes Agent) flag CRITICAL findings that no longer exist in the repo — README/docs/plans mentions of CLAUDE.md/AGENTS.md, an old env.py, etc. — which hard-blocks hermes skills install mvanhorn/last30days-skill. Those false positives were fixed on the current default branch (the credential reads and vendored-JS patterns were reworded); a fresh scan of skills/last30days/ on main/v3.11.1 comes back clean of CRITICALs.
Could you re-index / re-crawl the repo so the listing and resolved install path point at skills/last30days/ on the current default branch? Possibly the same stale-cached-SKILL.md class as #707 / #1597 / #1578.
Thanks!
The skills.sh listing for mvanhorn/last30days-skill/last30days (~20k installs) is serving a stale snapshot from roughly early June 2026 — the old flat repo layout:
SKILL.mdat the repo root,SKILL-original.md,variants/, Feb-dateddocs/plans/, ~89 files.Since then the repo was restructured and cleaned up: the skill now lives at
skills/last30days/(standardskills/root), and the stray root-level docs/plans/variants are gone. The current default branch (main) and the latest release (v3.11.1) reflect this — ~116 runtime files underskills/last30days/.Because the index still resolves the old path (
last30days) and old snapshot, install-time security scanners (e.g. Hermes Agent) flag CRITICAL findings that no longer exist in the repo — README/docs/plansmentions ofCLAUDE.md/AGENTS.md, an oldenv.py, etc. — which hard-blockshermes skills install mvanhorn/last30days-skill. Those false positives were fixed on the current default branch (the credential reads and vendored-JS patterns were reworded); a fresh scan ofskills/last30days/onmain/v3.11.1comes back clean of CRITICALs.Could you re-index / re-crawl the repo so the listing and resolved install path point at
skills/last30days/on the current default branch? Possibly the same stale-cached-SKILL.md class as #707 / #1597 / #1578.Thanks!