Raspberry Pi
PassAudited by ClawScan on May 1, 2026.
Overview
This is a coherent instruction-only Raspberry Pi setup guide; the only notable caution is that it recommends a remote Docker installer command users should review before running.
This skill appears safe as an instruction-only Raspberry Pi checklist. Treat its configuration and install commands as advice to review before applying, especially the Docker `curl | sh` installer, because those changes can affect the operating system.
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.
If the user runs this command, code from Docker's install script will execute on the Raspberry Pi and may make system-level changes.
This is a user-directed setup recommendation to download and run a remote Docker installation script. It is purpose-aligned for installing Docker on a Raspberry Pi, but remote scripts should be trusted and reviewed before execution.
Install via `curl -fsSL https://get.docker.com | sh` — apt version is outdated
Only run the installer from the official Docker source, review Docker's installation instructions, and avoid piping remote scripts directly to a shell if you want stronger verification.
