DC wine-archive
(no description)
Not recommendedlow grade D
As a process C 57/100 · Has gaps — weak spots: inputs and preconditions, failures and branches, running it twice
How to improve
- Add a description to the frontmatter: without it the skill never triggers.
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 · 9
✓ No critical or high findings
Medium and low: 9
-
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:22High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…1Cn++CSX6…ttQ/xEH4…EaQ==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:71High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…FSj+bWLt…2sH/Kn8E…h6w==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:175High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…wHD+vkj3…wBQ/hCAQ…tUp/3Qh6…OOw==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:181High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…CpK+FtMRQVdIMN6/Df5j…tIC+7KYK…qaA==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:234High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…RFW+TK4J…oUr/txX3…6Ns/A==",
detector -
low Exfiltration
read-dotenvREADME.md:38Reads a .env filecp .env.example .env
-
low Exfiltration
read-dotenvsetup.sh:40Reads a .env file (code comment)# 5. Copy .env.example → .env if not already present
comment -
low Exfiltration
read-dotenvsetup.sh:42Reads a .env filecp .env.example .env
-
low Exfiltration
read-dotenvSKILL.md:29Reads a .env filecp .env.example .env # add ANTHROPIC_API_KEY for LLM features
Files scanned: 22. 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
Process rating: all ten parameters 57/100
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Failures and branches. Linear process with no failure handling
- 30Running it twice. 7 mutating operations with no state check
- 50When it triggers. States when to use, but not when not to
- 60Tools and files. Uses tools (bash) that frontmatter does not declare
- 60Result and completion. Output format stated, no completion criterion
- 100Steps. 21 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1712 tokens
- 100Progress reporting. Reports progress
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
- -35 of 6 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +4Structure: 18 headings
- +3Step-by-step instructions: 21 items
- +3Output format is stated explicitly
- +4Has examples (25 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 0.
External checks
ClawHub: clean
The skill is a coherent personal wine archive with local storage and optional Telegram/LLM features, but users should treat exports, deletes, and external integrations carefully.
LLM: benign (high) · VirusTotal: · 29 May 2026