https://github.com/cryko98/pokemon
· scanned 2026-06-17 01:51 UTC (1 month, 1 week ago)
16 raw signals (0 security + 16 graph)
Last scanned 1 month, 1 week ago · v2 · last Δ +11.9 (diff) · 16 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 147 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.
| Label | Layer | Status | Path |
|---|---|---|---|
startServer |
software | healthy | server.ts:startServer |
App |
software | healthy | src/App.tsx:App |
handleCopyCA |
software | healthy | src/App.tsx:handleCopyCA |
startCombat |
software | healthy | src/App.tsx:startCombat |
startCareerCombat |
software | healthy | src/App.tsx:startCareerCombat |
handleMatchFinished |
software | healthy | src/App.tsx:handleMatchFinished |
startExplore |
software | healthy | src/App.tsx:startExplore |
exitToMenu |
software | healthy | src/App.tsx:exitToMenu |
preloadPokemonImage |
software | healthy | src/utils/renderer.ts:preloadPokemonImage |
hexToRgb |
software | healthy | src/utils/renderer.ts:hexToRgb |
drawFighter |
software | healthy | src/utils/renderer.ts:drawFighter |
hexAngle |
software | healthy | src/utils/renderer.ts:hexAngle |
pRadius |
software | healthy | src/utils/renderer.ts:pRadius |
ax |
software | healthy | src/utils/renderer.ts:ax |
ay |
software | healthy | src/utils/renderer.ts:ay |
drawProjectile |
software | healthy | src/utils/renderer.ts:drawProjectile |
angle |
software | healthy | src/utils/renderer.ts:angle |
drawCombatText |
software | healthy | src/utils/renderer.ts:drawCombatText |
drawParticle |
software | healthy | src/utils/renderer.ts:drawParticle |
drawArenaBackground |
software | healthy | src/utils/renderer.ts:drawArenaBackground |
bubbleX |
software | healthy | src/utils/renderer.ts:bubbleX |
bubbleY |
software | healthy | src/utils/renderer.ts:bubbleY |
mistX |
software | healthy | src/utils/renderer.ts:mistX |
leafX |
software | healthy | src/utils/renderer.ts:leafX |
leafY |
software | healthy | src/utils/renderer.ts:leafY |
GameController |
software | healthy | src/components/GameController.tsx:GameController |
toggleMute |
software | healthy | src/components/GameController.tsx:toggleMute |
addCombatText |
software | healthy | src/components/GameController.tsx:addCombatText |
createExplosion |
software | healthy | src/components/GameController.tsx:createExplosion |
createFirework |
software | healthy | src/components/GameController.tsx:createFirework |
correctDirection |
software | healthy | src/components/GameController.tsx:correctDirection |
restartMatch |
software | healthy | src/components/GameController.tsx:restartMatch |
handleKeyDown |
software | healthy | src/components/GameController.tsx:handleKeyDown |
handleKeyUp |
software | healthy | src/components/GameController.tsx:handleKeyUp |
determineRoundWinner |
software | healthy | src/components/GameController.tsx:determineRoundWinner |
tick |
software | healthy | src/components/GameController.tsx:tick |
playerAttacking |
software | healthy | src/components/GameController.tsx:playerAttacking |
shakeX |
software | healthy | src/components/GameController.tsx:shakeX |
shakeY |
software | healthy | src/components/GameController.tsx:shakeY |
triggerVirtualAction |
software | healthy | src/components/GameController.tsx:triggerVirtualAction |
releaseVirtualAction |
software | healthy | src/components/GameController.tsx:releaseVirtualAction |
generateWorld |
software | healthy | src/components/OpenWorld.tsx:generateWorld |
rand |
software | healthy | src/components/OpenWorld.tsx:rand |
waterHit |
software | healthy | src/components/OpenWorld.tsx:waterHit |
nearSpawn |
software | healthy | src/components/OpenWorld.tsx:nearSpawn |
placeWild |
software | healthy | src/components/OpenWorld.tsx:placeWild |
OpenWorld |
software | healthy | src/components/OpenWorld.tsx:OpenWorld |
toggleMute |
software | healthy | src/components/OpenWorld.tsx:toggleMute |
restart |
software | healthy | src/components/OpenWorld.tsx:restart |
burst |
software | healthy | src/components/OpenWorld.tsx:burst |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
server.ts |
software | healthy | server.ts |
.env.example |
software | healthy | .env.example |
vite.config.ts |
software | healthy | vite.config.ts |
package-lock.json |
software | healthy | package-lock.json |
README.md |
software | healthy | README.md |
metadata.json |
software | healthy | metadata.json |
package.json |
software | healthy | package.json |
index.html |
software | healthy | index.html |
tsconfig.json |
software | healthy | tsconfig.json |
data.ts |
software | healthy | src/data.ts |
main.tsx |
software | healthy | src/main.tsx |
types.ts |
software | healthy | src/types.ts |
index.css |
software | healthy | src/index.css |
App.tsx |
software | healthy | src/App.tsx |
renderer.ts |
software | healthy | src/utils/renderer.ts |
audio.ts |
software | healthy | src/utils/audio.ts |
GameController.tsx |
software | healthy | src/components/GameController.tsx |
OpenWorld.tsx |
software | healthy | src/components/OpenWorld.tsx |
MenuSelector.tsx |
software | healthy | src/components/MenuSelector.tsx |
PokeBall.tsx |
software | healthy | src/components/PokeBall.tsx |
PokemonCard.tsx |
software | healthy | src/components/PokemonCard.tsx |
CareerMode.tsx |
software | healthy | src/components/CareerMode.tsx |
BoosterPack.tsx |
software | healthy | src/components/BoosterPack.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
App |
frontend | healthy | src/App.tsx |
GameController |
frontend | healthy | src/components/GameController.tsx |
OpenWorld |
frontend | healthy | src/components/OpenWorld.tsx |
MenuSelector |
frontend | healthy | src/components/MenuSelector.tsx |
PokeBall |
frontend | healthy | src/components/PokeBall.tsx |
PokemonCard |
frontend | healthy | src/components/PokemonCard.tsx |
CareerMode |
frontend | healthy | src/components/CareerMode.tsx |
BoosterPack |
frontend | healthy | src/components/BoosterPack.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
src |
software | healthy | src |
utils |
software | healthy | src/utils |
components |
software | healthy | src/components |
| Label | Layer | Status | Path |
|---|---|---|---|
cryko98__pokemon |
software | healthy | /data/fable5_failed_archive/cryko98__pokemon |
| Label | Layer | Status | Path |
|---|---|---|---|
AudioManager |
software | healthy | src/utils/audio.ts:AudioManager |
| Label | Layer | Status | Path |
|---|---|---|---|
GET /api/health |
api | healthy | server.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
port:3000 |
network | healthy | server.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::azure |
hardware | healthy | src/utils/renderer.ts |
This page is publicly accessible at:
https://repobility.com/scan/11afffaf-9a2a-4d43-8875-3303566bb53c/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/11afffaf-9a2a-4d43-8875-3303566bb53c/
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.