SKILLEMALL.ai

BF trustra-escrow

Escrow as a Service for AI agents. Create trustless USDC escrow transactions on Solana.

ClawHub Agent Skills author: Xasus1 v1.0.0 16 files body ≈ 878 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process F 33/100 · Will not run — weak spots: steps, result and completion, when it triggers

GeneratorAI and agentsInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
83/100
safety, quality, tests
Safety 60%
97
Quality 40%
62
Run on models
none yet
Process rating
F
33/100
Will not run
Steps w 15
0
Result and completion w 14
0
Inputs and preconditions w 11
0
the three weakest of ten parameters · all ten

How to improve

  1. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
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 · 3

✓ No critical or high findings

Medium and low: 3
  • low Secrets in code secret-high-entropy-token scripts/escrow_create.py:9
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    python escrow_create.py 7xKX…AsU 50.00
    quoted
  • low Secrets in code secret-high-entropy-token scripts/escrow_create.py:10
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    python escrow_create.py 7xKX…AsU 100.00 --description "Payment for design work"
    quoted
  • low Risky intent intent-wallet-secrets scripts/export_key.py:16
    Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)
    """Export wallet private key."""
    quoted

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

Against the Agent Skills spec

  • warning description-no-when description does not say WHEN to use the skill (no "use when")
  • note frontmatter-key unknown frontmatter key "homepage"

Process rating: all ten parameters 33/100

  • 0Steps. Prose only: no discrete steps
  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 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
  • 50Failures and branches. 0 branches, has a failure section
  • 60Tools and files. Uses tools (bash, python) that frontmatter does not declare
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 878 tokens

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)
  • +3Description length 87: 120–800 characters recommended
  • +3No numbered steps or checklist
  • +3Output format is not stated: the model decides each time
  • -31 of 12 scripts are never mentioned in SKILL.md
  • +1No license
  • +2Single-language instructions
  • +4Structure: 10 headings
  • +4Has examples (5 code blocks)

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

External checks

ClawHub: suspicious
This escrow skill appears purpose-aligned overall, but it handles real funds and wallet secrets with weak safeguards that users should review carefully.
LLM: suspicious (high) · VirusTotal: suspicious · 10 Sept 2026