Folders

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

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.