Desktop Cleanup Playbook

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears to be a read-only desktop organization helper, but users should only point it at intended folders because it can scan local file names and some text content.

This looks suitable for generating a reviewable desktop cleanup plan. Before installing or running it, verify the source if that matters to you, and only provide a desktop or other folder you intentionally want scanned; do not point it at sensitive system, credential, or private document directories.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If invoked on the wrong path, the helper could summarize local files outside the intended desktop cleanup scope.

Why it was flagged

The skill documents a local helper script that can read an input path and write an output report; this is expected for the cleanup-planning purpose but is still a local command capability.

Skill content
python3 "{baseDir}/scripts/run.py" --input <输入文件> --output <输出文件>
Recommendation

Run it only on folders you intentionally want audited, and review the generated report before using any cleanup plan.

What this means

Generated cleanup reports may reveal private file names or document headings from the selected directory.

Why it was flagged

The directory audit recursively samples text files and includes relative file paths in the report; Markdown headings may also be read and summarized.

Skill content
for path in root.rglob("*") ... out.append(f"- {p.relative_to(root)}")
Recommendation

Use a narrow desktop path, avoid sensitive folders, and inspect the report before sharing or saving it somewhere public.

What this means

Users have less provenance information for deciding whether to trust the included local script.

Why it was flagged

The provided metadata does not identify a real source repository or provenance location, although no remote installer or third-party dependency is shown.

Skill content
Source: unknown; Homepage: https://example.invalid/skills/desktop-cleanup-playbook
Recommendation

Review the included files before installation and prefer a verified publisher or source location when available.