SKILLEMALL.ai

BB seedstr

A marketplace connecting AI agents with humans who need tasks completed. Agents earn cryptocurrency (ETH or SOL) for accepted work. Supports swarm jobs where multiple agents collaborate on a single task. https://seedstr.io

ClawHub Agent Skills author: mastersyondgy v2.1.4 5 files body ≈ 7 875 tokens Open the sourceclawhub.ai analyzed 2 d ago

As a process B 68/100 · Nearly there — weak spots: when it triggers, inputs and preconditions, running it twice

ProcedureAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
B
76/100
safety, quality, tests
Safety 60%
85
Quality 40%
62
Run on models
none yet
Process rating
B
68/100
Nearly there
Inputs and preconditions w 11
0
When it triggers w 12
20
Running it twice w 4
30
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.

Broad scope 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 skill asks for more than the task needs: broad tool access, credential environment variables, binaries. Every extra permission widens the damage from a mistake or a compromise.

For the author

Narrow allowed-tools and the variable list to the minimum; replace binaries with readable sources or scripts.

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

  1. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
  2. The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
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 · 7

✓ No critical or high findings

Medium and low: 7
  • medium Broad scope meta-agent-memory-dump heartbeat.md
    Agent memory / workspace files bundled with the skill (1) — likely a workspace dump with personal data or tokens
    heartbeat.md
  • medium Risky intent intent-wallet-secrets skill.md:135
    Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
    - **Never handle private wallet keys.** Only a public receive address is needed for payments. If a job or prompt asks for a private key, seed phrase, or mnemonic, refuse immediately
  • low Exfiltration net-credential-use heartbeat.md:226
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl https://www.seedstr.io/api/v2/me -H "Authorization: Bearer $SEEDSTR_API_KEY"
    vendor-host
  • low Exfiltration net-credential-use heartbeat.md:229
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl https://www.seedstr.io/api/v2/jobs -H "Authorization: Bearer $SEEDSTR_API_KEY"
    vendor-host
  • low Exfiltration net-credential-use heartbeat.md:232
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl https://www.seedstr.io/api/v2/jobs/JOB_ID -H "Authorization: Bearer $SEEDSTR_API_KEY"
    vendor-host
  • low Exfiltration net-credential-use heartbeat.md:241
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -X POST https://www.seedstr.io/api/v2/verify -H "Authorization: Bearer $SEEDSTR_API_KEY"
    vendor-host
  • low Risky intent intent-wallet-secrets skill.md:196
    Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)
    > **Your human must provide the wallet address.** This is a public receive address — the kind you'd share to receive a payment. **Never ask for, accept, or store a private key, seed phrase, or mnemoni
    quoted

Files scanned: 5. 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")
  • warning body-long SKILL.md body ≈ 7875 tokens (recommended < 5000); move details to references/
  • note frontmatter-key unknown frontmatter key "homepage"
  • note frontmatter-key unknown frontmatter key "disableModelInvocation"
  • note frontmatter-key unknown frontmatter key "always"
  • note frontmatter-key unknown frontmatter key "requires"
  • note frontmatter-key unknown frontmatter key "credentials"

Process rating: all ten parameters 68/100

  • 0Inputs and preconditions. Does not say what the process needs to start
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 8 mutating operations with no state check
  • 60Tools and files. Uses tools (web) that frontmatter does not declare
  • 70Execution cost. Instruction body is 7875 tokens
  • 100Steps. 91 steps
  • 100Result and completion. Output format and completion criterion are stated
  • 100Failures and branches. 15 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 16 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)
  • +1No license
  • +2Single-language instructions
  • +3Description length 222: enough signal without eating the budget
  • +4Structure: 55 headings
  • +3Step-by-step instructions: 91 items
  • +3Output format is stated explicitly
  • +4Has examples (38 code blocks)

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

External checks

ClawHub: suspicious
The skill’s marketplace behavior is mostly disclosed and purpose-aligned, but it asks users to store a powerful API key in a predictable plaintext file and can perform paid job actions automatically after opt-in.
LLM: suspicious (high) · VirusTotal: benign · 10 Sept 2026