Spotify

Security checks across malware telemetry and agentic risk

Overview

This skill coherently controls Spotify on macOS using a Homebrew-installed CLI and AppleScript, with no evidence of hidden data access, credentials, persistence, or destructive behavior.

This appears safe for its stated purpose. Before installing, make sure you are comfortable using Homebrew to install the Spotify CLI dependency and allowing the agent to control Spotify playback on macOS via local commands.

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Risk analysis

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.

#
ASI04: Agentic Supply Chain Vulnerabilities
Info
What this means

Installing the skill may install or require the Homebrew 'shpotify' package on the user's Mac.

Why it was flagged

The skill depends on an external Homebrew package to provide its CLI. This is disclosed and aligned with controlling Spotify, but it is still an external install dependency users should recognize.

Skill content
"install":[{"id":"brew","kind":"brew","packages":["shpotify"],"bins":["spotify"],"label":"Install spotify CLI (brew)"}]
Recommendation

Install only if you trust the Homebrew package source and want a local Spotify command-line controller.

#
ASI05: Unexpected Code Execution
Low
What this means

When invoked, the agent may run local commands that change Spotify playback or volume.

Why it was flagged

The skill documents shell and AppleScript commands that control the local Spotify app. This local automation is expected for the skill's purpose and is scoped to playback actions.

Skill content
osascript -e 'tell application "Spotify" to play track "spotify:artist:4tZwfgrHOc3mvqYlEYSvVi"'
Recommendation

Use the skill for explicit Spotify playback requests, and be aware it controls the local Spotify desktop app.