Casino Blackjack Advisor

AdvisoryAudited by VirusTotal on Mar 21, 2026.

Overview

Type: OpenClaw Skill Name: casino-blackjack-advisor Version: 1.0.0 The skill is a straightforward blackjack strategy advisor that uses hardcoded lookup tables to provide mathematically optimal moves. The code in blackjack_advisor.py uses only standard Python libraries (sys, json), contains no network or file system access, and lacks any indicators of malicious intent or prompt injection.

Findings (0)

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

A user might rely on the advisor for wager-related choices such as HIT, STAND, DOUBLE, SPLIT, or SURRENDER.

Why it was flagged

The skill makes strong confidence and cost-reduction claims for gambling decisions. This matches the stated blackjack-advisor purpose, but users could over-trust it when real money is involved.

Skill content
Reduces house edge to **0.3%** — the lowest achievable without card counting.
Recommendation

Use it only when the table rules match the documented assumptions, and treat the output as guidance rather than a guarantee of winnings.

What this means

The platform may have enough information to run the included script on a schedule, although the script itself only performs local blackjack calculations and demo output.

Why it was flagged

The skill declares a managed automaton with a cron schedule, which is autonomous/persistent behavior beyond simple on-demand documentation.

Skill content
"cron": "0 0 1 1 *",
  "automaton": {
    "managed": true,
    "entrypoint": "blackjack_advisor.py"
Recommendation

Confirm you are comfortable with the managed automaton schedule before installing, or disable scheduled execution if you only want on-demand advice.