https://github.com/sabbycorrie-cyber/guess246
· scanned 2026-06-15 23:59 UTC (2 months, 3 weeks ago)
13 raw signals (0 security + 13 graph)
Last scanned 2 months, 3 weeks ago · v1 · 13 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 100 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 |
|---|---|---|---|
App |
software | healthy | guess246/src/App.jsx:App |
onHashChange |
software | healthy | guess246/src/App.jsx:onHashChange |
handleStart |
software | healthy | guess246/src/App.jsx:handleStart |
handleLogin |
software | healthy | guess246/src/App.jsx:handleLogin |
handleLogout |
software | healthy | guess246/src/App.jsx:handleLogout |
handlePickDifficulty |
software | healthy | guess246/src/App.jsx:handlePickDifficulty |
openLeaderboard |
software | healthy | guess246/src/App.jsx:openLeaderboard |
ZRLoader |
software | healthy | guess246/src/Components/ZRLoader.jsx:ZRLoader |
Game |
software | healthy | guess246/src/Components/Game.jsx:Game |
shuffle |
software | healthy | guess246/src/Components/Game.jsx:shuffle |
handleAnswer |
software | healthy | guess246/src/Components/Game.jsx:handleAnswer |
finishGame |
software | healthy | guess246/src/Components/Game.jsx:finishGame |
restartGame |
software | healthy | guess246/src/Components/Game.jsx:restartGame |
IntroScreen |
software | healthy | guess246/src/Components/IntroScreen.jsx:IntroScreen |
Footer |
software | healthy | guess246/src/Components/Footer.jsx:Footer |
onKey |
software | healthy | guess246/src/Components/Footer.jsx:onKey |
LoadingScreen |
software | healthy | guess246/src/Components/LoadingScreen.jsx:LoadingScreen |
AdminGate |
software | healthy | guess246/src/Components/Admin.jsx:AdminGate |
submit |
software | healthy | guess246/src/Components/Admin.jsx:submit |
buildStats |
software | healthy | guess246/src/Components/Admin.jsx:buildStats |
fmtTime |
software | healthy | guess246/src/Components/Admin.jsx:fmtTime |
Dashboard |
software | healthy | guess246/src/Components/Admin.jsx:Dashboard |
refresh |
software | healthy | guess246/src/Components/Admin.jsx:refresh |
Admin |
software | healthy | guess246/src/Components/Admin.jsx:Admin |
DifficultySelect |
software | healthy | guess246/src/Components/DifficultySelect.jsx:DifficultySele… |
Login |
software | healthy | guess246/src/Components/Login.jsx:Login |
finishLogin |
software | healthy | guess246/src/Components/Login.jsx:finishLogin |
handleSubmit |
software | healthy | guess246/src/Components/Login.jsx:handleSubmit |
playAsGuest |
software | healthy | guess246/src/Components/Login.jsx:playAsGuest |
Leaderboard |
software | healthy | guess246/src/Components/Leaderboard.jsx:Leaderboard |
Answers |
software | healthy | guess246/src/Components/Answers.jsx:Answers |
getStreetViewURL |
software | healthy | guess246/src/Services/streetView.js:getStreetViewURL |
hasStreetView |
software | healthy | guess246/src/Services/streetView.js:hasStreetView |
buildSeed |
software | healthy | guess246/src/Services/leaderboard.js:buildSeed |
readAll |
software | healthy | guess246/src/Services/leaderboard.js:readAll |
getLeaderboard |
software | healthy | guess246/src/Services/leaderboard.js:getLeaderboard |
saveScore |
software | healthy | guess246/src/Services/leaderboard.js:saveScore |
getPersonalBest |
software | healthy | guess246/src/Services/leaderboard.js:getPersonalBest |
localGuestNumbers |
software | healthy | guess246/src/Services/leaderboard.js:localGuestNumbers |
generateGuestName |
software | healthy | guess246/src/Services/leaderboard.js:generateGuestName |
pickFree |
software | healthy | guess246/src/Services/leaderboard.js:pickFree |
num |
software | healthy | guess246/src/Services/leaderboard.js:num |
appendToLocalLog |
software | healthy | guess246/src/Services/analytics.js:appendToLocalLog |
getLocalEvents |
software | healthy | guess246/src/Services/analytics.js:getLocalEvents |
setConsent |
software | healthy | guess246/src/Services/analytics.js:setConsent |
track |
software | healthy | guess246/src/Services/analytics.js:track |
identify |
software | healthy | guess246/src/Services/analytics.js:identify |
sendEvent |
software | healthy | guess246/src/Services/backend.js:sendEvent |
sendScore |
software | healthy | guess246/src/Services/backend.js:sendScore |
fetchEvents |
software | healthy | guess246/src/Services/backend.js:fetchEvents |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
README.md |
software | healthy | README.md |
package-lock.json |
software | healthy | package-lock.json |
vite.config.js |
software | healthy | guess246/vite.config.js |
README.md |
software | healthy | guess246/README.md |
package.json |
software | healthy | guess246/package.json |
index.html |
software | healthy | guess246/index.html |
package-lock.json |
software | healthy | guess246/package-lock.json |
eslint.config.js |
software | healthy | guess246/eslint.config.js |
manifest.json |
software | healthy | guess246/public/manifest.json |
index.css |
software | healthy | guess246/src/index.css |
App.jsx |
software | healthy | guess246/src/App.jsx |
main.jsx |
software | healthy | guess246/src/main.jsx |
ZRLoader.jsx |
software | healthy | guess246/src/Components/ZRLoader.jsx |
Game.jsx |
software | healthy | guess246/src/Components/Game.jsx |
footer.css |
software | healthy | guess246/src/Components/footer.css |
IntroScreen.jsx |
software | healthy | guess246/src/Components/IntroScreen.jsx |
Footer.jsx |
software | healthy | guess246/src/Components/Footer.jsx |
LoadingScreen.jsx |
software | healthy | guess246/src/Components/LoadingScreen.jsx |
LoadingScreen.css |
software | healthy | guess246/src/Components/LoadingScreen.css |
Admin.jsx |
software | healthy | guess246/src/Components/Admin.jsx |
DifficultySelect.jsx |
software | healthy | guess246/src/Components/DifficultySelect.jsx |
Login.jsx |
software | healthy | guess246/src/Components/Login.jsx |
Leaderboard.jsx |
software | healthy | guess246/src/Components/Leaderboard.jsx |
Answers.jsx |
software | healthy | guess246/src/Components/Answers.jsx |
streetView.js |
software | healthy | guess246/src/Services/streetView.js |
leaderboard.js |
software | healthy | guess246/src/Services/leaderboard.js |
analytics.js |
software | healthy | guess246/src/Services/analytics.js |
backend.js |
software | healthy | guess246/src/Services/backend.js |
schema.sql |
software | healthy | supabase/schema.sql |
| Label | Layer | Status | Path |
|---|---|---|---|
App |
frontend | healthy | guess246/src/App.jsx |
ZRLoader |
frontend | healthy | guess246/src/Components/ZRLoader.jsx |
Game |
frontend | healthy | guess246/src/Components/Game.jsx |
IntroScreen |
frontend | healthy | guess246/src/Components/IntroScreen.jsx |
Footer |
frontend | healthy | guess246/src/Components/Footer.jsx |
LoadingScreen |
frontend | healthy | guess246/src/Components/LoadingScreen.jsx |
Admin |
frontend | healthy | guess246/src/Components/Admin.jsx |
DifficultySelect |
frontend | healthy | guess246/src/Components/DifficultySelect.jsx |
Login |
frontend | healthy | guess246/src/Components/Login.jsx |
Leaderboard |
frontend | healthy | guess246/src/Components/Leaderboard.jsx |
Answers |
frontend | healthy | guess246/src/Components/Answers.jsx |
| Label | Layer | Status | Path |
|---|---|---|---|
guess246 |
software | healthy | guess246 |
public |
software | healthy | guess246/public |
src |
software | healthy | guess246/src |
Components |
software | healthy | guess246/src/Components |
Services |
software | healthy | guess246/src/Services |
supabase |
software | healthy | supabase |
| Label | Layer | Status | Path |
|---|---|---|---|
events |
data | healthy | supabase/schema.sql |
scores |
data | healthy | supabase/schema.sql |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-gr2yj9d_ |
software | healthy | /tmp/repobility-clone-gr2yj9d_ |
This page is publicly accessible at:
https://repobility.com/scan/1ff8dccd-de8e-4b36-b158-64010c21424e/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/1ff8dccd-de8e-4b36-b158-64010c21424e/
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.