BC layered-memory-sys
分层记忆系统 v2.4.1 — 6层架构的智能记忆管理。支持分层TTL管理、梦境模式(自动巩固/归档/遗忘/合并)、TF-IDF搜索、导入导出、全功能管理面板(搜索/批量操作/编辑/梦境触发)、自动备份、Docker一键部署。适用于AI Agent需要长期记忆、分层管理、自动遗忘和知识提取的场景。触发词:记忆、分层、梦境、导入导出、归档、备份
As a process C 51/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions
ProcedureDockerInfrastructureAI and agentstype and topics are labelled automatically from the skill text
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
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 Dangerous commands
cmd-pipe-to-shellinstall.sh:30Downloads and executes remote code from an unrecognised host (pipe to shell) (string literal in code, not executed; the skill's own vendor host)echo " curl -fsSL https://get.docker.com | sh"
code literalvendor-host -
low Dangerous commands
cmd-background-processinstall.sh:125Starts a background / autostarted processsystemctl enable layered-memory
-
low Dangerous commands
cmd-privilegeinstall.sh:130Privilege escalation / world-writable permissions (string literal in code, not executed)echo " 手动: sudo cp /tmp/layered-memory.service /etc/systemd/system/"
code literal -
low Dangerous commands
cmd-background-processinstall.sh:136Starts a background / autostarted processnohup node scripts/start-api.mjs > /tmp/layered-memory.log 2>&1 &
-
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:57High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha512-j+gKEx…ahh+s1F2HZ+wAce…RkU++ZWQr…uoQ==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:110High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…rvP+yUUf…4tH/iSSo…tEA==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:138High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha512-+qIYR…PQd+PJGi…oLv+RhT3…mNQ==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:215High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…Wwy+ghLE…vfU/YnxW…fdg==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:355High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…FSj+bWLt…2sH/Kn8E…h6w==",
detector
Files scanned: 41. 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") - note
frontmatter-keyunknown frontmatter key "slug"
Process rating: all ten parameters 51/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Failures and branches. Linear process with no failure handling
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 7 mutating operations with no state check
- 100Tools and files. No external tools needed
- 100Steps. 48 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 971 tokens
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
- -2localhost URLs: will not work for another user
- -227 emoji in the instructions: noise for the model
- -36 of 11 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 172: enough signal without eating the budget
- +4Structure: 28 headings
- +3Step-by-step instructions: 48 items
- +4Has examples (7 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 64.
External checks
ClawHub: suspicious
This memory skill is purpose-aligned, but it needs Review because it can read conversation logs, persist or delete memory data, and expose unauthenticated local API/WebSocket services.
LLM: suspicious (high) · VirusTotal: · 29 May 2026