CD bloom
Bloom Taste Finder — discover your builder taste across 4 spectrums and get a personalized tool stack. For indie devs, vibe coders, and AI builders.
Bloom Taste Finder — discover your builder taste across 4 spectrums and get a personalized tool stack.
As a process D 45/100 · Unfinished process — weak spots: when it triggers, inputs and preconditions, failures and branches
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
- 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 · 24
✓ No critical or high findings
Medium and low: 24
-
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:433Helper 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 Exfiltration
read-dotenvexecute.sh:48Reads a .env file (code comment)# Copy .env.example if it exists
comment -
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 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-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 -
low Exfiltration
read-dotenvTESTING_GUIDE.md:34Reads a .env file (test fixture / example file)cp .env.example .env
fixture
Files scanned: 80. 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 "command-dispatch" - note
frontmatter-keyunknown frontmatter key "permissions"
Process rating: all ten parameters 45/100
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Failures and branches. Linear process with no failure handling
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 3 mutating operations with no state check
- 40Consistency. Frontmatter name (bloom) differs from the folder (bloom-taste-finder)
- 60Tools and files. Uses tools (bash, node) that frontmatter does not declare
- 60Result and completion. Output format stated, no completion criterion
- 85Steps. 57 steps, 2 vague phrases
- 100Execution cost. Instruction body is 2668 tokens
- low 17 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)
- -241 emoji in the instructions: noise for the model
- -43 reference files, but SKILL.md never points to them: the model will not open them
- -311 of 13 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 148: enough signal without eating the budget
- +4Structure: 24 headings
- +3Step-by-step instructions: 57 items
- +3Output format is stated explicitly
- +4Has examples (7 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 64.