dead-code-cleanup-c28c74 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited dead-code-cleanup-c28c74 (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.
Repowise detects dead code through graph analysis — no LLM needed, works even in index-only mode.
Call get_dead_code() to get findings sorted by confidence tier. Useful parameters:
safe_only=true — only findings confirmed safe to delete (confidence >= 0.7)kind="unreachable_file" — files with no importerskind="unused_export" — public symbols nobody useskind="zombie_package" — monorepo packages with no consumersdirectory="src/old/" — limit to a specific directorytier="high" — only high-confidence findings (>= 0.8)min_confidence=0.7 — raise the floor (default is 0.5) for a release-ready cleanupgroup_by="directory" or group_by="owner" — roll up to see where the dead code concentrates and who owns the most of itsafe_to_delete: trueget_risk(targets=["path/to/file"]) to double-check dependents.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.