Back to skill

Security audit

Spotify

Security checks across malware telemetry and agentic risk

Overview

This Spotify helper matches its purpose, but it asks users to import Chrome browser cookies into a third-party CLI without enough explanation of the credential risk.

Review before installing. Only run the cookie-import step if you trust spogo and are comfortable letting it read Chrome session cookies for Spotify authentication. Prefer a separate browser profile or an official OAuth/client-id flow if available, and know how to revoke Spotify sessions or remove the CLI’s stored auth state.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • YARA SignaturesMalware Match, Webshell Match, Cryptominer Match
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (2)

Missing User Warnings

Medium
Confidence
89% confidence
Finding
The skill instructs the user to import browser cookies from Chrome into `spogo` without any warning about the sensitivity of those cookies or the privacy/security implications of transferring browser session data. Browser cookies can grant account access and may expose authenticated Spotify sessions or other sensitive state if mishandled, so normalizing this step in a skill increases the risk of credential misuse.

YARA rule 'info_stealer': Information stealer patterns (credential harvesting, browser data theft) [malware]

High
Category
YARA Match
Content
- Either `spogo` or `spotify_player` installed.

spogo setup
- Import cookies: `spogo auth import --browser chrome`

Common CLI commands
- Search: `spogo search track "query"`
Confidence
81% confidence
Finding
cookies: `spogo auth import --browser chrome

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.