https://github.com/rheeld/mem-world
· scanned 2026-06-15 23:50 UTC (2 months, 3 weeks ago)
30 raw signals (0 security + 30 graph)
Last scanned 2 months, 3 weeks ago · v1 · 30 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 222 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 |
|---|---|---|---|
wrapText |
software | healthy | frontend/src/cards.ts:wrapText |
cardFrame |
software | healthy | frontend/src/cards.ts:cardFrame |
drawCard |
software | healthy | frontend/src/cards.ts:drawCard |
drawImageCard |
software | healthy | frontend/src/cards.ts:drawImageCard |
makeCard |
software | healthy | frontend/src/cards.ts:makeCard |
disposeCard |
software | healthy | frontend/src/cards.ts:disposeCard |
getJson |
software | healthy | frontend/src/api.ts:getJson |
sendJson |
software | healthy | frontend/src/api.ts:sendJson |
fetchWorld |
software | healthy | frontend/src/api.ts:fetchWorld |
fetchItem |
software | healthy | frontend/src/api.ts:fetchItem |
fileUrl |
software | healthy | frontend/src/api.ts:fileUrl |
searchWorld |
software | healthy | frontend/src/api.ts:searchWorld |
createNote |
software | healthy | frontend/src/api.ts:createNote |
updateNote |
software | healthy | frontend/src/api.ts:updateNote |
deleteItem |
software | healthy | frontend/src/api.ts:deleteItem |
setPosition |
software | healthy | frontend/src/api.ts:setPosition |
uploadFile |
software | healthy | frontend/src/api.ts:uploadFile |
makeAtmosphere |
software | healthy | frontend/src/scene.ts:makeAtmosphere |
makeStars |
software | healthy | frontend/src/scene.ts:makeStars |
addLights |
software | healthy | frontend/src/scene.ts:addLights |
toMap |
software | healthy | frontend/src/minimap.ts:toMap |
lon |
software | healthy | frontend/src/minimap.ts:lon |
lat |
software | healthy | frontend/src/minimap.ts:lat |
px |
software | healthy | frontend/src/minimap.ts:px |
py |
software | healthy | frontend/src/minimap.ts:py |
mx |
software | healthy | frontend/src/minimap.ts:mx |
escapeHtml |
software | healthy | frontend/src/ui.ts:escapeHtml |
renderWikilinks |
software | healthy | frontend/src/ui.ts:renderWikilinks |
linkChips |
software | healthy | frontend/src/ui.ts:linkChips |
linkbox |
software | healthy | frontend/src/ui.ts:linkbox |
renderPage |
software | healthy | frontend/src/ui.ts:renderPage |
applyWorldScale |
software | healthy | frontend/src/main.ts:applyWorldScale |
navigateToTitle |
software | healthy | frontend/src/main.ts:navigateToTitle |
refresh |
software | healthy | frontend/src/main.ts:refresh |
cardAltitude |
software | healthy | frontend/src/main.ts:cardAltitude |
spawnCard |
software | healthy | frontend/src/main.ts:spawnCard |
target |
software | healthy | frontend/src/main.ts:target |
updateVisibleCards |
software | healthy | frontend/src/main.ts:updateVisibleCards |
rebuild |
software | healthy | frontend/src/main.ts:rebuild |
mini |
software | healthy | frontend/src/main.ts:mini |
drawArcs |
software | healthy | frontend/src/main.ts:drawArcs |
makeArc |
software | healthy | frontend/src/main.ts:makeArc |
select |
software | healthy | frontend/src/main.ts:select |
raycastAt |
software | healthy | frontend/src/main.ts:raycastAt |
closeCardMenu |
software | healthy | frontend/src/main.ts:closeCardMenu |
openCardMenu |
software | healthy | frontend/src/main.ts:openCardMenu |
cancelMove |
software | healthy | frontend/src/main.ts:cancelMove |
placeMovingCard |
software | healthy | frontend/src/main.ts:placeMovingCard |
unhover |
software | healthy | frontend/src/main.ts:unhover |
applyHover |
software | healthy | frontend/src/main.ts:applyHover |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
DESIGN.md |
software | healthy | DESIGN.md |
README.md |
software | healthy | README.md |
CLAUDE.md |
software | healthy | CLAUDE.md |
vite.config.ts |
software | healthy | frontend/vite.config.ts |
bun.lock |
software | healthy | frontend/bun.lock |
package.json |
software | healthy | frontend/package.json |
index.html |
software | healthy | frontend/index.html |
tsconfig.json |
software | healthy | frontend/tsconfig.json |
cards.ts |
software | healthy | frontend/src/cards.ts |
api.ts |
software | healthy | frontend/src/api.ts |
scene.ts |
software | healthy | frontend/src/scene.ts |
styles.css |
software | healthy | frontend/src/styles.css |
minimap.ts |
software | healthy | frontend/src/minimap.ts |
ui.ts |
software | healthy | frontend/src/ui.ts |
main.ts |
software | healthy | frontend/src/main.ts |
globe.ts |
software | healthy | frontend/src/globe.ts |
clusters.ts |
software | healthy | frontend/src/clusters.ts |
controls.ts |
software | healthy | frontend/src/controls.ts |
fetch_wikipedia_vital.py |
software | healthy | scripts/fetch_wikipedia_vital.py |
pyproject.toml |
software | healthy | backend/pyproject.toml |
vault.py |
software | healthy | backend/src/memworld/vault.py |
__init__.py |
software | healthy | backend/src/memworld/__init__.py |
db.py |
software | healthy | backend/src/memworld/db.py |
config.py |
software | healthy | backend/src/memworld/config.py |
layout.py |
software | healthy | backend/src/memworld/layout.py |
world.py |
software | healthy | backend/src/memworld/world.py |
main.py |
software | healthy | backend/src/memworld/main.py |
embeddings.py |
software | healthy | backend/src/memworld/embeddings.py |
CLAUDE.md |
quality | healthy | CLAUDE.md |
| Label | Layer | Status | Path |
|---|---|---|---|
Minimap |
software | healthy | frontend/src/minimap.ts:Minimap |
UI |
software | healthy | frontend/src/ui.ts:UI |
Globe |
software | healthy | frontend/src/globe.ts:Globe |
GlobeControls |
software | healthy | frontend/src/controls.ts:GlobeControls |
Parsed |
software | healthy | backend/src/memworld/vault.py:29 |
VaultWatcher |
software | healthy | backend/src/memworld/vault.py:107 |
Config |
software | healthy | backend/src/memworld/config.py:11 |
World |
software | healthy | backend/src/memworld/world.py:22 |
CreateNote |
software | healthy | backend/src/memworld/main.py:60 |
SetPosition |
software | healthy | backend/src/memworld/main.py:66 |
UpdateNote |
software | healthy | backend/src/memworld/main.py:141 |
Embedder |
software | healthy | backend/src/memworld/embeddings.py:8 |
| Label | Layer | Status | Path |
|---|---|---|---|
GET /api/status |
api | healthy | backend/src/memworld/main.py |
GET /api/world |
api | healthy | backend/src/memworld/main.py |
GET /api/items/{item_id} |
api | healthy | backend/src/memworld/main.py |
POST /api/items |
api | healthy | backend/src/memworld/main.py |
POST /api/upload |
api | healthy | backend/src/memworld/main.py |
PUT /api/items/{item_id} |
api | healthy | backend/src/memworld/main.py |
DELETE /api/items/{item_id} |
api | healthy | backend/src/memworld/main.py |
GET /api/items/{item_id}/file |
api | healthy | backend/src/memworld/main.py |
PATCH /api/items/{item_id}/position |
api | healthy | backend/src/memworld/main.py |
GET /api/search |
api | healthy | backend/src/memworld/main.py |
| Label | Layer | Status | Path |
|---|---|---|---|
frontend |
software | healthy | frontend |
src |
software | healthy | frontend/src |
scripts |
software | healthy | scripts |
backend |
software | healthy | backend |
src |
software | healthy | backend/src |
memworld |
software | healthy | backend/src/memworld |
| Label | Layer | Status | Path |
|---|---|---|---|
items |
data | healthy | backend/src/memworld/db.py |
links |
data | healthy | backend/src/memworld/db.py |
meta |
data | healthy | backend/src/memworld/db.py |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-b8cq2sz0 |
software | healthy | /tmp/repobility-clone-b8cq2sz0 |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | CLAUDE.md |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | CLAUDE.md |
This page is publicly accessible at:
https://repobility.com/scan/e4dff9bc-8811-4914-9014-f002161c2f32/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/e4dff9bc-8811-4914-9014-f002161c2f32/
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.