Disk Analyzer

PassAudited by ClawScan on May 1, 2026.

Overview

This disk analyzer appears purpose-aligned and local-only, but it can enumerate file paths and disk usage details if run on broad directories.

This skill looks safe for normal disk-usage inspection. Before installing or invoking it, remember that commands such as top, find-big, duplicates, and usage may print local file and directory names, especially if run from / or another broad path.

Findings (1)

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 run on sensitive directories, the output could expose private file names, directory names, mount points, or storage usage details to the conversation context.

Why it was flagged

The script can scan broad local filesystem paths and output file or directory size information. This is aligned with a disk analyzer, but users should notice that broad paths may reveal local file names and system layout in the agent output.

Skill content
usage) path="${1:-/}" ... du -sh "$path"/* ... top) ... find "$path" -type f ... find-big) ... find "$path" -type f
Recommendation

Run it only on directories you intend to inspect, and avoid sharing exported reports or command output if they include sensitive path names.