https://github.com/TopologicalQFT/CHESS
· scanned 2026-06-16 00:40 UTC (2 months, 1 week ago)
25 raw signals (0 security + 25 graph)
Last scanned 2 months, 1 week ago · v1 · 24 actionable findings from 1 signal source. 1 repeated signal grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 508 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 |
|---|---|---|---|
call |
software | healthy | mcp_bridge/test_mcp_e2e.py:18 |
main |
software | healthy | mcp_bridge/test_mcp_e2e.py:26 |
material_line |
software | healthy | mcp_bridge/server.py:25 |
short_history |
software | healthy | mcp_bridge/server.py:48 |
board_report |
software | healthy | mcp_bridge/server.py:58 |
fmt |
software | healthy | mcp_bridge/server.py:105 |
list_rooms |
software | healthy | mcp_bridge/server.py:130 |
create_room |
software | healthy | mcp_bridge/server.py:143 |
join_room |
software | healthy | mcp_bridge/server.py:164 |
get_board |
software | healthy | mcp_bridge/server.py:180 |
make_move |
software | healthy | mcp_bridge/server.py:187 |
chat_section |
software | healthy | mcp_bridge/server.py:218 |
wait_for_my_turn |
software | healthy | mcp_bridge/server.py:231 |
send_chat |
software | healthy | mcp_bridge/server.py:252 |
surrender |
software | healthy | mcp_bridge/server.py:266 |
leave_room |
software | healthy | mcp_bridge/server.py:275 |
game_status |
software | healthy | mcp_bridge/server.py:282 |
__init__ |
software | healthy | mcp_bridge/bridge.py:19 |
connect |
software | healthy | mcp_bridge/bridge.py:47 |
close |
software | healthy | mcp_bridge/bridge.py:54 |
_reset_room_state |
software | healthy | mcp_bridge/bridge.py:62 |
_reconnect |
software | healthy | mcp_bridge/bridge.py:70 |
_send |
software | healthy | mcp_bridge/bridge.py:89 |
_listen |
software | healthy | mcp_bridge/bridge.py:100 |
_handle |
software | healthy | mcp_bridge/bridge.py:114 |
_pulse |
software | healthy | mcp_bridge/bridge.py:179 |
get_rooms |
software | healthy | mcp_bridge/bridge.py:185 |
create_room |
software | healthy | mcp_bridge/bridge.py:190 |
join_room |
software | healthy | mcp_bridge/bridge.py:201 |
leave_room |
software | healthy | mcp_bridge/bridge.py:208 |
board |
software | healthy | mcp_bridge/bridge.py:221 |
parse_move |
software | healthy | mcp_bridge/bridge.py:224 |
make_move |
software | healthy | mcp_bridge/bridge.py:239 |
send_chat |
software | healthy | mcp_bridge/bridge.py:257 |
drain_chat |
software | healthy | mcp_bridge/bridge.py:260 |
surrender |
software | healthy | mcp_bridge/bridge.py:265 |
wait_for_my_turn |
software | healthy | mcp_bridge/bridge.py:269 |
ready |
software | healthy | mcp_bridge/bridge.py:275 |
resurrect |
software | healthy | mcp_bridge/bridge.py:282 |
_wait_change |
software | healthy | mcp_bridge/bridge.py:310 |
_wait_for |
software | healthy | mcp_bridge/bridge.py:317 |
Main |
software | healthy | client/src/App.tsx:Main |
App |
software | healthy | client/src/App.tsx:App |
fetchAnalysis |
software | healthy | client/src/types/analysis.ts:fetchAnalysis |
gameReducer |
software | healthy | client/src/state/gameReducer.ts:gameReducer |
parseFen |
software | healthy | client/src/utils/fen.ts:parseFen |
kingSquare |
software | healthy | client/src/utils/fen.ts:kingSquare |
GamePage |
software | healthy | client/src/components/Game/GamePage.tsx:GamePage |
WaitingOverlay |
software | healthy | client/src/components/Game/WaitingOverlay.tsx:WaitingOverlay |
useNow |
software | healthy | client/src/components/Game/Sidebar.tsx:useNow |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
.mcp.json |
software | healthy | .mcp.json |
README.md |
software | healthy | README.md |
Dockerfile |
software | healthy | Dockerfile |
render.yaml |
software | healthy | render.yaml |
Protocal.md |
software | healthy | Protocal.md |
test_mcp_e2e.py |
software | healthy | mcp_bridge/test_mcp_e2e.py |
server.py |
software | healthy | mcp_bridge/server.py |
bridge.py |
software | healthy | mcp_bridge/bridge.py |
requirements.txt |
software | healthy | mcp_bridge/requirements.txt |
assets-preview.html |
software | healthy | client/assets-preview.html |
vite.config.ts |
software | healthy | client/vite.config.ts |
package.json |
software | healthy | client/package.json |
index.html |
software | healthy | client/index.html |
package-lock.json |
software | healthy | client/package-lock.json |
tsconfig.json |
software | healthy | client/tsconfig.json |
index.css |
software | healthy | client/src/index.css |
main.tsx |
software | healthy | client/src/main.tsx |
vite-env.d.ts |
software | healthy | client/src/vite-env.d.ts |
App.tsx |
software | healthy | client/src/App.tsx |
App.css |
software | healthy | client/src/App.css |
protocol.ts |
software | healthy | client/src/types/protocol.ts |
analysis.ts |
software | healthy | client/src/types/analysis.ts |
gameReducer.ts |
software | healthy | client/src/state/gameReducer.ts |
fen.ts |
software | healthy | client/src/utils/fen.ts |
GamePage.tsx |
software | healthy | client/src/components/Game/GamePage.tsx |
WaitingOverlay.tsx |
software | healthy | client/src/components/Game/WaitingOverlay.tsx |
Sidebar.tsx |
software | healthy | client/src/components/Game/Sidebar.tsx |
ChatPanel.tsx |
software | healthy | client/src/components/Game/ChatPanel.tsx |
Game.css |
software | healthy | client/src/components/Game/Game.css |
GameOverOverlay.tsx |
software | healthy | client/src/components/Game/GameOverOverlay.tsx |
Analysis.css |
software | healthy | client/src/components/Analysis/Analysis.css |
AnalysisView.tsx |
software | healthy | client/src/components/Analysis/AnalysisView.tsx |
EvalBar.tsx |
software | healthy | client/src/components/Analysis/EvalBar.tsx |
ReviewBoard.tsx |
software | healthy | client/src/components/Analysis/ReviewBoard.tsx |
EvalGraph.tsx |
software | healthy | client/src/components/Analysis/EvalGraph.tsx |
Board.tsx |
software | healthy | client/src/components/Board/Board.tsx |
pieces.ts |
software | healthy | client/src/components/Board/pieces.ts |
Board.css |
software | healthy | client/src/components/Board/Board.css |
Lobby.css |
software | healthy | client/src/components/Lobby/Lobby.css |
LobbyPage.tsx |
software | healthy | client/src/components/Lobby/LobbyPage.tsx |
useBoardInteraction.ts |
software | healthy | client/src/hooks/useBoardInteraction.ts |
GameContext.tsx |
software | healthy | client/src/context/GameContext.tsx |
spectator.mjs |
software | healthy | client/e2e/spectator.mjs |
hvh.mjs |
software | healthy | client/e2e/hvh.mjs |
analysis.mjs |
software | healthy | client/e2e/analysis.mjs |
Project Overview.md |
software | healthy | docs/Overall Plan/Project Overview.md |
Agent Variants.md |
software | healthy | docs/Overall Plan/Prompt Engineering/Agent Variants.md |
Agent Knowledge.md |
software | healthy | docs/Overall Plan/Prompt Engineering/Agent Knowledge.md |
Agent Toolkit.md |
software | healthy | docs/Overall Plan/Prompt Engineering/Agent Toolkit.md |
Project Structure.md |
software | healthy | docs/Overall Plan/Website Design/Project Structure.md |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
mcp_bridge |
software | healthy | mcp_bridge |
client |
software | healthy | client |
src |
software | healthy | client/src |
types |
software | healthy | client/src/types |
state |
software | healthy | client/src/state |
utils |
software | healthy | client/src/utils |
components |
software | healthy | client/src/components |
Game |
software | healthy | client/src/components/Game |
Analysis |
software | healthy | client/src/components/Analysis |
Board |
software | healthy | client/src/components/Board |
Lobby |
software | healthy | client/src/components/Lobby |
hooks |
software | healthy | client/src/hooks |
context |
software | healthy | client/src/context |
e2e |
software | healthy | client/e2e |
docs |
software | healthy | docs |
Overall Plan |
software | healthy | docs/Overall Plan |
Prompt Engineering |
software | healthy | docs/Overall Plan/Prompt Engineering |
Website Design |
software | healthy | docs/Overall Plan/Website Design |
MCP Server |
software | healthy | docs/Overall Plan/MCP Server |
research |
software | healthy | research |
notebook_snapshots |
software | healthy | research/notebook_snapshots |
ace812-midgame-2026-06-11 |
software | healthy | research/notebook_snapshots/ace812-midgame-2026-06-11 |
agent_arena_weak |
software | healthy | agent_arena_weak |
suggestion |
software | healthy | agent_arena_weak/suggestion |
bug_report |
software | healthy | agent_arena_weak/bug_report |
game_notes |
software | healthy | agent_arena_weak/game_notes |
ace812 |
software | healthy | agent_arena_weak/game_notes/ace812 |
TEMPLATE |
software | healthy | agent_arena_weak/game_notes/TEMPLATE |
knowledge |
software | healthy | agent_arena_weak/knowledge |
strategy |
software | healthy | agent_arena_weak/knowledge/strategy |
calculation |
software | healthy | agent_arena_weak/knowledge/calculation |
agent_toolkit |
software | healthy | agent_toolkit |
agent_arena_vanilla |
software | healthy | agent_arena_vanilla |
server |
software | healthy | server |
agent_arena |
software | healthy | agent_arena |
suggestion |
software | healthy | agent_arena/suggestion |
bug_report |
software | healthy | agent_arena/bug_report |
game_notes |
software | healthy | agent_arena/game_notes |
093d86-b |
software | healthy | agent_arena/game_notes/093d86-b |
ce85de |
software | healthy | agent_arena/game_notes/ce85de |
TEMPLATE |
software | healthy | agent_arena/game_notes/TEMPLATE |
093d86 |
software | healthy | agent_arena/game_notes/093d86 |
ce85de-b |
software | healthy | agent_arena/game_notes/ce85de-b |
knowledge |
software | healthy | agent_arena/knowledge |
strategy |
software | healthy | agent_arena/knowledge/strategy |
calculation |
software | healthy | agent_arena/knowledge/calculation |
middlegame |
software | healthy | agent_arena/knowledge/middlegame |
openings |
software | healthy | agent_arena/knowledge/openings |
endgames |
software | healthy | agent_arena/knowledge/endgames |
king-and-pawn |
software | healthy | agent_arena/knowledge/endgames/king-and-pawn |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
ChessClient |
software | healthy | mcp_bridge/bridge.py:18 |
VirtualBoard |
software | healthy | agent_toolkit/toolkit.py:188 |
GameEngine |
software | healthy | server/game_engine.py:12 |
Room |
software | healthy | server/room_manager.py:16 |
RoomManager |
software | healthy | server/room_manager.py:235 |
CreateRoomMsg |
software | healthy | server/models.py:11 |
JoinRoomMsg |
software | healthy | server/models.py:19 |
MoveMsg |
software | healthy | server/models.py:25 |
ReconnectMsg |
software | healthy | server/models.py:35 |
MoveRequest |
software | healthy | server/player.py:12 |
Player |
software | healthy | server/player.py:19 |
HumanPlayer |
software | healthy | server/player.py:34 |
AnalyzeRequest |
software | healthy | server/main.py:38 |
Session |
software | healthy | server/main.py:67 |
| Label | Layer | Status | Path |
|---|---|---|---|
GET /health |
api | healthy | server/main.py |
POST /analyze |
api | healthy | server/main.py |
| Label | Layer | Status | Path |
|---|---|---|---|
port:8000 |
network | healthy | Dockerfile |
port:8765 |
network | healthy | server/test_integration.py |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-mrl3rg09 |
software | healthy | /tmp/repobility-clone-mrl3rg09 |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | server/test_integration.py |
| Label | Layer | Status | Path |
|---|---|---|---|
image::Dockerfile |
hardware | healthy | Dockerfile |
| Label | Layer | Status | Path |
|---|---|---|---|
App |
frontend | healthy | client/src/App.tsx |
This page is publicly accessible at:
https://repobility.com/scan/f99d2190-3354-4329-8881-28c8bf37f755/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/f99d2190-3354-4329-8881-28c8bf37f755/
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.