BF fizzread
Instant access to 100K+ nonfiction book summaries with 1-minute audio previews. Free demo key included — no signup needed. Search, browse, and listen via FizzRead.
As a process F 51/100 · Will not run — References files that are not bundled: {app_url}, {audio_url}
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- 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 · 5
✓ No critical or high findings
Medium and low: 5
-
low Exfiltration
net-credential-useSKILL.md:93Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -s -H "Authorization: Bearer $FIZZREAD_API_KEY" "https://skill.fizzread.ai/v1/daily"
vendor-host -
low Exfiltration
net-credential-useSKILL.md:128Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -s -H "Authorization: Bearer $FIZZREAD_API_KEY" "https://skill.fizzread.ai/v1/search?q=…&limit=5"
vendor-host -
low Exfiltration
net-credential-useSKILL.md:170Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -s -H "Authorization: Bearer $FIZZREAD_API_KEY" "https://skill.fizzread.ai/v1/book/{slug}"vendor-host -
low Exfiltration
net-credential-useSKILL.md:201Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -s -H "Authorization: Bearer $FIZZREAD_API_KEY" "https://skill.fizzread.ai/v1/categories"
vendor-host -
low Exfiltration
net-credential-useSKILL.md:210Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -s -H "Authorization: Bearer $FIZZREAD_API_KEY" "https://skill.fizzread.ai/v1/recommend?category=…&limit=5"
vendor-host
Files scanned: 2. 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") - warning
missing-refreference to a missing file: {app_url} - warning
missing-refreference to a missing file: {audio_url} - note
frontmatter-keyunknown frontmatter key "homepage" - note
frontmatter-keyunknown frontmatter key "emoji"
Process rating: all ten parameters 51/100
Will not run. References files that are not bundled: {app_url}, {audio_url}
- 0Tools and files. 2 referenced file(s) missing: {app_url}, {audio_url}
- 0Inputs and preconditions. Does not say what the process needs to start
- 20When it triggers. No condition that starts the skill
- 40Consistency. Frontmatter name (fizzread) differs from the folder (fizzread-skill)
- 60Result and completion. Output format stated, no completion criterion
- 100Steps. 43 steps
- 100Failures and branches. 15 branches, has a failure section
- 100Execution cost. Instruction body is 2284 tokens
- 100Running it twice. Mutating operations check current state
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
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 163: enough signal without eating the budget
- +4Structure: 11 headings
- +3Step-by-step instructions: 43 items
- +3Output format is stated explicitly
- +4Has examples (14 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 64.
External checks
ClawHub: suspicious
The skill does what it advertises, but it handles FizzRead API keys in a way that can expose a user's key in chat, command output, or logs.
LLM: suspicious (high) · VirusTotal: · 29 May 2026