Back to skill
v1.0.0

Pi Health

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 5:29 AM.

Analysis

This skill is a straightforward Raspberry Pi health-check script with no evidence of network access, credential use, persistence, or destructive behavior.

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

Abnormal behavior control

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.

Unexpected Code Execution
SeverityInfoConfidenceHighStatusNote
SKILL.md
bash scripts/health.sh

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.

User impactRunning the skill executes shell commands that inspect local Raspberry Pi system status and print a health report.
RecommendationRun it only on a Raspberry Pi where you want this diagnostic, and review the included script if you are cautious about local shell execution.