windows-disk-cleaner — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited windows-disk-cleaner (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.
Use this skill as a Windows disk-space governance workflow: inspect first, classify risk, present a concise plan, execute only the approved cleanup level, verify, and report.
Map the user's request to one mode:
Default mapping:
scan, L0.clean, L1.clean, L2.deep-clean, L3, confirm first.migrate, L4, confirm each item.schedule, L1 with threshold upgrade to L2.For details, read references/cleanup-levels.md.
scripts/scan_space.ps1 first unless the user explicitly provided a recent scan.C:. Fast scan checks known temp/cache/log targets and writes a reusable JSON cleanup plan.-Mode Deep only when the user asks to find large space consumers, when fast scan finds little space, or when the drive is critically low.plan_path from scan output as the handoff artifact for cleanup and later resume.SAFE_DELETE, SAFE_IF_CLOSED, ADMIN_SAFE, CONFIRM_REQUIRED, MIGRATE_ONLY, or NEVER_DELETE.references/risk-policy.md and references/app-patterns.md.scripts/clean_space.ps1 -PlanPath <plan_path> for L1/L2 cleanup after scanning.SAFE_IF_CLOSED items and report which apps to close plus the estimated space.-Only SAFE_IF_CLOSED; do not rescan unless the plan is stale or missing.WinSxS, Windows Installer, drivers, or security databases.scripts/migrate_app_data.ps1 only after closing the app and getting explicit confirmation.scripts/schedule_cleanup.ps1 for recurring cleanup.Always protect:
C:\Windows\WinSxS, C:\Windows\Installer, Program Files software bodies, drivers, security software databases, pagefile.sys, swapfile.sys, and current agent runtime/session data.Never force:
git reset, filesystem ownership changes, permission rewrites, driver/service deletion, or security software self-protection bypass.Prefer:
Keep prompts short. Use:
Found about 12.4 GB that may be cleaned.
Low risk: 5.8 GB
Needs confirmation: 4.1 GB
Do not auto-clean: 2.5 GB
Recommended: Standard cleanup. It should not affect logins, documents, or chat history.Offer at most three choices: recommended action, safer action, details.
Read references/user-prompts.md when crafting user-facing confirmations.
scripts/scan_space.ps1: read-only scan and JSON/text summary.scripts/clean_space.ps1: L1/L2 cleanup with allowlists and audit output.scripts/migrate_app_data.ps1: copy, junction, verify, rollback-friendly migration.scripts/schedule_cleanup.ps1: create a Windows scheduled task for recurring cleanup.Run scripts with PowerShell. Use -WhatIf or -DryRun where available before higher-risk cleanup.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.