https://github.com/realpenn/Blackjack
· scanned 2026-06-15 23:48 UTC (2 months, 3 weeks ago)
6 raw signals (0 security + 6 graph)
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.
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.
| Label | Layer | Status | Path |
|---|---|---|---|
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 |
| Label | Layer | Status | Path |
|---|---|---|---|
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 |
| Label | Layer | Status | Path |
|---|---|---|---|
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 |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-9km08q3g |
software | healthy | /tmp/repobility-clone-9km08q3g |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
001_init.sql |
data | healthy | internal/store/migrations/001_init.sql |
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.