Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

rmv0x11/ild

https://github.com/rmv0x11/ild · scanned 2026-06-15 23:52 UTC (2 months, 3 weeks ago)

30 raw signals (0 security + 30 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 23 actionable findings from 1 signal source. 7 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 608 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.

LabelLayerStatusPath
escapeIfNeeded software healthy scripts/fix-deck-csvs.mjs:escapeIfNeeded
splitFirstTwoCommas software healthy scripts/fix-deck-csvs.mjs:splitFirstTwoCommas
renderAt software healthy src/App.test.tsx:renderAt
App software healthy src/App.tsx:App
handleOnboardingClose software healthy src/App.tsx:handleOnboardingClose
installMemoryLocalStorage software healthy src/test/setup.ts:installMemoryLocalStorage
Layout software healthy src/components/Layout.tsx:Layout
renderLayout software healthy src/components/Layout.test.tsx:renderLayout
Badge software healthy src/components/ui/badge.tsx:Badge
getBar software healthy src/components/ui/progress.test.tsx:getBar
CardHeader software healthy src/components/ui/card.tsx:CardHeader
CardTitle software healthy src/components/ui/card.tsx:CardTitle
CardDescription software healthy src/components/ui/card.tsx:CardDescription
CardContent software healthy src/components/ui/card.tsx:CardContent
CardFooter software healthy src/components/ui/card.tsx:CardFooter
Controlled software healthy src/components/ui/input.test.tsx:Controlled
plural software healthy src/lib/plural.ts:plural
cn software healthy src/lib/utils.ts:cn
uuid software healthy src/lib/uuid.ts:uuid
getPreset software healthy src/lib/presets/index.ts:getPreset
presetUrl software healthy src/lib/presets/index.ts:presetUrl
base software healthy src/lib/presets/index.ts:base
loadPresetCsv software healthy src/lib/presets/index.ts:loadPresetCsv
countOccurrences software healthy src/lib/presets/synonyms-integrity.test.ts:countOccurrences
getSynonymPreset software healthy src/lib/presets/synonyms.ts:getSynonymPreset
presetUrl software healthy src/lib/presets/synonyms.ts:presetUrl
base software healthy src/lib/presets/synonyms.ts:base
loadSynonymPresetCsv software healthy src/lib/presets/synonyms.ts:loadSynonymPresetCsv
notifyVoicesChanged software healthy src/lib/tts/speak.ts:notifyVoicesChanged
ensureVoicesListener software healthy src/lib/tts/speak.ts:ensureVoicesListener
isTtsAvailable software healthy src/lib/tts/speak.ts:isTtsAvailable
warmUpTts software healthy src/lib/tts/speak.ts:warmUpTts
voiceToInfo software healthy src/lib/tts/speak.ts:voiceToInfo
readChineseVoices software healthy src/lib/tts/speak.ts:readChineseVoices
getAvailableChineseVoices software healthy src/lib/tts/speak.ts:getAvailableChineseVoices
getSelectedVoiceURI software healthy src/lib/tts/speak.ts:getSelectedVoiceURI
setSelectedVoiceURI software healthy src/lib/tts/speak.ts:setSelectedVoiceURI
subscribeToVoicesChanged software healthy src/lib/tts/speak.ts:subscribeToVoicesChanged
getChineseVoice software healthy src/lib/tts/speak.ts:getChineseVoice
getChineseVoiceInfo software healthy src/lib/tts/speak.ts:getChineseVoiceInfo
getChineseVoiceLabel software healthy src/lib/tts/speak.ts:getChineseVoiceLabel
cancelSpeech software healthy src/lib/tts/speak.ts:cancelSpeech
speakChinese software healthy src/lib/tts/speak.ts:speakChinese
makeVoice software healthy src/lib/tts/speak.test.ts:makeVoice
installSpeechMocks software healthy src/lib/tts/speak.test.ts:installSpeechMocks
loadModule software healthy src/lib/tts/speak.test.ts:loadModule
hasApi software healthy src/lib/api/client.ts:hasApi
isErrorBody software healthy src/lib/api/client.ts:isErrorBody
apiFetch software healthy src/lib/api/client.ts:apiFetch
apiGet software healthy src/lib/api/client.ts:apiGet

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
tsconfig.app.json software healthy tsconfig.app.json
vite.config.ts software healthy vite.config.ts
README.md software healthy README.md
CLAUDE.md software healthy CLAUDE.md
package.json software healthy package.json
tsconfig.node.json software healthy tsconfig.node.json
index.html software healthy index.html
Dockerfile software healthy Dockerfile
package-lock.json software healthy package-lock.json
components.json software healthy components.json
.env.example software healthy .env.example
eslint.config.js software healthy eslint.config.js
tsconfig.json software healthy tsconfig.json
LICENSE software healthy LICENSE
docker-compose.yml software healthy docker-compose.yml
fix-deck-csvs.mjs software healthy scripts/fix-deck-csvs.mjs
settings.json software healthy .claude/settings.json
main.go software healthy server/main.go
go.mod software healthy server/go.mod
config.go software healthy server/internal/config/config.go
handlers.go software healthy server/internal/auth/handlers.go
password_test.go software healthy server/internal/auth/password_test.go
google.go software healthy server/internal/auth/google.go
register_test.go software healthy server/internal/auth/register_test.go
password.go software healthy server/internal/auth/password.go
store.go software healthy server/internal/auth/store.go
auth_test.go software healthy server/internal/auth/auth_test.go
middleware.go software healthy server/internal/auth/middleware.go
email.go software healthy server/internal/auth/email.go
session.go software healthy server/internal/auth/session.go
sync.go software healthy server/internal/api/sync.go
router_test.go software healthy server/internal/api/router_test.go
middleware.go software healthy server/internal/api/middleware.go
router.go software healthy server/internal/api/router.go
db_test.go software healthy server/internal/db/db_test.go
magic_links.go software healthy server/internal/db/magic_links.go
reviews.go software healthy server/internal/db/reviews.go
db.go software healthy server/internal/db/db.go
users.go software healthy server/internal/db/users.go
cards.go software healthy server/internal/db/cards.go
sessions.go software healthy server/internal/db/sessions.go
002_password_auth.sql software healthy server/internal/db/migrations/002_password_auth.sql
001_init.sql software healthy server/internal/db/migrations/001_init.sql
types.go software healthy server/internal/domain/types.go
preflight.sh software healthy server/deploy/preflight.sh
README.md software healthy server/deploy/README.md
cloudflared-setup.md software healthy server/deploy/cloudflared-setup.md
install.sh software healthy server/deploy/install.sh
.env.example software healthy server/deploy/.env.example
cloudflared.example.yml software healthy server/deploy/cloudflared.example.yml

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
scripts software healthy scripts
.claude software healthy .claude
server software healthy server
internal software healthy server/internal
config software healthy server/internal/config
auth software healthy server/internal/auth
api software healthy server/internal/api
db software healthy server/internal/db
migrations software healthy server/internal/db/migrations
domain software healthy server/internal/domain
deploy software healthy server/deploy
migrations software healthy server/migrations
.github software healthy .github
workflows software healthy .github/workflows
src software healthy src
types software healthy src/types
test software healthy src/test
components software healthy src/components
ui software healthy src/components/ui
lib software healthy src/lib
presets software healthy src/lib/presets
tts software healthy src/lib/tts
api software healthy src/lib/api
sm2 software healthy src/lib/sm2
synonyms software healthy src/lib/synonyms
csv software healthy src/lib/csv
stats software healthy src/lib/stats
storage software healthy src/lib/storage
features software healthy src/features
sync software healthy src/features/sync
auth software healthy src/features/auth
review software healthy src/features/review
synonyms software healthy src/features/synonyms
deck software healthy src/features/deck
practice software healthy src/features/practice
onboarding software healthy src/features/onboarding
cards software healthy src/features/cards
stats software healthy src/features/stats

LabelLayerStatusPath
auth::server/internal/auth/handlers.go security healthy server/internal/auth/handlers.go
auth::src/features/auth/api.ts security healthy src/features/auth/api.ts
auth::server/internal/db/users.go security healthy server/internal/db/users.go
auth::server/deploy/.env.example security healthy server/deploy/.env.example
auth::server/internal/auth/password.go security healthy server/internal/auth/password.go
auth::server/internal/auth/password_test.go security healthy server/internal/auth/password_test.go
auth::server/internal/db/db_test.go security healthy server/internal/db/db_test.go
auth::server/internal/config/config.go security healthy server/internal/config/config.go
auth::server/internal/domain/types.go security healthy server/internal/domain/types.go
auth::src/features/auth/SetPasswordDialog.tsx security healthy src/features/auth/SetPasswordDialog.tsx
auth::server/internal/api/router.go security healthy server/internal/api/router.go
auth::src/features/auth/LoginPage.tsx security healthy src/features/auth/LoginPage.tsx
auth::server/deploy/README.md security healthy server/deploy/README.md
auth::server/internal/auth/auth_test.go security healthy server/internal/auth/auth_test.go
auth::server/internal/auth/store.go security healthy server/internal/auth/store.go
auth::server/internal/auth/google.go security healthy server/internal/auth/google.go
auth::server/internal/auth/session.go security healthy server/internal/auth/session.go
auth::src/features/auth/AuthCallbackPage.tsx security healthy src/features/auth/AuthCallbackPage.tsx

LabelLayerStatusPath
login frontend healthy src/App.tsx
auth/callback frontend healthy src/App.tsx
review frontend healthy src/App.tsx
practice frontend healthy src/App.tsx
synonyms frontend healthy src/App.tsx
synonyms/:deckId frontend healthy src/App.tsx
cards frontend healthy src/App.tsx
import frontend healthy src/App.tsx
stats frontend healthy src/App.tsx
* frontend healthy src/App.tsx
/synonyms frontend healthy src/features/synonyms/SynonymStudyPage.test.tsx
/synonyms/:deckId frontend healthy src/features/synonyms/SynonymStudyPage.test.tsx

LabelLayerStatusPath
string software healthy src/components/ui/badge.test.tsx:string
string software healthy src/components/ui/button.test.tsx:string
unchanged software healthy src/lib/utils.test.ts:unchanged
FakeUtteranceCtor software healthy src/lib/tts/speak.test.ts:FakeUtteranceCtor
ApiError software healthy src/lib/api/client.ts:ApiError
IldDatabase software healthy src/lib/storage/db.ts:IldDatabase
extends software healthy src/features/sync/useSync.test.tsx:extends
SyncUnauthorizedError software healthy src/features/sync/engine.ts:SyncUnauthorizedError
token software healthy src/features/review/RatingButtons.test.tsx:token

LabelLayerStatusPath
users data healthy server/internal/db/migrations/001_init.sql
user_oauth data healthy server/internal/db/migrations/001_init.sql
email_magic_links data healthy server/internal/db/migrations/001_init.sql
sessions data healthy server/internal/db/migrations/001_init.sql
cards data healthy server/internal/db/migrations/001_init.sql
reviews data healthy server/internal/db/migrations/001_init.sql

LabelLayerStatusPath
002_password_auth.sql data healthy server/internal/db/migrations/002_password_auth.sql
001_init.sql data healthy server/internal/db/migrations/001_init.sql
002_password_auth.sql data healthy server/migrations/002_password_auth.sql
001_init.sql data healthy server/migrations/001_init.sql

LabelLayerStatusPath
port:5173 network healthy vite.config.ts
port:80 network healthy Dockerfile
port:8080 network healthy docker-compose.yml

LabelLayerStatusPath
nginx network healthy README.md
caddy network healthy server/deploy/README.md
traefik network healthy server/deploy/README.md

LabelLayerStatusPath
image::Dockerfile hardware healthy Dockerfile
dev hardware healthy docker-compose.yml
prod hardware healthy docker-compose.yml

LabelLayerStatusPath
build cicd healthy .github/workflows/deploy.yml
deploy cicd healthy .github/workflows/deploy.yml
check cicd healthy .github/workflows/ci.yml

LabelLayerStatusPath
127.0.0.1 network healthy vite.config.ts
77.83.87.234 network healthy server/deploy/README.md

LabelLayerStatusPath
gha::deploy cicd healthy .github/workflows/deploy.yml
gha::ci cicd healthy .github/workflows/ci.yml

LabelLayerStatusPath
repobility-clone-ly_eg7kb software healthy /tmp/repobility-clone-ly_eg7kb

LabelLayerStatusPath
sqlite data healthy server/go.mod

LabelLayerStatusPath
App frontend healthy src/App.tsx

LabelLayerStatusPath
password_literal::src/features/auth/LoginPage.test.tsx security healthy src/features/auth/LoginPage.test.tsx
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/be9addac-b935-4917-ad26-ff0daffe7110/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/be9addac-b935-4917-ad26-ff0daffe7110/

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.