housekeeper — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited housekeeper (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.
Find and apply one proven, low-risk cleanup at a time while preserving existing behavior and protecting unrelated work.
Review [repository or code project] for dead code, meaning unreachable or unused code; stale files or comments; unused dependencies; duplication; broken links; inconsistent names; and confusing structure. Protect unrelated, active, uncommitted, generated, and uncertain work. Prove one low-risk cleanup, make the smallest coherent change, then rerun the build, tests, runtime checks, and diff review. Keep only verified improvements. Stop when none remain, progress stalls, verification is unavailable, or approval is required. Return changes, evidence, and deferred candidates.Stop when no confirmed low-risk cleanup remains and existing behavior still passes.
Use this when a code project has accumulated small maintenance problems, such as unused code, stale files, duplicated logic, broken links, old comments, inconsistent names, or confusing organization, but broad deletion would be risky.
This loop cleans source and project structure. It is not a Git branch, pull request, commit, or worktree cleanup workflow.
Look for:
Treat generated files, unclear files, active work, and user changes as protected until there is direct evidence and approval.
End with:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.