Last.fm (OpenClaw)

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a coherent Last.fm integration, with the main thing to watch being optional credentials that let it change loved tracks.

For read-only Last.fm profile and listening-history queries, the requested API key and username are proportionate. Add LASTFM_SESSION_KEY and LASTFM_API_SECRET only if you want the agent to love or unlove tracks, and protect those credentials carefully.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If write credentials are added, the agent can mark or unmark specific tracks as loved on the user's Last.fm account.

Why it was flagged

The skill includes write commands that can modify the user's Last.fm loved-track state when authentication is configured.

Skill content
`love <artist> <track>` | Love a track ... `unlove <artist> <track>` | Unlove a track
Recommendation

Only configure write credentials if you want this feature, and ask the agent to confirm before running love/unlove commands if that matters to you.

What this means

Anyone or anything with access to those configured secrets could perform Last.fm write actions allowed by the session.

Why it was flagged

Optional write operations rely on a long-lived session key and API secret stored in configuration.

Skill content
`LASTFM_API_SECRET`: "your_secret" ... `LASTFM_SESSION_KEY`: "your_session_key" ... Session keys do not expire unless the user revokes access.
Recommendation

Keep these secrets out of repositories and shared logs, configure them only when needed, and revoke the Last.fm application session if you no longer use it.

What this means

It may be harder to independently verify the publisher, source history, or future updates.

Why it was flagged

The package does not declare an upstream source or homepage, which limits provenance verification even though the provided artifacts are readable.

Skill content
Source: unknown; Homepage: none
Recommendation

Install only from a trusted registry/source and review the included files before adding Last.fm credentials.