spoti-cli
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
spoti-clipackage globally using the Bun package manager (bun add -g spoti-cli). This is a standard procedure for installing CLI tools and points to an expected utility for the skill's functionality. - [COMMAND_EXECUTION]: The skill executes various subcommands of
spoti-cli(such assearch,recommend,create, andauth) to interact with the Spotify API. These commands are necessary for the skill's primary purpose and use structured JSON output for safe processing. - [EXTERNAL_DOWNLOADS]: References the official Spotify Developer Dashboard (
developer.spotify.com) for application setup and authentication, which is the standard and secure way to manage API credentials. - [COMMAND_EXECUTION]: Uses the system
opencommand to launch Spotify playlist URLs in either the desktop application or a web browser. This is a common and safe practice for user interaction.
Audit Metadata