CB bloom-identity
Generate Bloom Identity Card from conversation history and Twitter/X data. Analyzes supporter personality through conversations (85% weight) and optionally enriched with Twitter activity (15% weight). Creates personality type (Visionary/Explorer/Cultivator/Optimizer/Innovator), recommends matching OpenClaw skills, and generates agent wallet. Use when user asks to "generate my bloom identity", "create identity card", "analyze my profile", or "discover my personality".
Generate Bloom Identity Card from conversation history and Twitter/X data.
As a process B 65/100 · Nearly there — weak spots: when it triggers, consistency, 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 instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".
If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.
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 · 26
✓ No critical or high findings
Medium and low: 26
-
medium Obfuscation
obf-base64-blobDASHBOARD_LINK_IMPLEMENTATION.md:225Long base64-looking blobhttps://preview.bloomprotocol.ai/dashboard?token=…
-
medium Exfiltration
net-redirectable-api-keysrc/blockchain/agent-wallet.ts:434Helper sends the API key to a host configured by an environment variable — the key can be redirected to another serverAPI key + configurable base URL from environment
-
low Exfiltration
read-dotenvCONVERSATION-CONTEXT-INTEGRATION.md:123Reads a .env filecp .env.example .env
-
low Secrets in code
secret-high-entropy-tokenLOCAL-WALLET-IMPLEMENTATION.md:41High-entropy token-like string (may be an id, hash or a credential)✅ New local wallet created: 0x5B…313
-
low Secrets in code
secret-high-entropy-tokenLOCAL-WALLET-IMPLEMENTATION.md:61High-entropy token-like string (may be an id, hash or a credential)✅ Loaded existing wallet: 0x5B…313
-
low Secrets in code
secret-high-entropy-tokenLOCAL-WALLET-IMPLEMENTATION.md:100High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"walletAddress": "0x5B…313",
quoted -
low Secrets in code
secret-high-entropy-tokenLOCAL-WALLET-IMPLEMENTATION.md:117High-entropy token-like string (may be an id, hash or a credential)✅ Created wallet: 0x5B…313
-
low Secrets in code
secret-high-entropy-tokenLOCAL-WALLET-IMPLEMENTATION.md:125High-entropy token-like string (may be an id, hash or a credential)✅ First run: Created 0x5B…313
-
low Exfiltration
read-dotenvLOCAL-WALLET-IMPLEMENTATION.md:150Reads a .env filecp .env.example .env
-
low Secrets in code
secret-high-entropy-tokenOUTPUT_FORMAT_V2.md:21High-entropy token-like string (may be an id, hash or a credential)Address: 0x90…C7B
-
low Secrets in code
secret-private-keyPER_USER_WALLET_IMPLEMENTATION.md:256Private key material (placeholder value)"privateKey": "-----BEGIN PRIVATE KEY----- …"
placeholder -
low Obfuscation
obf-base64-blobPERFORMANCE_ANALYSIS.md:38Long base64-looking blob (quoted — discussed, not commanded)"privateKey": "PHI8…bfC+XR2M…gyD/a8Ir…jhA=="
quoted -
low Secrets in code
secret-private-keyPERFORMANCE_ANALYSIS.md:46Private key material (placeholder value)"privateKey": "-----BEGIN PRIVATE KEY----- …\n"
placeholder -
low Secrets in code
secret-private-keyPERFORMANCE_ANALYSIS.md:180Private key material (placeholder value)"privateKey": "-----BEGIN PRIVATE KEY----- …\n"
placeholder -
low Exfiltration
read-dotenvREADME.md:50Reads a .env filecp .env.example .env
-
low Exfiltration
read-dotenvREADME.md:191Reads a .env filecp .env.example .env
-
low Secrets in code
secret-high-entropy-tokenscripts/erc8004-poc.ts:13High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)IDENTITY_REGISTRY: '0x80…432',
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/erc8004-poc.ts:14High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)REPUTATION_REGISTRY: '0x80…b63',
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/erc8004-poc.ts:17High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)IDENTITY_REGISTRY: '0x80…D9e',
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/erc8004-poc.ts:18High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)REPUTATION_REGISTRY: '0x80…713',
quoted -
low Exfiltration
read-dotenvscripts/health-check.sh:29Reads a .env file (quoted — discussed, not commanded)ISSUES+=("Environment file not configured (copy .env.example to .env)")quoted -
low Secrets in code
secret-private-keySETUP_CDP_CREDENTIALS.md:28Private key material (placeholder value)"privateKey": "-----BEGIN PRIVATE KEY----- …\n"
placeholder -
low Secrets in code
secret-high-entropy-tokenSKILL.md:117High-entropy token-like string (may be an id, hash or a credential)0x03…905
-
low Exfiltration
read-dotenvSKILL.md:164Reads a .env filecp .env.example .env
-
low Secrets in code
secret-high-entropy-tokenSOLUTION-SUMMARY.md:122High-entropy token-like string (may be an id, hash or a credential)✅ Wallet Created: 0x29…0F2
-
low Secrets in code
secret-high-entropy-tokensrc/blockchain/contract-client.ts:11High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const CONTRACT_ADDRESS = '0x33…B9E';
quoted
Files scanned: 80. 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 65/100
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 1 mutating operations with no state check
- 40Consistency. Frontmatter name (bloom-identity) differs from the folder (bloom-identity-skill)
- 60Tools and files. Uses tools (web) that frontmatter does not declare
- 60Result and completion. Output format stated, no completion criterion
- 70Inputs and preconditions. Inputs and preconditions are listed
- 100Steps. 46 steps
- 100Failures and branches. 1 branches, has a failure section
- 100Execution cost. Instruction body is 1159 tokens
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
- +4Description does not say when NOT to use the skill (false activations)
- -43 reference files, but SKILL.md never points to them: the model will not open them
- -315 of 16 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +5Description quotes 4 example trigger phrases
- +3Description length 471: enough signal without eating the budget
- +4Structure: 12 headings
- +3Step-by-step instructions: 46 items
- +3Output format is stated explicitly
- +4Has examples (5 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 84.