https://github.com/SoumilShekdar/orbitai
· scanned 2026-06-16 00:18 UTC (2 months, 2 weeks ago)
11 raw signals (0 security + 11 graph)
Last scanned 2 months, 2 weeks ago · v1 · 11 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 183 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 |
|---|---|---|---|
HoverTooltip |
software | healthy | src/components/App.tsx:HoverTooltip |
App |
software | healthy | src/components/App.tsx:App |
Row |
software | healthy | src/components/ui/MissionPanel.tsx:Row |
rangeColor |
software | healthy | src/components/ui/MissionPanel.tsx:rangeColor |
CloseApproaches |
software | healthy | src/components/ui/MissionPanel.tsx:CloseApproaches |
MissionPanel |
software | healthy | src/components/ui/MissionPanel.tsx:MissionPanel |
SimTimeReadout |
software | healthy | src/components/ui/TimeControls.tsx:SimTimeReadout |
LiveIndicator |
software | healthy | src/components/ui/TimeControls.tsx:LiveIndicator |
TimeControls |
software | healthy | src/components/ui/TimeControls.tsx:TimeControls |
Row |
software | healthy | src/components/ui/SatellitePanel.tsx:Row |
SatellitePanel |
software | healthy | src/components/ui/SatellitePanel.tsx:SatellitePanel |
update |
software | healthy | src/components/ui/SatellitePanel.tsx:update |
periodMin |
software | healthy | src/components/ui/SatellitePanel.tsx:periodMin |
looksLikeMission |
software | healthy | src/components/ui/SearchBar.tsx:looksLikeMission |
SearchBar |
software | healthy | src/components/ui/SearchBar.tsx:SearchBar |
onClickAway |
software | healthy | src/components/ui/SearchBar.tsx:onClickAway |
selectSatellite |
software | healthy | src/components/ui/SearchBar.tsx:selectSatellite |
submitMission |
software | healthy | src/components/ui/SearchBar.tsx:submitMission |
pick |
software | healthy | src/components/scene/Picking.tsx:pick |
sx |
software | healthy | src/components/scene/Picking.tsx:sx |
sy |
software | healthy | src/components/scene/Picking.tsx:sy |
Picking |
software | healthy | src/components/scene/Picking.tsx:Picking |
onMove |
software | healthy | src/components/scene/Picking.tsx:onMove |
onDown |
software | healthy | src/components/scene/Picking.tsx:onDown |
onUp |
software | healthy | src/components/scene/Picking.tsx:onUp |
ClockTicker |
software | healthy | src/components/scene/SceneRoot.tsx:ClockTicker |
SceneRoot |
software | healthy | src/components/scene/SceneRoot.tsx:SceneRoot |
OrbitTrail |
software | healthy | src/components/scene/OrbitTrail.tsx:OrbitTrail |
periodMs |
software | healthy | src/components/scene/OrbitTrail.tsx:periodMs |
RiskOverlay |
software | healthy | src/components/scene/RiskOverlay.tsx:RiskOverlay |
Atmosphere |
software | healthy | src/components/scene/Atmosphere.tsx:Atmosphere |
Satellites |
software | healthy | src/components/scene/Satellites.tsx:Satellites |
simSpeedScale |
software | healthy | src/components/scene/Satellites.tsx:simSpeedScale |
Earth |
software | healthy | src/components/scene/Earth.tsx:Earth |
easeInOut |
software | healthy | src/components/scene/LaunchSequence.tsx:easeInOut |
LaunchSequence |
software | healthy | src/components/scene/LaunchSequence.tsx:LaunchSequence |
periodMs |
software | healthy | src/components/scene/LaunchSequence.tsx:periodMs |
chaseCam |
software | healthy | src/components/scene/LaunchSequence.tsx:chaseCam |
Page |
software | healthy | src/app/page.tsx:Page |
RootLayout |
software | healthy | src/app/layout.tsx:RootLayout |
POST |
software | healthy | src/app/api/parse-mission/route.ts:POST |
GET |
software | healthy | src/app/api/satellites/route.ts:GET |
GET |
software | healthy | src/app/api/cron/refresh-catalog/route.ts:GET |
POST |
software | healthy | src/app/api/analyze-mission/route.ts:POST |
deriveOperator |
software | healthy | src/lib/operators.ts:deriveOperator |
eciToScene |
software | healthy | src/lib/sun.ts:eciToScene |
julianDate |
software | healthy | src/lib/sun.ts:julianDate |
gmst |
software | healthy | src/lib/sun.ts:gmst |
tut1 |
software | healthy | src/lib/sun.ts:tut1 |
sunDirectionScene |
software | healthy | src/lib/sun.ts:sunDirectionScene |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
vercel.json |
software | healthy | vercel.json |
postcss.config.mjs |
software | healthy | postcss.config.mjs |
README.md |
software | healthy | README.md |
pnpm-lock.yaml |
software | healthy | pnpm-lock.yaml |
CLAUDE.md |
software | healthy | CLAUDE.md |
package.json |
software | healthy | package.json |
pnpm-workspace.yaml |
software | healthy | pnpm-workspace.yaml |
tsconfig.json |
software | healthy | tsconfig.json |
drizzle.config.ts |
software | healthy | drizzle.config.ts |
eslint.config.mjs |
software | healthy | eslint.config.mjs |
AGENTS.md |
software | healthy | AGENTS.md |
next.config.ts |
software | healthy | next.config.ts |
launch.json |
software | healthy | .claude/launch.json |
App.tsx |
software | healthy | src/components/App.tsx |
MissionPanel.tsx |
software | healthy | src/components/ui/MissionPanel.tsx |
TimeControls.tsx |
software | healthy | src/components/ui/TimeControls.tsx |
SatellitePanel.tsx |
software | healthy | src/components/ui/SatellitePanel.tsx |
SearchBar.tsx |
software | healthy | src/components/ui/SearchBar.tsx |
Picking.tsx |
software | healthy | src/components/scene/Picking.tsx |
SceneRoot.tsx |
software | healthy | src/components/scene/SceneRoot.tsx |
OrbitTrail.tsx |
software | healthy | src/components/scene/OrbitTrail.tsx |
RiskOverlay.tsx |
software | healthy | src/components/scene/RiskOverlay.tsx |
Atmosphere.tsx |
software | healthy | src/components/scene/Atmosphere.tsx |
Satellites.tsx |
software | healthy | src/components/scene/Satellites.tsx |
Earth.tsx |
software | healthy | src/components/scene/Earth.tsx |
LaunchSequence.tsx |
software | healthy | src/components/scene/LaunchSequence.tsx |
globals.css |
software | healthy | src/app/globals.css |
page.tsx |
software | healthy | src/app/page.tsx |
layout.tsx |
software | healthy | src/app/layout.tsx |
route.ts |
software | healthy | src/app/api/parse-mission/route.ts |
route.ts |
software | healthy | src/app/api/satellites/route.ts |
route.ts |
software | healthy | src/app/api/cron/refresh-catalog/route.ts |
route.ts |
software | healthy | src/app/api/analyze-mission/route.ts |
operators.ts |
software | healthy | src/lib/operators.ts |
sun.ts |
software | healthy | src/lib/sun.ts |
constants.ts |
software | healthy | src/lib/constants.ts |
cameraRig.ts |
software | healthy | src/lib/cameraRig.ts |
tle.ts |
software | healthy | src/lib/tle.ts |
launchSites.ts |
software | healthy | src/lib/mission/launchSites.ts |
orbit.ts |
software | healthy | src/lib/mission/orbit.ts |
analysis.ts |
software | healthy | src/lib/mission/analysis.ts |
missionStore.ts |
software | healthy | src/lib/mission/missionStore.ts |
types.ts |
software | healthy | src/lib/mission/types.ts |
catalog.ts |
software | healthy | src/lib/sim/catalog.ts |
synthTle.ts |
software | healthy | src/lib/sim/synthTle.ts |
uiStore.ts |
software | healthy | src/lib/sim/uiStore.ts |
store.ts |
software | healthy | src/lib/sim/store.ts |
catalogStore.ts |
software | healthy | src/lib/sim/catalogStore.ts |
kepler.ts |
software | healthy | src/lib/sim/kepler.ts |
clock.ts |
software | healthy | src/lib/sim/clock.ts |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
.claude |
software | healthy | .claude |
src |
software | healthy | src |
components |
software | healthy | src/components |
ui |
software | healthy | src/components/ui |
scene |
software | healthy | src/components/scene |
app |
software | healthy | src/app |
api |
software | healthy | src/app/api |
parse-mission |
software | healthy | src/app/api/parse-mission |
satellites |
software | healthy | src/app/api/satellites |
cron |
software | healthy | src/app/api/cron |
refresh-catalog |
software | healthy | src/app/api/cron/refresh-catalog |
analyze-mission |
software | healthy | src/app/api/analyze-mission |
lib |
software | healthy | src/lib |
mission |
software | healthy | src/lib/mission |
sim |
software | healthy | src/lib/sim |
db |
software | healthy | src/db |
| Label | Layer | Status | Path |
|---|---|---|---|
App |
frontend | healthy | src/components/App.tsx |
MissionPanel |
frontend | healthy | src/components/ui/MissionPanel.tsx |
TimeControls |
frontend | healthy | src/components/ui/TimeControls.tsx |
SatellitePanel |
frontend | healthy | src/components/ui/SatellitePanel.tsx |
SearchBar |
frontend | healthy | src/components/ui/SearchBar.tsx |
Picking |
frontend | healthy | src/components/scene/Picking.tsx |
SceneRoot |
frontend | healthy | src/components/scene/SceneRoot.tsx |
OrbitTrail |
frontend | healthy | src/components/scene/OrbitTrail.tsx |
RiskOverlay |
frontend | healthy | src/components/scene/RiskOverlay.tsx |
Atmosphere |
frontend | healthy | src/components/scene/Atmosphere.tsx |
Satellites |
frontend | healthy | src/components/scene/Satellites.tsx |
Earth |
frontend | healthy | src/components/scene/Earth.tsx |
LaunchSequence |
frontend | healthy | src/components/scene/LaunchSequence.tsx |
Page |
frontend | healthy | src/app/page.tsx |
RootLayout |
frontend | healthy | src/app/layout.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
postgres |
data | healthy | README.md |
sqlite |
data | healthy | pnpm-lock.yaml |
redis |
data | healthy | pnpm-lock.yaml |
postgresql |
data | healthy | drizzle.config.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
port:64 |
network | healthy | pnpm-lock.yaml |
port:16 |
network | healthy | pnpm-lock.yaml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-k2ol85ry |
software | healthy | /tmp/repobility-clone-k2ol85ry |
| Label | Layer | Status | Path |
|---|---|---|---|
SatCatalog |
software | healthy | src/lib/sim/catalog.ts:SatCatalog |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | pnpm-lock.yaml |
| Label | Layer | Status | Path |
|---|---|---|---|
/page.tsx |
frontend | healthy | src/app/page.tsx |
This page is publicly accessible at:
https://repobility.com/scan/e7fab153-9ffd-4705-973d-600ad2a7f3d7/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/e7fab153-9ffd-4705-973d-600ad2a7f3d7/
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.