workflow-monthly-skill-audit — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited workflow-monthly-skill-audit (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.
Three-stage hygiene pipeline. Mirrors the message of the LLM-context-files post: context decays without maintenance.
/loop or /schedule).| Step name | Stage | Invokes |
|---|---|---|
audit | Skill audit | skill-audit |
memory | Memory consolidation | anthropic-skills:consolidate-memory |
vault-lint | Vault lint | vault-lint |
audit — invokes skill-auditProduces ~/Downloads/skill-audit-report.md.
Output: report file exists. Checkpoint: review top/bottom 5 before pruning memory.
memory — invokes anthropic-skills:consolidate-memoryReflective pass over MEMORY.md; merges duplicates, prunes stale facts, fixes the index.
Output: MEMORY.md updated; commit summary in conversation. Checkpoint: confirm memory edits look correct.
vault-lint — invokes vault-lintCatches orphan notes / broken links that may have been left by deprecated workflows.
Output: lint report in conversation.
Default: run audit → memory → vault-lint in order, with checkpoints between each.
--resume-from <step>: skip every step before <step> and begin from <step>. The named step itself runs.
If <step> is not in {audit, memory, vault-lint}, print:
Invalid resume-from step: <step> Valid steps: audit, memory, vault-lint
…and stop.
--resume-from audit — same as a fresh run.--resume-from memory — consolidate-memory operates on MEMORY.md directly; it does not need the audit report. If the audit report is absent, warn the user that the typical flow uses audit findings to inform memory pruning, and ask whether to continue.--resume-from vault-lint — independent of prior steps; runs against the live vault.Examples:
/workflow-monthly-skill-audit --resume-from memory # audit report from a prior session /workflow-monthly-skill-audit --resume-from vault-lint # just want the orphan check today
--no-pause for cron-driven runs.Stage 1 report goes to ~/Downloads/skill-audit-report.md and is auto-copied to vault Inbox/Skill Audit YYYY-MM-DD.md if the user opts in (asked at Stage 1 checkpoint).
If a stage errors, stop and print: which step failed, the underlying skill's error, and the resume command (/workflow-monthly-skill-audit --resume-from <step>).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.