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.

br3nt/tribal-gods

https://github.com/br3nt/tribal-gods · scanned 2026-06-17 01:42 UTC (1 month, 1 week ago)

18 raw signals (0 security + 18 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ +13.9 (diff) · 18 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 194 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
centerOnHome software healthy src/main.ts:centerOnHome
newWorld software healthy src/main.ts:newWorld
startLevel software healthy src/main.ts:startLevel
editLevel software healthy src/main.ts:editLevel
freshEditorCanvas software healthy src/main.ts:freshEditorCanvas
wrapf software healthy src/sim/world-state.ts:wrapf
hostile software healthy src/sim/world-state.ts:hostile
shuffle software healthy src/sim/world-state.ts:shuffle
otherCivs software healthy src/sim/world-state.ts:otherCivs
a software healthy src/sim/world-state.ts:a
tileIndex software healthy src/sim/pathfinding.ts:tileIndex
walkable software healthy src/sim/pathfinding.ts:walkable
heuristic software healthy src/sim/pathfinding.ts:heuristic
findNearestWalkable software healthy src/sim/pathfinding.ts:findNearestWalkable
findPath software healthy src/sim/pathfinding.ts:findPath
cz software healthy src/sim/pathfinding.ts:cz
spellMeta software healthy src/sim/spells.ts:spellMeta
castSpell software healthy src/sim/spells.ts:castSpell
tickJobs software healthy src/sim/spells.ts:tickJobs
tickLandbridge software healthy src/sim/spells.ts:tickLandbridge
frontier software healthy src/sim/spells.ts:frontier
tickEarthquake software healthy src/sim/spells.ts:tickEarthquake
tickVolcano software healthy src/sim/spells.ts:tickVolcano
tickAi software healthy src/sim/ai.ts:tickAi
seekMonuments software healthy src/sim/ai.ts:seekMonuments
growEconomy software healthy src/sim/ai.ts:growEconomy
aiShamanCasts software healthy src/sim/ai.ts:aiShamanCasts
is software healthy src/world/heightmap.ts:is
hash2 software healthy src/core/noise.ts:hash2
fade software healthy src/core/noise.ts:fade
valueNoise software healthy src/core/noise.ts:valueNoise
w software healthy src/core/noise.ts:w
fbm software healthy src/core/noise.ts:fbm
clamp software healthy src/core/util.ts:clamp
lerp software healthy src/core/util.ts:lerp
smoothstep software healthy src/core/util.ts:smoothstep
wrapDelta software healthy src/core/util.ts:wrapDelta
parent software healthy src/core/heap.ts:parent
ensure software healthy src/core/audio.ts:ensure
unlockAudio software healthy src/core/audio.ts:unlockAudio
noise software healthy src/core/audio.ts:noise
boom software healthy src/core/audio.ts:boom
zap software healthy src/core/audio.ts:zap
rumble software healthy src/core/audio.ts:rumble
chime software healthy src/core/audio.ts:chime
thud software healthy src/core/audio.ts:thud
denied software healthy src/core/audio.ts:denied
startLoop software healthy src/core/loop.ts:startLoop
frame software healthy src/core/loop.ts:frame
drift software healthy src/render/effects.ts:drift

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

LabelLayerStatusPath
SPEC.md software healthy SPEC.md
vite.config.ts software healthy vite.config.ts
package-lock.json software healthy package-lock.json
README.md software healthy README.md
package.json software healthy package.json
index.html software healthy index.html
tsconfig.json software healthy tsconfig.json
deploy.yml software healthy .github/workflows/deploy.yml
main.ts software healthy src/main.ts
config.ts software healthy src/config.ts
world-state.ts software healthy src/sim/world-state.ts
pathfinding.ts software healthy src/sim/pathfinding.ts
spells.ts software healthy src/sim/spells.ts
ai.ts software healthy src/sim/ai.ts
water.ts software healthy src/world/water.ts
curvature.ts software healthy src/world/curvature.ts
terrain-mesh.ts software healthy src/world/terrain-mesh.ts
heightmap.ts software healthy src/world/heightmap.ts
noise.ts software healthy src/core/noise.ts
util.ts software healthy src/core/util.ts
heap.ts software healthy src/core/heap.ts
audio.ts software healthy src/core/audio.ts
loop.ts software healthy src/core/loop.ts
effects.ts software healthy src/render/effects.ts
building-renderer.ts software healthy src/render/building-renderer.ts
tree-renderer.ts software healthy src/render/tree-renderer.ts
camera-rig.ts software healthy src/render/camera-rig.ts
figure-animator.ts software healthy src/render/figure-animator.ts
ground-picker.ts software healthy src/render/ground-picker.ts
unit-renderer.ts software healthy src/render/unit-renderer.ts
editor.ts software healthy src/ui/editor.ts
tools.ts software healthy src/ui/tools.ts
orders.ts software healthy src/ui/orders.ts
brush.ts software healthy src/ui/brush.ts
level-library.ts software healthy src/ui/level-library.ts
app-state.ts software healthy src/ui/app-state.ts
hud.ts software healthy src/ui/hud.ts
menu.ts software healthy src/ui/menu.ts
build-placer.ts software healthy src/ui/build-placer.ts
minimap.ts software healthy src/ui/minimap.ts
spell-panel.ts software healthy src/ui/spell-panel.ts
spell-caster.ts software healthy src/ui/spell-caster.ts
figures.ts software healthy src/assets/models/figures.ts
buildings.ts software healthy src/assets/models/buildings.ts
store.ts software healthy src/level/store.ts
level-format.ts software healthy src/level/level-format.ts
official-levels.ts software healthy src/level/official-levels.ts

LabelLayerStatusPath
World software healthy src/sim/world-state.ts:World
Water software healthy src/world/water.ts:Water
TerrainMesh software healthy src/world/terrain-mesh.ts:TerrainMesh
Heightmap software healthy src/world/heightmap.ts:Heightmap
MinHeap software healthy src/core/heap.ts:MinHeap
EffectsRenderer software healthy src/render/effects.ts:EffectsRenderer
BuildingRenderer software healthy src/render/building-renderer.ts:BuildingRenderer
TreeRenderer software healthy src/render/tree-renderer.ts:TreeRenderer
CameraRig software healthy src/render/camera-rig.ts:CameraRig
FigureAnimator software healthy src/render/figure-animator.ts:FigureAnimator
UnitRenderer software healthy src/render/unit-renderer.ts:UnitRenderer
Editor software healthy src/ui/editor.ts:Editor
OrderControl software healthy src/ui/orders.ts:OrderControl
SculptBrush software healthy src/ui/brush.ts:SculptBrush
LevelLibrary software healthy src/ui/level-library.ts:LevelLibrary
Hud software healthy src/ui/hud.ts:Hud
Menu software healthy src/ui/menu.ts:Menu
BuildPlacer software healthy src/ui/build-placer.ts:BuildPlacer
Minimap software healthy src/ui/minimap.ts:Minimap
SpellPanel software healthy src/ui/spell-panel.ts:SpellPanel
SpellCaster software healthy src/ui/spell-caster.ts:SpellCaster

LabelLayerStatusPath
.github software healthy .github
workflows software healthy .github/workflows
src software healthy src
sim software healthy src/sim
world software healthy src/world
core software healthy src/core
render software healthy src/render
ui software healthy src/ui
assets software healthy src/assets
models software healthy src/assets/models
level software healthy src/level

LabelLayerStatusPath
build cicd healthy .github/workflows/deploy.yml
deploy cicd healthy .github/workflows/deploy.yml

LabelLayerStatusPath
br3nt__tribal-gods software healthy /data/fable5_failed_archive/br3nt__tribal-gods

LabelLayerStatusPath
gpu (detected) hardware healthy src/world/curvature.ts

LabelLayerStatusPath
gha::deploy cicd healthy .github/workflows/deploy.yml
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/be13580a-e669-4bb3-83c9-91321cdd0128/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/be13580a-e669-4bb3-83c9-91321cdd0128/

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.