Folders

PassAudited by ClawScan on May 1, 2026.

Overview

The skill is coherent for folder indexing and cleanup, but users should know it may scan common local folders, store a path index, and move selected build artifacts to trash.

This skill looks benign and purpose-aligned. Before installing, be comfortable with it scanning common local directories and keeping a local folder-path index; review cleanup actions before approving them.

Findings (2)

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

The agent may remember where your important folders are across later uses of the skill.

Why it was flagged

The skill creates persistent local memory of folder paths and notes. This is purpose-aligned, but folder names and project locations may be sensitive.

Skill content
Maintain a lightweight index at `~/.config/folder-index.json` to know where important things are without rescanning.
Recommendation

Install only if you are comfortable with a local folder index, and periodically review or delete ~/.config/folder-index.json if it contains sensitive paths.

What this means

If asked to clean folders, the agent could move build or dependency directories to trash, which may affect local development until rebuilt.

Why it was flagged

The skill includes local cleanup guidance that can remove folders, though it mitigates impact by using the OS trash and focusing on common rebuildable artifacts.

Skill content
Use OS trash instead of permanent delete ... Build artifacts safe to delete: node_modules, __pycache__, .gradle, build/, target/, Pods/, .next/
Recommendation

Confirm cleanup actions before they run, especially in work projects or on network drives.