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.
If run on sensitive directories, the output could expose private file names, directory names, mount points, or storage usage details to the conversation context.
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.
usage) path="${1:-/}" ... du -sh "$path"/* ... top) ... find "$path" -type f ... find-big) ... find "$path" -type fRun it only on directories you intend to inspect, and avoid sharing exported reports or command output if they include sensitive path names.
