skills/vm0-ai/vm0-skills/spotify/Gen Agent Trust Hub

spotify

Pass

Audited by Gen Agent Trust Hub on Mar 26, 2026

Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses curl and jq commands in SKILL.md to communicate with the Spotify API and parse responses. This is the intended behavior for the music streaming management functionality.
  • [DATA_EXFILTRATION]: The skill transmits the SPOTIFY_TOKEN to api.spotify.com for API authentication. This is an authorized transmission to a well-known service and follows standard security practices for token usage.
  • [PROMPT_INJECTION]: The skill identifies an indirect prompt injection surface through data processed from the Spotify API. Ingestion points: API responses (such as track names, artist names, and playlist descriptions) from api.spotify.com processed in SKILL.md. Boundary markers: None identified. Capability inventory: Shell command execution (curl, jq) and file system writes (/tmp/) defined in SKILL.md. Sanitization: No sanitization or filtering of external API content is implemented before it is returned to the agent context.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 26, 2026, 05:14 PM