CC x1-vault-memory
Backup and restore OpenClaw agent memory to IPFS with AES-256-GCM encryption and X1 blockchain CID anchoring
Backup and restore OpenClaw agent memory to IPFS with AES-256-GCM encryption and X1 blockchain CID anchoring
As a process C 59/100 · Has gaps — weak spots: result and completion, running it twice
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 files contain invisible characters, encoded commands or comments hidden from readers but visible to the model. What you read differs from what the agent sees.
Remove invisible characters (they usually sneak in through copy-paste) and encoded strings: no catalog will pass them. Instructions for the model must be readable by a human too.
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 · 12
✓ No critical or high findings
Medium and low: 12
-
medium Obfuscation
obf-base64-blobREADME.md:134Long base64-looking blobX1 Transaction: 5h1X…ccV
-
medium Dangerous commands
cmd-pipe-to-shellSKILL.md:62Downloads and executes remote code from an unrecognised host (pipe to shell) (quoted — discussed, not commanded)- ✅ Security fixes: removed "curl | sh" Solana CLI install suggestion
quoted -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:113High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…0ah+lGiA…co6+9GrJ…naQ==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:179High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…kJw+JUEz…Ry8+JzNy…KLw==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:188High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…Mvo+5lex…ani+adC5PQ==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:212High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha512-c/I8ZRb51j+pYGA…kSk+qT2Ea+OdWElz/OiMf…ihw==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:227High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…8fQ+wE2m…hIQ==",
detector -
low Secrets in code
secret-high-entropy-tokenREADME.md:133High-entropy token-like string (may be an id, hash or a credential) (placeholder value)Backup uploaded, CID: QmEx…tuv
placeholder -
low Secrets in code
secret-high-entropy-tokenREADME.md:198High-entropy token-like string (may be an id, hash or a credential) (placeholder value)"cid": "QmEx…tuv"
placeholder -
low Secrets in code
secret-high-entropy-tokensrc/anchor.js:9High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'Memo…b2T', // Solana Memo v2
quoted -
low Secrets in code
secret-high-entropy-tokensrc/anchor.js:10High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)'Memo…7Vn', // Solana Memo v1
quoted -
low Secrets in code
secret-password-literalsrc/anchor.js:33Hard-coded password / key literal (may be an example)const secretKey = Uint…rom(walletData.secretKey);
Files scanned: 12. 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 "homepage" - note
frontmatter-keyunknown frontmatter key "requires" - note
frontmatter-keyunknown frontmatter key "files"
Process rating: all ten parameters 59/100
- 0Result and completion. Does not say what the result is
- 30Running it twice. 9 mutating operations with no state check
- 50When it triggers. No condition that starts the skill
- 50Failures and branches. 0 branches, has a failure section
- 60Tools and files. Uses tools (bash, web, node) that frontmatter does not declare
- 70Inputs and preconditions. Inputs and preconditions are listed
- 85Steps. 59 steps, 1 vague phrases
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 2755 tokens
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 14 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 108: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- -212 emoji in the instructions: noise for the model
- -32 of 2 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +4Structure: 30 headings
- +3Step-by-step instructions: 59 items
- +4Has examples (14 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 61.