The skill risks command injection via unsanitized user input and could be tricked into importing browser cookies, compromising authentication tokens.
Claims to do
spogo / spotify_player: Use `spogo` **(preferred)** for Spotify playback/search. Fall back to `spotify_player` if needed.
Actually does
This skill installs `spogo` or `spotify_player` via `brew`. It then uses these tools to interact with Spotify, performing actions like searching for tracks, controlling playback, managing devices, and importing authentication cookies from a browser (e.g., Chrome). It also accesses configuration files located in `~/.config/spotify-player`.
openclaw skills install steipete/spotify-playerThe skill documents CLI commands that accept user-provided 'query' strings. If the AI agent does not properly sanitize user input before passing it to these commands, it could lead to command injection.
spogo search track "query", spotify_player search "query"
The skill explicitly mentions a command to import browser cookies. While intended for legitimate setup, an AI agent could be socially engineered or tricked into executing this command in an unintended context, potentially leading to the compromise of sensitive authentication tokens.
spogo auth import --browser chrome
[](https://mondoo.com/ai-agent-security/skills/clawhub/steipete/spotify-player)<a href="https://mondoo.com/ai-agent-security/skills/clawhub/steipete/spotify-player"><img src="https://mondoo.com/ai-agent-security/api/badge/clawhub/steipete/spotify-player.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/clawhub/steipete/spotify-player.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.