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.

bitcointeamlt-blip/ok5

https://github.com/bitcointeamlt-blip/ok5 · scanned 2026-06-26 22:40 UTC (1 month ago)

149 raw signals (0 security + 149 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month ago · v3 · 149 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 14633 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
vite.config.ts software healthy vite.config.ts
package-lock.json software healthy package-lock.json
netlify.toml software healthy netlify.toml
package.json software healthy package.json
index.html software healthy index.html
tsconfig.json software healthy tsconfig.json
style.css software healthy units/style.css
update_enemy.js software healthy units/update_enemy.js
README.md software healthy units/README.md
metadata.json software healthy units/metadata.json
index.html software healthy units/index.html
update_worm.js software healthy units/update_worm.js
game.js software healthy units/game.js
settings.local.json software healthy units/.claude/settings.local.json
units-main.ts software healthy src/units-main.ts
main.ts software healthy src/main.ts
vite-env.d.ts software healthy src/vite-env.d.ts
simple-main.ts software healthy src/simple-main.ts
AudioManager.ts software healthy src/audio/AudioManager.ts
RNG.ts software healthy src/utils/RNG.ts
PixelArtEnhancer.ts software healthy src/utils/PixelArtEnhancer.ts
ArmorSystem.ts software healthy src/game/ArmorSystem.ts
UpgradeSystem.ts software healthy src/game/UpgradeSystem.ts
GameState.ts software healthy src/game/GameState.ts
CombatSystem.ts software healthy src/game/CombatSystem.ts
DroneSystem.ts software healthy src/game/DroneSystem.ts
profile.ts software healthy src/types/profile.ts
nft.ts software healthy src/types/nft.ts
ProfileManager.ts software healthy src/profile/ProfileManager.ts
SaveManager.ts software healthy src/persistence/SaveManager.ts
SaveManagerV2.ts software healthy src/persistence/SaveManagerV2.ts
SaveDataV2.ts software healthy src/persistence/SaveDataV2.ts
Renderer.ts software healthy src/renderer/Renderer.ts
ParticleSystem.ts software healthy src/renderer/ParticleSystem.ts
UIRenderer.ts software healthy src/renderer/UIRenderer.ts
InputManager.ts software healthy src/input/InputManager.ts
SupabaseService.ts software healthy src/services/SupabaseService.ts
UnitsNetworkService.ts software healthy src/services/UnitsNetworkService.ts
ColyseusService.ts software healthy src/services/ColyseusService.ts
PresenceService.ts software healthy src/services/PresenceService.ts
ChatService.ts software healthy src/services/ChatService.ts
WalletService.ts software healthy src/services/WalletService.ts
MatchmakingService.ts software healthy src/services/MatchmakingService.ts
PvPSyncService.ts software healthy src/services/PvPSyncService.ts
NftService.ts software healthy src/services/NftService.ts
index.html software healthy pewpew/index.html
style.css software healthy lenta/style.css
update_enemy.js software healthy lenta/update_enemy.js
metadata.json software healthy lenta/metadata.json
index.html software healthy lenta/index.html

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

LabelLayerStatusPath
drawEnemyBinarySwarm software healthy units/update_enemy.js:drawEnemyBinarySwarm
shake software healthy units/update_enemy.js:shake
theta software healthy units/update_enemy.js:theta
jX software healthy units/update_enemy.js:jX
jY software healthy units/update_enemy.js:jY
cX software healthy units/update_enemy.js:cX
cY software healthy units/update_enemy.js:cY
drawEnemyPixelArt software healthy units/update_enemy.js:drawEnemyPixelArt
const software healthy units/update_worm.js:const
drawEnemyWorm software healthy units/update_worm.js:drawEnemyWorm
tCx software healthy units/update_worm.js:tCx
tCy software healthy units/update_worm.js:tCy
shakeAmt software healthy units/update_worm.js:shakeAmt
evaluateCombination software healthy units/game.js:evaluateCombination
getCritChance software healthy units/game.js:getCritChance
loadProfile software healthy units/game.js:loadProfile
saveProfile software healthy units/game.js:saveProfile
getTerminalVoltsCost software healthy units/game.js:getTerminalVoltsCost
getInGameVoltsCost software healthy units/game.js:getInGameVoltsCost
spawnUpgradeFX software healthy units/game.js:spawnUpgradeFX
showUpgradeAnim software healthy units/game.js:showUpgradeAnim
drawMiniChip software healthy units/game.js:drawMiniChip
drawMiniByte software healthy units/game.js:drawMiniByte
renderCostIcons software healthy units/game.js:renderCostIcons
addIcon software healthy units/game.js:addIcon
getCritCost software healthy units/game.js:getCritCost
formatCritCost software healthy units/game.js:formatCritCost
getFreeShotCost software healthy units/game.js:getFreeShotCost
getNanoRepairCost software healthy units/game.js:getNanoRepairCost
getNanoSuccessRate software healthy units/game.js:getNanoSuccessRate
getNanoHealInterval software healthy units/game.js:getNanoHealInterval
chipCount software healthy units/game.js:chipCount
spendChips software healthy units/game.js:spendChips
hasBytes software healthy units/game.js:hasBytes
_startForgeAnim software healthy units/game.js:_startForgeAnim
frame software healthy units/game.js:frame
_stopForgeAnim software healthy units/game.js:_stopForgeAnim
_updateForgeUI software healthy units/game.js:_updateForgeUI
updateHubUI software healthy units/game.js:updateHubUI
critPct software healthy units/game.js:critPct
o software healthy units/game.js:o
canAffordVolts software healthy units/game.js:canAffordVolts
logEvent software healthy units/game.js:logEvent
checkAchievements software healthy units/game.js:checkAchievements
showAchievementPopup software healthy units/game.js:showAchievementPopup
showGameNotification software healthy units/game.js:showGameNotification
renderAchievementsPanel software healthy units/game.js:renderAchievementsPanel
startTutorial software healthy units/game.js:startTutorial
showTutorialStep software healthy units/game.js:showTutorialStep
endTutorial software healthy units/game.js:endTutorial

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

LabelLayerStatusPath
slot software healthy units/game.js:slot
SeededRNG software healthy src/units-main.ts:SeededRNG
Game software healthy src/main.ts:Game
AudioManager software healthy src/audio/AudioManager.ts:AudioManager
RNG software healthy src/utils/RNG.ts:RNG
ArmorSystem software healthy src/game/ArmorSystem.ts:ArmorSystem
UpgradeSystem software healthy src/game/UpgradeSystem.ts:UpgradeSystem
CombatSystem software healthy src/game/CombatSystem.ts:CombatSystem
DroneSystem software healthy src/game/DroneSystem.ts:DroneSystem
ProfileManager software healthy src/profile/ProfileManager.ts:ProfileManager
SaveManager software healthy src/persistence/SaveManager.ts:SaveManager
SaveManagerV2 software healthy src/persistence/SaveManagerV2.ts:SaveManagerV2
Renderer software healthy src/renderer/Renderer.ts:Renderer
ParticleSystem software healthy src/renderer/ParticleSystem.ts:ParticleSystem
UIRenderer software healthy src/renderer/UIRenderer.ts:UIRenderer
InputManager software healthy src/input/InputManager.ts:InputManager
SupabaseService software healthy src/services/SupabaseService.ts:SupabaseService
UnitsNetworkService software healthy src/services/UnitsNetworkService.ts:UnitsNetworkService
ColyseusService software healthy src/services/ColyseusService.ts:ColyseusService
PresenceService software healthy src/services/PresenceService.ts:PresenceService
ChatService software healthy src/services/ChatService.ts:ChatService
WalletService software healthy src/services/WalletService.ts:WalletService
MatchmakingService software healthy src/services/MatchmakingService.ts:MatchmakingService
PvPSyncService software healthy src/services/PvPSyncService.ts:PvPSyncService
NftService software healthy src/services/NftService.ts:NftService
changes software healthy lenta/game.js:changes
UnitsRoom software healthy colyseus-server/src/rooms/UnitsRoom.ts:UnitsRoom
GameRoom software healthy colyseus-server/src/rooms/GameRoom.ts:GameRoom
ChatRoom software healthy colyseus-server/src/rooms/ChatRoom.ts:ChatRoom
PresenceRoom software healthy colyseus-server/src/rooms/PresenceRoom.ts:PresenceRoom
SeededRNG software healthy colyseus-server/src/game/UnitsGalaxyGenerator.ts:SeededRNG
UnitsGameLogic software healthy colyseus-server/src/game/UnitsGameLogic.ts:UnitsGameLogic
PresenceState software healthy colyseus-server/src/schema/PresenceState.ts:PresenceState
SyncPlanet software healthy colyseus-server/src/schema/UnitsState.ts:SyncPlanet
SyncPlayer software healthy colyseus-server/src/schema/UnitsState.ts:SyncPlayer
UnitsState software healthy colyseus-server/src/schema/UnitsState.ts:UnitsState
Player software healthy colyseus-server/src/schema/GameState.ts:Player
GameState software healthy colyseus-server/src/schema/GameState.ts:GameState
ChatUser software healthy colyseus-server/src/schema/ChatState.ts:ChatUser
ChatMessage software healthy colyseus-server/src/schema/ChatState.ts:ChatMessage
ChatState software healthy colyseus-server/src/schema/ChatState.ts:ChatState
ReplayStore software healthy colyseus-server/src/replay/ReplayStore.ts:ReplayStore
MatchRecorder software healthy colyseus-server/src/replay/MatchRecorder.ts:MatchRecorder
NftBonusService software healthy colyseus-server/src/services/NftBonusService.ts:NftBonusSer…
UfoTicketService software healthy colyseus-server/src/services/UfoTicketService.ts:UfoTicketS…
slot software healthy public/units/game.js:slot
changes software healthy public/lenta/wallet-ui.js:changes
changes software healthy public/lenta/game.js:changes
keiciasi software healthy public/lenta/game.js:keiciasi
changes software healthy public/lenta/village/game.js:changes

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

LabelLayerStatusPath
units software healthy units
.claude software healthy units/.claude
src software healthy src
audio software healthy src/audio
utils software healthy src/utils
game software healthy src/game
types software healthy src/types
profile software healthy src/profile
persistence software healthy src/persistence
renderer software healthy src/renderer
input software healthy src/input
services software healthy src/services
pewpew software healthy pewpew
lenta software healthy lenta
colyseus-server software healthy colyseus-server
src software healthy colyseus-server/src
rooms software healthy colyseus-server/src/rooms
game software healthy colyseus-server/src/game
persistence software healthy colyseus-server/src/persistence
metrics software healthy colyseus-server/src/metrics
schema software healthy colyseus-server/src/schema
replay software healthy colyseus-server/src/replay
services software healthy colyseus-server/src/services
replays software healthy colyseus-server/replays
netlify software healthy netlify
functions software healthy netlify/functions
wavebreaker software healthy wavebreaker
public software healthy public
pinball software healthy public/pinball
units software healthy public/units
links software healthy public/links
lenta software healthy public/lenta
trophy-meta software healthy public/lenta/trophy-meta
village software healthy public/lenta/village
_agents software healthy public/lenta/_agents
skills software healthy public/lenta/_agents/skills
tileskill software healthy public/lenta/_agents/skills/tileskill
.claude software healthy public/lenta/.claude

LabelLayerStatusPath
GET /health api healthy colyseus-server/src/app.config.ts
GET /status api healthy colyseus-server/src/app.config.ts
GET / api healthy colyseus-server/src/app.config.ts
GET /replays api healthy colyseus-server/src/app.config.ts
GET /replays/:id api healthy colyseus-server/src/app.config.ts

LabelLayerStatusPath
port:7005 network healthy vite.config.ts
port:6500 network healthy public/lenta/.__local_server_6500.js
port:8500 network healthy public/lenta/.__local_server_8500.js
port:8501 network healthy public/lenta/.__local_server_8501.js

LabelLayerStatusPath
auth::src/services/SupabaseService.ts security healthy src/services/SupabaseService.ts
auth::public/lenta/wallet.js security healthy public/lenta/wallet.js

LabelLayerStatusPath
bitcointeamlt-blip__ok5 software healthy /data/fable5_failed_archive/bitcointeamlt-blip__ok5

LabelLayerStatusPath
127.0.0.1 network healthy src/units-main.ts
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/c5598d51-6674-45fa-89ec-fe4731e4aa51/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/c5598d51-6674-45fa-89ec-fe4731e4aa51/

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.