FF polymarket-brain
(no description)
As a process F 41/100 · Will not run — References files that are not bundled: references/sent_urls.txt
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 instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".
If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The skill asks for more than the task needs: broad tool access, credential environment variables, binaries. Every extra permission widens the damage from a mistake or a compromise.
Narrow allowed-tools and the variable list to the minimum; replace binaries with readable sources or scripts.
How to improve
- Address the high-severity findings: each costs 18 safety points. If one is a false positive, add the rule id to guard.allow in spec.yaml.
- Add a description to the frontmatter: without it the skill never triggers.
- The text references files that are not there: add them or drop the references.
- 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 · 35
-
high Exfiltration
exfil-webhook-urlFINAL_SUMMARY.txt:82Webhook / callback URL commonly used for exfiltration (verify the destination)URL: https://discord.com/api/webhooks/1483478506070474922/ReIZ…66d
-
high Exfiltration
exfil-webhook-urlreferences/config.md:4Webhook / callback URL commonly used for exfiltration (verify the destination)https://discord.com/api/webhooks/1483478506070474922/ReIZ…66d
Medium and low: 33
-
medium Exfiltration
exfil-webhook-urlKNOWLEDGE_SNAPSHOT.json:12Webhook / callback URL commonly used for exfiltration (verify the destination) (quoted — discussed, not commanded)"discord_webhook": "https://discord.com/api/webhooks/1483478506070474922/ReIZ…66d",
quoted -
medium Exfiltration
exfil-webhook-urlKNOWLEDGE_SNAPSHOT.json:85Webhook / callback URL commonly used for exfiltration (verify the destination) (quoted — discussed, not commanded)"discord_webhook": "https://discord.com/api/webhooks/1483478506070474922/ReIZ…66d"
quoted -
medium Exfiltration
exfil-webhook-urlKNOWLEDGE_SNAPSHOT.json:101Webhook / callback URL commonly used for exfiltration (verify the destination) (quoted — discussed, not commanded)"news": "https://discord.com/api/webhooks/1483478506070474922/ReIZ…66d",
quoted -
medium Exfiltration
exfil-webhook-urlKNOWLEDGE_SNAPSHOT.json:102Webhook / callback URL commonly used for exfiltration (verify the destination) (quoted — discussed, not commanded)"analysis": "https://discord.com/api/webhooks/1483478506070474922/ReIZ…66d"
quoted -
medium Broad scope
meta-agent-memory-dumpmemory/2026-03-17-cnbc-fed-treasurys.mdAgent memory / workspace files bundled with the skill (2) — likely a workspace dump with personal data or tokensmemory/2026-03-17-cnbc-fed-treasurys.md, memory/2026-03-17-cnbc-iran-uae.md
-
medium Exfiltration
exfil-webhook-urlpolymarket_brain_orchestrator.py:30Webhook / callback URL commonly used for exfiltration (verify the destination) (quoted — discussed, not commanded)PHAS…OOK = "https://discord.com/api/webhooks/1482043765471445333/-cHO…bNJ"
quoted -
medium Exfiltration
exfil-webhook-urlpolymarket_brain_orchestrator.py:31Webhook / callback URL commonly used for exfiltration (verify the destination) (quoted — discussed, not commanded)PHAS…OOK = "https://discord.com/api/webhooks/1483478506070474922/ReIZ…66d"
quoted -
medium Exfiltration
exfil-webhook-urlrun_phases_2_4.py:11Webhook / callback URL commonly used for exfiltration (verify the destination) (quoted — discussed, not commanded)DISCORD_WEBHOOK = "https://discord.com/api/webhooks/1483478506070474922/ReIZ…66d"
quoted -
medium Exfiltration
exfil-webhook-urlscripts/orchestrate.py:26Webhook / callback URL commonly used for exfiltration (verify the destination) (quoted — discussed, not commanded)DISCORD_WEBHOOK = "https://discord.com/api/webhooks/1483478506070474922/ReIZ…66d"
quoted -
medium Exfiltration
exfil-webhook-urlscripts/send_discord_summary.py:92Webhook / callback URL commonly used for exfiltration (verify the destination) (detector / deny-list definition)webhook_url = sys.argv[1] if len(sys.argv) > 1 else "https://discord.com/api/webhooks/1483478506070474922/ReIZ…66d"
detector -
medium Exfiltration
exfil-webhook-urlsend_discord.py:10Webhook / callback URL commonly used for exfiltration (verify the destination) (quoted — discussed, not commanded)WEBHOOK_URL = "https://discord.com/api/webhooks/1483478506070474922/ReIZ…66d"
quoted -
medium Exfiltration
exfil-webhook-urlsend_to_discord.py:13Webhook / callback URL commonly used for exfiltration (verify the destination) (quoted — discussed, not commanded)DISCORD_WEBHOOK = "https://discord.com/api/webhooks/1483478506070474922/ReIZ…66d"
quoted -
low Exfiltration
exfil-webhook-urlINSTALLATION_COMPLETE.txt:101Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)Discord Webhook: https://discord.com/api/webhooks/1483478506070474922/...
placeholder -
low Exfiltration
exfil-webhook-urlREADME.md:84Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)DISCORD_WEBHOOK=https://discord.com/api/webhooks/1482043765471445333/YOUR_KEY_HERE
placeholder -
low Exfiltration
exfil-webhook-urlREADME.md:89Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)PHAS…OOK = "https://discord.com/api/webhooks/1482043765471445333/YOUR_KEY"
placeholder -
low Exfiltration
exfil-webhook-urlREADME.md:90Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)PHAS…OOK = "https://discord.com/api/webhooks/1483478506070474922/YOUR_KEY"
placeholder -
low Exfiltration
exfil-webhook-urlSKILL.md:32Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)**Webhook:** `https://discord.com/api/webhooks/1482043765471445333/...`
placeholder -
low Exfiltration
exfil-webhook-urlSKILL.md:175Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)**Webhook:** `https://discord.com/api/webhooks/1483478506070474922/...`
placeholder -
low Exfiltration
exfil-webhook-urlSKILL.md:203Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)DISCORD_WEBHOOK=https://discord.com/api/webhooks/1482043765471445333/YOUR_KEY_HERE
placeholder -
low Exfiltration
exfil-webhook-urlSKILL.md:209Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)PHAS…OOK = "https://discord.com/api/webhooks/1482043765471445333/YOUR_KEY"
placeholder -
low Exfiltration
exfil-webhook-urlSKILL.md:210Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)PHAS…OOK = "https://discord.com/api/webhooks/1483478506070474922/YOUR_KEY"
placeholder -
low Exfiltration
exfil-webhook-urltest_both_webhooks.py:4Webhook / callback URL commonly used for exfiltration (verify the destination) (test fixture / example file; quoted — discussed, not commanded)webhook1 = "https://discord.com/api/webhooks/1482043765471445333/-cHO…bNJ"
fixturequoted -
low Exfiltration
exfil-webhook-urltest_both_webhooks.py:7Webhook / callback URL commonly used for exfiltration (verify the destination) (test fixture / example file; quoted — discussed, not commanded)webhook2 = "https://discord.com/api/webhooks/1483478506070474922/ReIZ…66d"
fixturequoted -
low Exfiltration
exfil-webhook-urltest_message_length.py:6Webhook / callback URL commonly used for exfiltration (verify the destination) (test fixture / example file; quoted — discussed, not commanded)webhook = "https://discord.com/api/webhooks/1483478506070474922/ReIZ…66d"
fixturequoted -
low Exfiltration
exfil-webhook-urltest_orchestrator_header.py:7Webhook / callback URL commonly used for exfiltration (verify the destination) (test fixture / example file; quoted — discussed, not commanded)webhook = "https://discord.com/api/webhooks/1483478506070474922/ReIZ…66d"
fixturequoted -
low Exfiltration
exfil-webhook-urltest_phase1_webhook.py:4Webhook / callback URL commonly used for exfiltration (verify the destination) (test fixture / example file; quoted — discussed, not commanded)webhook1 = "https://discord.com/api/webhooks/1482043765471445333/-cHO…bNJ"
fixturequoted -
low Exfiltration
exfil-webhook-urltest_urllib_headers.py:6Webhook / callback URL commonly used for exfiltration (verify the destination) (test fixture / example file; quoted — discussed, not commanded)webhook = "https://discord.com/api/webhooks/1483478506070474922/ReIZ…66d"
fixturequoted -
low Exfiltration
exfil-webhook-urltest_urllib.py:6Webhook / callback URL commonly used for exfiltration (verify the destination) (test fixture / example file; quoted — discussed, not commanded)webhook = "https://discord.com/api/webhooks/1483478506070474922/ReIZ…66d"
fixturequoted -
low Exfiltration
exfil-webhook-urltest_webhook.py:3Webhook / callback URL commonly used for exfiltration (verify the destination) (test fixture / example file; quoted — discussed, not commanded)webhook = "https://discord.com/api/webhooks/1483478506070474922/ReIZ…66d"
fixturequoted -
low Exfiltration
exfil-webhook-urlTROUBLESHOOTING.md:172Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)PHAS…OOK = "https://discord.com/api/webhooks/1482043765471445333/..."
placeholder -
low Exfiltration
exfil-webhook-urlTROUBLESHOOTING.md:173Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)PHAS…OOK = "https://discord.com/api/webhooks/1483478506070474922/..."
placeholder -
low Exfiltration
exfil-webhook-urlTROUBLESHOOTING.md:340Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)python -c "import requests; r=requests.post('https://discord.com/api/webhooks/1482043765471445333/...', json={'content':'test'}); print(r.status_code)"placeholder -
low Exfiltration
exfil-webhook-urlTROUBLESHOOTING.md:343Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)python -c "import requests; r=requests.post('https://discord.com/api/webhooks/1483478506070474922/...', json={'content':'test'}); print(r.status_code)"placeholder
Files scanned: 53. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- error
frontmatterSKILL.md: no YAML frontmatter block found - error
name-missingSKILL.md: frontmatter has no `name` - error
description-missingSKILL.md: no `description` — the skill can never trigger - warning
missing-refreference to a missing file: references/sent_urls.txt
Process rating: all ten parameters 41/100
- 0Tools and files. 1 referenced file(s) missing: references/sent_urls.txt
- 0When it triggers. No condition that starts the skill
- 0Inputs and preconditions. Does not say what the process needs to start
- 30Running it twice. 5 mutating operations with no state check
- 40Result and completion. Does not say what the result is
- 50Failures and branches. 0 branches, has a failure section
- 85Steps. 53 steps, 1 vague phrases
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 3328 tokens
- 100Progress reporting. Reports progress
- 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)
- +3Description length 0: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- -4Absolute local paths (C:\Users, /home/…): not portable
- -225 emoji in the instructions: noise for the model
- -37 of 8 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +4Structure: 44 headings
- +3Step-by-step instructions: 53 items
- +4Has examples (20 code blocks)
- +4Reference files are cited in the instructions (1 of 3)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 0.