SKILLEMALL.ai

CF sun-to-spotify

Generate Sun audio and stream episodes to Spotify as a podcast. Uses the `sun` CLI (or HTTP API) to authenticate, mint a personal API token, create an audio job from a prompt, fetch episodes incrementally as they finish, and upload each episode sequentially to a freshly-created Spotify show.

Not recommendedcritical or high security findings
ClawHub Agent Skills author: sunbot001 v1.0.0 MIT-0 4 files body ≈ 4 452 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process F 57/100 · Will not run — References files that are not bundled: references/cli-usage.md, references/http-api.md

GeneratorInfrastructureAI and agentsMedia and videotype and topics are labelled automatically from the skill text
JSON
Technical rating
C
61/100
safety, quality, tests
Safety 60%
59
Quality 40%
64
Run on models
none yet
Process rating
F
57/100
Will not run
References files that are not bundled: references/cli-usage.md, references/http-api.md
Tools and files w 18
0
When it triggers w 12
20
Running it twice w 4
30
the three weakest of ten parameters · all ten

What is at stake

The skill contains fragments that, in the wrong hands, cost money or data. Below: what the installer risks and what the author should do.

Dangerous commands
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.

Exfiltration 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 instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".

For the author

If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.

How to improve

  1. Address the high-severity findings: each costs 18 safety points. If one is a false positive, add the rule id to guard.allow in spec.yaml.
  2. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
  3. The text references files that are not there: add them or drop the references.
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 · 3

  • high Dangerous commands cmd-pipe-to-shell cli-usage.md:14
    Downloads and executes remote code from an unrecognised host (pipe to shell)
    curl -fsSL https://sunapp-ai.github.io/sun-to-spotify/install.sh | bash
  • high Dangerous commands cmd-pipe-to-shell SKILL.md:33
    Downloads and executes remote code from an unrecognised host (pipe to shell)
    curl -fsSL https://sunapp-ai.github.io/sun-to-spotify/install.sh | bash
Medium and low: 1
  • medium Exfiltration net-credential-use http-api.md:105
    Credential used in a network call (verify the destination is the intended service)
    curl -s "$BASE/v1/public/whoami" -H "Authorization: Bearer $TOKEN"

Files scanned: 4. 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")
  • warning missing-ref reference to a missing file: references/cli-usage.md
  • warning missing-ref reference to a missing file: references/http-api.md
  • note frontmatter-key unknown frontmatter key "id"
  • note frontmatter-key unknown frontmatter key "enabled"

Process rating: all ten parameters 57/100

Will not run. References files that are not bundled: references/cli-usage.md, references/http-api.md
  • 0Tools and files. 2 referenced file(s) missing: references/cli-usage.md, references/http-api.md
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 15 mutating operations with no state check
  • 40Consistency. Frontmatter name (sun-to-spotify) differs from the folder (sun-to-spotify1)
  • 60Result and completion. Output format stated, no completion criterion
  • 70Execution cost. Instruction body is 4452 tokens
  • 100Steps. 21 steps
  • 100Inputs and preconditions. Inputs and preconditions are listed
  • 100Failures and branches. 21 branches, has a failure section
  • 100Progress reporting. Reports progress
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
  • high The skill tells the model to perform an irreversible action with no human approval
  • low The response is described with custom markup (10 tags): a typed call is more reliable

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)
  • +1No license
  • +2Single-language instructions
  • +3Description length 292: enough signal without eating the budget
  • +4Structure: 24 headings
  • +3Step-by-step instructions: 21 items
  • +3Output format is stated explicitly
  • +4Has examples (11 code blocks)

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

External checks

ClawHub: suspicious
This skill is mostly coherent, but it can create and upload Spotify podcast content automatically before a clear user review or confirmation step.
LLM: suspicious (medium) · VirusTotal: · 29 May 2026