https://github.com/TheoLawrence86/100k
· scanned 2026-06-16 00:34 UTC (2 months, 2 weeks ago)
34 raw signals (0 security + 34 graph)
Last scanned 2 months, 2 weeks ago · v1 · 29 actionable findings from 1 signal source. 5 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 176 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 |
|---|---|---|---|
esc |
software | healthy | js/charts.js:esc |
weekMiniBars |
software | healthy | js/charts.js:weekMiniBars |
sparkline |
software | healthy | js/charts.js:sparkline |
weeklyBars |
software | healthy | js/charts.js:weeklyBars |
ph |
software | healthy | js/charts.js:ph |
ch |
software | healthy | js/charts.js:ch |
cumulativeChart |
software | healthy | js/charts.js:cumulativeChart |
x |
software | healthy | js/charts.js:x |
y |
software | healthy | js/charts.js:y |
loadChart |
software | healthy | js/charts.js:loadChart |
renderRouteMap |
software | healthy | js/charts.js:renderRouteMap |
nearestWaypoint |
software | healthy | js/charts.js:nearestWaypoint |
$ |
software | healthy | js/route.js:$ |
neededSession |
software | healthy | js/route.js:neededSession |
setStatus |
software | healthy | js/route.js:setStatus |
cssVar |
software | healthy | js/route.js:cssVar |
currentTheme |
software | healthy | js/route.js:currentTheme |
routeGeojson |
software | healthy | js/route.js:routeGeojson |
addRouteLayers |
software | healthy | js/route.js:addRouteLayers |
ensureMap |
software | healthy | js/route.js:ensureMap |
setStartMarker |
software | healthy | js/route.js:setStartMarker |
locate |
software | healthy | js/route.js:locate |
drawRoute |
software | healthy | js/route.js:drawRoute |
setBusy |
software | healthy | js/route.js:setBusy |
generate |
software | healthy | js/route.js:generate |
useMyLocation |
software | healthy | js/route.js:useMyLocation |
onDropClick |
software | healthy | js/route.js:onDropClick |
disarmDropPin |
software | healthy | js/route.js:disarmDropPin |
toggleDropPin |
software | healthy | js/route.js:toggleDropPin |
downloadGpx |
software | healthy | js/route.js:downloadGpx |
wireRouteView |
software | healthy | js/route.js:wireRouteView |
renderRoute |
software | healthy | js/route.js:renderRoute |
road |
software | healthy | js/mapstyle.js:road |
classIn |
software | healthy | js/mapstyle.js:classIn |
buildMapStyle |
software | healthy | js/mapstyle.js:buildMapStyle |
$ |
software | healthy | js/views.js:$ |
$$ |
software | healthy | js/views.js:$$ |
renderChrome |
software | healthy | js/views.js:renderChrome |
renderDashboard |
software | healthy | js/views.js:renderDashboard |
renderBrief |
software | healthy | js/views.js:renderBrief |
renderCountdownTile |
software | healthy | js/views.js:renderCountdownTile |
renderWeekTile |
software | healthy | js/views.js:renderWeekTile |
renderLoadTile |
software | healthy | js/views.js:renderLoadTile |
renderMetricTiles |
software | healthy | js/views.js:renderMetricTiles |
renderRouteTile |
software | healthy | js/views.js:renderRouteTile |
renderCalendar |
software | healthy | js/views.js:renderCalendar |
renderWeekNav |
software | healthy | js/views.js:renderWeekNav |
renderWeekBriefing |
software | healthy | js/views.js:renderWeekBriefing |
renderTable |
software | healthy | js/views.js:renderTable |
renderProgress |
software | healthy | js/views.js:renderProgress |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
styles.css |
software | healthy | styles.css |
README.md |
software | healthy | README.md |
sw.js |
software | healthy | sw.js |
index.html |
software | healthy | index.html |
Dockerfile |
software | healthy | Dockerfile |
requirements.txt |
software | healthy | requirements.txt |
docker-compose.ghcr.yml |
software | healthy | docker-compose.ghcr.yml |
docker-compose.yml |
software | healthy | docker-compose.yml |
charts.js |
software | healthy | js/charts.js |
route.js |
software | healthy | js/route.js |
mapstyle.js |
software | healthy | js/mapstyle.js |
views.js |
software | healthy | js/views.js |
state.js |
software | healthy | js/state.js |
main.js |
software | healthy | js/main.js |
api.js |
software | healthy | js/api.js |
modernisation-plan.md |
software | healthy | docs/modernisation-plan.md |
training-plan.md |
software | healthy | docs/training-plan.md |
full-continuous-plan.md |
software | healthy | docs/full-continuous-plan.md |
adaptation-rules.md |
software | healthy | docs/adaptation-rules.md |
strength-mobility.md |
software | healthy | docs/strength-mobility.md |
logistics-checklist.md |
software | healthy | docs/logistics-checklist.md |
research.md |
software | healthy | docs/research.md |
__init__.py |
software | healthy | backend/__init__.py |
db.py |
software | healthy | backend/db.py |
seed.py |
software | healthy | backend/seed.py |
main.py |
software | healthy | backend/main.py |
docker-publish.yml |
software | healthy | .github/workflows/docker-publish.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
GET /api/version |
api | healthy | backend/main.py |
GET /api/coach |
api | healthy | backend/main.py |
GET /api/client |
api | healthy | backend/main.py |
GET /api/plan |
api | healthy | backend/main.py |
GET /api/week/{week} |
api | healthy | backend/main.py |
POST /api/log/{log_date} |
api | healthy | backend/main.py |
GET /api/progress |
api | healthy | backend/main.py |
GET /api/load |
api | healthy | backend/main.py |
GET /api/brief |
api | healthy | backend/main.py |
GET /api/route |
api | healthy | backend/main.py |
GET /api/kit |
api | healthy | backend/main.py |
POST /api/kit/{item_id} |
api | healthy | backend/main.py |
| Label | Layer | Status | Path |
|---|---|---|---|
coach |
data | healthy | backend/db.py |
client |
data | healthy | backend/db.py |
sessions |
data | healthy | backend/db.py |
week_briefings |
data | healthy | backend/db.py |
session_log |
data | healthy | backend/db.py |
kit_items |
data | healthy | backend/db.py |
| Label | Layer | Status | Path |
|---|---|---|---|
GITHUB_TOKEN |
cicd | healthy | — |
IMAGE_NAME |
cicd | healthy | — |
REGISTRY |
cicd | healthy | — |
AZURE_SUBSCRIPTION_ID |
cicd | healthy | — |
AZURE_TENANT_ID |
cicd | healthy | — |
AZURE_CLIENT_ID |
cicd | healthy | — |
| Label | Layer | Status | Path |
|---|---|---|---|
js |
software | healthy | js |
docs |
software | healthy | docs |
backend |
software | healthy | backend |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
| Label | Layer | Status | Path |
|---|---|---|---|
LogIn |
software | healthy | backend/main.py:170 |
KitIn |
software | healthy | backend/main.py:513 |
| Label | Layer | Status | Path |
|---|---|---|---|
image::Dockerfile |
hardware | healthy | Dockerfile |
app |
hardware | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
build-and-push |
cicd | healthy | .github/workflows/docker-publish.yml |
deploy-azure |
cicd | healthy | .github/workflows/docker-publish.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-e048b12k |
software | healthy | /tmp/repobility-clone-e048b12k |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
port:8000 |
network | healthy | Dockerfile |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::azure |
hardware | healthy | .github/workflows/docker-publish.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::.github/workflows/docker-publish.yml |
security | healthy | .github/workflows/docker-publish.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::docker-publish |
cicd | healthy | .github/workflows/docker-publish.yml |
This page is publicly accessible at:
https://repobility.com/scan/056f8d3c-8792-4d0c-b4f2-5d2ef68bff0c/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/056f8d3c-8792-4d0c-b4f2-5d2ef68bff0c/
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.