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.

srobby2000/poke

https://github.com/srobby2000/poke · scanned 2026-06-16 00:20 UTC (2 months, 2 weeks ago)

14 raw signals (0 security + 14 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 8 actionable findings from 1 signal source. 6 repeated signals grouped for readability. 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 336 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
preloadCanvas software healthy src/App.tsx:preloadCanvas
resolveOverworldTeam software healthy src/App.tsx:resolveOverworldTeam
App software healthy src/App.tsx:App
battleXp software healthy src/App.tsx:battleXp
nextPullSeed software healthy src/App.tsx:nextPullSeed
commitProgress software healthy src/App.tsx:commitProgress
registerPullResults software healthy src/App.tsx:registerPullResults
overlays software healthy src/App.tsx:overlays
used software healthy src/App.tsx:used
Battle software healthy src/App.tsx:Battle
onKeyDown software healthy src/App.tsx:onKeyDown
run software healthy src/App.tsx:run
useConsumedItems software healthy src/App.tsx:useConsumedItems
useAutoFight software healthy src/App.tsx:useAutoFight
autoMoveScore software healthy src/App.tsx:autoMoveScore
useBattleSounds software healthy src/App.tsx:useBattleSounds
TeamSelect software healthy src/components/TeamSelect.tsx:TeamSelect
toggle software healthy src/components/TeamSelect.tsx:toggle
ArenaQuests software healthy src/components/ArenaQuests.tsx:ArenaQuests
PokemonRosterSelect software healthy src/components/PokemonRosterSelect.tsx:PokemonRosterSelect
WorldCanvas software healthy src/components/WorldCanvas.tsx:WorldCanvas
CameraRig software healthy src/components/WorldCanvas.tsx:CameraRig
Player software healthy src/components/WorldCanvas.tsx:Player
centerX software healthy src/components/WorldCanvas.tsx:centerX
centerZ software healthy src/components/WorldCanvas.tsx:centerZ
SettingsModal software healthy src/components/SettingsModal.tsx:SettingsModal
ArenaSaveTools software healthy src/components/ArenaSaveTools.tsx:ArenaSaveTools
BattleCanvas software healthy src/components/BattleCanvas.tsx:BattleCanvas
projectileKindFor software healthy src/components/BattleCanvas.tsx:projectileKindFor
ProjectileShape software healthy src/components/BattleCanvas.tsx:ProjectileShape
BattleArena software healthy src/components/BattleCanvas.tsx:BattleArena
CreatureAccent software healthy src/components/BattleCanvas.tsx:CreatureAccent
titleCase software healthy src/components/PokedexModal.tsx:titleCase
dexNumber software healthy src/components/PokedexModal.tsx:dexNumber
evolutionTrigger software healthy src/components/PokedexModal.tsx:evolutionTrigger
evolutionLine software healthy src/components/PokedexModal.tsx:evolutionLine
PokedexModal software healthy src/components/PokedexModal.tsx:PokedexModal
statusOf software healthy src/components/PokedexModal.tsx:statusOf
DexSprite software healthy src/components/PokedexModal.tsx:DexSprite
DexDetail software healthy src/components/PokedexModal.tsx:DexDetail
StatRow software healthy src/components/PokedexModal.tsx:StatRow
BattleHud software healthy src/components/BattleHud.tsx:BattleHud
gaugePercent software healthy src/components/BattleHud.tsx:gaugePercent
unityPercent software healthy src/components/BattleHud.tsx:unityPercent
canUseItem software healthy src/components/BattleHud.tsx:canUseItem
hpPercent software healthy src/components/BattleHud.tsx:hpPercent
PokemonUpgradeWindow software healthy src/components/PokemonUpgradeWindow.tsx:PokemonUpgradeWindow
disabled software healthy src/components/PokemonUpgradeWindow.tsx:disabled
initialTeam software healthy src/components/TeamPickerModal.tsx:initialTeam
TeamPickerModal software healthy src/components/TeamPickerModal.tsx:TeamPickerModal

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

LabelLayerStatusPath
tsconfig.app.json software healthy tsconfig.app.json
vite.config.ts software healthy vite.config.ts
README.md software healthy README.md
package.json software healthy package.json
tsconfig.node.json software healthy tsconfig.node.json
index.html software healthy index.html
package-lock.json software healthy package-lock.json
eslint.config.js software healthy eslint.config.js
tsconfig.json software healthy tsconfig.json
deploy.yml software healthy .github/workflows/deploy.yml
ci.yml software healthy .github/workflows/ci.yml
styles.css software healthy src/styles.css
main.tsx software healthy src/main.tsx
App.tsx software healthy src/App.tsx
TeamSelect.tsx software healthy src/components/TeamSelect.tsx
ArenaQuests.tsx software healthy src/components/ArenaQuests.tsx
PokemonRosterSelect.tsx software healthy src/components/PokemonRosterSelect.tsx
WorldCanvas.tsx software healthy src/components/WorldCanvas.tsx
SettingsModal.tsx software healthy src/components/SettingsModal.tsx
ArenaSaveTools.tsx software healthy src/components/ArenaSaveTools.tsx
BattleCanvas.tsx software healthy src/components/BattleCanvas.tsx
PokedexModal.tsx software healthy src/components/PokedexModal.tsx
pokedexSkins.ts software healthy src/components/pokedexSkins.ts
BattleHud.tsx software healthy src/components/BattleHud.tsx
PokemonUpgradeWindow.tsx software healthy src/components/PokemonUpgradeWindow.tsx
TeamPickerModal.tsx software healthy src/components/TeamPickerModal.tsx
WorldScreen.tsx software healthy src/components/WorldScreen.tsx
ShopScreen.tsx software healthy src/components/ShopScreen.tsx
ArenaLobby.tsx software healthy src/components/ArenaLobby.tsx
ArenaLobbyStage.tsx software healthy src/components/ArenaLobbyStage.tsx
items.test.ts software healthy src/game/items.test.ts
achievements.ts software healthy src/game/achievements.ts
progress.test.ts software healthy src/game/progress.test.ts
battleState.test.ts software healthy src/game/battleState.test.ts
sound.ts software healthy src/game/sound.ts
gacha.ts software healthy src/game/gacha.ts
items.ts software healthy src/game/items.ts
battleBalance.ts software healthy src/game/battleBalance.ts
battleSimulation.ts software healthy src/game/battleSimulation.ts
worldState.test.ts software healthy src/game/worldState.test.ts
typeColors.ts software healthy src/game/typeColors.ts
achievements.test.ts software healthy src/game/achievements.test.ts
battleTypeChart.ts software healthy src/game/battleTypeChart.ts
battleState.ts software healthy src/game/battleState.ts
pokeApi.test.ts software healthy src/game/pokeApi.test.ts
balanceReport.ts software healthy src/game/balanceReport.ts
battleItems.ts software healthy src/game/battleItems.ts
progress.ts software healthy src/game/progress.ts
heldItems.ts software healthy src/game/heldItems.ts
worldState.ts software healthy src/game/worldState.ts

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

LabelLayerStatusPath
.github software healthy .github
workflows software healthy .github/workflows
src software healthy src
components software healthy src/components
game software healthy src/game

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

LabelLayerStatusPath
gha::deploy cicd healthy .github/workflows/deploy.yml
gha::ci cicd healthy .github/workflows/ci.yml

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

LabelLayerStatusPath
127.0.0.1 network healthy README.md

LabelLayerStatusPath
gpu (detected) hardware healthy package-lock.json

LabelLayerStatusPath
App frontend healthy src/App.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/212eff97-e4fe-4d8e-9cc2-d1c76bb48386/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/212eff97-e4fe-4d8e-9cc2-d1c76bb48386/

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.