https://github.com/thepetersonbros-blip/mole-in-the-mine
· scanned 2026-06-16 00:34 UTC (2 months, 2 weeks ago)
14 raw signals (0 security + 14 graph)
Last scanned 2 months, 2 weeks ago · v1 · 14 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 318 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 |
|---|---|---|---|
mkBot |
software | healthy | test/integration/bots.test.ts:mkBot |
sleep |
software | healthy | test/integration/bots.test.ts:sleep |
waitFor |
software | healthy | test/integration/bots.test.ts:waitFor |
run |
software | healthy | test/unit/stability.test.ts:run |
startedRoom |
software | healthy | test/unit/endings.test.ts:startedRoom |
molePlayer |
software | healthy | test/unit/endings.test.ts:molePlayer |
nonMole |
software | healthy | test/unit/endings.test.ts:nonMole |
deepKeys |
software | healthy | test/unit/secrecy.test.ts:deepKeys |
world |
software | healthy | test/unit/movement.test.ts:world |
testRoom |
software | healthy | test/fixtures/world.ts:testRoom |
cleanup |
software | healthy | test/fixtures/world.ts:cleanup |
sandboxRound |
software | healthy | test/fixtures/world.ts:sandboxRound |
stamp |
software | healthy | test/fixtures/world.ts:stamp |
i |
software | healthy | test/fixtures/world.ts:i |
snapAscii |
software | healthy | test/fixtures/world.ts:snapAscii |
addPlayer |
software | healthy | test/fixtures/world.ts:addPlayer |
ticks |
software | healthy | test/fixtures/world.ts:ticks |
ticksBatched |
software | healthy | test/fixtures/world.ts:ticksBatched |
phase |
software | healthy | test/e2e/game.spec.ts:phase |
joinAs |
software | healthy | test/e2e/game.spec.ts:joinAs |
tokenKey |
software | healthy | src/client/net.ts:tokenKey |
connect |
software | healthy | src/client/net.ts:connect |
code |
software | healthy | src/client/net.ts:code |
ticksLeft |
software | healthy | src/client/net.ts:ticksLeft |
hideCurtainSoon |
software | healthy | src/client/net.ts:hideCurtainSoon |
disconnect |
software | healthy | src/client/net.ts:disconnect |
sendInput |
software | healthy | src/client/net.ts:sendInput |
sendAction |
software | healthy | src/client/net.ts:sendAction |
sendMole |
software | healthy | src/client/net.ts:sendMole |
sendVote |
software | healthy | src/client/net.ts:sendVote |
sendLobby |
software | healthy | src/client/net.ts:sendLobby |
unlock |
software | healthy | src/client/audio.ts:unlock |
now |
software | healthy | src/client/audio.ts:now |
tone |
software | healthy | src/client/audio.ts:tone |
noise |
software | healthy | src/client/audio.ts:noise |
boot |
software | healthy | src/client/main.ts:boot |
tryUnlock |
software | healthy | src/client/main.ts:tryUnlock |
uq |
software | healthy | src/client/state.ts:uq |
onUpdate |
software | healthy | src/client/state.ts:onUpdate |
update |
software | healthy | src/client/state.ts:update |
tileAt |
software | healthy | src/client/state.ts:tileAt |
metaAt |
software | healthy | src/client/state.ts:metaAt |
applySync |
software | healthy | src/client/state.ts:applySync |
applyDwarfList |
software | healthy | src/client/state.ts:applyDwarfList |
applySnap |
software | healthy | src/client/state.ts:applySnap |
dwarfRenderPos |
software | healthy | src/client/state.ts:dwarfRenderPos |
resetPrediction |
software | healthy | src/client/predict.ts:resetPrediction |
myServerDwarf |
software | healthy | src/client/predict.ts:myServerDwarf |
predictedPos |
software | healthy | src/client/predict.ts:predictedPos |
buried |
software | healthy | src/client/predict.ts:buried |
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 |
vite.config.ts |
software | healthy | vite.config.ts |
README.md |
software | healthy | README.md |
package.json |
software | healthy | package.json |
render.yaml |
software | healthy | render.yaml |
package-lock.json |
software | healthy | package-lock.json |
tsconfig.json |
software | healthy | tsconfig.json |
vitest.config.ts |
software | healthy | vitest.config.ts |
bots.test.ts |
software | healthy | test/integration/bots.test.ts |
stability.test.ts |
software | healthy | test/unit/stability.test.ts |
endings.test.ts |
software | healthy | test/unit/endings.test.ts |
worldgen.test.ts |
software | healthy | test/unit/worldgen.test.ts |
secrecy.test.ts |
software | healthy | test/unit/secrecy.test.ts |
movement.test.ts |
software | healthy | test/unit/movement.test.ts |
world.ts |
software | healthy | test/fixtures/world.ts |
game.spec.ts |
software | healthy | test/e2e/game.spec.ts |
manual-qa.md |
software | healthy | docs/manual-qa.md |
build-server.mjs |
software | healthy | scripts/build-server.mjs |
net.ts |
software | healthy | src/client/net.ts |
audio.ts |
software | healthy | src/client/audio.ts |
index.html |
software | healthy | src/client/index.html |
main.ts |
software | healthy | src/client/main.ts |
state.ts |
software | healthy | src/client/state.ts |
predict.ts |
software | healthy | src/client/predict.ts |
touch.ts |
software | healthy | src/client/input/touch.ts |
keyboard.ts |
software | healthy | src/client/input/keyboard.ts |
meeting.ts |
software | healthy | src/client/ui/meeting.ts |
scoreboard.ts |
software | healthy | src/client/ui/scoreboard.ts |
hud.ts |
software | healthy | src/client/ui/hud.ts |
screens.ts |
software | healthy | src/client/ui/screens.ts |
darkness.ts |
software | healthy | src/client/render/darkness.ts |
renderer.ts |
software | healthy | src/client/render/renderer.ts |
effects.ts |
software | healthy | src/client/render/effects.ts |
art.ts |
software | healthy | src/client/render/art.ts |
movement.ts |
software | healthy | src/shared/movement.ts |
tiles.ts |
software | healthy | src/shared/tiles.ts |
protocol.ts |
software | healthy | src/shared/protocol.ts |
constants.ts |
software | healthy | src/shared/constants.ts |
rng.ts |
software | healthy | src/shared/rng.ts |
index.ts |
software | healthy | src/server/index.ts |
rooms.ts |
software | healthy | src/server/rooms.ts |
app.ts |
software | healthy | src/server/app.ts |
stability.ts |
software | healthy | src/server/game/stability.ts |
rules.ts |
software | healthy | src/server/game/rules.ts |
grid.ts |
software | healthy | src/server/game/grid.ts |
mole.ts |
software | healthy | src/server/game/mole.ts |
actions.ts |
software | healthy | src/server/game/actions.ts |
collapse.ts |
software | healthy | src/server/game/collapse.ts |
meetings.ts |
software | healthy | src/server/game/meetings.ts |
types.ts |
software | healthy | src/server/game/types.ts |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
test |
software | healthy | test |
integration |
software | healthy | test/integration |
unit |
software | healthy | test/unit |
fixtures |
software | healthy | test/fixtures |
e2e |
software | healthy | test/e2e |
docs |
software | healthy | docs |
scripts |
software | healthy | scripts |
src |
software | healthy | src |
client |
software | healthy | src/client |
input |
software | healthy | src/client/input |
ui |
software | healthy | src/client/ui |
render |
software | healthy | src/client/render |
shared |
software | healthy | src/shared |
server |
software | healthy | src/server |
game |
software | healthy | src/server/game |
net |
software | healthy | src/server/net |
| Label | Layer | Status | Path |
|---|---|---|---|
GET /healthz |
api | healthy | src/server/app.ts |
GET / |
api | healthy | src/server/app.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
port:3199 |
network | healthy | playwright.config.ts |
port:5173 |
network | healthy | vite.config.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-pue9t6g3 |
software | healthy | /tmp/repobility-clone-pue9t6g3 |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | test/integration/bots.test.ts |
This page is publicly accessible at:
https://repobility.com/scan/7e3d0287-3121-4f64-8758-488579ea1e0f/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/7e3d0287-3121-4f64-8758-488579ea1e0f/
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.