Smart File Organizer

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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 used on the wrong directory or without reviewing the plan, files could be moved into a new structure and become harder to find.

Why it was flagged

The skill can direct the agent to inspect and move many local files, which is sensitive but directly aligned with the file-organizer purpose.

Skill content
Recursively scan a target directory ... Safe Reorganization — Move files into the new structure
Recommendation

Use dry-run mode first, review the proposed organization plan, and run it only on a directory you intentionally select.

What this means

The generated log or report may reveal information about the files in the organized directory to anyone who can read that output.

Why it was flagged

The skill creates local reports/logs that may include filenames, paths, categories, and move history from the selected directory.

Skill content
A summary report showing the file inventory ... A `reorganization_log.txt` file documenting every action taken
Recommendation

Avoid running it on highly sensitive folders unless you are comfortable with a local inventory and change log being created.