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.

syedhassan125/tangy-fun

https://github.com/syedhassan125/tangy-fun · scanned 2026-06-16 00:27 UTC (2 months, 2 weeks ago)

29 raw signals (0 security + 29 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 29 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 544 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
delta software healthy scripts/test-flip.mjs:delta
game software healthy scripts/test-blackjack.mjs:game
fetchVault software healthy scripts/test-blackjack.mjs:fetchVault
total software healthy scripts/test-blackjack.mjs:total
post software healthy scripts/test-games.mjs:post
fetchVault software healthy scripts/test-games.mjs:fetchVault
fetchVault software healthy scripts/test-vault.mjs:fetchVault
state software healthy scripts/test-crash.mjs:state
bet software healthy scripts/test-crash.mjs:bet
fetchVault software healthy scripts/test-crash.mjs:fetchVault
sleep software healthy scripts/test-crash.mjs:sleep
waitFor software healthy scripts/test-crash.mjs:waitFor
prog software healthy scripts/test-lastbet.mjs:prog
vaultOf software healthy scripts/test-lastbet.mjs:vaultOf
vaultBal software healthy scripts/test-lastbet.mjs:vaultBal
authFor software healthy scripts/test-lastbet.mjs:authFor
bet software healthy scripts/test-lastbet.mjs:bet
state software healthy scripts/test-lastbet.mjs:state
sleep software healthy scripts/test-lastbet.mjs:sleep
waitFor software healthy scripts/test-lastbet.mjs:waitFor
robots software healthy app/robots.ts:robots
NotFound software healthy app/not-found.tsx:NotFound
OgImage software healthy app/opengraph-image.tsx:OgImage
AppleIcon software healthy app/apple-icon.tsx:AppleIcon
manifest software healthy app/manifest.ts:manifest
sitemap software healthy app/sitemap.ts:sitemap
Home software healthy app/page.tsx:Home
RootLayout software healthy app/layout.tsx:RootLayout
ProvablyFairPage software healthy app/provably-fair/page.tsx:ProvablyFairPage
DicePage software healthy app/v2/dice/page.tsx:DicePage
HiLoPage software healthy app/v2/hilo/page.tsx:HiLoPage
BlackjackPage software healthy app/v2/blackjack/page.tsx:BlackjackPage
LastBetPage software healthy app/v2/lastbet/page.tsx:LastBetPage
MinesPage software healthy app/v2/mines/page.tsx:MinesPage
CoinFlipPage software healthy app/v2/coinflip/page.tsx:CoinFlipPage
CrashPage software healthy app/v2/crash/page.tsx:CrashPage
KenoPage software healthy app/v2/keno/page.tsx:KenoPage
VipPage software healthy app/vip/page.tsx:VipPage
VipContent software healthy app/vip/page.tsx:VipContent
forwards software healthy app/api/bet/route.ts:forwards
POST software healthy app/api/bet/route.ts:POST
POST software healthy app/api/game/route.ts:POST
GET software healthy app/api/lastbet/[action]/route.ts:GET
POST software healthy app/api/lastbet/[action]/route.ts:POST
GET software healthy app/api/crash/[action]/route.ts:GET
POST software healthy app/api/crash/[action]/route.ts:POST
isSoundEnabled software healthy app/utils/sounds.ts:isSoundEnabled
ac software healthy app/utils/sounds.ts:ac
env software healthy app/utils/sounds.ts:env
noise software healthy app/utils/sounds.ts:noise

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
vercel.json software healthy vercel.json
postcss.config.mjs software healthy postcss.config.mjs
README.md software healthy README.md
CLAUDE.md software healthy CLAUDE.md
package.json software healthy package.json
package-lock.json software healthy package-lock.json
brand.md software healthy brand.md
tsconfig.json software healthy tsconfig.json
eslint.config.mjs software healthy eslint.config.mjs
AGENTS.md software healthy AGENTS.md
next.config.ts software healthy next.config.ts
test-flip.mjs software healthy scripts/test-flip.mjs
test-blackjack.mjs software healthy scripts/test-blackjack.mjs
transfer-authority.mjs software healthy scripts/transfer-authority.mjs
test-games.mjs software healthy scripts/test-games.mjs
test-vault.mjs software healthy scripts/test-vault.mjs
test-crash.mjs software healthy scripts/test-crash.mjs
init-house.mjs software healthy scripts/init-house.mjs
test-lastbet.mjs software healthy scripts/test-lastbet.mjs
robots.ts software healthy app/robots.ts
not-found.tsx software healthy app/not-found.tsx
opengraph-image.tsx software healthy app/opengraph-image.tsx
globals.css software healthy app/globals.css
apple-icon.tsx software healthy app/apple-icon.tsx
manifest.ts software healthy app/manifest.ts
sitemap.ts software healthy app/sitemap.ts
page.tsx software healthy app/page.tsx
layout.tsx software healthy app/layout.tsx
page.tsx software healthy app/provably-fair/page.tsx
page.tsx software healthy app/v2/dice/page.tsx
page.tsx software healthy app/v2/hilo/page.tsx
page.tsx software healthy app/v2/blackjack/page.tsx
page.tsx software healthy app/v2/lastbet/page.tsx
page.tsx software healthy app/v2/mines/page.tsx
page.tsx software healthy app/v2/coinflip/page.tsx
page.tsx software healthy app/v2/crash/page.tsx
page.tsx software healthy app/v2/keno/page.tsx
page.tsx software healthy app/vip/page.tsx
route.ts software healthy app/api/bet/route.ts
route.ts software healthy app/api/game/route.ts
route.ts software healthy app/api/lastbet/[action]/route.ts
route.ts software healthy app/api/crash/[action]/route.ts
sounds.ts software healthy app/utils/sounds.ts
tangy_casino.json software healthy app/utils/tangy_casino.json
tangy_casino_types.ts software healthy app/utils/tangy_casino_types.ts
useCoinFlipChain.ts software healthy app/utils/useCoinFlipChain.ts
vault.ts software healthy app/utils/vault.ts
casinoClient.ts software healthy app/utils/casinoClient.ts
WalletButton.tsx software healthy app/components/WalletButton.tsx
GameLayout.tsx software healthy app/components/GameLayout.tsx

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
NotFound frontend healthy app/not-found.tsx
OgImage frontend healthy app/opengraph-image.tsx
AppleIcon frontend healthy app/apple-icon.tsx
Home frontend healthy app/page.tsx
RootLayout frontend healthy app/layout.tsx
ProvablyFairPage frontend healthy app/provably-fair/page.tsx
DicePage frontend healthy app/v2/dice/page.tsx
HiLoPage frontend healthy app/v2/hilo/page.tsx
BlackjackPage frontend healthy app/v2/blackjack/page.tsx
LastBetPage frontend healthy app/v2/lastbet/page.tsx
MinesPage frontend healthy app/v2/mines/page.tsx
CoinFlipPage frontend healthy app/v2/coinflip/page.tsx
CrashPage frontend healthy app/v2/crash/page.tsx
KenoPage frontend healthy app/v2/keno/page.tsx
VipPage frontend healthy app/vip/page.tsx
WalletButton frontend healthy app/components/WalletButton.tsx
GameLayout frontend healthy app/components/GameLayout.tsx
Sidebar frontend healthy app/components/Sidebar.tsx
WinEffect frontend healthy app/components/WinEffect.tsx
BetHistory frontend healthy app/components/BetHistory.tsx
Navbar frontend healthy app/components/Navbar.tsx
PageTransition frontend healthy app/components/ui/PageTransition.tsx
CookieConsent frontend healthy app/components/ui/CookieConsent.tsx
HashChecker frontend healthy app/components/ui/HashChecker.tsx
SoundToggle frontend healthy app/components/ui/SoundToggle.tsx
WalletButton frontend healthy app/components/wallet/WalletButton.tsx
WithdrawModal frontend healthy app/components/wallet/WithdrawModal.tsx
UserPanel frontend healthy app/components/wallet/UserPanel.tsx
Modal frontend healthy app/components/wallet/Modal.tsx
DepositModal frontend healthy app/components/wallet/DepositModal.tsx
WalletModal frontend healthy app/components/wallet/WalletModal.tsx
RollingNumber frontend healthy app/components/game/RollingNumber.tsx
DiceGame frontend healthy app/components/game/DiceGame.tsx
VaultPanel frontend healthy app/components/game/VaultPanel.tsx
CrashGame frontend healthy app/components/game/CrashGame.tsx
MinesGame frontend healthy app/components/game/MinesGame.tsx
HiLoGame frontend healthy app/components/game/HiLoGame.tsx
GameLayout frontend healthy app/components/game/GameLayout.tsx
CoinFlipGame frontend healthy app/components/game/CoinFlipGame.tsx
BlackjackGame frontend healthy app/components/game/BlackjackGame.tsx
GameFooter frontend healthy app/components/game/GameFooter.tsx
LastBetGame frontend healthy app/components/game/LastBetGame.tsx
BetAmountField frontend healthy app/components/game/BetAmountField.tsx
KenoGame frontend healthy app/components/game/KenoGame.tsx
BottomNav frontend healthy app/components/shell/BottomNav.tsx
TopBar frontend healthy app/components/shell/TopBar.tsx
AppShell frontend healthy app/components/shell/AppShell.tsx
Footer frontend healthy app/components/shell/Footer.tsx
Sidebar frontend healthy app/components/shell/Sidebar.tsx
GameRow frontend healthy app/components/lobby/GameRow.tsx

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
scripts software healthy scripts
app software healthy app
provably-fair software healthy app/provably-fair
v2 software healthy app/v2
dice software healthy app/v2/dice
hilo software healthy app/v2/hilo
blackjack software healthy app/v2/blackjack
lastbet software healthy app/v2/lastbet
mines software healthy app/v2/mines
coinflip software healthy app/v2/coinflip
crash software healthy app/v2/crash
keno software healthy app/v2/keno
vip software healthy app/vip
api software healthy app/api
bet software healthy app/api/bet
game software healthy app/api/game
lastbet software healthy app/api/lastbet
[action] software healthy app/api/lastbet/[action]
crash software healthy app/api/crash
[action] software healthy app/api/crash/[action]
utils software healthy app/utils
components software healthy app/components
ui software healthy app/components/ui
wallet software healthy app/components/wallet
game software healthy app/components/game
shell software healthy app/components/shell
lobby software healthy app/components/lobby
lib software healthy app/lib
leaderboard software healthy app/leaderboard
resolver software healthy resolver
contract software healthy contract
tests software healthy contract/tests
programs software healthy contract/programs
contract software healthy contract/programs/contract
src software healthy contract/programs/contract/src
migrations software healthy contract/migrations

LabelLayerStatusPath
/ frontend healthy app/sitemap.ts
/provably-fair frontend healthy app/sitemap.ts
/vip frontend healthy app/sitemap.ts
/leaderboard frontend healthy app/sitemap.ts

LabelLayerStatusPath
139.59.21.163 network healthy scripts/test-blackjack.mjs
4.3.9.3 network healthy app/components/wallet/icons.tsx

LabelLayerStatusPath
repobility-clone-d8jf1r_o software healthy /tmp/repobility-clone-d8jf1r_o

LabelLayerStatusPath
deploy.ts data healthy contract/migrations/deploy.ts
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/86ac40fe-45ab-4c7a-b48e-cd2a96ae1aab/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/86ac40fe-45ab-4c7a-b48e-cd2a96ae1aab/

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.