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.

What this means

Betting advice may be based on search-result snippets or third-party pages that are incomplete, stale, or wrong.

Why it was flagged

External web search is central to the skill's stated betting-research purpose, but web results are untrusted and may be inaccurate or outdated.

Skill content
Utilize web search to gather relevant information
Recommendation

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.

What this means

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.

Why it was flagged

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.

Skill content
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)
Recommendation

Treat confidence values as rough, non-authoritative estimates; require fresh supporting evidence and keep the responsible-betting disclaimer visible.