CC doubao-open-tts
Text-to-Speech service using Doubao (Volcano Engine) API with 200+ voices, interactive voice selection, and multilingual support
Text-to-Speech service using Doubao (Volcano Engine) API with 200+ voices, interactive voice selection, and multilingual support
As a process C 50/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 files contain someone else's key or token. If it is live, your agent will call third-party services under a stranger's identity; if it was revoked, the skill's scripts simply fail. Such a key often arrives with the author's whole workspace, personal data included.
The key is visible to everyone who downloaded the skill and has likely been copied by catalog-scanning bots already. Revoke it now, check bills and access logs, then reissue.
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- 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 · 16
✓ No critical or high findings
Medium and low: 16
-
medium Secrets in code
secret-labelled-tokenSKILL.md:128Labelled token / key literal (vendor format unknown — verify it is not a live credential)access_token="uAGE…DH7",
-
medium Secrets in code
secret-labelled-tokenSKILL.md:129Labelled token / key literal (vendor format unknown — verify it is not a live credential)secret_key="Dfta…iTv",
-
low Exfiltration
read-dotenvREADME.md:88Reads a .env filecp .env.example .env
-
low Secrets in code
secret-high-entropy-tokenscripts/tts.py:60High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"ICL_…tob": "温柔女神",
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/tts.py:65High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"ICL_…tob": "知心姐姐",
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/tts.py:68High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"ICL_…tob": "冷酷哥哥",
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/tts.py:73High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"ICL_…tob": "炀炀",
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/tts.py:131High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"ICL_…tob": "纯真少女",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:67High-entropy token-like string (may be an id, hash or a credential)User: uAGE…DH7
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:71High-entropy token-like string (may be an id, hash or a credential)User: Dfta…iTv
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:128High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)access_token="uAGE…DH7",
quoted -
low Secrets in code
secret-password-literalSKILL.md:128Hard-coded password / key literal (may be an example)access_token="uAGE…DH7",
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:129High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)secret_key="Dfta…iTv",
quoted -
low Secrets in code
secret-password-literalSKILL.md:129Hard-coded password / key literal (may be an example)secret_key="Dfta…iTv",
-
low Exfiltration
read-dotenvSKILL.md:234Reads a .env filecp .env.example .env
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:383High-entropy token-like string (may be an id, hash or a credential)• 纯真少女 (Chinese) -> voice_type: ICL_…tob
Files scanned: 7. 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
body-longSKILL.md body ≈ 5912 tokens (recommended < 5000); move details to references/
Process rating: all ten parameters 50/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
- 40Consistency. Frontmatter name (doubao-open-tts) differs from the folder (doubao-api-open-tts)
- 60Tools and files. Uses tools (bash, python) that frontmatter does not declare
- 70Execution cost. Instruction body is 5912 tokens
- 100Steps. 29 steps
- 100Failures and branches. 2 branches, has a failure section
- 100Running it twice. Mutating operations check current state
- low 13 top-level sections: this looks like several domains in one skill
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
- +2Single-language instructions
- +3Description length 128: enough signal without eating the budget
- +4Structure: 41 headings
- +3Step-by-step instructions: 29 items
- +4Has examples (15 code blocks)
- +3All 2 scripts are documented
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 66.