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.
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
How to improve
- 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-dotenvreferences/setup.md:23Reads a .env file (documentation of a security skill)cp .env.example .env
security skill -
low Secrets in code
secret-high-entropy-tokenscripts/package-lock.json:119High-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-tokenscripts/package-lock.json:277High-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-tokenscripts/package-lock.json:377High-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-tokenscripts/package-lock.json:409High-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-tokenscripts/package-lock.json:585High-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-tokenscripts/src/protocols/jupiter-live.ts:14High-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-tokenscripts/src/protocols/mango-live.ts:59High-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-tokenscripts/src/trading/flash-client.ts:15High-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-tokenscripts/src/types/index.ts:87High-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-tokenscripts/src/types/index.ts:94High-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-tokenscripts/src/types/index.ts:101High-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-tokenscripts/src/types/index.ts:108High-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-tokenscripts/src/types/index.ts:115High-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-mentionSKILL.md:107Mentions editing / listing crontab (documentation of a security skill)# Add to crontab -e
security skill -
low Exfiltration
read-dotenvUSER_GUIDE.md:51Reads 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.