SKILLEMALL.ai

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.

ClawHub Agent Skills author: TeeClaw v1.0.4 16 files · 1 script body ≈ 2 257 tokens Open the sourceclawhub.ai analyzed 2 d ago

As a process B 75/100 · Nearly there — weak spots: when it triggers, progress reporting

IntegrationInfrastructureData and analyticstype and topics are labelled automatically from the skill text
JSON
Technical rating
B
83/100
safety, quality, tests
Safety 60%
81
Quality 40%
85
Run on models
none yet
Process rating
B
75/100
Nearly there
Progress reporting w 2
0
When it triggers w 12
20
Failures and branches w 10
50
the three weakest of ten parameters · all ten

How to improve

    For the model run — optional
    • 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-token examples/example-response.json:2
      High-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-token package-lock.json:22
      High-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-token PORTABILITY-FIX.md:72
      High-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-token README.md:30
      High-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-token README.md:51
      High-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-token README.md:79
      High-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-token REVIEW-v0.6.2.md:30
      High-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-token REVIEW-v0.6.2.md:46
      High-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-token scripts/check-reputation.mjs:37
      High-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-token scripts/check-reputation.mjs:40
      High-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-token scripts/check-reputation.mjs:43
      High-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-token scripts/test.mjs:12
      High-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-token scripts/test.mjs:16
      High-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-token SKILL.md:79
      High-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-token SKILL.md:85
      High-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-token SKILL.md:133
      High-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-token SKILL.md:138
      High-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-token SKILL.md:143
      High-entropy token-like string (may be an id, hash or a credential)
      📊 Reputation Summary for 0xd8…045
    • low Secrets in code secret-high-entropy-token test-isolation.sh:56
      High-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.

    External checks

    ClawHub: clean
    This skill is a disclosed reputation lookup tool that uses named external providers and optional API keys, with no evidence of hidden, destructive, or purpose-mismatched behavior.
    LLM: benign (high) · VirusTotal: benign · 28 May 2026