SKILLEMALL.ai

BD simmer-resolution-tracker

Monitors your Simmer positions for resolutions, logs wins/losses to your trade journal, and automatically redeems winning positions on-chain. Built for Simmer agents trading on Polymarket. Sends Discord webhook alerts on every resolution. Runs every 5 minutes via cron.

ClawHub Agent Skills author: Dyll v1.1.0 MIT-0 7 files body ≈ 689 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process D 41/100 · Unfinished process — weak spots: steps, result and completion, when it triggers

IntegrationDiscordInfrastructureAI and agentsPersonal productivitytype and topics are labelled automatically from the skill text
JSON
Technical rating
B
80/100
safety, quality, tests
Safety 60%
87
Quality 40%
69
Run on models
none yet
Process rating
D
41/100
Unfinished process
Steps w 15
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.

Risky intent 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 purpose itself is risky: wallets, browser password stores, offensive security. Even an honest implementation gives the agent access to things that cost money.

For the author

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

  1. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
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 · 5

✓ No critical or high findings

Medium and low: 5
  • medium Risky intent intent-wallet-secrets README.md:71
    Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
    | `WALLET_PRIVATE_KEY` | ✅ | — | Polymarket wallet private key for redemptions |
  • medium Risky intent intent-wallet-secrets SKILL.md:43
    Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target
    | `WALLET_PRIVATE_KEY` | ✅ | — | Polymarket wallet private key for on-chain redemptions |
  • low Exfiltration exfil-webhook-url README.md:36
    Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
    export DISCORD_WEBHOOK=https://discord.com/api/webhooks/...
    placeholder
  • low Risky intent intent-wallet-secrets resolution_tracker.py:11
    Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)
    WALLET_PRIVATE_KEY   — Polymarket wallet private key (for redemptions)
    quoted
  • low Exfiltration exfil-webhook-url SKILL.md:28
    Webhook / callback URL commonly used for exfiltration (verify the destination) (placeholder value)
    export DISCORD_WEBHOOK=https://discord.com/api/webhooks/...  # optional
    placeholder

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

Against the Agent Skills spec

  • warning description-no-when description does not say WHEN to use the skill (no "use when")

Process rating: all ten parameters 41/100

  • 0Steps. Prose only: no discrete steps
  • 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
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 1 mutating operations with no state check
  • 50Failures and branches. 0 branches, has a failure section
  • 100Tools and files. No external tools needed
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 689 tokens

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)
  • +3No numbered steps or checklist
  • +3Output format is not stated: the model decides each time
  • +1No license
  • +2Single-language instructions
  • +3Description length 269: enough signal without eating the budget
  • +4Structure: 9 headings
  • +4Has examples (5 code blocks)

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

External checks

ClawHub: suspicious
The skill is mostly upfront about tracking and redeeming Polymarket positions, but it needs Review because it can run recurring live wallet transactions using local credentials with limited safeguards.
LLM: suspicious (high) · VirusTotal: suspicious · 28 May 2026