sources — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited sources (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This skill is part of the claude-music plugin. Only invoke when the user explicitly uses the slash command.
Manage the music streams and genres available in the claude-music plugin. This is a conversational editor — the user tells you what they want to change and you handle the YAML.
${CLAUDE_PLUGIN_ROOT}/config/sources.ymlFirst, read the current sources file:
cat "${CLAUDE_PLUGIN_ROOT}/config/sources.yml"Then display a clean summary for the user:
Your music sources:
For each genre, show:
At the end, tell the user what they can do:
You can ask me to: - Add a stream — e.g. "add a stream to jazz called KCSM with url http://..." - Add a genre — e.g. "add a new genre called rock" - Remove a stream — e.g. "remove Nightwave Plaza from lofi" - Remove a genre — e.g. "remove the electronic genre" - Enable a genre — uncomment a commented-out genre (like electronic)
When the user asks to make a change:
${CLAUDE_PLUGIN_ROOT}/config/sources.yml. Preserve the existing YAML structure: top-level genre keys, 2-space indent for - name: list items, 4-space indent for url: properties.Append a new - name: / url: entry under that genre's list. Use 2-space indent for list items, 4-space indent for properties:
genre:
- name: Station Name
url: http://stream.url/pathAdd a new top-level key with the same structure as above.
Remove the - name: and url: lines for that stream.
Remove the entire genre block.
Uncomment all lines in the block (remove # prefix).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.