system-health-monitor
Analysis
This skill coherently performs local system health checks, with a fixed shell command for disk usage and limited local file reads that match its stated purpose.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
const output = execSync('df -h / | tail -1', { encoding: 'utf-8' });The skill executes a local shell command to obtain disk usage. The command is fixed and purpose-aligned, but users should notice that installing/running the skill permits local command execution.
Source: unknown; Homepage: none
The package provenance is not externally identified in the provided metadata. The included code is small and dependency-free, so this is a provenance note rather than a behavioral concern.
