FD polymarket-bot
Polymarket 5-minute crypto UP/DOWN market automated trading bot. AI-powered prediction using Binance technical analysis (Position, Momentum, RSI, Volume), automated betting via Polymarket CLOB API with gnosis-safe wallet mode. Use when setting up automated crypto trading on Polymarket, monitoring 5-minute BTC/ETH markets, or managing prediction market positions.
As a process D 41/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions
What is at stake
The skill contains fragments that, in the wrong hands, cost money or data. Below: what the installer risks and what the author should do.
The files contain someone else's key or token. If it is live, your agent will call third-party services under a stranger's identity; if it was revoked, the skill's scripts simply fail. Such a key often arrives with the author's whole workspace, personal data included.
The key is visible to everyone who downloaded the skill and has likely been copied by catalog-scanning bots already. Revoke it now, check bills and access logs, then reissue.
How to improve
- Remove the critical guard findings (secrets, dangerous commands, hidden instructions): while they stand the skill is blocked and cannot grade above F.
- 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 · 23
-
critical Secrets in code
secret-telegram-botauto_bot_v3.py:99Telegram bot token (quoted — discussed, not commanded)TELEGRAM_BOT_TOKEN = "8315…AGM…"
quoted -
critical Secrets in code
secret-telegram-botauto_bot_v3.py:120Telegram bot token (quoted — discussed, not commanded)TELEGRAM_BOT_TOKEN = "8315…AGM…"
quoted -
critical Secrets in code
secret-telegram-botmonitor_bets.py:15Telegram bot token (quoted — discussed, not commanded)TELEGRAM_BOT_TOKEN = "8315…AGM…"
quoted -
critical Secrets in code
secret-telegram-botposition_monitor.py:17Telegram bot token (quoted — discussed, not commanded)TELEGRAM_BOT_TOKEN = "8315…AGM…"
quoted
Medium and low: 19
-
low Exfiltration
exfil-webhook-urlauto_bot_v3.py:101Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)url = f"https://api.telegram.org/bot{TELEGRAM_BOT_TOKEN}/sendMessage"placeholder -
low Exfiltration
exfil-webhook-urlauto_bot_v3.py:122Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)url = f"https://api.telegram.org/bot{TELEGRAM_BOT_TOKEN}/sendMessage"placeholder -
low Exfiltration
exfil-webhook-urlmonitor_bets.py:33Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)url = f"https://api.telegram.org/bot{TELEGRAM_BOT_TOKEN}/sendMessage"placeholder -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:65High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"integrity": "sha5…09f+cXft…VU2/9xiCuXMA==",
quoted -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:75High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"integrity": "sha5…bKX+KS9G…yMA/NhKJ…RGz/Q==",
quoted -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:136High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"integrity": "sha5…Wwy+ghLE…vfU/YnxW…fdg==",
quoted -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:237High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"integrity": "sha5…2BV+FY5ZFezP/ypmwayk68+NzzA…NFD/uUmBJuGoXw==",
quoted -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:255High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"integrity": "sha5…vZS+VIDU…jX4+qx9M…saQ==",
quoted -
low Exfiltration
exfil-webhook-urlposition_monitor.py:23Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)url = f"https://api.telegram.org/bot{TELEGRAM_BOT_TOKEN}/sendMessage"placeholder -
low Secrets in code
secret-high-entropy-tokenREADME_AI.md:79High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- 地址: `0xb3…2A2`
quoted -
low Secrets in code
secret-high-entropy-tokenREPORT.md:165High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- **主钱包**:`0xb3…2A2`
quoted -
low Secrets in code
secret-high-entropy-tokenREPORT.md:166High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- **代理钱包(CLI)**:`0x91…0fc`
quoted -
low Secrets in code
secret-high-entropy-tokenREPORT.md:168High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- **充值地址(Polygon)**:`0x91…0fc`
quoted -
low Secrets in code
secret-high-entropy-tokenREPORT.md:169High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- **跨链桥接地址(EVM)**:`0x2A…fF6`
quoted -
low Dangerous commands
cmd-cron-mentionSKILL.md:124Mentions editing / listing crontabcrontab -e
-
low Secrets in code
secret-high-entropy-tokenwallet_backup.txt:6High-entropy token-like string (may be an id, hash or a credential)Address: 0xb3…2A2
-
low Secrets in code
secret-high-entropy-tokenwallet_backup.txt:7High-entropy token-like string (may be an id, hash or a credential)Proxy Wallet (官网): 0xe6…1FC
-
low Dangerous commands
cmd-background-processwatchdog_v3.sh:13Starts a background / autostarted processnohup python3 -u auto_bot_v3.py > logs/bot_v3.log 2>&1 &
-
low Dangerous commands
cmd-background-processwatchdog_v3.sh:20Starts a background / autostarted processnohup python3 -u position_monitor.py > logs/position_monitor.log 2>&1 &
Files scanned: 70. 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 41/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
- 40Consistency. Frontmatter name (polymarket-bot) differs from the folder (polymarket-arb-bot)
- 60Tools and files. Uses tools (python) that frontmatter does not declare
- 100Steps. 102 steps
- 100Execution cost. Instruction body is 1029 tokens
- 100Running it twice. No mutating operations
- low 12 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
- +1No license
- +2Single-language instructions
- +3Description length 364: enough signal without eating the budget
- +4Structure: 33 headings
- +3Step-by-step instructions: 102 items
- +4Has examples (7 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 84.