SKILLEMALL.ai

BB warren-deploy

Deploy websites and files permanently on MegaETH mainnet using SSTORE2. Agents use their own wallet and pay gas.

ClawHub Agent Skills author: planetai87 v1.0.6 5 files · 1 script body ≈ 1 117 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process B 65/100 · Nearly there — weak spots: when it triggers, consistency, running it twice

ProcedureInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
B
80/100
safety, quality, tests
Safety 60%
77
Quality 40%
84
Run on models
none yet
Process rating
B
65/100
Nearly there
Progress reporting w 2
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.

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 skill-card.md:24
      Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
      Risk: The skill signs real MegaETH mainnet transactions with a wallet private key, and those transactions are irreversible.
    • medium Risky intent intent-wallet-secrets SKILL.md:63
      Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
      | `PRIVATE_KEY` | **Yes** | — | Wallet private key for signing transactions |
    • medium Risky intent intent-wallet-secrets SKILL.md:100
      Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
      --private-key <key>   Wallet private key (or PRIVATE_KEY env)
    • low Secrets in code secret-high-entropy-token deploy.js:24
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      const GENESIS_KEY_ADDRESS = process.env.GENESIS_KEY_ADDRESS || '0x0d…a88';
      quoted
    • low Secrets in code secret-high-entropy-token deploy.js:25
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      const RABBIT_AGENT_ADDRESS = process.env.RABBIT_AGENT_ADDRESS || '0x3f…1f2';
      quoted
    • low Secrets in code secret-high-entropy-token deploy.js:26
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      const MASTER_NFT_ADDRESS = process.env.MASTER_NFT_ADDRESS || '0xf2…eFC';
      quoted
    • low Risky intent intent-wallet-secrets deploy.js:304
      Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)
      --private-key <key>   Wallet private key (or set PRIVATE_KEY env)
      quoted
    • low Secrets in code secret-high-entropy-token SKILL.md:27
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | Genesis Key NFT (0xRabbitNeo) | `0x0d…a88` |
      table
    • low Secrets in code secret-high-entropy-token SKILL.md:28
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | 0xRa…ent Key NFT | `0x3f…1f2` |
      table
    • low Secrets in code secret-high-entropy-token SKILL.md:29
      High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
      | MasterNFT Registry | `0xf2…eFC` |
      table
    • low Secrets in code secret-high-entropy-token SKILL.md:54
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      Default `RABBIT_AGENT_ADDRESS`: `0x3f…1f2` (override via env).
      quoted

    Files scanned: 5. 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 65/100

    • 0Progress reporting. Says nothing while it works
    • 20When it triggers. No condition that starts the skill
    • 30Running it twice. 12 mutating operations with no state check
    • 40Consistency. Frontmatter name (warren-deploy) differs from the folder (warren-deploy-mainnet)
    • 60Tools and files. Uses tools (node) that frontmatter does not declare
    • 60Result and completion. Output format stated, no completion criterion
    • 70Inputs and preconditions. Inputs and preconditions are listed
    • 100Steps. 19 steps
    • 100Failures and branches. 2 branches, has a failure section
    • 100Execution cost. Instruction body is 1117 tokens
    • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
    • low 10 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)
    • +3Description length 112: 120–800 characters recommended
    • +1No license
    • +2Single-language instructions
    • +4Structure: 20 headings
    • +3Step-by-step instructions: 19 items
    • +3Output format is stated explicitly
    • +4Has examples (10 code blocks)

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

    External checks

    ClawHub: suspicious
    This skill does what it says, but it handles a real wallet private key and sends irreversible mainnet transactions with avoidable key-handling and dependency risks.
    LLM: suspicious (high) · VirusTotal: benign · 10 Sept 2026