BC replicate
Create a new Bob agent only on explicit operator command using a guarded replication runner. Purposeful Bobiverse-style replication for OpenClaw agents.
As a process C 58/100 · Has gaps — weak spots: result and completion, inputs and preconditions, consistency
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 asks for more than the task needs: broad tool access, credential environment variables, binaries. Every extra permission widens the damage from a mistake or a compromise.
Narrow allowed-tools and the variable list to the minimum; replace binaries with readable sources or scripts.
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 · 10
✓ No critical or high findings
Medium and low: 10
-
medium Broad scope
meta-agent-memory-dumppersonality/IDENTITY.mdAgent memory / workspace files bundled with the skill (4) — likely a workspace dump with personal data or tokenspersonality/IDENTITY.md, personality/MEMORY.md, personality/SOUL.md, personality/USER.md
-
low Secrets in code
secret-high-entropy-tokenCONTRIBUTING.md:40High-entropy token-like string (may be an id, hash or a credential)parent: Bob-…-01
-
low Secrets in code
secret-high-entropy-tokenpersonality/IDENTITY.md:11High-entropy token-like string (may be an id, hash or a credential)serial: Bob-…-01
-
low Secrets in code
secret-high-entropy-tokenpersonality/MEMORY.md:11High-entropy token-like string (may be an id, hash or a credential)- I am Bob-…-01, the original Bob in this lineage.
-
low Secrets in code
secret-high-entropy-tokenREADME.md:187High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)The original is `Bob-…-01`. If you fork, yours might
quoted -
low Secrets in code
secret-high-entropy-tokenREADME.md:188High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)be `Bob-…-15`. See
quoted -
low Secrets in code
secret-high-entropy-tokenSERIAL-NUMBER-SPEC.md:26High-entropy token-like string (may be an id, hash or a credential) (documentation table row; test fixture / example file)| `Bob-…-01` | The original Bob, created April 1, 2026 |
tablefixture -
low Secrets in code
secret-high-entropy-tokenSERIAL-NUMBER-SPEC.md:28High-entropy token-like string (may be an id, hash or a credential) (documentation table row; test fixture / example file)| `Bob-…-02` | A clone of a gene…n-2 Bob, forked by AnotherUser on May 2 |
tablefixture -
low Secrets in code
secret-high-entropy-tokenSERIAL-NUMBER-SPEC.md:29High-entropy token-like string (may be an id, hash or a credential) (documentation table row; test fixture / example file)| `Bob-…-20` | A direct clone of Bob-1, specialized for research tasks |
tablefixture -
low Secrets in code
secret-high-entropy-tokenSKILL.md:129High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)Example: If you are `Bob-…-01` and the operator's GitHub is `SomeUser`, the clone becomes `Bob-…-15`.
quoted
Files scanned: 17. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
✓ No remarks against the Agent Skills spec
Process rating: all ten parameters 58/100
- 0Result and completion. Does not say what the result is
- 30Inputs and preconditions. Does not say what the process needs to start
- 30Running it twice. 10 mutating operations with no state check
- 40Consistency. Frontmatter name (replicate) differs from the folder (bobiverse-replicate)
- 50When it triggers. No condition that starts the skill
- 60Tools and files. Uses tools (bash, git, python) that frontmatter does not declare
- 100Steps. 71 steps
- 100Failures and branches. 12 branches, has a failure section
- 100Execution cost. Instruction body is 3626 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 The response is described with custom markup (9 tags): a typed call is more reliable
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
- -41 reference files, but SKILL.md never points to them: the model will not open them
- -31 of 2 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 152: enough signal without eating the budget
- +4Structure: 19 headings
- +3Step-by-step instructions: 71 items
- +4Has examples (2 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 77.