Sportsbet Advisor
PassAudited by ClawScan on May 10, 2026.
Overview
The skill is mostly purpose-aligned and does not request credentials or installation, but its included helper script uses simplistic betting heuristics that users should not treat as reliable.
This skill does not show malicious behavior or credential access. Before installing, understand that it provides gambling-related opinions, not guaranteed predictions; verify sources independently, be cautious with confidence percentages, and bet responsibly.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Betting advice may be based on search-result snippets or third-party pages that are incomplete, stale, or wrong.
External web search is central to the skill's stated betting-research purpose, but web results are untrusted and may be inaccurate or outdated.
Utilize web search to gather relevant information
Use the skill only as a research aid, verify important claims from reputable sources, and do not rely on a single generated prediction before placing any bet.
A user could overestimate the reliability of a recommendation because it includes a confidence percentage, even though the helper logic is only a placeholder-style heuristic.
If this helper script is used, it can produce confidence-scored betting recommendations from a very simple heuristic rather than the comprehensive analysis described in SKILL.md.
recommended_team = event["teams"][0] # Just pick the first team as an example confidence = min(95, 60 + len(event["raw_snippet"]) // 50) confidence = max(60, confidence)
Treat confidence values as rough, non-authoritative estimates; require fresh supporting evidence and keep the responsible-betting disclaimer visible.
