https://github.com/Seanye333/three-kingdom-masters
· scanned 2026-06-16 00:05 UTC (2 months, 2 weeks ago)
101 raw signals (0 security + 101 graph)
Last scanned 2 months, 2 weeks ago · v1 · 101 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 2004 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 |
|---|---|---|---|
over |
software | healthy | api/leaderboard.js:over |
kv |
software | healthy | api/leaderboard.js:kv |
safeDate |
software | healthy | api/leaderboard.js:safeDate |
handler |
software | healthy | api/leaderboard.js:handler |
build_index |
software | healthy | scripts/import-portraits.py:59 |
resolve |
software | healthy | scripts/import-portraits.py:72 |
square_crop |
software | healthy | scripts/import-portraits.py:79 |
downscale |
software | healthy | scripts/import-portraits.py:94 |
main |
software | healthy | scripts/import-portraits.py:102 |
effTotal |
software | healthy | scripts/gen-catalog.ts:effTotal |
effStr |
software | healthy | scripts/gen-catalog.ts:effStr |
clean |
software | healthy | scripts/gen-catalog.ts:clean |
pct |
software | healthy | scripts/gen-catalog.ts:pct |
polZh |
software | healthy | scripts/gen-catalog.ts:polZh |
polEn |
software | healthy | scripts/gen-catalog.ts:polEn |
prereqStr |
software | healthy | scripts/gen-catalog.ts:prereqStr |
ps |
software | healthy | scripts/gen-catalog.ts:ps |
tacticRefTables |
software | healthy | scripts/gen-catalog.ts:tacticRefTables |
tacticFullTable |
software | healthy | scripts/gen-catalog.ts:tacticFullTable |
def |
software | healthy | scripts/gen-catalog.ts:def |
sig |
software | healthy | scripts/gen-catalog.ts:sig |
policyEffectTables |
software | healthy | scripts/gen-catalog.ts:policyEffectTables |
policyRestTable |
software | healthy | scripts/gen-catalog.ts:policyRestTable |
smallTables |
software | healthy | scripts/gen-catalog.ts:smallTables |
k |
software | healthy | scripts/gen-catalog.ts:k |
App |
software | healthy | src/App.tsx:App |
handler |
software | healthy | src/App.tsx:handler |
mkOfficer |
software | healthy | src/test/factories.ts:mkOfficer |
mkUnit |
software | healthy | src/test/factories.ts:mkUnit |
mkTiles |
software | healthy | src/test/factories.ts:mkTiles |
mkBattle |
software | healthy | src/test/factories.ts:mkBattle |
officerMap |
software | healthy | src/test/factories.ts:officerMap |
fixedRng |
software | healthy | src/test/factories.ts:fixedRng |
seededRng |
software | healthy | src/test/factories.ts:seededRng |
battleViewWindow |
software | healthy | src/ui/viewWindow.ts:battleViewWindow |
cityViewWindow |
software | healthy | src/ui/viewWindow.ts:cityViewWindow |
getStoredTheme |
software | healthy | src/ui/theme.ts:getStoredTheme |
applyTheme |
software | healthy | src/ui/theme.ts:applyTheme |
nextTheme |
software | healthy | src/ui/theme.ts:nextTheme |
getStoredUiPrefs |
software | healthy | src/ui/uiPrefs.ts:getStoredUiPrefs |
applyUiPrefs |
software | healthy | src/ui/uiPrefs.ts:applyUiPrefs |
isReduceMotion |
software | healthy | src/ui/uiPrefs.ts:isReduceMotion |
pickName |
software | healthy | src/ui/i18n.ts:pickName |
useLanguage |
software | healthy | src/ui/i18n.ts:useLanguage |
useT |
software | healthy | src/ui/i18n.ts:useT |
useDesc |
software | healthy | src/ui/i18n.ts:useDesc |
hexCenter |
software | healthy | src/ui/screens/CityMapScreen.tsx:hexCenter |
hexPoints |
software | healthy | src/ui/screens/CityMapScreen.tsx:hexPoints |
angle |
software | healthy | src/ui/screens/CityMapScreen.tsx:angle |
hexDistAxial |
software | healthy | src/ui/screens/CityMapScreen.tsx:hexDistAxial |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
playwright.config.ts |
software | healthy | playwright.config.ts |
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 |
vitest.config.ts |
software | healthy | vitest.config.ts |
leaderboard.js |
software | healthy | api/leaderboard.js |
GUIDE.md |
software | healthy | docs/GUIDE.md |
CATALOG.md |
software | healthy | docs/CATALOG.md |
import-portraits.py |
software | healthy | scripts/import-portraits.py |
gen-catalog.ts |
software | healthy | scripts/gen-catalog.ts |
Cargo.toml |
software | healthy | src-tauri/Cargo.toml |
tauri.conf.json |
software | healthy | src-tauri/tauri.conf.json |
README.md |
software | healthy | src-tauri/README.md |
build.rs |
software | healthy | src-tauri/build.rs |
default.json |
software | healthy | src-tauri/capabilities/default.json |
lib.rs |
software | healthy | src-tauri/src/lib.rs |
main.rs |
software | healthy | src-tauri/src/main.rs |
settings.json |
software | healthy | .claude/settings.json |
.last-run.json |
software | healthy | test-results/.last-run.json |
README.md |
software | healthy | public/portraits/README.md |
deploy.yml |
software | healthy | .github/workflows/deploy.yml |
index.css |
software | healthy | src/index.css |
main.tsx |
software | healthy | src/main.tsx |
App.tsx |
software | healthy | src/App.tsx |
factories.ts |
software | healthy | src/test/factories.ts |
viewWindow.ts |
software | healthy | src/ui/viewWindow.ts |
theme.ts |
software | healthy | src/ui/theme.ts |
uiPrefs.ts |
software | healthy | src/ui/uiPrefs.ts |
i18n.ts |
software | healthy | src/ui/i18n.ts |
CityMapScreen.tsx |
software | healthy | src/ui/screens/CityMapScreen.tsx |
TacticalBattleScreen3D.tsx |
software | healthy | src/ui/screens/TacticalBattleScreen3D.tsx |
TitleScreen.module.css |
software | healthy | src/ui/screens/TitleScreen.module.css |
TacticalBattleScreen.module.css |
software | healthy | src/ui/screens/TacticalBattleScreen.module.css |
MapScreen.tsx |
software | healthy | src/ui/screens/MapScreen.tsx |
CityMapScreen3D.tsx |
software | healthy | src/ui/screens/CityMapScreen3D.tsx |
TitleScreen.tsx |
software | healthy | src/ui/screens/TitleScreen.tsx |
TacticalBattleScreen.tsx |
software | healthy | src/ui/screens/TacticalBattleScreen.tsx |
MapScreen.module.css |
software | healthy | src/ui/screens/MapScreen.module.css |
BudgetModal.tsx |
software | healthy | src/ui/components/BudgetModal.tsx |
Seal.tsx |
software | healthy | src/ui/components/Seal.tsx |
SaveSlotsModal.module.css |
software | healthy | src/ui/components/SaveSlotsModal.module.css |
ForcesOverview.module.css |
software | healthy | src/ui/components/ForcesOverview.module.css |
RecruitSuccessModal.tsx |
software | healthy | src/ui/components/RecruitSuccessModal.tsx |
PrestigeModal.tsx |
software | healthy | src/ui/components/PrestigeModal.tsx |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
api |
software | healthy | api |
docs |
software | healthy | docs |
scripts |
software | healthy | scripts |
src-tauri |
software | healthy | src-tauri |
capabilities |
software | healthy | src-tauri/capabilities |
src |
software | healthy | src-tauri/src |
.claude |
software | healthy | .claude |
test-results |
software | healthy | test-results |
public |
software | healthy | public |
portraits |
software | healthy | public/portraits |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
src |
software | healthy | src |
test |
software | healthy | src/test |
ui |
software | healthy | src/ui |
screens |
software | healthy | src/ui/screens |
components |
software | healthy | src/ui/components |
game |
software | healthy | src/game |
types |
software | healthy | src/game/types |
state |
software | healthy | src/game/state |
systems |
software | healthy | src/game/systems |
e2e |
software | healthy | e2e |
| Label | Layer | Status | Path |
|---|---|---|---|
ErrorBoundary |
software | healthy | src/ui/components/ErrorBoundary.tsx:ErrorBoundary |
on |
software | healthy | src/ui/components/Modal.tsx:on |
so |
software | healthy | src/ui/components/StrategicMap3D.tsx:so |
the |
software | healthy | src/game/types/site.ts:the |
for |
software | healthy | src/game/systems/tactical.ts:for |
| Label | Layer | Status | Path |
|---|---|---|---|
build |
cicd | healthy | .github/workflows/deploy.yml |
deploy |
cicd | healthy | .github/workflows/deploy.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-p2gil5qn |
software | healthy | /tmp/repobility-clone-p2gil5qn |
| Label | Layer | Status | Path |
|---|---|---|---|
redis |
data | healthy | api/leaderboard.js |
| Label | Layer | Status | Path |
|---|---|---|---|
port:4317 |
network | healthy | playwright.config.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
envoy |
network | healthy | src/ui/components/PoliciesModal.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | package-lock.json |
| Label | Layer | Status | Path |
|---|---|---|---|
App |
frontend | healthy | src/App.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::deploy |
cicd | healthy | .github/workflows/deploy.yml |
This page is publicly accessible at:
https://repobility.com/scan/9ec96976-fc09-46a4-acfa-9cc19d884869/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/9ec96976-fc09-46a4-acfa-9cc19d884869/
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.