Back to skill

Security audit

Mopidy

Security checks for vulnerabilities and agentic risk

Overview

This skill is a disclosed Mopidy controller whose network access and queue changes match its music-control purpose, with a privacy note for optional web ranking lookups.

Install this if you want an agent to control your Mopidy server, and set MOPIDY_URL only to an endpoint you control. Be aware that ranked requests like top or best songs may cause external web searches; tell the agent to use only your local library if you do not want those queries sent out.

Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (2)

Missing User Warnings

Medium
Confidence
92% confidence
Finding
The skill instructs the agent to perform web searches for 'top' or 'best' requests without warning the user that external network access will occur. This can leak user listening interests or query content to third-party sites and may cause the agent to process untrusted remote content without explicit consent.

Missing User Warnings

Medium
Confidence
95% confidence
Finding
The ranked-request workflow operationalizes external web querying as a default step, but it omits a user-facing warning and consent checkpoint. Because the workflow depends on ingesting third-party content, it increases privacy risk and exposes the agent to untrusted data sources that could influence matching or downstream actions.

Static analysis

No suspicious patterns detected.