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.

SoumilShekdar/orbitai

https://github.com/SoumilShekdar/orbitai · scanned 2026-06-16 00:18 UTC (2 months, 2 weeks ago)

11 raw signals (0 security + 11 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

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.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

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.

LabelLayerStatusPath
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.

LabelLayerStatusPath
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.

LabelLayerStatusPath
.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

LabelLayerStatusPath
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

LabelLayerStatusPath
postgres data healthy README.md
sqlite data healthy pnpm-lock.yaml
redis data healthy pnpm-lock.yaml
postgresql data healthy drizzle.config.ts

LabelLayerStatusPath
port:64 network healthy pnpm-lock.yaml
port:16 network healthy pnpm-lock.yaml

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

LabelLayerStatusPath
SatCatalog software healthy src/lib/sim/catalog.ts:SatCatalog

LabelLayerStatusPath
gpu (detected) hardware healthy README.md

LabelLayerStatusPath
vps::aws hardware healthy pnpm-lock.yaml

LabelLayerStatusPath
/page.tsx frontend healthy src/app/page.tsx
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/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.