https://github.com/RHKnow/chess-claude
· scanned 2026-06-16 04:37 UTC (1 month, 3 weeks ago)
7 raw signals (0 security + 7 graph)
Last scanned 1 month, 3 weeks ago · v1 · 7 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 21 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 |
|---|---|---|---|
get_state |
software | healthy | main.py:17 |
make_move |
software | healthy | main.py:22 |
ai_move |
software | healthy | main.py:30 |
reset_game |
software | healthy | main.py:40 |
__init__ |
software | healthy | game.py:18 |
get_state |
software | healthy | game.py:25 |
make_move |
software | healthy | game.py:60 |
make_ai_move |
software | dead | game.py:71 |
reset |
software | healthy | game.py:81 |
__del__ |
software | healthy | game.py:84 |
| Label | Layer | Status | Path |
|---|---|---|---|
requirements.txt |
software | healthy | requirements.txt |
README.md |
software | healthy | README.md |
main.py |
software | healthy | main.py |
game.py |
software | healthy | game.py |
| Label | Layer | Status | Path |
|---|---|---|---|
GET /api/state |
api | healthy | main.py |
POST /api/move |
api | healthy | main.py |
POST /api/ai_move |
api | healthy | main.py |
POST /api/reset |
api | healthy | main.py |
| Label | Layer | Status | Path |
|---|---|---|---|
MoveRequest |
software | healthy | main.py:10 |
ChessGame |
software | healthy | game.py:17 |
| Label | Layer | Status | Path |
|---|---|---|---|
RHKnow__chess-claude |
software | healthy | /data/fable5_failed_archive/RHKnow__chess-claude |
This page is publicly accessible at:
https://repobility.com/scan/245f2b71-d7f6-47df-bf6d-50353daaa677/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/245f2b71-d7f6-47df-bf6d-50353daaa677/
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.