https://github.com/souluk319/SPACE-TRIP
· scanned 2026-06-16 00:18 UTC (2 months, 2 weeks ago)
15 raw signals (0 security + 15 graph)
Last scanned 2 months, 2 weeks ago · v1 · 14 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 152 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 |
|---|---|---|---|
to_wave |
software | healthy | scripts/generate_planets.py:25 |
main |
software | healthy | scripts/generate_planets.py:29 |
to_wave |
software | healthy | scripts/generate_narration.py:36 |
main |
software | healthy | scripts/generate_narration.py:40 |
onGesture |
software | healthy | src/main.ts:onGesture |
resumeAll |
software | healthy | src/main.ts:resumeAll |
frame |
software | healthy | src/main.ts:frame |
fmt |
software | healthy | src/ui/format.ts:fmt |
formatLength |
software | healthy | src/ui/format.ts:formatLength |
bindHold |
software | healthy | src/ui/controls.ts:bindHold |
start |
software | healthy | src/ui/controls.ts:start |
stop |
software | healthy | src/ui/controls.ts:stop |
frameE |
software | healthy | src/cinematic/stops.ts:frameE |
bodyPos |
software | healthy | src/cinematic/stops.ts:bodyPos |
ms |
software | healthy | src/cinematic/stops.ts:ms |
onEnded |
software | healthy | src/audio/narrator.ts:onEnded |
lodAlpha |
software | healthy | src/three/rescale.ts:lodAlpha |
sx |
software | healthy | src/three/rescale.ts:sx |
sy |
software | healthy | src/three/rescale.ts:sy |
pxRad |
software | healthy | src/three/rescale.ts:pxRad |
sz |
software | healthy | src/three/rescale.ts:sz |
x |
software | healthy | src/three/labels.ts:x |
y |
software | healthy | src/three/labels.ts:y |
getTexture |
software | healthy | src/three/textures.ts:getTexture |
preloadBodyTextures |
software | healthy | src/three/textures.ts:preloadBodyTextures |
getStarSpikeTexture |
software | healthy | src/three/textures.ts:getStarSpikeTexture |
getSunRaysTexture |
software | healthy | src/three/textures.ts:getSunRaysTexture |
rand |
software | healthy | src/three/textures.ts:rand |
ang |
software | healthy | src/three/textures.ts:ang |
getGlowTexture |
software | healthy | src/three/textures.ts:getGlowTexture |
getCoronaTexture |
software | healthy | src/three/textures.ts:getCoronaTexture |
getGalaxySpriteTexture |
software | healthy | src/three/textures.ts:getGalaxySpriteTexture |
makeStarLayer |
software | healthy | src/three/environment.ts:makeStarLayer |
tri |
software | healthy | src/three/environment.ts:tri |
phase |
software | healthy | src/three/environment.ts:phase |
buildGalaxy |
software | healthy | src/three/objects/localGroup.ts:buildGalaxy |
type |
software | healthy | src/three/objects/localGroup.ts:type |
buildCosmicWeb |
software | healthy | src/three/objects/cosmicWeb.ts:buildCosmicWeb |
g |
software | healthy | src/three/objects/cosmicWeb.ts:g |
b |
software | healthy | src/three/objects/cosmicWeb.ts:b |
buildSun |
software | healthy | src/three/objects/sun.ts:buildSun |
buildOrbit |
software | healthy | src/three/objects/simple.ts:buildOrbit |
a |
software | healthy | src/three/objects/simple.ts:a |
buildStarDot |
software | healthy | src/three/objects/simple.ts:buildStarDot |
buildMarker |
software | healthy | src/three/objects/simple.ts:buildMarker |
buildBeltRing |
software | healthy | src/three/objects/simple.ts:buildBeltRing |
y |
software | healthy | src/three/objects/simple.ts:y |
buildOortShell |
software | healthy | src/three/objects/simple.ts:buildOortShell |
bindOpacityUniform |
software | healthy | src/three/objects/earth.ts:bindOpacityUniform |
makeSurfaceMaterial |
software | healthy | src/three/objects/earth.ts:makeSurfaceMaterial |
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.ts |
software | healthy | vite.config.ts |
README.md |
software | healthy | README.md |
package.json |
software | healthy | package.json |
index.html |
software | healthy | index.html |
package-lock.json |
software | healthy | package-lock.json |
tsconfig.json |
software | healthy | tsconfig.json |
build-spec.md |
software | healthy | docs/build-spec.md |
product-brief.md |
software | healthy | docs/product-brief.md |
enhancement-plan.md |
software | healthy | docs/enhancement-plan.md |
implementation-prompt.md |
software | healthy | docs/implementation-prompt.md |
generate_planets.py |
software | healthy | scripts/generate_planets.py |
generate_narration.py |
software | healthy | scripts/generate_narration.py |
launch.json |
software | healthy | .claude/launch.json |
voice-test.html |
software | healthy | public/voice-test.html |
main.ts |
software | healthy | src/main.ts |
style.css |
software | healthy | src/style.css |
debug.ts |
software | healthy | src/ui/debug.ts |
format.ts |
software | healthy | src/ui/format.ts |
infopanel.ts |
software | healthy | src/ui/infopanel.ts |
hud.ts |
software | healthy | src/ui/hud.ts |
settings.ts |
software | healthy | src/ui/settings.ts |
controls.ts |
software | healthy | src/ui/controls.ts |
tour.ts |
software | healthy | src/cinematic/tour.ts |
stops.ts |
software | healthy | src/cinematic/stops.ts |
narrator.ts |
software | healthy | src/audio/narrator.ts |
ambient.ts |
software | healthy | src/audio/ambient.ts |
sfx.ts |
software | healthy | src/audio/sfx.ts |
stage.ts |
software | healthy | src/three/stage.ts |
rescale.ts |
software | healthy | src/three/rescale.ts |
labels.ts |
software | healthy | src/three/labels.ts |
textures.ts |
software | healthy | src/three/textures.ts |
environment.ts |
software | healthy | src/three/environment.ts |
orbitRig.ts |
software | healthy | src/three/orbitRig.ts |
post.ts |
software | healthy | src/three/post.ts |
localGroup.ts |
software | healthy | src/three/objects/localGroup.ts |
cosmicWeb.ts |
software | healthy | src/three/objects/cosmicWeb.ts |
sun.ts |
software | healthy | src/three/objects/sun.ts |
simple.ts |
software | healthy | src/three/objects/simple.ts |
earth.ts |
software | healthy | src/three/objects/earth.ts |
planets.ts |
software | healthy | src/three/objects/planets.ts |
common.ts |
software | healthy | src/three/objects/common.ts |
galaxy.ts |
software | healthy | src/three/objects/galaxy.ts |
camera.ts |
software | healthy | src/core/camera.ts |
math.ts |
software | healthy | src/core/math.ts |
freeLook.ts |
software | healthy | src/core/freeLook.ts |
input.ts |
software | healthy | src/core/input.ts |
bodies.ts |
software | healthy | src/scene/bodies.ts |
milestones.ts |
software | healthy | src/scene/milestones.ts |
types.ts |
software | healthy | src/scene/types.ts |
.claude/launch.json |
quality | healthy | .claude/launch.json |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
DebugPanel |
software | healthy | src/ui/debug.ts:DebugPanel |
InfoPanel |
software | healthy | src/ui/infopanel.ts:InfoPanel |
Hud |
software | healthy | src/ui/hud.ts:Hud |
Settings |
software | healthy | src/ui/settings.ts:Settings |
Controls |
software | healthy | src/ui/controls.ts:Controls |
CinematicTour |
software | healthy | src/cinematic/tour.ts:CinematicTour |
Narrator |
software | healthy | src/audio/narrator.ts:Narrator |
Ambient |
software | healthy | src/audio/ambient.ts:Ambient |
Sfx |
software | healthy | src/audio/sfx.ts:Sfx |
Stage |
software | healthy | src/three/stage.ts:Stage |
World |
software | healthy | src/three/rescale.ts:World |
LabelLayer |
software | healthy | src/three/labels.ts:LabelLayer |
Environment |
software | healthy | src/three/environment.ts:Environment |
OrbitRig |
software | healthy | src/three/orbitRig.ts:OrbitRig |
Post |
software | healthy | src/three/post.ts:Post |
AlphaGroup |
software | healthy | src/three/objects/common.ts:AlphaGroup |
Camera |
software | healthy | src/core/camera.ts:Camera |
FreeLook |
software | healthy | src/core/freeLook.ts:FreeLook |
| Label | Layer | Status | Path |
|---|---|---|---|
docs |
software | healthy | docs |
scripts |
software | healthy | scripts |
.claude |
software | healthy | .claude |
public |
software | healthy | public |
src |
software | healthy | src |
ui |
software | healthy | src/ui |
cinematic |
software | healthy | src/cinematic |
audio |
software | healthy | src/audio |
three |
software | healthy | src/three |
objects |
software | healthy | src/three/objects |
core |
software | healthy | src/core |
scene |
software | healthy | src/scene |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-aews_72q |
software | healthy | /tmp/repobility-clone-aews_72q |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | src/three/rescale.ts |
This page is publicly accessible at:
https://repobility.com/scan/c899ad5d-3721-4159-9836-155cbe44b2fa/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/c899ad5d-3721-4159-9836-155cbe44b2fa/
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.