{"version": "2.1.0", "$schema": "https://json.schemastore.org/sarif-2.1.0.json", "runs": [{"tool": {"driver": {"name": "Repobility", "informationUri": "https://repobility.com", "rules": [{"id": "scanner-aad17a6c46b40137", "name": "Stray `console.log` in TS/JS \u2014 cluster.js:13", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 cluster.js:13"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2dbcea1266c83bdb", "name": "Stray `console.log` in TS/JS \u2014 fm-client.js:29", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 fm-client.js:29"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-34475ab05653ee1a", "name": "Stray `console.log` in TS/JS \u2014 server.js:235", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 server.js:235"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "1 tests / 6 src (ratio 0.17)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-faccb9061e9b52a0", "name": "No README detected", "shortDescription": {"text": "No README detected"}, "fullDescription": {"text": "No README file was found. Generated repos without README context are hard to operate, validate, or safely hand off."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 28 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci, tests, operator-readme. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-bea357a6497a2d5d", "name": "Agent authority lacks a verifier contract: CLAUDE.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8fac941b73e2973f", "name": "Commented-code block (5 lines) in cache.js:97", "shortDescription": {"text": "Commented-code block (5 lines) in cache.js:97"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-1d51c1ee1426e79c", "name": "Commented-code block (5 lines) in cluster.js:5", "shortDescription": {"text": "Commented-code block (5 lines) in cluster.js:5"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-3ab970bcb7e23cd7", "name": "Commented-code block (5 lines) in store.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in store.js:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-b6089820b1cdb01e", "name": "Commented-code block (5 lines) in fm-client.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in fm-client.js:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6698154ca6dbf10a", "name": "Commented-code block (5 lines) in server.js:139", "shortDescription": {"text": "Commented-code block (5 lines) in server.js:139"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-65df07ab4020db79", "name": "18 env vars used in code but missing from .env.example", "shortDescription": {"text": "18 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `AUDIO_LAB_ENABLED`, `CI`, `CORS_ORIGIN`, `EDITORIAL_HERO_ENABLED`, `FM_MAX_CONCURRENT_REQUESTS`, `FM_MIN_REQUEST_INTERVAL_MS`, `FM_TIMEOUT_MS`, `HTTP2_CERT_PATH` + 10 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9b32d8102520b0f9", "name": "Dangling fetch: POST https://api.replicate.com/v1/predictions (server.js:698)", "shortDescription": {"text": "Dangling fetch: POST https://api.replicate.com/v1/predictions (server.js:698)"}, "fullDescription": {"text": "`server.js:698` calls `POST https://api.replicate.com/v1/predictions` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/api.replicate.com/v1/predictions`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-3cb6627579241d6b", "name": "Dangling fetch: GET https://api.replicate.com/v1/predictions/${req.params.id} (server.js:725)", "shortDescription": {"text": "Dangling fetch: GET https://api.replicate.com/v1/predictions/${req.params.id} (server.js:725)"}, "fullDescription": {"text": "`server.js:725` calls `GET https://api.replicate.com/v1/predictions/${req.params.id}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/api.replicate.com/v1/predictions/<p>`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-cd430d8889e2b6b8", "name": "Unused endpoint: USE /api/payments/webhook", "shortDescription": {"text": "Unused endpoint: USE /api/payments/webhook"}, "fullDescription": {"text": "`server.js` declares `USE /api/payments/webhook` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-76889df7c8e240c5", "name": "Unused endpoint: USE /api/", "shortDescription": {"text": "Unused endpoint: USE /api/"}, "fullDescription": {"text": "`server.js` declares `USE /api/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f4da35fd624d9b12", "name": "Unused endpoint: GET /img/jukebox.webp", "shortDescription": {"text": "Unused endpoint: GET /img/jukebox.webp"}, "fullDescription": {"text": "`server.js` declares `GET /img/jukebox.webp` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-42d480f9db9e55a0", "name": "Unused endpoint: USE /api/access", "shortDescription": {"text": "Unused endpoint: USE /api/access"}, "fullDescription": {"text": "`server.js` declares `USE /api/access` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f8242ba07247d2f8", "name": "Unused endpoint: USE /api/payments", "shortDescription": {"text": "Unused endpoint: USE /api/payments"}, "fullDescription": {"text": "`server.js` declares `USE /api/payments` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7b910237db071b99", "name": "Unused endpoint: USE /api/telkom", "shortDescription": {"text": "Unused endpoint: USE /api/telkom"}, "fullDescription": {"text": "`server.js` declares `USE /api/telkom` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-dde3adb27bf7eebe", "name": "Unused endpoint: USE /api", "shortDescription": {"text": "Unused endpoint: USE /api"}, "fullDescription": {"text": "`server.js` declares `USE /api` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-49b24a943513cdf1", "name": "Unused endpoint: USE /api/download", "shortDescription": {"text": "Unused endpoint: USE /api/download"}, "fullDescription": {"text": "`server.js` declares `USE /api/download` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f797b353bd104dba", "name": "Unused endpoint: USE /api/ringtone", "shortDescription": {"text": "Unused endpoint: USE /api/ringtone"}, "fullDescription": {"text": "`server.js` declares `USE /api/ringtone` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-927d00be000e74bc", "name": "Unused endpoint: USE /api/playlists", "shortDescription": {"text": "Unused endpoint: USE /api/playlists"}, "fullDescription": {"text": "`server.js` declares `USE /api/playlists` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8c797e25fee9b2b2", "name": "Unused endpoint: USE /api/library", "shortDescription": {"text": "Unused endpoint: USE /api/library"}, "fullDescription": {"text": "`server.js` declares `USE /api/library` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2149a900061c360a", "name": "Unused endpoint: GET /api/shared-playlists/:shareId", "shortDescription": {"text": "Unused endpoint: GET /api/shared-playlists/:shareId"}, "fullDescription": {"text": "`server.js` declares `GET /api/shared-playlists/:shareId` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5baa8971ebe192a1", "name": "Unused endpoint: GET /", "shortDescription": {"text": "Unused endpoint: GET /"}, "fullDescription": {"text": "`server.js` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0892afc3871a12eb", "name": "Unused endpoint: GET /modern", "shortDescription": {"text": "Unused endpoint: GET /modern"}, "fullDescription": {"text": "`server.js` declares `GET /modern` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-186692de65e847fc", "name": "Unused endpoint: GET /albums", "shortDescription": {"text": "Unused endpoint: GET /albums"}, "fullDescription": {"text": "`server.js` declares `GET /albums` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7435979e683a1256", "name": "Unused endpoint: GET /classic", "shortDescription": {"text": "Unused endpoint: GET /classic"}, "fullDescription": {"text": "`server.js` declares `GET /classic` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1e0d9a14d53bdcce", "name": "Unused endpoint: GET /jukebox", "shortDescription": {"text": "Unused endpoint: GET /jukebox"}, "fullDescription": {"text": "`server.js` declares `GET /jukebox` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-60ce72dcd3e9a568", "name": "Unused endpoint: GET /library", "shortDescription": {"text": "Unused endpoint: GET /library"}, "fullDescription": {"text": "`server.js` declares `GET /library` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ed0fe929c38b9a74", "name": "Unused endpoint: GET /home", "shortDescription": {"text": "Unused endpoint: GET /home"}, "fullDescription": {"text": "`server.js` declares `GET /home` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-be1fc5ec702d9282", "name": "Unused endpoint: GET /mobile", "shortDescription": {"text": "Unused endpoint: GET /mobile"}, "fullDescription": {"text": "`server.js` declares `GET /mobile` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1ff4f7b30d582450", "name": "Unused endpoint: GET /m", "shortDescription": {"text": "Unused endpoint: GET /m"}, "fullDescription": {"text": "`server.js` declares `GET /m` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-86bcc0321126ca77", "name": "Unused endpoint: GET /ringtone", "shortDescription": {"text": "Unused endpoint: GET /ringtone"}, "fullDescription": {"text": "`server.js` declares `GET /ringtone` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2607bdeda0bc763c", "name": "Unused endpoint: GET /audio-lab", "shortDescription": {"text": "Unused endpoint: GET /audio-lab"}, "fullDescription": {"text": "`server.js` declares `GET /audio-lab` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-db47cfa8dbd3b288", "name": "Unused endpoint: POST /api/audio-lab/validate-key", "shortDescription": {"text": "Unused endpoint: POST /api/audio-lab/validate-key"}, "fullDescription": {"text": "`server.js` declares `POST /api/audio-lab/validate-key` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a93715108ad08402", "name": "Unused endpoint: GET /api/audio-proxy", "shortDescription": {"text": "Unused endpoint: GET /api/audio-proxy"}, "fullDescription": {"text": "`server.js` declares `GET /api/audio-proxy` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d12a601c1d2097af", "name": "Unused endpoint: POST /api/audio-lab/replicate/predictions", "shortDescription": {"text": "Unused endpoint: POST /api/audio-lab/replicate/predictions"}, "fullDescription": {"text": "`server.js` declares `POST /api/audio-lab/replicate/predictions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-46a986211dab8e3e", "name": "Unused endpoint: GET /api/audio-lab/replicate/predictions/:id", "shortDescription": {"text": "Unused endpoint: GET /api/audio-lab/replicate/predictions/:id"}, "fullDescription": {"text": "`server.js` declares `GET /api/audio-lab/replicate/predictions/:id` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/26473"}, "properties": {"repository": "IanOsrin/MadMusic", "repoUrl": "https://github.com/IanOsrin/MadMusic", "branch": "main"}, "results": [{"ruleId": "scanner-aad17a6c46b40137", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 cluster.js:13"}, "properties": {"repobilityId": "3043c36f20773b99", "scanner": "scanner-primary", "fingerprint": "aad17a6c46b40137", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-2dbcea1266c83bdb", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 fm-client.js:29"}, "properties": {"repobilityId": "32d8fa3dc7629d9f", "scanner": "scanner-primary", "fingerprint": "2dbcea1266c83bdb", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-34475ab05653ee1a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 server.js:235"}, "properties": {"repobilityId": "a9deebb5fdc93edc", "scanner": "scanner-primary", "fingerprint": "34475ab05653ee1a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "9f9dbba815e7614b", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-faccb9061e9b52a0", "level": "note", "message": {"text": "No README detected"}, "properties": {"repobilityId": "9edae9ebfb1be4c1", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "ba8ea074b334f345", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "c3d4c3ba33236cc4", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "f424ae0fa3960e29", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "f9d8117daf5a9125", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-bea357a6497a2d5d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: CLAUDE.md"}, "properties": {"repobilityId": "aae72df3934829ac", "scanner": "scanner-primary", "fingerprint": "bea357a6497a2d5d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "CLAUDE.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8fac941b73e2973f", "level": "none", "message": {"text": "Commented-code block (5 lines) in cache.js:97"}, "properties": {"repobilityId": "04ac396d1d4f760b", "scanner": "scanner-primary", "fingerprint": "8fac941b73e2973f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1d51c1ee1426e79c", "level": "none", "message": {"text": "Commented-code block (5 lines) in cluster.js:5"}, "properties": {"repobilityId": "24ec122136014b00", "scanner": "scanner-primary", "fingerprint": "1d51c1ee1426e79c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3ab970bcb7e23cd7", "level": "none", "message": {"text": "Commented-code block (5 lines) in store.js:1"}, "properties": {"repobilityId": "8717bf709af45ed4", "scanner": "scanner-primary", "fingerprint": "3ab970bcb7e23cd7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b6089820b1cdb01e", "level": "none", "message": {"text": "Commented-code block (5 lines) in fm-client.js:1"}, "properties": {"repobilityId": "f8f115d665338c89", "scanner": "scanner-primary", "fingerprint": "b6089820b1cdb01e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-6698154ca6dbf10a", "level": "none", "message": {"text": "Commented-code block (5 lines) in server.js:139"}, "properties": {"repobilityId": "a8ae2c6173a834d1", "scanner": "scanner-primary", "fingerprint": "6698154ca6dbf10a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-65df07ab4020db79", "level": "note", "message": {"text": "18 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "5e334d56f52c02e1", "scanner": "scanner-primary", "fingerprint": "65df07ab4020db79", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-9b32d8102520b0f9", "level": "error", "message": {"text": "Dangling fetch: POST https://api.replicate.com/v1/predictions (server.js:698)"}, "properties": {"repobilityId": "9ee811683e194067", "scanner": "scanner-primary", "fingerprint": "9b32d8102520b0f9", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-3cb6627579241d6b", "level": "error", "message": {"text": "Dangling fetch: GET https://api.replicate.com/v1/predictions/${req.params.id} (server.js:725)"}, "properties": {"repobilityId": "7ed33804b86c985d", "scanner": "scanner-primary", "fingerprint": "3cb6627579241d6b", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-cd430d8889e2b6b8", "level": "note", "message": {"text": "Unused endpoint: USE /api/payments/webhook"}, "properties": {"repobilityId": "2abe03b90fcc9227", "scanner": "scanner-primary", "fingerprint": "cd430d8889e2b6b8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-76889df7c8e240c5", "level": "note", "message": {"text": "Unused endpoint: USE /api/"}, "properties": {"repobilityId": "fcfd35d703bcb479", "scanner": "scanner-primary", "fingerprint": "76889df7c8e240c5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f4da35fd624d9b12", "level": "note", "message": {"text": "Unused endpoint: GET /img/jukebox.webp"}, "properties": {"repobilityId": "87b8fb5d0406a533", "scanner": "scanner-primary", "fingerprint": "f4da35fd624d9b12", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-42d480f9db9e55a0", "level": "note", "message": {"text": "Unused endpoint: USE /api/access"}, "properties": {"repobilityId": "60b4ec5f67a0a8a4", "scanner": "scanner-primary", "fingerprint": "42d480f9db9e55a0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f8242ba07247d2f8", "level": "note", "message": {"text": "Unused endpoint: USE /api/payments"}, "properties": {"repobilityId": "b8f2a251c3be45eb", "scanner": "scanner-primary", "fingerprint": "f8242ba07247d2f8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7b910237db071b99", "level": "note", "message": {"text": "Unused endpoint: USE /api/telkom"}, "properties": {"repobilityId": "bb672852e6c1cd2e", "scanner": "scanner-primary", "fingerprint": "7b910237db071b99", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dde3adb27bf7eebe", "level": "note", "message": {"text": "Unused endpoint: USE /api"}, "properties": {"repobilityId": "a3eddf5065ffbf6c", "scanner": "scanner-primary", "fingerprint": "dde3adb27bf7eebe", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-49b24a943513cdf1", "level": "note", "message": {"text": "Unused endpoint: USE /api/download"}, "properties": {"repobilityId": "35cc2a6f4a3d83bf", "scanner": "scanner-primary", "fingerprint": "49b24a943513cdf1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f797b353bd104dba", "level": "note", "message": {"text": "Unused endpoint: USE /api/ringtone"}, "properties": {"repobilityId": "c56fa3e31ef56010", "scanner": "scanner-primary", "fingerprint": "f797b353bd104dba", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-927d00be000e74bc", "level": "note", "message": {"text": "Unused endpoint: USE /api/playlists"}, "properties": {"repobilityId": "f8ccb9e4bf698bf9", "scanner": "scanner-primary", "fingerprint": "927d00be000e74bc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8c797e25fee9b2b2", "level": "note", "message": {"text": "Unused endpoint: USE /api/library"}, "properties": {"repobilityId": "c5764f2a64a61861", "scanner": "scanner-primary", "fingerprint": "8c797e25fee9b2b2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2149a900061c360a", "level": "note", "message": {"text": "Unused endpoint: GET /api/shared-playlists/:shareId"}, "properties": {"repobilityId": "f227d517ad86759f", "scanner": "scanner-primary", "fingerprint": "2149a900061c360a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5baa8971ebe192a1", "level": "note", "message": {"text": "Unused endpoint: GET /"}, "properties": {"repobilityId": "9b883326e67da4e4", "scanner": "scanner-primary", "fingerprint": "5baa8971ebe192a1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0892afc3871a12eb", "level": "note", "message": {"text": "Unused endpoint: GET /modern"}, "properties": {"repobilityId": "bf09be48273215a9", "scanner": "scanner-primary", "fingerprint": "0892afc3871a12eb", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-186692de65e847fc", "level": "note", "message": {"text": "Unused endpoint: GET /albums"}, "properties": {"repobilityId": "c2a8f99c2d638ffa", "scanner": "scanner-primary", "fingerprint": "186692de65e847fc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7435979e683a1256", "level": "note", "message": {"text": "Unused endpoint: GET /classic"}, "properties": {"repobilityId": "c7f0f9a1a1de2b79", "scanner": "scanner-primary", "fingerprint": "7435979e683a1256", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1e0d9a14d53bdcce", "level": "note", "message": {"text": "Unused endpoint: GET /jukebox"}, "properties": {"repobilityId": "2ad69e52fa9d8b75", "scanner": "scanner-primary", "fingerprint": "1e0d9a14d53bdcce", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-60ce72dcd3e9a568", "level": "note", "message": {"text": "Unused endpoint: GET /library"}, "properties": {"repobilityId": "17be6abb53e99078", "scanner": "scanner-primary", "fingerprint": "60ce72dcd3e9a568", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ed0fe929c38b9a74", "level": "note", "message": {"text": "Unused endpoint: GET /home"}, "properties": {"repobilityId": "b38bccfd1219ce51", "scanner": "scanner-primary", "fingerprint": "ed0fe929c38b9a74", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-be1fc5ec702d9282", "level": "note", "message": {"text": "Unused endpoint: GET /mobile"}, "properties": {"repobilityId": "f02167ade28e402c", "scanner": "scanner-primary", "fingerprint": "be1fc5ec702d9282", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1ff4f7b30d582450", "level": "note", "message": {"text": "Unused endpoint: GET /m"}, "properties": {"repobilityId": "6f302162d8db95eb", "scanner": "scanner-primary", "fingerprint": "1ff4f7b30d582450", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-86bcc0321126ca77", "level": "note", "message": {"text": "Unused endpoint: GET /ringtone"}, "properties": {"repobilityId": "c1b9ef3abb1bf039", "scanner": "scanner-primary", "fingerprint": "86bcc0321126ca77", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2607bdeda0bc763c", "level": "note", "message": {"text": "Unused endpoint: GET /audio-lab"}, "properties": {"repobilityId": "d3f511dc36096f82", "scanner": "scanner-primary", "fingerprint": "2607bdeda0bc763c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-db47cfa8dbd3b288", "level": "note", "message": {"text": "Unused endpoint: POST /api/audio-lab/validate-key"}, "properties": {"repobilityId": "1659c3a095ac9e3e", "scanner": "scanner-primary", "fingerprint": "db47cfa8dbd3b288", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a93715108ad08402", "level": "note", "message": {"text": "Unused endpoint: GET /api/audio-proxy"}, "properties": {"repobilityId": "95dc5b2c7cf98cf6", "scanner": "scanner-primary", "fingerprint": "a93715108ad08402", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d12a601c1d2097af", "level": "note", "message": {"text": "Unused endpoint: POST /api/audio-lab/replicate/predictions"}, "properties": {"repobilityId": "dfeb6a22f8eabbc5", "scanner": "scanner-primary", "fingerprint": "d12a601c1d2097af", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-46a986211dab8e3e", "level": "note", "message": {"text": "Unused endpoint: GET /api/audio-lab/replicate/predictions/:id"}, "properties": {"repobilityId": "db7a66231a1a58d2", "scanner": "scanner-primary", "fingerprint": "46a986211dab8e3e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}