Diskmon
PassAudited by ClawScan on May 10, 2026.
Overview
DiskMon appears to be a local, plaintext disk-activity logbook rather than an automatic real-time monitor; no network, credential, or destructive behavior is evident in the provided artifacts.
Before installing, understand that this appears to be a local logging tool, not an automatic disk monitor. Do not enter passwords, tokens, or sensitive operational details into its logs, and verify any real alerting/monitoring separately.
Findings (3)
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 user might think the skill will automatically watch disks and warn them, when the artifacts show it mainly records manual notes.
The headline description implies active real-time monitoring and alerting, while the documented behavior says commands log user-supplied input. Users could overestimate the operational protection it provides.
description: "Watch disk space in real time and alert before storage runs low..." ... "With arguments: Logs the input with a timestamp"
Treat DiskMon as a local logging/audit helper unless additional monitoring code is provided and verified.
Server names, paths, incident details, or other operational information typed into commands may remain on disk in plaintext.
The script persistently stores user-provided disk monitoring notes in local log files, including a unified history log.
DATA_DIR="${HOME}/.local/share/diskmon" ... echo "$(date '+%m-%d %H:%M') $1: $2" >> "$DATA_DIR/history.log"Avoid entering secrets or sensitive infrastructure details unless local plaintext storage is acceptable; periodically delete the data directory if retention is not desired.
Installation or invocation behavior may be less clear than expected from the metadata.
The registry metadata under-declares the included Bash helper and its runtime requirements, though the script itself is visible in the artifact set and no automatic installation or execution is shown.
No install spec — this is an instruction-only skill. ... 1 code file(s): scripts/script.sh ... Required binaries (all must exist): none
Confirm how the script is installed or invoked, and verify Bash/POSIX utilities are available before relying on the skill.
