SKILLEMALL.ai

BB dashpass

Encrypted credential vault on Dash Platform for AI agents. Store and retrieve API keys, tokens, and passwords — encrypted on-chain, decryptable only by you. Triggers on: credential management, password vault, API key storage, secret store, Dash Platform credentials.

ClawHub Agent Skills author: Evo CC v0.9.0 MIT-0 15 files body ≈ 4 107 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process B 66/100 · Nearly there — weak spots: result and completion, inputs and preconditions

IntegrationAI and agentsInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
85/100
safety, quality, tests
Safety 60%
85
Quality 40%
84
Run on models
none yet
Process rating
B
66/100
Nearly there
Result and completion w 14
0
Inputs and preconditions w 11
0
Tools and files w 18
60
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Risky intent medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The purpose itself is risky: wallets, browser password stores, offensive security. Even an honest implementation gives the agent access to things that cost money.

For the author

Explain in the description why the access is needed and how it is limited; add tests that show refusals on dangerous requests.

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 · 11

    ✓ No critical or high findings

    Medium and low: 11
    • medium Risky intent intent-wallet-secrets scripts/dashpass-cli.mjs:26
      Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
      *   CRITICAL_WIF          — wallet private key (WIF format)
    • low Secrets in code secret-high-entropy-token references/cli-commands.md:281
      High-entropy token-like string (may be an id, hash or a credential)
      Contract: ATam…ikq
    • low Secrets in code secret-high-entropy-token references/cli-commands.md:282
      High-entropy token-like string (may be an id, hash or a credential)
      Identity: 36Sx…6hh
    • low Secrets in code secret-high-entropy-token references/cli-commands.md:390
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | `DASHPASS_IDENTITY_ID` | **Yes** | Your Dash Platform Identity ID (base58). Determines which identity signs transactions and which credentials you can access. | `36Sx…j7x
      table
    • low Secrets in code secret-high-entropy-token references/cli-commands.md:391
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | `DASHPASS_CONTRACT_ID` | No | The Data Contract ID to use. Defaults to the shared testnet contract `GCeh…DQF`. Set this if you deploy your own contract. | `ATamKo
      table
    • low Secrets in code secret-high-entropy-token scripts/dashpass-cli.mjs:8
      High-entropy token-like string (may be an id, hash or a credential)
      * Contract: GCeh…DQF (v2)
    • low Secrets in code secret-high-entropy-token scripts/dashpass-cli.mjs:55
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      const DEFAULT_CONTRACT_ID = 'GCeh…DQF';
      quoted
    • low Secrets in code secret-anthropic-key scripts/dashpass-recovery.test.mjs:52
      Anthropic API key (placeholder value)
      const secret = { value: 'sk-ant-TESTNET-fake-credential', meta: { service: 'anthropic-api' } };
      placeholder
    • low Secrets in code secret-high-entropy-token setup.md:53
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      3. Getting back an **Identity ID** — a base58 string like `36Sx…6hh`
      quoted
    • low Secrets in code secret-high-entropy-token setup.md:156
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      export DASHPASS_IDENTITY_ID="36Sx…6hh"
      quoted
    • low Secrets in code secret-high-entropy-token setup.md:159
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      # export DASHPASS_CONTRACT_ID="ATam…ikq"
      quoted

    Files scanned: 15. Evidence is masked. Grey chips explain why severity was lowered.

    Against the Agent Skills spec

    • note frontmatter-key unknown frontmatter key "requires"

    Process rating: all ten parameters 66/100

    • 0Result and completion. Does not say what the result is
    • 0Inputs and preconditions. Does not say what the process needs to start
    • 60Tools and files. Uses tools (bash, node) that frontmatter does not declare
    • 70Execution cost. Instruction body is 4107 tokens
    • 100Steps. 39 steps
    • 100When it triggers. States when to use and when not to
    • 100Failures and branches. 2 branches, has a failure section
    • 100Consistency. Name and required fields are in place
    • 100Running it twice. Mutating operations check current state
    • 100Progress reporting. Reports progress
    • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
    • low 12 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
    • -33 of 6 scripts are never mentioned in SKILL.md
    • +1No license
    • +2Single-language instructions
    • +3Description length 266: enough signal without eating the budget
    • +4Structure: 28 headings
    • +3Step-by-step instructions: 39 items
    • +4Has examples (12 code blocks)
    • +4Reference files are cited in the instructions (4 of 5)

    Quality base 70; lint remarks subtract, signals add up to 100. Result: 84.

    External checks

    ClawHub: suspicious
    This appears to be a real credential-vault tool, but it needs Review because it can expose or change high-value secrets and some protections are weaker than described.
    LLM: suspicious (high) · VirusTotal: · 17 Jun 2026