lastfm
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a CLI tool (
scripts/lastfm-cli) for interacting with the official Last.fm API. All network operations are directed to the trustedws.audioscrobbler.comdomain using standard Python libraries. - [SAFE]: Authentication is handled via environment variables (
LASTFM_API_KEY), which is consistent with security best practices for secret management. - [SAFE]: No obfuscation, persistence mechanisms, or unauthorized privilege escalation patterns were detected in the code or documentation.
- [SAFE]: The provided test script (
scripts/test-lastfm.sh) performs routine syntax and usage checks on the local CLI tool without executing dangerous commands.
Audit Metadata