SKILLEMALL.ai

FC spotify-intelligence

Spotify intelligence skill with Python runners for auth, playback control, recommendations, feedback loop, governance, and explainable playlist decisions.

Not recommendedlow grade F
modbender/skill-library-mcp Agent Skills author: modbender MIT 46 files body ≈ 294 tokens Open the sourcegithub.com analyzed 2 d ago

Spotify intelligence skill with Python runners for auth, playback control, recommendations, feedback loop, governance, and explainable playlist decisions.

As a process C 51/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions

ProcedureSoftware developmenttype and topics are labelled automatically from the skill text
JSON
Technical rating
F
29/100
safety, quality, tests
Safety 60%
0
Quality 40%
72
Run on models
none yet
Process rating
C
51/100
Has gaps
Result and completion w 14
0
Inputs and preconditions w 11
0
Progress reporting w 2
0
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Dangerous commands medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.

For the author

Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.

How to improve

  1. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
For the model run — optional
  • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
  • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

Guard findings · 45

✓ No critical or high findings

Medium and low: 45
  • medium Dangerous commands cmd-execpolicy-bypass references/auth.md:14
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\run-…ps1 -Command "powershell -ExecutionPolicy Bypass -File .\scripts\auth\spot…ps1"
  • medium Dangerous commands cmd-execpolicy-bypass references/auth.md:21
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\run-…ps1 -Command "powershell -ExecutionPolicy Bypass -File .\scripts\auth\get-…ps1"
  • medium Dangerous commands cmd-execpolicy-bypass references/context-layer.md:21
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\context\cont…ps1 -Action suggest-prompt
  • medium Dangerous commands cmd-execpolicy-bypass references/context-layer.md:26
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\context\cont…ps1 -Action rate-tag -TrackId <id> -Rating 8 -Tags "focus,night" -Mood "ruhig" -Intent "deep_work" -Note "hilft beim Konzent
  • medium Dangerous commands cmd-execpolicy-bypass references/decision-engine.md:29
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\decision\deci…ps1 -Action set-flag -Key relationship_happy -Value true
  • medium Dangerous commands cmd-execpolicy-bypass references/decision-engine.md:34
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\decision\deci…ps1 -Action suggest-reorg -Top 100
  • medium Dangerous commands cmd-execpolicy-bypass references/decision-engine.md:39
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\decision\deci…ps1 -Action show-reorg -Top 50
  • medium Dangerous commands cmd-execpolicy-bypass references/decision-engine.md:44
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\run-…ps1 -Command "powershell -ExecutionPolicy Bypass -File .\scripts\decision\deci…ps1 -Action apply-reorg -Top 50 -Human
  • medium Dangerous commands cmd-execpolicy-bypass references/decision-engine.md:49
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\run-…ps1 -Command "powershell -ExecutionPolicy Bypass -File .\scripts\decision\deci…ps1 -Action apply-reorg -Top 50 -DryRu
  • medium Dangerous commands cmd-execpolicy-bypass references/derived-features.md:25
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\decision\quer…ps1 -MinSpeedProxy 0.6 -Top 50
  • medium Dangerous commands cmd-execpolicy-bypass references/derived-features.md:30
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\decision\quer…ps1 -MinFocusProxy 0.6 -Top 50
  • medium Dangerous commands cmd-execpolicy-bypass references/device-context.md:17
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\device\devi…ps1 -Action set-profile -DeviceName "Alle" -ContextTag "zuhause" -FocusPreference 0.4 -EnergyPreference 0.7 -BassPrefe
  • medium Dangerous commands cmd-execpolicy-bypass references/device-context.md:27
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\recommend\reco…ps1 -Action run -Mode passend -Top 10 -DeviceName "Alle"
  • medium Dangerous commands cmd-execpolicy-bypass references/external-context.md:12
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\context\exte…ps1 -Action init
  • medium Dangerous commands cmd-execpolicy-bypass references/external-context.md:17
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\context\exte…ps1 -Action ingest -ContextType bluetooth_device -ContextValue "BT-Box"
  • medium Dangerous commands cmd-execpolicy-bypass references/external-context.md:18
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\context\exte…ps1 -Action ingest -ContextType location -ContextValue "home"
  • medium Dangerous commands cmd-execpolicy-bypass references/external-context.md:19
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\context\exte…ps1 -Action ingest -ContextType motion -ContextValue "walking"
  • medium Dangerous commands cmd-execpolicy-bypass references/external-context.md:24
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\context\exte…ps1 -Action resolve
  • medium Dangerous commands cmd-execpolicy-bypass references/feedback-loop.md:12
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\context\feed…ps1 -Action set -TrackId <id> -Type like
  • medium Dangerous commands cmd-execpolicy-bypass references/feedback-loop.md:13
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\context\feed…ps1 -Action set -TrackId <id> -Type dislike
  • medium Dangerous commands cmd-execpolicy-bypass references/feedback-loop.md:14
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\context\feed…ps1 -Action set -TrackId <id> -Type skip
  • medium Dangerous commands cmd-execpolicy-bypass references/feedback-loop.md:15
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\context\feed…ps1 -Action set -TrackId <id> -Type keep
  • medium Dangerous commands cmd-execpolicy-bypass references/feedback-loop.md:16
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\context\feed…ps1 -Action set -TrackId <id> -Type dont-ask-again
  • medium Dangerous commands cmd-execpolicy-bypass references/governance-cost.md:21
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\governance\gove…ps1 -Action init
  • medium Dangerous commands cmd-execpolicy-bypass references/governance-cost.md:26
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\governance\gove…ps1 -Action show
  • medium Dangerous commands cmd-execpolicy-bypass references/governance-cost.md:31
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\governance\gove…ps1 -Action set-policy -Key cleanup_prompt_cooldown_hours -Value 96
  • medium Dangerous commands cmd-execpolicy-bypass references/governance-cost.md:36
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\governance\gove…ps1 -Action review
  • medium Dangerous commands cmd-execpolicy-bypass references/governance-cost.md:41
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\governance\chec…ps1
  • medium Dangerous commands cmd-execpolicy-bypass references/playback-control.md:28
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\run-…ps1 -Command "powershell -ExecutionPolicy Bypass -File .\scripts\playback\play…ps1 -Action status"
  • medium Dangerous commands cmd-execpolicy-bypass references/playback-control.md:33
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\run-…ps1 -Command "powershell -ExecutionPolicy Bypass -File .\scripts\playback\play…ps1 -Action devices"
  • medium Dangerous commands cmd-execpolicy-bypass references/read-layer.md:18
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\run-…ps1 -Command "powershell -ExecutionPolicy Bypass -File .\scripts\read\sync…ps1 -Source recently-played -Limit 20 -MaxPage
  • medium Dangerous commands cmd-execpolicy-bypass references/read-layer.md:24
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\read\list…ps1
  • medium Dangerous commands cmd-execpolicy-bypass references/read-layer.md:30
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\run-…ps1 -Command "powershell -ExecutionPolicy Bypass -File .\scripts\read\sync…ps1"
  • medium Dangerous commands cmd-execpolicy-bypass references/read-layer.md:35
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\run-…ps1 -Command "powershell -ExecutionPolicy Bypass -File .\scripts\read\sync…ps1"
  • medium Dangerous commands cmd-execpolicy-bypass references/read-layer.md:40
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\run-…ps1 -Command "powershell -ExecutionPolicy Bypass -File .\scripts\read\sync…ps1 -MaxPlaylists 50 -TracksPerPlaylist 
  • medium Dangerous commands cmd-execpolicy-bypass references/recommendation-layer.md:15
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\recommend\reco…ps1 -Action run -Mode passend -Top 10
  • medium Dangerous commands cmd-execpolicy-bypass references/recommendation-layer.md:20
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\recommend\reco…ps1 -Action show -Top 10
  • medium Dangerous commands cmd-execpolicy-bypass references/recommendation-layer.md:25
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\run-…ps1 -Command "powershell -ExecutionPolicy Bypass -File .\scripts\recommend\reco…ps1 -Action queue -Top 5 -DeviceName
  • medium Dangerous commands cmd-execpolicy-bypass references/shortcuts.md:18
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\playback\shor…ps1 -Action louder -Step 10
  • medium Dangerous commands cmd-execpolicy-bypass references/shortcuts.md:19
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\playback\shor…ps1 -Action play-on -Query "APT" -Artist "Bruno Mars" -DeviceName "Alle"
  • medium Dangerous commands cmd-execpolicy-bypass references/shortcuts.md:20
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\playback\shor…ps1 -Action queue-top-mood -Top 3 -DeviceName "Alle"
  • medium Dangerous commands cmd-execpolicy-bypass references/skip-metrics.md:61
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\read\quer…ps1 -WindowMonths 6 -MinYearsInPlaylist 1 -MaxTotalPlayedMinutes 20 -Top 50
  • medium Dangerous commands cmd-execpolicy-bypass references/skip-metrics.md:66
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\run-…ps1 -Command "powershell -ExecutionPolicy Bypass -File .\scripts\read\sync…ps1 -MaxPlaylists 50 -TracksPerPlaylist 
  • medium Dangerous commands cmd-execpolicy-bypass references/skip-metrics.md:71
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\read\quer…ps1 -MinYearsInPlaylist 2 -MaxTotalPlayedMinutes 10 -Top 100
  • medium Dangerous commands cmd-execpolicy-bypass references/volume-signals.md:12
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File .\scripts\run-…ps1 -Command "powershell -ExecutionPolicy Bypass -File .\scripts\read\capt…ps1"

Files scanned: 45. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning description-no-when description does not say WHEN to use the skill (no "use when")

Process rating: all ten parameters 51/100

  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Progress reporting. Says nothing while it works
  • 20When it triggers. No condition that starts the skill
  • 50Failures and branches. 0 branches, has a failure section
  • 60Tools and files. Uses tools (bash, python) that frontmatter does not declare
  • 100Steps. 19 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 294 tokens
  • 100Running it twice. No mutating operations

Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

Quality signals

  • +5Description has no quoted example phrases that should trigger the skill
  • +4Description does not say when NOT to use the skill (false activations)
  • +3Output format is not stated: the model decides each time
  • +4No input/output examples
  • +1No license
  • +2Single-language instructions
  • +3Description length 154: enough signal without eating the budget
  • +4Structure: 5 headings
  • +3Step-by-step instructions: 19 items
  • +4Reference files are cited in the instructions (6 of 21)

Quality base 70; lint remarks subtract, signals add up to 100. Result: 72.