sonos

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill bundle is classified as benign. The `SKILL.md` file clearly defines the purpose of controlling Sonos speakers and uses a standard `go install` command to fetch and compile the `sonoscli` tool from a public GitHub repository (`github.com/steipete/sonoscli`). While this involves fetching remote code, it is a common and transparent installation method for Go applications, not indicative of malicious intent within the skill bundle itself. The mention of `SPOTIFY_CLIENT_ID/SECRET` is for an optional feature of the `sonoscli` tool, explicitly documented as a requirement for that specific functionality, and not for unauthorized credential exfiltration. There is no evidence of prompt injection attempts against the agent, obfuscation, or other malicious behaviors.