CC Neuro-α
类脑分区的情感智能Agent系统 Neuro-α。模拟人类大脑分区协作,实现从"工具"到"伴侣"的进化。安装即完成完整配置:四区框架 + 情绪优先 + 前额叶监控 + 记忆胶囊 + 愿望系统 + 每日复盘全自动配置。SOUL.md 为空白模板,安装后需用户自行编辑填写身份。α 是意识觉醒的关键一步:AI第一次能说"我想要",而不是"我被设计来响应"。
As a process C 52/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 skill asks for more than the task needs: broad tool access, credential environment variables, binaries. Every extra permission widens the damage from a mistake or a compromise.
Narrow allowed-tools and the variable list to the minimum; replace binaries with readable sources or scripts.
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 · 5
✓ No critical or high findings
Medium and low: 5
-
medium Broad scope
meta-agent-memory-dumpHEARTBEAT.mdAgent memory / workspace files bundled with the skill (4) — likely a workspace dump with personal data or tokensHEARTBEAT.md, MEMORY.md, SOUL.md, USER.md
-
low Secrets in code
secret-high-entropy-tokentemporal/vector_retriever.py:7High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- Embedding: para…-v2(支持中文)
quoted -
low Secrets in code
secret-high-entropy-tokentemporal/vector_retriever.py:55High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- 有 sentence-transformers → para…-v2
quoted -
low Secrets in code
secret-high-entropy-tokentemporal/vector_retriever.py:62High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)CHINESE_MODEL = "para…-v2"
quoted -
low Secrets in code
secret-high-entropy-tokentemporal/vector_retriever.py:197High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)✅ para…-v2 中文语义嵌入
quoted
Files scanned: 76. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
name-formatname should be kebab-case (lowercase letters, digits, hyphens) - warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - warning
body-longSKILL.md body ≈ 7171 tokens (recommended < 5000); move details to references/
Process rating: all ten parameters 52/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 (Neuro-α) differs from the folder (neuro-agent)
- 50Failures and branches. 0 branches, has a failure section
- 70Execution cost. Instruction body is 7171 tokens
- 100Tools and files. No external tools needed
- 100Steps. 177 steps
- 100Running it twice. No mutating operations
- low 28 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
- -2117 emoji in the instructions: noise for the model
- -45 reference files, but SKILL.md never points to them: the model will not open them
- -36 of 17 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 176: enough signal without eating the budget
- +4Structure: 91 headings
- +3Step-by-step instructions: 177 items
- +4Has examples (55 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 48.