Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

realpenn/Blackjack

https://github.com/realpenn/Blackjack · scanned 2026-06-15 23:48 UTC (2 months, 3 weeks ago)

6 raw signals (0 security + 6 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 6 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 42 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.

LabelLayerStatusPath
README.md software healthy README.md
go.mod software healthy go.mod
.env.example software healthy .env.example
app.go software healthy internal/bot/app.go
format.go software healthy internal/bot/format.go
config_test.go software healthy internal/config/config_test.go
config.go software healthy internal/config/config.go
game.go software healthy internal/blackjack/game.go
game_test.go software healthy internal/blackjack/game_test.go
card.go software healthy internal/cards/card.go
card_test.go software healthy internal/cards/card_test.go
games.go software healthy internal/store/games.go
models.go software healthy internal/store/models.go
db.go software healthy internal/store/db.go
ledger.go software healthy internal/store/ledger.go
ledger_test.go software healthy internal/store/ledger_test.go
blackjack_test.go software healthy internal/store/blackjack_test.go
001_init.sql software healthy internal/store/migrations/001_init.sql
main.go software healthy cmd/bot/main.go

LabelLayerStatusPath
schema_migrations data healthy internal/store/migrations/001_init.sql
users data healthy internal/store/migrations/001_init.sql
groups data healthy internal/store/migrations/001_init.sql
balances data healthy internal/store/migrations/001_init.sql
ledger_entries data healthy internal/store/migrations/001_init.sql
recharge_codes data healthy internal/store/migrations/001_init.sql
redemptions data healthy internal/store/migrations/001_init.sql
checkins data healthy internal/store/migrations/001_init.sql
games data healthy internal/store/migrations/001_init.sql
game_players data healthy internal/store/migrations/001_init.sql
game_events data healthy internal/store/migrations/001_init.sql

LabelLayerStatusPath
internal software healthy internal
bot software healthy internal/bot
config software healthy internal/config
blackjack software healthy internal/blackjack
cards software healthy internal/cards
store software healthy internal/store
migrations software healthy internal/store/migrations
cmd software healthy cmd
bot software healthy cmd/bot

LabelLayerStatusPath
repobility-clone-9km08q3g software healthy /tmp/repobility-clone-9km08q3g

LabelLayerStatusPath
sqlite data healthy README.md

LabelLayerStatusPath
001_init.sql data healthy internal/store/migrations/001_init.sql
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/98c7eec3-7c69-45b7-9ea3-ad14ff1aab70/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/98c7eec3-7c69-45b7-9ea3-ad14ff1aab70/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.