BB openclaw-basecred-sdk
Check human reputation via Ethos Network, Talent Protocol, and Farcaster using the neutral basecred-sdk. Fetches composable reputation data without judgment - raw scores, levels, and signals for identity verification and trust assessment. Use when you need to check someone's onchain credibility, builder/creator scores, or Farcaster quality metrics.
As a process B 75/100 · Nearly there — weak spots: when it triggers, progress reporting
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 · 19
✓ No critical or high findings
Medium and low: 19
-
low Secrets in code
secret-high-entropy-tokenexamples/example-response.json:2High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)"address": "0xd8…045",
fixturequoted -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:22High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…wwp+sAVZ…8aw/XR3wvx7rs/ekL+PfA==",
detector -
low Secrets in code
secret-high-entropy-tokenPORTABILITY-FIX.md:72High-entropy token-like string (may be an id, hash or a credential)./scripts/check-reputation.mjs 0xd8…045 --summary
-
low Secrets in code
secret-high-entropy-tokenREADME.md:30High-entropy token-like string (may be an id, hash or a credential)./scripts/check-reputation.mjs 0xd8…045
-
low Secrets in code
secret-high-entropy-tokenREADME.md:51High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"address": "0xd8…045",
quoted -
low Secrets in code
secret-high-entropy-tokenREADME.md:79High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"address": "0x16…8ED"
quoted -
low Secrets in code
secret-high-entropy-tokenREVIEW-v0.6.2.md:30High-entropy token-like string (may be an id, hash or a credential)./scripts/check-reputation.mjs 0xd8…045
-
low Secrets in code
secret-high-entropy-tokenREVIEW-v0.6.2.md:46High-entropy token-like string (may be an id, hash or a credential)./scripts/check-reputation.mjs 0x13…e41
-
low Secrets in code
secret-high-entropy-tokenscripts/check-reputation.mjs:37High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)node check-reputation.mjs 0xd8…045
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/check-reputation.mjs:40High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)node check-reputation.mjs 0xd8…045 --full
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/check-reputation.mjs:43High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)node check-reputation.mjs 0xd8…045 --human
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/test.mjs:12High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)address: '0xd8…045',
fixturequoted -
low Secrets in code
secret-high-entropy-tokenscripts/test.mjs:16High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)address: '0x13…e41',
fixturequoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:79High-entropy token-like string (may be an id, hash or a credential)./scripts/check-reputation.mjs 0xd8…045
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:85High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"address": "0xd8…045",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:133High-entropy token-like string (may be an id, hash or a credential)./scripts/check-reputation.mjs 0xd8…045
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:138High-entropy token-like string (may be an id, hash or a credential)./scripts/check-reputation.mjs 0xd8…045 --human
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:143High-entropy token-like string (may be an id, hash or a credential)📊 Reputation Summary for 0xd8…045
-
low Secrets in code
secret-high-entropy-tokentest-isolation.sh:56High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file)if ./scripts/check-reputation.mjs 0xd8…045 --summary > /tmp/basecred-test-output.json 2>&1; then
fixture
Files scanned: 16. 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 75/100
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 50Failures and branches. 0 branches, has a failure section
- 60Result and completion. Output format stated, no completion criterion
- 70Inputs and preconditions. Inputs and preconditions are listed
- 100Tools and files. No external tools needed
- 100Steps. 79 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 2257 tokens
- 100Running it twice. No mutating operations
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 20 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)
- -31 of 2 scripts are never mentioned in SKILL.md
- +2Single-language instructions
- +3Description length 350: enough signal without eating the budget
- +4Structure: 31 headings
- +3Step-by-step instructions: 79 items
- +3Output format is stated explicitly
- +4Has examples (12 code blocks)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 85.