SKILLEMALL.ai

BD solana-funding-arb

Solana perpetual DEX funding rate arbitrage - scanner and auto-trader. Compares funding rates across Drift and Flash Trade to find and execute cross-DEX arbitrage opportunities. Use when analyzing Solana perp funding rates, finding funding arbitrage, setting up delta-neutral strategies, or running automated funding collection. Includes Monte Carlo simulation, backtesting, and full auto-trading capabilities.

modbender/skill-library-mcp Agent Skills author: modbender MIT 51 files · 2 scripts body ≈ 1 128 tokens Open the sourcegithub.com analyzed 2 d ago

Solana perpetual DEX funding rate arbitrage - scanner and auto-trader.

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

AnalyzerData and analyticsSoftware developmenttype and topics are labelled automatically from the skill text
JSON
Technical rating
B
84/100
safety, quality, tests
Safety 60%
84
Quality 40%
85
Run on models
none yet
Process rating
D
43/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

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

    ✓ No critical or high findings

    Medium and low: 16
    • low Exfiltration read-dotenv references/setup.md:23
      Reads a .env file (documentation of a security skill)
      cp .env.example .env
      security skill
    • low Secrets in code secret-high-entropy-token scripts/package-lock.json:119
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…kJw+JUEz…Ry8+JzNy…KLw==",
      detector
    • low Secrets in code secret-high-entropy-token scripts/package-lock.json:277
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…KB2+40wE…StI+/4FKZQ==",
      detector
    • low Secrets in code secret-high-entropy-token scripts/package-lock.json:377
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…RCn+yRJJ…kBg==",
      detector
    • low Secrets in code secret-high-entropy-token scripts/package-lock.json:409
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha512-/2agb…6OQ/KgXn…tAc+2XqG…9Vn+w==",
      detector
    • low Secrets in code secret-high-entropy-token scripts/package-lock.json:585
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…2hH+/4UUk…ZWA/w==",
      detector
    • low Secrets in code secret-high-entropy-token scripts/src/protocols/jupiter-live.ts:14
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      const JLP_PROGRAM_ID = new PublicKey('PERP…QJu');
      quoted
    • low Secrets in code secret-high-entropy-token scripts/src/protocols/mango-live.ts:59
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      new PublicKey('78b8…BER')
      quoted
    • low Secrets in code secret-high-entropy-token scripts/src/trading/flash-client.ts:15
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      const FLASH_PROGRAM_ID = 'FLAS…xj5';
      detector
    • low Secrets in code secret-high-entropy-token scripts/src/types/index.ts:87
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      mint: 'So11…112',
      quoted
    • low Secrets in code secret-high-entropy-token scripts/src/types/index.ts:94
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      mint: 'EPjF…t1v',
      quoted
    • low Secrets in code secret-high-entropy-token scripts/src/types/index.ts:101
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      mint: 'Es9v…NYB',
      quoted
    • low Secrets in code secret-high-entropy-token scripts/src/types/index.ts:108
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      mint: '4k3D…X6R',
      quoted
    • low Secrets in code secret-high-entropy-token scripts/src/types/index.ts:115
      High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
      mint: 'orca…tZE',
      quoted
    • low Dangerous commands cmd-cron-mention SKILL.md:107
      Mentions editing / listing crontab (documentation of a security skill)
      # Add to crontab -e
      security skill
    • low Exfiltration read-dotenv USER_GUIDE.md:51
      Reads a .env file (documentation of a security skill)
      cp .env.example .env
      security skill

    Files scanned: 51. 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 43/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. 1 mutating operations with no state check
    • 60Tools and files. Uses tools (bash, node) that frontmatter does not declare
    • 100Steps. 20 steps
    • 100Consistency. Name and required fields are in place
    • 100Execution cost. Instruction body is 1128 tokens
    • low 13 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
    • -33 of 4 scripts are never mentioned in SKILL.md
    • +1No license
    • +2Single-language instructions
    • +3Description length 410: enough signal without eating the budget
    • +4Structure: 15 headings
    • +3Step-by-step instructions: 20 items
    • +4Has examples (6 code blocks)
    • +4Reference files are cited in the instructions (1 of 3)

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