BC magic-wormhole
Secure secret sharing for OpenClaw using magic-wormhole protocol
Secure secret sharing for OpenClaw using magic-wormhole protocol
As a process C 62/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 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
- 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 Dangerous commands
cmd-shell-rcinstall.sh:84Writes to a shell startup fileecho 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
-
low Dangerous commands
cmd-background-processdocs/advanced-usage.md:270Starts a background / autostarted process (documentation of a security skill)sudo systemctl enable wormhole-server
security skill -
low Secrets in code
secret-password-literalexamples/agent-to-human.md:448Hard-coded password / key literal (may be an example) (test fixture / example file; quoted — discussed, not commanded)# "Database password: 8-br…gon"
fixturequoted -
low Secrets in code
secret-password-literalexamples/agent-to-human.md:465Hard-coded password / key literal (may be an example) (test fixture / example file; quoted — discussed, not commanded)# "New database password: 5-ca…ter"
fixturequoted -
low Secrets in code
secret-password-literalexamples/api-token-sharing.md:340Hard-coded password / key literal (may be an example) (placeholder value)# Save: PASSWORD=abc1…...
placeholder -
low Secrets in code
secret-github-tokenexamples/api-token-sharing.md:488GitHub token (placeholder value)ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
placeholder -
low Secrets in code
secret-aws-keyexamples/api-token-sharing.md:498AWS access key ID (placeholder value)AKIA…PLE
placeholder -
low Dangerous commands
cmd-shell-rcSKILL.md:135Writes to a shell startup file (documentation of a security skill)echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
security skill
A further 4 matches are quotations in this security skill's documentation and are not counted as findings.
Files scanned: 10. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 62/100
- 0Result and completion. Does not say what the result is
- 30Running it twice. 13 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, python) that frontmatter does not declare
- 70Inputs and preconditions. Inputs and preconditions are listed
- 100Steps. 62 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 3765 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 12 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 64: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- -220 emoji in the instructions: noise for the model
- +1No license
- +2Single-language instructions
- +4Description says when NOT to use the skill
- +4Structure: 59 headings
- +3Step-by-step instructions: 62 items
- +4Has examples (29 code blocks)
- +4Reference files are cited in the instructions (1 of 1)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 86.