Blucli
PassAudited by ClawScan on May 1, 2026.
Overview
This skill clearly documents a BluOS command-line tool for controlling speakers, with no evidence of hidden or unrelated behavior.
This appears safe for its stated purpose. Before installing, make sure you trust the external blucli Go module, and when using it, confirm the target BluOS device before changing playback, grouping, or volume.
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.
The agent may control speaker playback or volume if invoked for those tasks.
The documented commands can alter playback, grouping, and volume on BluOS devices, which is expected for this skill but still affects real devices.
Common tasks - Grouping: `blu group status|add|remove` ... - `blu play|pause|stop` - `blu volume set 15`
Confirm the intended device and action before allowing playback, grouping, or volume changes.
Future installs could retrieve a different version of the external CLI than the one the publisher intended.
The install uses an external Go module with the floating @latest version, meaning the exact installed code may change over time.
go | module: github.com/steipete/blucli/cmd/blu@latest | creates binaries: blu
Prefer a pinned module version if reproducibility is important, and install only if you trust the upstream blucli project.
