Casino Blackjack Advisor
PassAudited by ClawScan on May 1, 2026.
Overview
This appears to be a simple local blackjack strategy calculator, with low-risk notes about gambling-advice claims and a scheduled automaton entrypoint.
This skill looks safe from a security standpoint based on the provided artifacts. Before installing, note that it gives gambling advice with financial implications and that clawhub.json declares a scheduled managed automaton entrypoint, even though the included script appears to be a local, dependency-free calculator.
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.
A user might rely on the advisor for wager-related choices such as HIT, STAND, DOUBLE, SPLIT, or SURRENDER.
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.
Reduces house edge to **0.3%** — the lowest achievable without card counting.
Use it only when the table rules match the documented assumptions, and treat the output as guidance rather than a guarantee of winnings.
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.
The skill declares a managed automaton with a cron schedule, which is autonomous/persistent behavior beyond simple on-demand documentation.
"cron": "0 0 1 1 *",
"automaton": {
"managed": true,
"entrypoint": "blackjack_advisor.py"Confirm you are comfortable with the managed automaton schedule before installing, or disable scheduled execution if you only want on-demand advice.
