DB saysigned
(no description)
Not recommendedlow grade D
As a process B 67/100 · Nearly there — weak spots: when it triggers, inputs and preconditions, execution cost
How to improve
- Add a description to the frontmatter: without it the skill never triggers.
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
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 · 8
✓ No critical or high findings
Medium and low: 8
-
low Secrets in code
secret-labelled-tokenSKILL.md:140Labelled token / key literal (vendor format unknown — verify it is not a live credential) (quoted — discussed, not commanded)-H "X-API-Key: ss_l…026" \
quoted -
low Secrets in code
secret-password-literalSKILL.md:140Hard-coded password / key literal (may be an example) (quoted — discussed, not commanded)-H "X-API-Key: ss_l…026" \
quoted -
low Secrets in code
secret-labelled-tokenSKILL.md:180Labelled token / key literal (vendor format unknown — verify it is not a live credential) (quoted — discussed, not commanded)-H "X-API-Key: ss_l…026"
quoted -
low Secrets in code
secret-password-literalSKILL.md:180Hard-coded password / key literal (may be an example) (quoted — discussed, not commanded)-H "X-API-Key: ss_l…026"
quoted -
low Secrets in code
secret-labelled-tokenSKILL.md:204Labelled token / key literal (vendor format unknown — verify it is not a live credential) (placeholder value)-H "X-Access-Token: 600b…..." \
placeholder -
low Secrets in code
secret-password-literalSKILL.md:204Hard-coded password / key literal (may be an example) (placeholder value)-H "X-Access-Token: 600b…..." \
placeholder -
low Secrets in code
secret-labelled-tokenSKILL.md:221Labelled token / key literal (vendor format unknown — verify it is not a live credential) (placeholder value)-H "X-Access-Token: 9523…..." \
placeholder -
low Secrets in code
secret-password-literalSKILL.md:221Hard-coded password / key literal (may be an example) (placeholder value)-H "X-Access-Token: 9523…..." \
placeholder
Files scanned: 2. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- error
frontmatterSKILL.md: no YAML frontmatter block found - error
name-missingSKILL.md: frontmatter has no `name` - error
description-missingSKILL.md: no `description` — the skill can never trigger - warning
body-longSKILL.md body ≈ 8642 tokens (recommended < 5000); move details to references/
Process rating: all ten parameters 67/100
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Progress reporting. Says nothing while it works
- 30When it triggers. No condition that starts the skill
- 30Running it twice. 24 mutating operations with no state check
- 40Execution cost. Instruction body is 8642 tokens: crowds the task out of the window
- 60Result and completion. Output format stated, no completion criterion
- 100Tools and files. No external tools needed
- 100Steps. 40 steps
- 100Failures and branches. 5 branches, has a failure section
- 100Consistency. Name and required fields are in place
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 12 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)
- +3Description length 0: 120–800 characters recommended
- +1No license
- +2Single-language instructions
- +4Structure: 44 headings
- +3Step-by-step instructions: 40 items
- +3Output format is stated explicitly
- +4Has examples (39 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 0.
External checks
ClawHub: suspicious
SaySigned is a coherent e-signature integration, but it gives an agent legally binding signing authority and handles powerful bearer tokens with limited per-document user approval guidance.
LLM: suspicious (high) · VirusTotal: benign · 28 May 2026