SKILLEMALL.ai

CC torch-market

Torch Vault is a full-custody on-chain escrow for AI agents on Solana. The vault holds all assets -- SOL and tokens. The agent wallet is a disposable controller that signs transactions but holds nothing of value. No private key with funds required. The vault can be created and funded entirely by the human principal -- the agent only needs an RPC endpoint to read state and build unsigned transactions. Authority separation means instant revocation, permissionless deposits, and authority-only withdrawals. Built on Torch Market -- a programmable economic substrate where every token is its own self-sustaining economy with bonding curves, community treasuries, lending markets, and governance.

modbender/skill-library-mcp Claude Code author: modbender MIT 19 files body ≈ 8 352 tokens Open the sourcegithub.com analyzed 2 d ago

Torch Vault is a full-custody on-chain escrow for AI agents on Solana.

As a process C 51/100 · Has gaps — weak spots: result and completion, inputs and preconditions, consistency

ProcedureGitHubAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
C
65/100
safety, quality, tests
Safety 60%
68
Quality 40%
60
Run on models
none yet
Process rating
C
51/100
Has gaps
Result and completion w 14
0
Inputs and preconditions w 11
0
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

  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 · 28

✓ No critical or high findings

Medium and low: 28
  • medium Risky intent intent-wallet-secrets SKILL.md:376
    Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
    1. **Never ask a user for their private key or seed phrase.** The vault authority signs from their own device.
  • low Secrets in code secret-high-entropy-token agent.json:74
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "program_id": "8hbU…BeT",
    quoted
  • low Secrets in code secret-high-entropy-token agent.json:365
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "wallet": "8cpW…nMa",
    quoted
  • low Secrets in code secret-high-entropy-token agent.json:366
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    "pda": "2rNk…Mmb",
    detector
  • low Secrets in code secret-high-entropy-token audit_program.md:18
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    Program ID: `8hbU…BeT`
    quoted
  • low Secrets in code secret-high-entropy-token audit_program.md:661
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    3. **Transactions are deterministic.** Built from the Anchor IDL against the on-chain program. All accounts are PDA-derived. Verify the program ID (`8hbU…BeT`) if y
    quoted
  • low Secrets in code secret-high-entropy-token audit_sdk.md:6
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    **On-Chain Program:** `8hbU…BeT` (V3.7.8)
    quoted
  • low Secrets in code secret-high-entropy-token audit_sdk.md:486
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    **On-Chain Version:** V3.7.7 (Program ID: `8hbU…BeT`)
    quoted
  • low Secrets in code secret-high-entropy-token design.md:368
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | `PROGRAM_ID` | `8hbU…BeT` | Torch Market program |
    table
  • low Secrets in code secret-high-entropy-token design.md:373
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | `TOKE…_ID` | `Toke…uEb` | Token Extensions |
    table
  • low Secrets in code secret-high-entropy-token design.md:374
    High-entropy token-like string (may be an id, hash or a credential) (documentation table row)
    | `MEMO_PROGRAM_ID` | `Memo…cHr` | SPL Memo |
    table
  • low Secrets in code secret-high-entropy-token hackathon.md:10
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    Program: `8hbU…BeT`
    quoted
  • low Secrets in code secret-high-entropy-token lib/torchsdk/constants.js:6
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    exports.PROGRAM_ID = new web3…Key('8hbU…BeT');
    quoted
  • low Secrets in code secret-high-entropy-token lib/torchsdk/constants.js:14
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    ? 'CPMD…kCW'
    quoted
  • low Secrets in code secret-high-entropy-token lib/torchsdk/constants.js:15
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    : 'CPMM…P1C');
    quoted
  • low Secrets in code secret-high-entropy-token lib/torchsdk/constants.js:20
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    exports.WSOL_MINT = new web3…Key('So11…112');
    quoted
  • low Secrets in code secret-high-entropy-token lib/torchsdk/constants.js:23
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    ? '9zSz…Bj6'
    quoted
  • low Secrets in code secret-high-entropy-token lib/torchsdk/tokens.js:412
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    programId === 'Memo…cHr' ||
    detector
  • low Secrets in code secret-high-entropy-token lib/torchsdk/torch_market.json:2
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "address": "8hbU…BeT",
    quoted
  • low Secrets in code secret-high-entropy-token lib/torchsdk/torch_market.json:914
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "address": "ATok…knL"
    quoted
  • low Secrets in code secret-high-entropy-token lib/torchsdk/torch_market.json:1302
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "address": "ATok…knL"
    quoted
  • low Secrets in code secret-high-entropy-token lib/torchsdk/torch_market.json:1310
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "address": "Sysv…111"
    quoted
  • low Secrets in code secret-high-entropy-token lib/torchsdk/torch_market.json:1803
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "address": "ATok…knL"
    quoted
  • low Secrets in code secret-high-entropy-token SKILL.md:48
    High-entropy token-like string (may be an id, hash or a credential)
    program-id: 8hbU…BeT
  • low Secrets in code secret-high-entropy-token SKILL.md:321
    High-entropy token-like string (may be an id, hash or a credential)
    surfpool start --clone-program 8hbU…BeT
  • low Secrets in code secret-high-entropy-token SKILL.md:605
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    - Program ID: `8hbU…BeT`
    quoted
  • low Risky intent intent-offensive-security verification.md:183
    Offensive-security / dual-use content (legitimate for authorised testing; review intended use)
    | **CPI safety** | Reentrancy via Raydium CPIs, privilege escalation | Cross-program invocation is outside arithmetic scope |
  • low Risky intent intent-offensive-security verification.md:194
    Offensive-security / dual-use content (legitimate for authorised testing; review intended use)
    3. **CPI safety** -- can Raydium CPIs be exploited for reentrancy or privilege escalation?

Files scanned: 19. 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 ≈ 8352 tokens (recommended < 5000); move details to references/
  • note frontmatter-key unknown frontmatter key "requires"

Process rating: all ten parameters 51/100

  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 30Running it twice. 14 mutating operations with no state check
  • 40Consistency. Frontmatter name (torch-market) differs from the folder (torchmarket)
  • 40Execution cost. Instruction body is 8352 tokens: crowds the task out of the window
  • 50When it triggers. No condition that starts the skill
  • 60Tools and files. Uses tools (node) that frontmatter does not declare
  • 100Steps. 120 steps
  • 100Failures and branches. 2 branches, has a failure section
  • 100Progress reporting. Reports progress
  • 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)
  • +3Output format is not stated: the model decides each time
  • -2localhost URLs: will not work for another user
  • +2Single-language instructions
  • +3Description length 695: enough signal without eating the budget
  • +4Structure: 40 headings
  • +3Step-by-step instructions: 120 items
  • +4Has examples (6 code blocks)
  • +1License stated

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