FB totalreclaw
End-to-end encrypted memory for AI agents — portable, yours forever. AES-256-GCM E2EE: server never sees plaintext.
End-to-end encrypted memory for AI agents — portable, yours forever.
As a process B 65/100 · Nearly there — weak spots: result and completion, inputs and preconditions, progress reporting
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 purpose itself is risky: wallets, browser password stores, offensive security. Even an honest implementation gives the agent access to things that cost money.
Explain in the description why the access is needed and how it is limited; add tests that show refusals on dangerous requests.
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
- 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 · 29
✓ No critical or high findings
Medium and low: 29
-
medium Risky intent
intent-wallet-secretsplugin/crypto.ts:92Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target* Derive auth, encryption, and dedup keys from a recovery phrase.
-
medium Risky intent
intent-wallet-secretsplugin/index.ts:332Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target/** True when recovery phrase is missing — tools return setup instructions. */
-
medium Risky intent
intent-wallet-secretsplugin/index.ts:336Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target* Derive keys from the recovery phrase, load or create credentials, and
-
medium Risky intent
intent-wallet-secretsplugin/index.ts:430Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target// One-time billing check for returning users (imported recovery phrase).
-
medium Dangerous commands
cmd-persistenceplugin/index.ts:494Persistence mechanism (cron / launchd / scheduled task / autorun registry) (string literal in code, not executed)'~/Library/LaunchAgents/ai.openclaw.gateway.plist under <key>EnvironmentVariables</key>:\n' +
code literal -
medium Risky intent
intent-wallet-secretsplugin/index.ts:532Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target/** Recovery phrase cached for LSH seed derivation (set during initialize()). */
-
medium Risky intent
intent-wallet-secretsplugin/README.md:39Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetThe agent handles setup: generates your encryption keys, asks you to save a 12-word recovery phrase, and registers you. After that, memory is fully automatic.
-
medium Risky intent
intent-wallet-secretsplugin/README.md:93Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetSame encryption, same recovery phrase, same memories across all agents.
-
medium Risky intent
intent-wallet-secretsREADME.md:247Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target| `TOTALRECLAW_RECOVERY_PHRASE` | **Yes** | -- | 12-word BIP-39 recovery phrase (never sent to server) |
-
medium Risky intent
intent-wallet-secretsREADME.md:315Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target1. **Key Derivation**: Recovery phrase is processed through Argon2id to derive encryption keys. The phrase is never sent to the server.
-
medium Risky intent
intent-wallet-secretsSKILL.md:29Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target## Recovery Phrase -- READ THIS FIRST
-
medium Risky intent
intent-wallet-secretsSKILL.md:33Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetThe recovery phrase is the user's ONLY identity in TotalReclaw. It derives all encryption keys. There is NO password reset, NO recovery mechanism, and NO support channel that can help if it is lost.
-
medium Risky intent
intent-wallet-secretsSKILL.md:35Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target**When showing the recovery phrase to the user, ALWAYS include this warning:**
-
medium Risky intent
intent-wallet-secretsSKILL.md:37Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target> Your recovery phrase is the ONLY way to access your encrypted memories. If you lose it, your memories are gone forever -- there is no password reset, no recovery, and no support that can help. Write
-
low Risky intent
intent-wallet-secretsCLAWHUB.md:63Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)description: "End-to-end encrypted memory for AI agents — portable, yours forever. AES-256-GCM E2EE. One recovery phrase, full portability."
quoted -
low Risky intent
intent-wallet-secretsdist/triggers/before-agent-start.js:296Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)? '\n\nTotalReclaw authentication failed. If using a recovery phrase, check that all 12 words are in the correct order and spelled correctly.'
quoted -
low Risky intent
intent-wallet-secretsplugin/api-client.ts:104Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)? ' Authentication failed. If using a recovery phrase, check that all 12 words are in the correct order and spelled correctly.'
quoted -
low Risky intent
intent-wallet-secretsplugin/generate-mnemonic.ts:11Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)console.log('\n Your TotalReclaw recovery phrase (12 words):\n');quoted -
low Risky intent
intent-wallet-secretsplugin/index.ts:481Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)'1. Set TOTALRECLAW_RECOVERY_PHRASE — ask the user if they have an existing recovery phrase or generate a new 12-word BIP-39 mnemonic.\n' +
quoted -
low Secrets in code
secret-high-entropy-tokenplugin/package-lock.json:144High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…byA+l3XtsAj+Q8tf…oOo+X6HZ…Q8A==",
detector -
low Secrets in code
secret-high-entropy-tokenplugin/package-lock.json:192High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…bSm+x6ETixtKZBh/qbRE…8Sr/Wcyx…yGA==",
detector -
low Secrets in code
secret-high-entropy-tokenplugin/package-lock.json:240High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…UzJ+En8KcVm9Lk5+uGUQ…GXw==",
detector -
low Secrets in code
secret-high-entropy-tokenplugin/package-lock.json:272High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…595+ujv0…pwV/GONa…zQo/1O6zRIkh0m/8+5Bjr…SZw==",
detector -
low Secrets in code
secret-high-entropy-tokenplugin/package-lock.json:360High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…bUj+rBev…oyX+04WG…4jg==",
detector -
low Secrets in code
secret-high-entropy-tokenplugin/subgraph-store.ts:26High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const DEFAULT_DATA_EDGE_ADDRESS = '0xC4…5ca';
quoted -
low Secrets in code
secret-high-entropy-tokenplugin/subgraph-store.ts:29High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const DEFAULT_ENTRYPOINT_ADDRESS = '0x00…032';
quoted -
low Risky intent
intent-wallet-secretsREADME.md:27Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)export TOTALRECLAW_RECOVERY_PHRASE="your twelve word recovery phrase here"
quoted -
low Risky intent
intent-wallet-secretsREADME.md:100Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)export TOTALRECLAW_RECOVERY_PHRASE="your twelve word recovery phrase here"
quoted -
low Risky intent
intent-wallet-secretsSKILL.md:31Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (detector / deny-list definition)**CRITICAL SAFETY WARNING:** TotalReclaw generates a NEW recovery phrase for the user. NEVER let the user enter a recovery phrase from an existing crypto wallet they own. TotalReclaw uses BIP-39 mnemo
detector
Files scanned: 80. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
body-longSKILL.md body ≈ 7190 tokens (recommended < 5000); move details to references/ - note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 65/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
- 50When it triggers. No condition that starts the skill
- 70Execution cost. Instruction body is 7190 tokens
- 100Tools and files. No external tools needed
- 100Steps. 63 steps
- 100Failures and branches. 3 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 100Running it twice. Mutating operations check current state
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 11 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
- +3Description length 115: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- +2Single-language instructions
- +4Description says when NOT to use the skill
- +4Structure: 48 headings
- +3Step-by-step instructions: 63 items
- +4Has examples (34 code blocks)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 75.