https://github.com/whimCrouwel/boardgame-ws
· scanned 2026-06-16 00:57 UTC (2 months, 1 week ago)
8 raw signals (0 security + 8 graph)
Last scanned 2 months, 1 week ago · v1 · 8 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 88 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 |
|---|---|---|---|
PROTOCOL.md |
software | healthy | PROTOCOL.md |
tsconfig.build.json |
software | healthy | tsconfig.build.json |
README.md |
software | healthy | README.md |
package.json |
software | healthy | package.json |
package-lock.json |
software | healthy | package-lock.json |
tsconfig.json |
software | healthy | tsconfig.json |
server.test.ts |
software | healthy | tests/server.test.ts |
router-lifecycle.test.ts |
software | healthy | tests/router-lifecycle.test.ts |
router-gameplay.test.ts |
software | healthy | tests/router-gameplay.test.ts |
router-rooms.test.ts |
software | healthy | tests/router-rooms.test.ts |
protocol.test.ts |
software | healthy | tests/protocol.test.ts |
codes.test.ts |
software | healthy | tests/codes.test.ts |
session.test.ts |
software | healthy | tests/session.test.ts |
room.test.ts |
software | healthy | tests/room.test.ts |
fake.ts |
software | healthy | tests/helpers/fake.ts |
client.ts |
software | healthy | tests/helpers/client.ts |
index.html |
software | healthy | docs/index.html |
2026-06-12-boardgame-ws-mvp.md |
software | healthy | docs/superpowers/plans/2026-06-12-boardgame-ws-mvp.md |
2026-06-12-websocket-multiplayer-library-design.md |
software | healthy | docs/superpowers/specs/2026-06-12-websocket-multiplayer-lib… |
tsconfig.app.json |
software | healthy | examples/tic-tac-toe/tsconfig.app.json |
vite.config.ts |
software | healthy | examples/tic-tac-toe/vite.config.ts |
package.json |
software | healthy | examples/tic-tac-toe/package.json |
tsconfig.node.json |
software | healthy | examples/tic-tac-toe/tsconfig.node.json |
index.html |
software | healthy | examples/tic-tac-toe/index.html |
package-lock.json |
software | healthy | examples/tic-tac-toe/package-lock.json |
tsconfig.json |
software | healthy | examples/tic-tac-toe/tsconfig.json |
server.mjs |
software | healthy | examples/tic-tac-toe/server/server.mjs |
main.tsx |
software | healthy | examples/tic-tac-toe/src/main.tsx |
App.tsx |
software | healthy | examples/tic-tac-toe/src/App.tsx |
socket.ts |
software | healthy | examples/tic-tac-toe/src/lib/socket.ts |
protocol.ts |
software | healthy | src/protocol.ts |
index.ts |
software | healthy | src/index.ts |
session.ts |
software | healthy | src/session.ts |
room.ts |
software | healthy | src/room.ts |
codes.ts |
software | healthy | src/codes.ts |
server.ts |
software | healthy | src/server.ts |
router.ts |
software | healthy | src/router.ts |
types.ts |
software | healthy | src/types.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
table |
software | healthy | tests/router-lifecycle.test.ts:table |
code |
software | healthy | tests/router-lifecycle.test.ts:code |
table |
software | healthy | tests/router-gameplay.test.ts:table |
code |
software | healthy | tests/router-gameplay.test.ts:code |
moveSeq |
software | healthy | tests/router-gameplay.test.ts:moveSeq |
seqBefore |
software | healthy | tests/router-gameplay.test.ts:seqBefore |
setup |
software | healthy | tests/router-rooms.test.ts:setup |
code |
software | healthy | tests/router-rooms.test.ts:code |
make |
software | healthy | tests/room.test.ts:make |
match |
software | healthy | tests/helpers/client.ts:match |
calcWinner |
software | healthy | examples/tic-tac-toe/src/App.tsx:calcWinner |
useQrCode |
software | healthy | examples/tic-tac-toe/src/App.tsx:useQrCode |
App |
software | healthy | examples/tic-tac-toe/src/App.tsx:App |
members |
software | healthy | examples/tic-tac-toe/src/App.tsx:members |
handleConnect |
software | healthy | examples/tic-tac-toe/src/App.tsx:handleConnect |
handleCellClick |
software | healthy | examples/tic-tac-toe/src/App.tsx:handleCellClick |
myTurn |
software | healthy | examples/tic-tac-toe/src/App.tsx:myTurn |
handleReset |
software | healthy | examples/tic-tac-toe/src/App.tsx:handleReset |
loadToken |
software | healthy | examples/tic-tac-toe/src/lib/socket.ts:loadToken |
saveToken |
software | healthy | examples/tic-tac-toe/src/lib/socket.ts:saveToken |
nextReqId |
software | healthy | examples/tic-tac-toe/src/lib/socket.ts:nextReqId |
fail |
software | healthy | src/protocol.ts:fail |
parseClientMessage |
software | healthy | src/protocol.ts:parseClientMessage |
generateJoinCode |
software | healthy | src/codes.ts:generateJoinCode |
| Label | Layer | Status | Path |
|---|---|---|---|
tests |
software | healthy | tests |
helpers |
software | healthy | tests/helpers |
docs |
software | healthy | docs |
superpowers |
software | healthy | docs/superpowers |
plans |
software | healthy | docs/superpowers/plans |
specs |
software | healthy | docs/superpowers/specs |
examples |
software | healthy | examples |
tic-tac-toe |
software | healthy | examples/tic-tac-toe |
server |
software | healthy | examples/tic-tac-toe/server |
src |
software | healthy | examples/tic-tac-toe/src |
lib |
software | healthy | examples/tic-tac-toe/src/lib |
src |
software | healthy | src |
| Label | Layer | Status | Path |
|---|---|---|---|
FakeConnection |
software | healthy | tests/helpers/fake.ts:FakeConnection |
FakePlayer |
software | healthy | tests/helpers/fake.ts:FakePlayer |
TestClient |
software | healthy | tests/helpers/client.ts:TestClient |
Socket |
software | healthy | examples/tic-tac-toe/src/lib/socket.ts:Socket |
SessionManager |
software | healthy | src/session.ts:SessionManager |
Room |
software | healthy | src/room.ts:Room |
RoomManager |
software | healthy | src/room.ts:RoomManager |
GameServer |
software | healthy | src/server.ts:GameServer |
Router |
software | healthy | src/router.ts:Router |
| Label | Layer | Status | Path |
|---|---|---|---|
port:8080 |
network | healthy | README.md |
port:8787 |
network | healthy | examples/tic-tac-toe/server/server.mjs |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-dmd3x2yt |
software | healthy | /tmp/repobility-clone-dmd3x2yt |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | tests/helpers/client.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
App |
frontend | healthy | examples/tic-tac-toe/src/App.tsx |
This page is publicly accessible at:
https://repobility.com/scan/c3241101-b993-440d-8a0c-247e33e75440/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/c3241101-b993-440d-8a0c-247e33e75440/
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.