SKILLEMALL.ai

BF polymarket-data-layer

Shared Polymarket and prediction-market data access layer. Use this skill whenever another skill or task needs trader positions, trade history, market metadata, leaderboard data, win-rate or PnL statistics, or any other read-only market intelligence.

ClawHub Agent Skills author: Yeri v1.0.0 MIT-0 14 files body ≈ 2 529 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process F 39/100 · Will not run — References files that are not bundled: /Users/cutie/Documents/New%20project/predictradar-agent-skills/polymarket-data-layer/scripts/mcp-client.js, /Users/cutie/Documents/New%20project/predictradar-agent-skills/polymarket-data-layer/scripts/mcp-examples.js, /Users/cutie/Documents/New%20project/predictradar-agent-skills/polymarket-data-layer/scripts/gamma-client.js

ProcedureInfrastructureData and analyticstype and topics are labelled automatically from the skill text
JSON
Technical rating
B
78/100
safety, quality, tests
Safety 60%
90
Quality 40%
61
Run on models
none yet
Process rating
F
39/100
Will not run
References files that are not bundled: /Users/cutie/Documents/New%20project/predictradar-agent-skills/polymarket-data-layer/scripts/mcp-client.js, /Users/cutie/Documents/New%20project/predictradar-agent-skills/polymarket-data-layer/scripts/mcp-examples.js, /Users/cutie/Documents/New%20project/predictradar-agent-skills/polymarket-data-layer/scripts/gamma-client.js
Tools and files w 18
0
Result and completion w 14
0
Inputs and preconditions w 11
0
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Exfiltration medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

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".

For the author

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.

How to improve

  1. The text references files that are not there: add them or drop the references.
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 · 2

✓ No critical or high findings

Medium and low: 2
  • medium Exfiltration net-redirectable-api-key scripts/mcp-client.js:29
    Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
    API key + configurable base URL from environment
  • medium Exfiltration net-credential-use scripts/mcp-client.js:502
    Credential used in a network call (verify the destination is the intended service)
    const response = await fetch(`${MCP_BASE_URL}/api/query/streams/${token}`, {

Files scanned: 14. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning missing-ref reference to a missing file: /Users/cutie/Documents/New%20project/predictradar-agent-skills/polymarket-data-layer/scripts/mcp-client.js
  • warning missing-ref reference to a missing file: /Users/cutie/Documents/New%20project/predictradar-agent-skills/polymarket-data-layer/scripts/mcp-examples.js
  • warning missing-ref reference to a missing file: /Users/cutie/Documents/New%20project/predictradar-agent-skills/polymarket-data-layer/scripts/gamma-client.js
  • warning missing-ref reference to a missing file: /Users/cutie/Documents/New%20project/predictradar-agent-skills/polymarket-data-layer/scripts/queries.js
  • warning missing-ref reference to a missing file: /Users/cutie/Documents/New%20project/predictradar-agent-skills/polymarket-data-layer/scripts/smartmoney.js
  • warning missing-ref reference to a missing file: /Users/cutie/Documents/New%20project/predictradar-agent-skills/polymarket-data-layer/scripts/cache.js

Process rating: all ten parameters 39/100

Will not run. References files that are not bundled: /Users/cutie/Documents/New%20project/predictradar-agent-skills/polymarket-data-layer/scripts/mcp-client.js, /Users/cutie/Documents/New%20project/predictradar-agent-skills/polymarket-data-layer/scripts/mcp-examples.js, /Users/cutie/Documents/New%20project/predictradar-agent-skills/polymarket-data-layer/scripts/gamma-client.js
  • 0Tools and files. 6 referenced file(s) missing: /Users/cutie/Documents/New%20project/predictradar-agent-skills/polymarket-data-layer/scripts/mcp-client.js, /Users/cutie/Documents/New%20project/predictradar-agent-skills/polymarket-data-layer/scripts/mcp-examples.js, /Users/cutie/Documents/New%20project/predictradar-agent-skills/polymarket-data-layer/scripts/gamma-client.js
  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Progress reporting. Says nothing while it works
  • 30Running it twice. 3 mutating operations with no state check
  • 40Consistency. Frontmatter name (polymarket-data-layer) differs from the folder (polymarket-predictradar-data-layer-skills)
  • 50Failures and branches. 0 branches, has a failure section
  • 70When it triggers. States when to use, but not when not to
  • 100Steps. 119 steps
  • 100Execution cost. Instruction body is 2529 tokens
  • low 11 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
  • -4Absolute local paths (C:\Users, /home/…): not portable
  • -42 reference files, but SKILL.md never points to them: the model will not open them
  • -34 of 10 scripts are never mentioned in SKILL.md
  • +1No license
  • +2Single-language instructions
  • +3Description length 250: enough signal without eating the budget
  • +4Structure: 23 headings
  • +3Step-by-step instructions: 119 items
  • +4Has examples (3 code blocks)

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

External checks

ClawHub: suspicious
This is mostly a legitimate market-data helper, but it needs review because it disables HTTPS certificate checks and exposes broad query/tool access beyond a tightly enforced read-only boundary.
LLM: suspicious (high) · VirusTotal: · 29 May 2026