DD cognitive-brain
(no description)
As a process D 48/100 · Unfinished process — 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 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.
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.
How to improve
- Add a description to the frontmatter: without it the skill never triggers.
- 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 · 11
✓ No critical or high findings
Medium and low: 11
-
medium Dangerous commands
cmd-pipe-to-shellinstall.sh:4Downloads and executes remote code from an unrecognised host (pipe to shell) (code comment)# 用法: curl -fsSL https://.../install.sh | bash
comment -
low Secrets in code
secret-high-entropy-tokenCHANGELOG.md:1092High-entropy token-like string (may be an id, hash or a credential)- 支持 para…-v2(384 维)
-
low Secrets in code
secret-high-entropy-tokenconfig.json:31High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"model": "para…-v2",
quoted -
low Dangerous commands
cmd-background-processdocs/INSTALL_GUIDE.md:47Starts a background / autostarted processsudo systemctl enable postgresql
-
low Dangerous commands
cmd-background-processdocs/INSTALL_GUIDE.md:48Starts a background / autostarted processsudo systemctl enable redis-server
-
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:99High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"integrity": "sha5…9c8+Zse2…TOt+g==",
quoted -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:137High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"integrity": "sha5…FFX/+gVeY…NlM++NqRc…bqg==",
quoted -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:143High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"integrity": "sha5…uyQ+a1ko…Tn4+E0Ti6C2AA==",
quoted -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:233High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"integrity": "sha5…4w0+Bcew…HhH/IcJZ…9Sg==",
quoted -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:245High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"integrity": "sha5…43U/hyxKPBdqTfmPF+d6n7…PPH+HrXZJN4Rg==",
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/embed.py:42High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)MODEL_NAME = 'para…-v2'
quoted
Files scanned: 79. 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 48/100
- 0Result and completion. Does not say what the result is
- 0When it triggers. No condition that starts the skill
- 0Inputs and preconditions. Does not say what the process needs to start
- 30Running it twice. 3 mutating operations with no state check
- 50Failures and branches. 0 branches, has a failure section
- 60Tools and files. Uses tools (git, node) that frontmatter does not declare
- 100Steps. 50 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 2388 tokens
- 100Progress reporting. Reports progress
- 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)
- +3Description length 0: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- -263 emoji in the instructions: noise for the model
- +1No license
- +2Single-language instructions
- +4Structure: 37 headings
- +3Step-by-step instructions: 50 items
- +4Has examples (12 code blocks)
- +4Reference files are cited in the instructions (2 of 3)
- +3All 1 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 0.