Skip to main content

setup-sonos-lastfm

Guides users through setting up Sonos Last.fm Scrobbler for automatic music scrobbling on various operating systems.

Install this skill

or
5/100

Security score

The setup-sonos-lastfm skill was audited on May 14, 2026 and we found 17 security issues across 3 threat categories, including 3 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 57

Access to hidden dotfiles in home directory

SourceSKILL.md
57If the command is not found, check if `~/.local/bin` is in PATH and guide the user to add it.
medium line 83

Access to hidden dotfiles in home directory

SourceSKILL.md
831. **Storage method**: system keyring (most secure) or config file (`~/.sonos_lastfm/.env`)
low line 124

Access to hidden dotfiles in home directory

SourceSKILL.md
124mkdir -p ~/.config/systemd/user
medium line 127

Access to hidden dotfiles in home directory

SourceSKILL.md
127Write `~/.config/systemd/user/sonos-lastfm.service`:
medium line 191

Access to hidden dotfiles in home directory

SourceSKILL.md
191**Important**: Adjust the path to `sonos-lastfm` — find it with `which sonos-lastfm`. If installed via `uv`, it may be at `~/.local/bin/sonos-lastfm`.
medium line 264

Access to hidden dotfiles in home directory

SourceSKILL.md
264- Add `~/.local/bin` to your PATH:
medium line 265

Access to hidden dotfiles in home directory

SourceSKILL.md
265- **bash**: `echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && source ~/.bashrc`
medium line 266

Access to hidden dotfiles in home directory

SourceSKILL.md
266- **zsh**: `echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc && source ~/.zshrc`
medium line 267

Access to hidden dotfiles in home directory

SourceSKILL.md
267- **fish**: `fish_add_path ~/.local/bin`
medium line 83

Access to .env file

SourceSKILL.md
831. **Storage method**: system keyring (most secure) or config file (`~/.sonos_lastfm/.env`)
high line 85

Prompting for password/secret input

SourceSKILL.md
853. **Password**: their Last.fm password (hidden input)
high line 87

Prompting for password/secret input

SourceSKILL.md
875. **API Secret**: the secret from step 3 (hidden input)
high line 83

Access to system keychain/keyring

SourceSKILL.md
831. **Storage method**: system keyring (most secure) or config file (`~/.sonos_lastfm/.env`)
low line 36

External URL reference

SourceSKILL.md
36- **Windows**: Download from https://www.python.org/downloads/ — check "Add to PATH"
low line 63

External URL reference

SourceSKILL.md
631. Open https://www.last.fm/api/account/create in their browser
low line 168

External URL reference

SourceSKILL.md
168"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
low line 272

External URL reference

SourceSKILL.md
272- Verify your API key at https://www.last.fm/api/accounts
Scanned on May 14, 2026
View Security Dashboard
Installation guide →