BC edgebets
AI-powered sports betting simulations with Monte Carlo analysis
AI-powered sports betting simulations with Monte Carlo analysis
As a process C 63/100 · Has gaps — weak spots: inputs and preconditions, failures and branches, consistency
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The purpose itself is risky: wallets, browser password stores, offensive security. Even an honest implementation gives the agent access to things that cost money.
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
- 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
-
medium Risky intent
intent-wallet-secretsskill-card.md:23Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetMitigation: Do not use a main wallet private key, restrict secret exposure, and keep debug logging disabled during paid runs. <br>
-
medium Risky intent
intent-wallet-secretsSKILL.md:165Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetSet your Solana wallet private key:
-
low Secrets in code
secret-password-literaldist/index.d.ts:619Hard-coded password / key literal (may be an example)declare function createClient(secretKey: Uint8Array | number[], config?: Omit<EdgeBetsConfig, 'wallet'>): EdgeBetsClient;
-
low Secrets in code
secret-high-entropy-tokendist/index.d.ts:693High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)declare const TREASURY_WALLET = "DuDL…DB4";
quoted -
low Secrets in code
secret-high-entropy-tokendist/index.d.ts:697High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)declare const USDC_MINT = "EPjF…t1v";
quoted -
low Secrets in code
secret-high-entropy-tokendist/index.js:46High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)var TREASURY_WALLET = "DuDL…DB4";
quoted -
low Secrets in code
secret-high-entropy-tokendist/index.js:47High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)var USDC_MINT = "EPjF…t1v";
quoted -
low Secrets in code
secret-password-literaldist/index.js:1148Hard-coded password / key literal (may be an example)secretKey instanceof Uint8Array ? secretKey : Uint…rom(secretKey)
-
low Secrets in code
secret-high-entropy-tokendist/index.mjs:6High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)var TREASURY_WALLET = "DuDL…DB4";
quoted -
low Secrets in code
secret-high-entropy-tokendist/index.mjs:7High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)var USDC_MINT = "EPjF…t1v";
quoted -
low Secrets in code
secret-password-literaldist/index.mjs:1119Hard-coded password / key literal (may be an example)secretKey instanceof Uint8Array ? secretKey : Uint…rom(secretKey)
-
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:87High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…cAz+ivBu…Lvw==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:167High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…IxX/wd5n…MGF+pv6g…i2Z+Wnj9/KjGz…4Eg==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:199High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…BQM/qZ3R+9TEU…es4+qu1b…BFA==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:215High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha512-8mL/vh8q…uJP+ZcVY…AJW+m0Et…WzA==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:231High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…NES+HiD4…TOe+/2rdn…PWn/r/aAw==",
detector -
low Secrets in code
secret-password-literalsrc/client.ts:333Hard-coded password / key literal (may be an example)secretKey: Uint8Array | number[],
-
low Secrets in code
secret-password-literalsrc/client.ts:337Hard-coded password / key literal (may be an example)secretKey instanceof Uint8Array ? secretKey : Uint…rom(secretKey)
-
low Secrets in code
secret-high-entropy-tokensrc/constants.ts:11High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)export const TREASURY_WALLET = 'DuDL…DB4';
quoted -
low Secrets in code
secret-high-entropy-tokensrc/constants.ts:16High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)export const USDC_MINT = 'EPjF…t1v';
quoted
Files scanned: 26. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- note
frontmatter-keyunknown frontmatter key "requires"
Process rating: all ten parameters 63/100
- 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
- 40Consistency. Frontmatter name (edgebets) differs from the folder (sdk)
- 60Result and completion. Output format stated, no completion criterion
- 70When it triggers. States when to use, but not when not to
- 100Tools and files. No external tools needed
- 100Steps. 33 steps
- 100Execution cost. Instruction body is 1338 tokens
- 100Running it twice. No mutating operations
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 63: 120–800 characters recommended
- +1No license
- +2Single-language instructions
- +4Structure: 19 headings
- +3Step-by-step instructions: 33 items
- +3Output format is stated explicitly
- +4Has examples (13 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 83.