CD Moria Skill
此技能包括了 Web3 钱包管理功能。Agent 可以通过此技能 管理 Moria.fun 中的代币数据,包括 创建、铸造、交易、退款、领取,以及充值、查询余额。
As a process D 39/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions
How to improve
- 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-tokenlib/@moria/moria-sdk/dist/index.js:16High-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-tokenlib/@moria/moria-sdk/dist/index.js:44High-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-tokenlib/@moria/moria-sdk/dist/index.js:430High-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-tokenlib/@moria/moria-sdk/dist/index.js:491High-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-tokenlib/@moria/moria-sdk/dist/index.js:716High-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-tokenlib/@moria/moria-sdk/dist/index.mjs:10High-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-tokenlib/@moria/moria-sdk/dist/index.mjs:38High-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-tokenlib/@moria/moria-sdk/dist/index.mjs:424High-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-tokenlib/@moria/moria-sdk/dist/index.mjs:485High-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-tokenlib/@moria/moria-sdk/dist/index.mjs:710High-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-tokenpnpm-lock.yaml:71High-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-tokenpnpm-lock.yaml:161High-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-tokenpnpm-lock.yaml:173High-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-tokenpnpm-lock.yaml:179High-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-tokenpnpm-lock.yaml:191High-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-tokenscripts/config.ts:23Labelled 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-literalscripts/config.ts:23Hard-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-tokenscripts/config.ts:24Labelled 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-literalscripts/config.ts:24Hard-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-blobscripts/util/ipfs.ts:4Long 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-formatname should be kebab-case (lowercase letters, digits, hyphens) - warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - note
frontmatter-keyunknown 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