BF carbium
Build on Solana with Carbium infrastructure — bare-metal RPC, Standard WebSocket pubsub, gRPC Full Block streaming (~22ms), DEX aggregation via CQ1 engine (sub-ms quotes), gasless swaps, and MEV-protected execution via Jito bundling. Drop-in replacement for Helius, QuickNode, Triton, or Jupiter Swap API.
As a process F 41/100 · Will not run — References files that are not bundled: examples/pump-snipe/example.ts
How to improve
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- The text references files that are not there: add them or drop the references.
- 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 · 21
✓ No critical or high findings
Medium and low: 21
-
low Secrets in code
secret-high-entropy-tokenexamples/gasless-swap/README.md:26High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const SOL_MINT = "So11…112";
fixturequoted -
low Secrets in code
secret-high-entropy-tokenexamples/gasless-swap/README.md:27High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const USDC_MINT = "EPjF…t1v";
fixturequoted -
low Secrets in code
secret-high-entropy-tokenexamples/grpc-stream/README.md:17High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const PROGRAM_ID = "6EF8…F6P"; // Pump.fun
fixturequoted -
low Secrets in code
secret-high-entropy-tokenexamples/pump-snipe/README.md:34High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const PUMP_PROGRAM = new PublicKey("6EF8…F6P");fixturequoted -
low Secrets in code
secret-high-entropy-tokenexamples/pump-snipe/README.md:35High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const PUMP_GLOBAL = new PublicKey("4wTV…njf");fixturequoted -
low Secrets in code
secret-high-entropy-tokenexamples/pump-snipe/README.md:36High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const PUMP_FEE_RECIPIENT = new PublicKey("CebN…9iM");fixturequoted -
low Secrets in code
secret-high-entropy-tokenexamples/pump-snipe/README.md:37High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const PUMP_EVENT_AUTH = new PublicKey("Ce6T…9F1");fixturequoted -
low Secrets in code
secret-high-entropy-tokenexamples/swap-bundle/README.md:77High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const SOL = "So11…112";
fixturequoted -
low Secrets in code
secret-high-entropy-tokenexamples/swap-bundle/README.md:78High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const USDC = "EPjF…t1v";
fixturequoted -
low Secrets in code
secret-high-entropy-tokenexamples/swap-quote/README.md:24High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const SOL_MINT = "So11…112";
fixturequoted -
low Secrets in code
secret-high-entropy-tokenexamples/swap-quote/README.md:25High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)const USDC_MINT = "EPjF…t1v";
fixturequoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:379High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const PROGRAM_ID = "6EF8…F6P";
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:455High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)PROGRAM_ID = "6EF8…F6P"
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:593High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"src_mint": "So11…112",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:594High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"dst_mint": "EPjF…t1v",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:630High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)url.searchParams.set("src_mint", "So11…112");quoted -
low Exfiltration
net-credential-useSKILL.md:806Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)const res = await fetch(`https://rpc.carbium.io/?apiKey=… {vendor-host -
low Exfiltration
exfil-secret-in-urltemplates/carbium-setup.ts:24Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)`https://rpc.carbium.io/?apiKey=…
placeholder -
low Secrets in code
secret-high-entropy-tokentemplates/carbium-setup.ts:79High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)SOL: "So11…112",
quoted -
low Secrets in code
secret-high-entropy-tokentemplates/carbium-setup.ts:80High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)USDC: "EPjF…t1v",
quoted -
low Secrets in code
secret-high-entropy-tokentemplates/carbium-setup.ts:81High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)USDT: "Es9v…NYB",
quoted
Files scanned: 17. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
body-longSKILL.md body ≈ 8796 tokens (recommended < 5000); move details to references/ - warning
missing-refreference to a missing file: examples/pump-snipe/example.ts - note
frontmatter-keyunknown frontmatter key "creator"
Process rating: all ten parameters 41/100
- 0Tools and files. 1 referenced file(s) missing: examples/pump-snipe/example.ts
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 12 mutating operations with no state check
- 40Execution cost. Instruction body is 8796 tokens: crowds the task out of the window
- 100Steps. 32 steps
- 100Failures and branches. 1 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- 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)
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +3Description length 305: enough signal without eating the budget
- +4Structure: 73 headings
- +3Step-by-step instructions: 32 items
- +4Has examples (34 code blocks)
- +4Reference files are cited in the instructions (3 of 3)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 71.