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.

ricoding-hub/genesis

https://github.com/ricoding-hub/genesis · scanned 2026-06-15 23:51 UTC (2 months, 3 weeks ago)

13 raw signals (0 security + 13 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

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.

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

All 218 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
resize software healthy src/main.tsx:resize
loop software healthy src/main.tsx:loop
pinchInfo software healthy src/main.tsx:pinchInfo
toast software healthy src/main.tsx:toast
applyTool software healthy src/main.tsx:applyTool
onUI software healthy src/main.tsx:onUI
releasePointer software healthy src/main.tsx:releasePointer
initialLang software healthy src/i18n/index.ts:initialLang
setLanguage software healthy src/i18n/index.ts:setLanguage
currentLanguage software healthy src/i18n/index.ts:currentLanguage
MobileNav software healthy src/ui/MobileNav.tsx:MobileNav
EventsSection software healthy src/ui/EventsPanel.tsx:EventsSection
fire software healthy src/ui/EventsPanel.tsx:fire
ActiveEvents software healthy src/ui/EventsPanel.tsx:ActiveEvents
HistogramMini software healthy src/ui/Dashboard.tsx:HistogramMini
DominantCard software healthy src/ui/Dashboard.tsx:DominantCard
SpeciationTimeline software healthy src/ui/Dashboard.tsx:SpeciationTimeline
DashboardSection software healthy src/ui/Dashboard.tsx:DashboardSection
Menu software healthy src/ui/Menu.tsx:Menu
restart software healthy src/ui/Menu.tsx:restart
PhenotypePreview software healthy src/ui/GeneticLab.tsx:PhenotypePreview
draw software healthy src/ui/GeneticLab.tsx:draw
scale software healthy src/ui/GeneticLab.tsx:scale
GeneticLab software healthy src/ui/GeneticLab.tsx:GeneticLab
TimeControls software healthy src/ui/TimeControls.tsx:TimeControls
EraTrack software healthy src/ui/CivilizationPanel.tsx:EraTrack
TribeCard software healthy src/ui/CivilizationPanel.tsx:TribeCard
CivSection software healthy src/ui/CivilizationPanel.tsx:CivSection
Inspector software healthy src/ui/Inspector.tsx:Inspector
Panel software healthy src/ui/Panel.tsx:Panel
ActiveToolChip software healthy src/ui/ActiveToolChip.tsx:ActiveToolChip
useIsMobile software healthy src/ui/useIsMobile.ts:useIsMobile
onChange software healthy src/ui/useIsMobile.ts:onChange
ConfirmModal software healthy src/ui/ConfirmModal.tsx:ConfirmModal
Bar software healthy src/ui/VersusPanel.tsx:Bar
Side software healthy src/ui/VersusPanel.tsx:Side
VersusSection software healthy src/ui/VersusPanel.tsx:VersusSection
Minimap software healthy src/ui/Minimap.tsx:Minimap
bakeTerrain software healthy src/ui/Minimap.tsx:bakeTerrain
i software healthy src/ui/Minimap.tsx:i
draw software healthy src/ui/Minimap.tsx:draw
wx software healthy src/ui/Minimap.tsx:wx
wy software healthy src/ui/Minimap.tsx:wy
DayNightIcon software healthy src/ui/App.tsx:DayNightIcon
HUD software healthy src/ui/App.tsx:HUD
PanelHost software healthy src/ui/App.tsx:PanelHost
Toast software healthy src/ui/App.tsx:Toast
FirstRunHint software healthy src/ui/App.tsx:FirstRunHint
Help software healthy src/ui/App.tsx:Help
App software healthy src/ui/App.tsx:App

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
GENESIS_GOAL.md software healthy GENESIS_GOAL.md
vite.config.ts software healthy vite.config.ts
vercel.json software healthy vercel.json
README.md software healthy README.md
tailwind.config.js software healthy tailwind.config.js
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
postcss.config.js software healthy postcss.config.js
styles.css software healthy src/styles.css
main.tsx software healthy src/main.tsx
index.ts software healthy src/types/index.ts
en.ts software healthy src/i18n/en.ts
es.ts software healthy src/i18n/es.ts
index.ts software healthy src/i18n/index.ts
store.ts software healthy src/state/store.ts
MobileNav.tsx software healthy src/ui/MobileNav.tsx
EventsPanel.tsx software healthy src/ui/EventsPanel.tsx
Dashboard.tsx software healthy src/ui/Dashboard.tsx
Menu.tsx software healthy src/ui/Menu.tsx
GeneticLab.tsx software healthy src/ui/GeneticLab.tsx
TimeControls.tsx software healthy src/ui/TimeControls.tsx
CivilizationPanel.tsx software healthy src/ui/CivilizationPanel.tsx
Inspector.tsx software healthy src/ui/Inspector.tsx
Panel.tsx software healthy src/ui/Panel.tsx
ActiveToolChip.tsx software healthy src/ui/ActiveToolChip.tsx
useIsMobile.ts software healthy src/ui/useIsMobile.ts
ConfirmModal.tsx software healthy src/ui/ConfirmModal.tsx
VersusPanel.tsx software healthy src/ui/VersusPanel.tsx
Minimap.tsx software healthy src/ui/Minimap.tsx
App.tsx software healthy src/ui/App.tsx
GodMode.tsx software healthy src/ui/GodMode.tsx
ScenarioModal.tsx software healthy src/ui/ScenarioModal.tsx
math.ts software healthy src/utils/math.ts
colors.ts software healthy src/utils/colors.ts
noise.ts software healthy src/utils/noise.ts
time.ts software healthy src/utils/time.ts
SpatialGrid.ts software healthy src/engine/SpatialGrid.ts
Renderer.ts software healthy src/engine/Renderer.ts
Events.ts software healthy src/engine/Events.ts
Particles.ts software healthy src/engine/Particles.ts
World.ts software healthy src/engine/World.ts
Species.ts software healthy src/engine/Species.ts
Culture.ts software healthy src/engine/Culture.ts
Camera.ts software healthy src/engine/Camera.ts
Creature.ts software healthy src/engine/Creature.ts
Simulation.ts software healthy src/engine/Simulation.ts
Genetics.ts software healthy src/engine/Genetics.ts
engine.ts software healthy src/engine/engine.ts

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
SimplexNoise software healthy src/utils/noise.ts:SimplexNoise
SpatialGrid software healthy src/engine/SpatialGrid.ts:SpatialGrid
Renderer software healthy src/engine/Renderer.ts:Renderer
SimEvent software healthy src/engine/Events.ts:SimEvent
MeteorEvent software healthy src/engine/Events.ts:MeteorEvent
IceAgeEvent software healthy src/engine/Events.ts:IceAgeEvent
WildfireEvent software healthy src/engine/Events.ts:WildfireEvent
PlagueEvent software healthy src/engine/Events.ts:PlagueEvent
DroughtEvent software healthy src/engine/Events.ts:DroughtEvent
FloodEvent software healthy src/engine/Events.ts:FloodEvent
EarthquakeEvent software healthy src/engine/Events.ts:EarthquakeEvent
VolcanoEvent software healthy src/engine/Events.ts:VolcanoEvent
BloomEvent software healthy src/engine/Events.ts:BloomEvent
LocustEvent software healthy src/engine/Events.ts:LocustEvent
EclipseEvent software healthy src/engine/Events.ts:EclipseEvent
EventManager software healthy src/engine/Events.ts:EventManager
ParticleSystem software healthy src/engine/Particles.ts:ParticleSystem
World software healthy src/engine/World.ts:World
SpeciesTracker software healthy src/engine/Species.ts:SpeciesTracker
Culture software healthy src/engine/Culture.ts:Culture
Camera software healthy src/engine/Camera.ts:Camera
Creature software healthy src/engine/Creature.ts:Creature
Simulation software healthy src/engine/Simulation.ts:Simulation
StatsCollector software healthy src/engine/Stats.ts:StatsCollector

LabelLayerStatusPath
src software healthy src
types software healthy src/types
i18n software healthy src/i18n
state software healthy src/state
ui software healthy src/ui
utils software healthy src/utils
engine software healthy src/engine

LabelLayerStatusPath
repobility-clone-pv8iq_x4 software healthy /tmp/repobility-clone-pv8iq_x4
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/166b9eec-cd32-4bf2-8633-b9b21b398b69/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/166b9eec-cd32-4bf2-8633-b9b21b398b69/

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.