Back to skill
Skillv1.0.0

ClawScan security

Argus Edge — Prediction Market Betting Engine · ClawHub's context-aware review of the artifact, metadata, and declared behavior.

Scanner verdict

BenignFeb 21, 2026, 2:47 PM
Verdict
benign
Confidence
high
Model
gpt-5-mini
Summary
This is an instruction-only betting strategy document that matches its description, requires no credentials or installs, and is internally coherent — but its performance claims are unverified and it leaves data‑gathering/implementation details to the agent.
Guidance
This skill is essentially a strategy document — it doesn't install code or request credentials, so it's coherent with its stated purpose. Before using it: (1) recognize the win-rate/validation claims are unverifiable from the SKILL.md alone; treat them skeptically. (2) The skill does not provide market-data sources or execution instructions, so an agent using it will need to fetch market quotes and/or place bets — ensure the agent does not have API keys, exchange credentials, or automated trading permissions you don't intend it to use. (3) If you plan to implement these rules programmatically, validate with small, non-production stakes first and add safeguards (rate limits, bankroll caps, explicit confirmation before placing real bets). (4) If you want a fully-automated tool, insist on concrete data-source and execution steps (APIs, authentication model) before granting any credentials.

Review Dimensions

Purpose & Capability
okThe name/description (Argus-style prediction-market betting strategy) matches the SKILL.md content (edge calculation, Kelly sizing, freshness/consensus rules). No unrelated credentials, binaries, or installs are requested.
Instruction Scope
noteThe SKILL.md contains formulas, rules, and usage examples but no concrete implementation steps for obtaining market data or placing bets (no API endpoints, no commands). That makes the instructions intentionally high-level: coherent for a strategy doc, but it grants broad discretion to the agent to fetch market data or interact with exchanges if the agent is given such capabilities elsewhere.
Install Mechanism
okInstruction-only skill with no install spec and no code files; nothing will be written to disk or installed by this skill itself.
Credentials
okNo environment variables, credentials, or config paths are requested. The skill does not ask for unrelated secrets or system access.
Persistence & Privilege
okalways:false (default) and normal autonomous invocation permitted. The skill does not request elevated persistence or modify other skills or agent-wide settings.