Disk Analyzer

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 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.