https://github.com/Vanyattka/megabroplanes
· scanned 2026-06-16 00:47 UTC (2 months, 1 week ago)
60 raw signals (0 security + 60 graph)
Last scanned 2 months, 1 week ago · v1 · 59 actionable findings from 1 signal source. 1 repeated signal grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 417 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 |
|---|---|---|---|
serveStatic |
software | healthy | server/server.js:serveStatic |
makeIdleRace |
software | healthy | server/server.js:makeIdleRace |
membersIn |
software | healthy | server/server.js:membersIn |
generateCourse |
software | healthy | server/server.js:generateCourse |
rand |
software | healthy | server/server.js:rand |
tallyVotes |
software | healthy | server/server.js:tallyVotes |
count |
software | healthy | server/server.js:count |
recomputeHost |
software | healthy | server/server.js:recomputeHost |
removeClient |
software | healthy | server/server.js:removeClient |
parseResumeToken |
software | healthy | server/server.js:parseResumeToken |
findResumable |
software | healthy | server/server.js:findResumable |
dropClient |
software | healthy | server/server.js:dropClient |
lobbyMessage |
software | healthy | server/server.js:lobbyMessage |
sendLobbyState |
software | healthy | server/server.js:sendLobbyState |
updateLaunchTimer |
software | healthy | server/server.js:updateLaunchTimer |
launchRace |
software | healthy | server/server.js:launchRace |
finishRace |
software | healthy | server/server.js:finishRace |
endRaceToFree |
software | healthy | server/server.js:endRaceToFree |
standings |
software | healthy | server/server.js:standings |
raceMessage |
software | healthy | server/server.js:raceMessage |
broadcastRace |
software | healthy | server/server.js:broadcastRace |
broadcastToRoom |
software | healthy | server/server.js:broadcastToRoom |
attachClientHandlers |
software | healthy | server/server.js:attachClientHandlers |
hue |
software | healthy | server/server.js:hue |
applyGfx |
software | healthy | src/main.js:applyGfx |
crashesEnabled |
software | healthy | src/main.js:crashesEnabled |
updateAudioIndicator |
software | healthy | src/main.js:updateAudioIndicator |
firstInput |
software | healthy | src/main.js:firstInput |
defaultServerUrl |
software | healthy | src/main.js:defaultServerUrl |
applyTimePreset |
software | healthy | src/main.js:applyTimePreset |
applyGlobalTime |
software | healthy | src/main.js:applyGlobalTime |
applyModeTime |
software | healthy | src/main.js:applyModeTime |
currentMpPhase |
software | healthy | src/main.js:currentMpPhase |
updateMpPhase |
software | healthy | src/main.js:updateMpPhase |
refreshRaceButton |
software | healthy | src/main.js:refreshRaceButton |
applyMode |
software | healthy | src/main.js:applyMode |
regenerateSeed |
software | healthy | src/main.js:regenerateSeed |
setPhotoMode |
software | healthy | src/main.js:setPhotoMode |
updateSunPostFx |
software | healthy | src/main.js:updateSunPostFx |
computeWaterExtras |
software | healthy | src/main.js:computeWaterExtras |
t |
software | healthy | src/main.js:t |
altitudeT |
software | healthy | src/main.js:altitudeT |
viewDistanceFor |
software | healthy | src/main.js:viewDistanceFor |
terrainViewRadiusFor |
software | healthy | src/main.js:terrainViewRadiusFor |
viewMetersFor |
software | healthy | src/main.js:viewMetersFor |
fogFarFor |
software | healthy | src/main.js:fogFarFor |
fogNearFor |
software | healthy | src/main.js:fogNearFor |
chunkReady |
software | healthy | src/main.js:chunkReady |
streamUpdate |
software | healthy | src/main.js:streamUpdate |
physicsStep |
software | healthy | src/main.js:physicsStep |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
vite.config.js |
software | healthy | vite.config.js |
README.md |
software | healthy | README.md |
CLAUDE.md |
software | healthy | CLAUDE.md |
package.json |
software | healthy | package.json |
index.html |
software | healthy | index.html |
package-lock.json |
software | healthy | package-lock.json |
ARCHITECTURE.md |
software | healthy | docs/ARCHITECTURE.md |
WORLD.md |
software | healthy | docs/WORLD.md |
ROADMAP.md |
software | healthy | docs/ROADMAP.md |
PHYSICS.md |
software | healthy | docs/PHYSICS.md |
Dockerfile |
software | healthy | deploy/Dockerfile |
docker-compose.yml |
software | healthy | deploy/docker-compose.yml |
server.js |
software | healthy | server/server.js |
config.js |
software | healthy | src/config.js |
main.js |
software | healthy | src/main.js |
GraphicsSettings.js |
software | healthy | src/ui/GraphicsSettings.js |
PlanePreview.js |
software | healthy | src/ui/PlanePreview.js |
Hud.js |
software | healthy | src/ui/Hud.js |
Menu.js |
software | healthy | src/ui/Menu.js |
Minimap.js |
software | healthy | src/ui/Minimap.js |
Touch.js |
software | healthy | src/ui/Touch.js |
Bullets.js |
software | healthy | src/combat/Bullets.js |
ChaseCamera.js |
software | healthy | src/camera/ChaseCamera.js |
Audio.js |
software | healthy | src/audio/Audio.js |
PlaneMesh.js |
software | healthy | src/plane/PlaneMesh.js |
Plane.js |
software | healthy | src/plane/Plane.js |
Physics.js |
software | healthy | src/plane/Physics.js |
Controls.js |
software | healthy | src/plane/Controls.js |
Renderer.js |
software | healthy | src/core/Renderer.js |
Clock.js |
software | healthy | src/core/Clock.js |
Input.js |
software | healthy | src/core/Input.js |
Water.js |
software | healthy | src/world/Water.js |
ChunkManager.js |
software | healthy | src/world/ChunkManager.js |
VillageData.js |
software | healthy | src/world/VillageData.js |
TerrainCompute.js |
software | healthy | src/world/TerrainCompute.js |
Clouds.js |
software | healthy | src/world/Clouds.js |
RuinsManager.js |
software | healthy | src/world/RuinsManager.js |
RuinMeshes.js |
software | healthy | src/world/RuinMeshes.js |
Villages.js |
software | healthy | src/world/Villages.js |
Shadow.js |
software | healthy | src/world/Shadow.js |
Ground.js |
software | healthy | src/world/Ground.js |
Terrain.js |
software | healthy | src/world/Terrain.js |
DayNight.js |
software | healthy | src/world/DayNight.js |
TerrainShape.js |
software | healthy | src/world/TerrainShape.js |
VillageProps.js |
software | healthy | src/world/VillageProps.js |
Sky.js |
software | healthy | src/world/Sky.js |
Roads.js |
software | healthy | src/world/Roads.js |
Scatter.js |
software | healthy | src/world/Scatter.js |
VillageManager.js |
software | healthy | src/world/VillageManager.js |
WaterReflection.js |
software | healthy | src/world/WaterReflection.js |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
PlanePreview |
software | healthy | src/ui/PlanePreview.js:PlanePreview |
Hud |
software | healthy | src/ui/Hud.js:Hud |
Menu |
software | healthy | src/ui/Menu.js:Menu |
Minimap |
software | healthy | src/ui/Minimap.js:Minimap |
TouchControls |
software | healthy | src/ui/Touch.js:TouchControls |
Bullets |
software | healthy | src/combat/Bullets.js:Bullets |
ChaseCamera |
software | healthy | src/camera/ChaseCamera.js:ChaseCamera |
Audio |
software | healthy | src/audio/Audio.js:Audio |
Plane |
software | healthy | src/plane/Plane.js:Plane |
Renderer |
software | healthy | src/core/Renderer.js:Renderer |
Clock |
software | healthy | src/core/Clock.js:Clock |
Input |
software | healthy | src/core/Input.js:Input |
Water |
software | healthy | src/world/Water.js:Water |
ChunkManager |
software | healthy | src/world/ChunkManager.js:ChunkManager |
Clouds |
software | healthy | src/world/Clouds.js:Clouds |
RuinsManager |
software | healthy | src/world/RuinsManager.js:RuinsManager |
PlaneShadow |
software | healthy | src/world/Shadow.js:PlaneShadow |
DayNight |
software | healthy | src/world/DayNight.js:DayNight |
has |
software | healthy | src/world/TerrainShape.js:has |
Sky |
software | healthy | src/world/Sky.js:Sky |
Roads |
software | healthy | src/world/Roads.js:Roads |
VillageManager |
software | healthy | src/world/VillageManager.js:VillageManager |
WaterReflection |
software | healthy | src/world/WaterReflection.js:WaterReflection |
Stars |
software | healthy | src/world/Stars.js:Stars |
can |
software | healthy | src/world/AtmosphericSky.js:can |
AtmosphericSky |
software | healthy | src/world/AtmosphericSky.js:AtmosphericSky |
ChunkWorkerPool |
software | healthy | src/world/ChunkWorkerPool.js:ChunkWorkerPool |
of |
software | healthy | src/world/VillageMeshes.js:of |
Batcher |
software | healthy | src/world/VillageMeshes.js:Batcher |
RemotePlaneManager |
software | healthy | src/net/RemotePlaneManager.js:RemotePlaneManager |
MultiplayerClient |
software | healthy | src/net/Client.js:MultiplayerClient |
Lobby |
software | healthy | src/race/Lobby.js:Lobby |
RaceManager |
software | healthy | src/race/RaceManager.js:RaceManager |
Profiler |
software | healthy | src/debug/Profiler.js:Profiler |
PostFx |
software | healthy | src/effects/PostFx.js:PostFx |
Explosion |
software | healthy | src/effects/Explosion.js:Explosion |
JetExhaust |
software | healthy | src/effects/JetExhaust.js:JetExhaust |
Contrails |
software | healthy | src/effects/Contrails.js:Contrails |
| Label | Layer | Status | Path |
|---|---|---|---|
docs |
software | healthy | docs |
deploy |
software | healthy | deploy |
server |
software | healthy | server |
src |
software | healthy | src |
ui |
software | healthy | src/ui |
combat |
software | healthy | src/combat |
camera |
software | healthy | src/camera |
audio |
software | healthy | src/audio |
plane |
software | healthy | src/plane |
core |
software | healthy | src/core |
world |
software | healthy | src/world |
net |
software | healthy | src/net |
race |
software | healthy | src/race |
debug |
software | healthy | src/debug |
effects |
software | healthy | src/effects |
| Label | Layer | Status | Path |
|---|---|---|---|
nginx |
network | healthy | README.md |
caddy |
network | healthy | deploy/docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
image::deploy/Dockerfile |
hardware | healthy | deploy/Dockerfile |
mbplanes |
hardware | healthy | deploy/docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-2aqifr1t |
software | healthy | /tmp/repobility-clone-2aqifr1t |
| Label | Layer | Status | Path |
|---|---|---|---|
91.186.209.67 |
network | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
port:3030 |
network | healthy | deploy/Dockerfile |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | src/config.js |
This page is publicly accessible at:
https://repobility.com/scan/07ae63c4-530f-4a3d-9def-84ad0e182cc0/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/07ae63c4-530f-4a3d-9def-84ad0e182cc0/
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.