Filesystem
PassAudited by ClawScan on May 1, 2026.
Overview
This is a filesystem command reference with no code or credentials, but it includes powerful copy, move, delete, and optional install commands that should be used carefully.
Before installing or invoking this skill, be aware that it teaches the agent to use powerful local filesystem commands. Keep operations limited to intended folders, preview files before batch changes, back up important data, and do not approve delete or in-place replacement commands unless you are sure of the target.
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.
A mistaken or overbroad command could move, rewrite, or delete local files in bulk.
The skill documents recursive batch deletion commands. This is expected for a filesystem utility, but these commands can remove many files if run with the wrong directory, pattern, or age filter.
find . -name "*.tmp" -delete ... find . -type f -mtime +30 -delete
Use this skill only with clear target paths and patterns; preview affected files first, keep backups, and explicitly approve destructive operations before running them.
Installing optional tools changes the local environment and depends on the package manager and package provenance.
The skill suggests optional package installation through Homebrew even though there is no install spec or required binary declaration. The installs are user-directed and purpose-aligned, but they introduce external tooling.
brew install tree ... brew install fd ... brew install ripgrep
Install optional tools only if needed, from a trusted package manager, and review package names before approving installation.
