FC spotify-intelligence
Spotify intelligence skill with Python runners for auth, playback control, recommendations, feedback loop, governance, and explainable playlist decisions.
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
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
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.
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
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- 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-bypassreferences/auth.md:14Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\run-…ps1 -Command "powershell -ExecutionPolicy Bypass -File .\scripts\auth\spot…ps1"
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/auth.md:21Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\run-…ps1 -Command "powershell -ExecutionPolicy Bypass -File .\scripts\auth\get-…ps1"
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/context-layer.md:21Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\context\cont…ps1 -Action suggest-prompt
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/context-layer.md:26Runs PowerShell with execution policy bypassedpowershell -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-bypassreferences/decision-engine.md:29Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\decision\deci…ps1 -Action set-flag -Key relationship_happy -Value true
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/decision-engine.md:34Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\decision\deci…ps1 -Action suggest-reorg -Top 100
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/decision-engine.md:39Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\decision\deci…ps1 -Action show-reorg -Top 50
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/decision-engine.md:44Runs PowerShell with execution policy bypassedpowershell -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-bypassreferences/decision-engine.md:49Runs PowerShell with execution policy bypassedpowershell -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-bypassreferences/derived-features.md:25Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\decision\quer…ps1 -MinSpeedProxy 0.6 -Top 50
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/derived-features.md:30Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\decision\quer…ps1 -MinFocusProxy 0.6 -Top 50
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/device-context.md:17Runs PowerShell with execution policy bypassedpowershell -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-bypassreferences/device-context.md:27Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\recommend\reco…ps1 -Action run -Mode passend -Top 10 -DeviceName "Alle"
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/external-context.md:12Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\context\exte…ps1 -Action init
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/external-context.md:17Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\context\exte…ps1 -Action ingest -ContextType bluetooth_device -ContextValue "BT-Box"
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/external-context.md:18Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\context\exte…ps1 -Action ingest -ContextType location -ContextValue "home"
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/external-context.md:19Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\context\exte…ps1 -Action ingest -ContextType motion -ContextValue "walking"
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/external-context.md:24Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\context\exte…ps1 -Action resolve
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/feedback-loop.md:12Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\context\feed…ps1 -Action set -TrackId <id> -Type like
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/feedback-loop.md:13Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\context\feed…ps1 -Action set -TrackId <id> -Type dislike
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/feedback-loop.md:14Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\context\feed…ps1 -Action set -TrackId <id> -Type skip
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/feedback-loop.md:15Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\context\feed…ps1 -Action set -TrackId <id> -Type keep
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/feedback-loop.md:16Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\context\feed…ps1 -Action set -TrackId <id> -Type dont-ask-again
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/governance-cost.md:21Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\governance\gove…ps1 -Action init
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/governance-cost.md:26Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\governance\gove…ps1 -Action show
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/governance-cost.md:31Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\governance\gove…ps1 -Action set-policy -Key cleanup_prompt_cooldown_hours -Value 96
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/governance-cost.md:36Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\governance\gove…ps1 -Action review
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/governance-cost.md:41Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\governance\chec…ps1
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/playback-control.md:28Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\run-…ps1 -Command "powershell -ExecutionPolicy Bypass -File .\scripts\playback\play…ps1 -Action status"
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/playback-control.md:33Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\run-…ps1 -Command "powershell -ExecutionPolicy Bypass -File .\scripts\playback\play…ps1 -Action devices"
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/read-layer.md:18Runs PowerShell with execution policy bypassedpowershell -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-bypassreferences/read-layer.md:24Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\read\list…ps1
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/read-layer.md:30Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\run-…ps1 -Command "powershell -ExecutionPolicy Bypass -File .\scripts\read\sync…ps1"
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/read-layer.md:35Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\run-…ps1 -Command "powershell -ExecutionPolicy Bypass -File .\scripts\read\sync…ps1"
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/read-layer.md:40Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\run-…ps1 -Command "powershell -ExecutionPolicy Bypass -File .\scripts\read\sync…ps1 -MaxPlaylists 50 -TracksPerPlaylist
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/recommendation-layer.md:15Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\recommend\reco…ps1 -Action run -Mode passend -Top 10
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/recommendation-layer.md:20Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\recommend\reco…ps1 -Action show -Top 10
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/recommendation-layer.md:25Runs PowerShell with execution policy bypassedpowershell -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-bypassreferences/shortcuts.md:18Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\playback\shor…ps1 -Action louder -Step 10
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/shortcuts.md:19Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\playback\shor…ps1 -Action play-on -Query "APT" -Artist "Bruno Mars" -DeviceName "Alle"
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/shortcuts.md:20Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\playback\shor…ps1 -Action queue-top-mood -Top 3 -DeviceName "Alle"
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/skip-metrics.md:61Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\read\quer…ps1 -WindowMonths 6 -MinYearsInPlaylist 1 -MaxTotalPlayedMinutes 20 -Top 50
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/skip-metrics.md:66Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\run-…ps1 -Command "powershell -ExecutionPolicy Bypass -File .\scripts\read\sync…ps1 -MaxPlaylists 50 -TracksPerPlaylist
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/skip-metrics.md:71Runs PowerShell with execution policy bypassedpowershell -ExecutionPolicy Bypass -File .\scripts\read\quer…ps1 -MinYearsInPlaylist 2 -MaxTotalPlayedMinutes 10 -Top 100
-
medium Dangerous commands
cmd-execpolicy-bypassreferences/volume-signals.md:12Runs PowerShell with execution policy bypassedpowershell -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-whendescription 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.