Pi Health
PassAudited by ClawScan on May 1, 2026.
Overview
This skill is a straightforward Raspberry Pi health-check script with no evidence of network access, credential use, persistence, or destructive behavior.
This appears safe for its stated purpose. Before installing, understand that it runs a local Bash script to read system health information such as temperature, disk usage, boot configuration, and kernel power-event logs; it does not show evidence of changing settings or sending data anywhere.
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.
Running the skill executes shell commands that inspect local Raspberry Pi system status and print a health report.
The skill instructs running a local Bash script. The included script appears purpose-aligned and read-only, but it is still local command execution that users should be aware of.
bash scripts/health.sh
Run it only on a Raspberry Pi where you want this diagnostic, and review the included script if you are cautious about local shell execution.
