BC memory-tencentdb
四层记忆系统插件 — 自动捕获对话、提取结构化记忆、归纳场景、生成用户画像。支持 L0→L1→L2→L3 渐进式管线,本地 SQLite + 腾讯云向量数据库双后端。
四层记忆系统插件 — 自动捕获对话、提取结构化记忆、归纳场景、生成用户画像。支持 L0→L1→L2→L3 渐进式管线,本地 SQLite + 腾讯云向量数据库双后端。
As a process C 53/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 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
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- 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 · 6
✓ No critical or high findings
Medium and low: 6
-
medium Dangerous commands
cmd-privilegescripts/install_hermes_memory_tencentdb.sh:235Privilege escalation / world-writable permissionscat << ENVEOF | sudo tee "$ENVFILE" > /dev/null
-
low Dangerous commands
cmd-background-processscripts/memory-tencentdb-ctl.sh:249Starts a background / autostarted process (code comment)# setsid 让 Gateway 脱离当前 shell 的进程组;nohup 兜底保证终端断开不挂
comment -
low Dangerous commands
cmd-background-processscripts/memory-tencentdb-ctl.sh:251Starts a background / autostarted processif command -v setsid >/dev/null 2>&1; then
-
low Dangerous commands
cmd-background-processscripts/memory-tencentdb-ctl.sh:252Starts a background / autostarted process (quoted — discussed, not commanded)eval "setsid nohup $gw_cmd >>\"$STDOUT_LOG\" 2>>\"$STDERR_LOG\" </dev/null &"
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/migrate-sqlite-to-tcvdb/dist/src/core/store/sqlite.js:1011High-entropy token-like string (may be an id, hash or a credential) (placeholder value)this.logger?.warn(`${TAG} dele…ime failed (non-fatal): ${err instanceof Error ? err.message : String(err)}`);placeholder -
low Secrets in code
secret-high-entropy-tokenscripts/migrate-sqlite-to-tcvdb/dist/src/store/sqlite.js:1011High-entropy token-like string (may be an id, hash or a credential) (placeholder value)this.logger?.warn(`${TAG} dele…ime failed (non-fatal): ${err instanceof Error ? err.message : String(err)}`);placeholder
Files scanned: 80. 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")
Process rating: all ten parameters 53/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
- 100Tools and files. No external tools needed
- 100Steps. 16 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 553 tokens
- 100Running it twice. No mutating operations
- low 10 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 83: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- -34 of 5 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +4Structure: 11 headings
- +3Step-by-step instructions: 16 items
- +4Has examples (4 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 66.