SKILLEMALL.ai

CD Moria Skill

此技能包括了 Web3 钱包管理功能。Agent 可以通过此技能 管理 Moria.fun 中的代币数据,包括 创建、铸造、交易、退款、领取,以及充值、查询余额。

ClawHub Agent Skills author: miyeon9057 v1.0.0 MIT-0 24 files body ≈ 1 698 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process D 39/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions

ProcedureInfrastructureAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
C
72/100
safety, quality, tests
Safety 60%
80
Quality 40%
60
Run on models
none yet
Process rating
D
39/100
Unfinished process
Result and completion w 14
0
Inputs and preconditions w 11
0
Failures and branches w 10
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 · 20

✓ No critical or high findings

Medium and low: 20
  • low Secrets in code secret-high-entropy-token lib/@moria/moria-sdk/dist/index.js:16
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    address: "J88V…Tb7",
    quoted
  • low Secrets in code secret-high-entropy-token lib/@moria/moria-sdk/dist/index.js:44
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    address: "DX9x…6HB"
    quoted
  • low Secrets in code secret-high-entropy-token lib/@moria/moria-sdk/dist/index.js:430
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    address: "DX9x…6HB"
    quoted
  • low Secrets in code secret-high-entropy-token lib/@moria/moria-sdk/dist/index.js:491
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    address: "DX9x…6HB"
    quoted
  • low Secrets in code secret-high-entropy-token lib/@moria/moria-sdk/dist/index.js:716
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    address: "cpam…sGG"
    quoted
  • low Secrets in code secret-high-entropy-token lib/@moria/moria-sdk/dist/index.mjs:10
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    address: "J88V…Tb7",
    quoted
  • low Secrets in code secret-high-entropy-token lib/@moria/moria-sdk/dist/index.mjs:38
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    address: "DX9x…6HB"
    quoted
  • low Secrets in code secret-high-entropy-token lib/@moria/moria-sdk/dist/index.mjs:424
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    address: "DX9x…6HB"
    quoted
  • low Secrets in code secret-high-entropy-token lib/@moria/moria-sdk/dist/index.mjs:485
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    address: "DX9x…6HB"
    quoted
  • low Secrets in code secret-high-entropy-token lib/@moria/moria-sdk/dist/index.mjs:710
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    address: "cpam…sGG"
    quoted
  • low Secrets in code secret-high-entropy-token pnpm-lock.yaml:71
    High-entropy token-like string (may be an id, hash or a credential)
    resolution: {integrity: sha5…m48+9Ovm…EqH/ti/7ASj…sop+LQ==}
  • low Secrets in code secret-high-entropy-token pnpm-lock.yaml:161
    High-entropy token-like string (may be an id, hash or a credential)
    resolution: {integrity: sha5…l1I+R1H7…G3i/cYFJ…fIw==}
  • low Secrets in code secret-high-entropy-token pnpm-lock.yaml:173
    High-entropy token-like string (may be an id, hash or a credential)
    resolution: {integrity: sha5…XcW+/GvMN…kxZ/opySAZMrc+9LY/WyjA…InQ==}
  • low Secrets in code secret-high-entropy-token pnpm-lock.yaml:179
    High-entropy token-like string (may be an id, hash or a credential)
    resolution: {integrity: sha5…qEP+UeRV…fdw==}
  • low Secrets in code secret-high-entropy-token pnpm-lock.yaml:191
    High-entropy token-like string (may be an id, hash or a credential)
    resolution: {integrity: sha5…Fnw/+3lVx…cQS+Yu6w==}
  • low Secrets in code secret-labelled-token scripts/config.ts:23
    Labelled token / key literal (vendor format unknown — verify it is not a live credential) (quoted — discussed, not commanded)
    test: 'https://devnet.helius-rpc.com/?api-key=…',
    quoted
  • low Secrets in code secret-password-literal scripts/config.ts:23
    Hard-coded password / key literal (may be an example) (quoted — discussed, not commanded)
    test: 'https://devnet.helius-rpc.com/?api-key=…',
    quoted
  • low Secrets in code secret-labelled-token scripts/config.ts:24
    Labelled token / key literal (vendor format unknown — verify it is not a live credential) (quoted — discussed, not commanded)
    prod: 'https://mainnet.helius-rpc.com/?api-key=…',
    quoted
  • low Secrets in code secret-password-literal scripts/config.ts:24
    Hard-coded password / key literal (may be an example) (quoted — discussed, not commanded)
    prod: 'https://mainnet.helius-rpc.com/?api-key=…',
    quoted
  • low Obfuscation obf-base64-blob scripts/util/ipfs.ts:4
    Long base64-looking blob (quoted — discussed, not commanded)
    const pinataJWT = "eyJh…jp0
    quoted

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

Against the Agent Skills spec

  • warning name-format name should be kebab-case (lowercase letters, digits, hyphens)
  • warning description-no-when description does not say WHEN to use the skill (no "use when")
  • note frontmatter-key unknown frontmatter key "read_when"

Process rating: all ten parameters 39/100

  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Failures and branches. Linear process with no failure handling
  • 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
  • 40Consistency. Frontmatter name (Moria Skill) differs from the folder (moria-skill)
  • 60Tools and files. Uses tools (node) that frontmatter does not declare
  • 100Steps. 7 steps
  • 100Execution cost. Instruction body is 1698 tokens
  • low The response is described with custom markup (25 tags): a typed call is more reliable

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 81: 120–800 characters recommended
  • +3Output format is not stated: the model decides each time
  • -4Absolute local paths (C:\Users, /home/…): not portable
  • -36 of 6 scripts are never mentioned in SKILL.md
  • +1No license
  • +2Single-language instructions
  • +4Structure: 23 headings
  • +3Step-by-step instructions: 7 items
  • +4Has examples (50 code blocks)
  • +4Reference files are cited in the instructions (1 of 1)

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

External checks

ClawHub: suspicious
This appears to be a real Moria.fun wallet skill, but it needs Review because it can sign mainnet transactions, stores recoverable wallet key material locally, and under-discloses credential and upload behavior.
LLM: suspicious (high) · VirusTotal: · 29 May 2026