{"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-86c1944e7cd21130", "name": "Stray `console.log` in TS/JS \u2014 version-sync.js:28", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 version-sync.js:28"}, "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-85de323756909d89", "name": "Stray `console.log` in TS/JS \u2014 video-converter.js:39", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 video-converter.js:39"}, "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-6c780b31d9fd7070", "name": "Stray `console.log` in TS/JS \u2014 cover-image-fetcher.js:37", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 cover-image-fetcher.js:37"}, "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-41a5ebf26a52f4ee", "name": "Stray `console.log` in TS/JS \u2014 logger.js:54", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 logger.js:54"}, "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-fce0fb7f5e317bd8", "name": "Stray `console.log` in TS/JS \u2014 reset-admin.js:12", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 reset-admin.js:12"}, "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-974c66e64ff3a8f0", "name": "Stray `console.log` in TS/JS \u2014 ai-describer.js:388", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 ai-describer.js:388"}, "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-ae0d8aba39eca3ec", "name": "Stray `console.log` in TS/JS \u2014 thumbnail-generator.js:33", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 thumbnail-generator.js:33"}, "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-870ffd95d99911c5", "name": "Stray `console.log` in TS/JS \u2014 simple-server.js:1082", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 simple-server.js:1082"}, "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-0c159eeb23e1e51c", "name": "Stray `console.log` in TS/JS \u2014 database.js:30", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 database.js:30"}, "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-d99e4ce1f909a481", "name": "Stray `console.log` in TS/JS \u2014 src/components/PrintHistory.tsx:376", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/PrintHistory.tsx:376"}, "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-bb67f4b3547c4bd1", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/GlobalLayout.tsx:267", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/GlobalLayout.tsx:267"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-ad622b682ad9660e", "name": "Stray `console.log` in TS/JS \u2014 src/components/Login.tsx:30", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/Login.tsx:30"}, "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-4b85d20406070b18", "name": "Icon-only button without accessible name \u2014 src/components/ModelViewer.tsx:642", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/components/ModelViewer.tsx:642"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-36cd38b95f3978b5", "name": "Stray `console.log` in TS/JS \u2014 src/components/ModelViewer.tsx:69", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/components/ModelViewer.tsx:69"}, "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-ff95c4b76635bd31", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/WidgetShell.tsx:21", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/WidgetShell.tsx:21"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-3351f7a9c4a1dc9c", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/widgets/PrintStatusMqttWidget.tsx:51", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/widgets/PrintStatusMqttWidget.tsx:51"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-ff33c5d3f3ebfcbb", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/widgets/UpcomingScheduleWidget.tsx:57", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/widgets/UpcomingScheduleWidget.tsx:57"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d474f8b2a11678a2", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/widgets/FailureWatchWidget.tsx:33", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/widgets/FailureWatchWidget.tsx:33"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d485d9ad5c2958b7", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/widgets/LivePrintersWidget.tsx:83", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/widgets/LivePrintersWidget.tsx:83"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-25545ef996d5ef36", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/widgets/DuplicatePressureWidget.tsx:43", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/widgets/DuplicatePressureWidget.tsx:43"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-de088556cca49b4e", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/widgets/BackgroundJobsWidget.tsx:43", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/widgets/BackgroundJobsWidget.tsx:43"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-1c7e4929b1758749", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/widgets/ActivityStreamWidget.tsx:107", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/widgets/ActivityStreamWidget.tsx:107"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f6cb3beb8a6f85bb", "name": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/widgets/FleetAlertsWidget.tsx:41", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/widgets/FleetAlertsWidget.tsx:41"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-ea2eac934726828e", "name": "Stray `console.log` in TS/JS \u2014 src/services/bambuFtp.js:27", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/services/bambuFtp.js:27"}, "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-52488bbc3c749565", "name": "Stray `console.log` in TS/JS \u2014 src/services/bambuCloud.js:141", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/services/bambuCloud.js:141"}, "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-0e8bb603a2c28756", "name": "Stray `console.log` in TS/JS \u2014 src/services/backgroundSync.js:20", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/services/backgroundSync.js:20"}, "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-55fba586f096aa6e", "name": "Privileged port 990 in use", "shortDescription": {"text": "Privileged port 990 in use"}, "fullDescription": {"text": "Port 990 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer."}, "properties": {"scanner": "scanner-primary", "layer": "network", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d63da3583b14afc0", "name": "Dockerfile runs as root: Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3e0e7de98429c4b4", "name": "Docker base image is tag-pinned but not digest-pinned: node:${NODE_VERSION}-bookworm-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:${NODE_VERSION}-bookworm-slim"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-040cac29860aff5f", "name": "Insecure pattern 'node_child_process' in simple-server.js:12", "shortDescription": {"text": "Insecure pattern 'node_child_process' in simple-server.js:12"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9de1984a7bfc547c", "name": "Insecure pattern 'direct_innerhtml_assignment' in simple-server.js:6324", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in simple-server.js:6324"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-50969cf0263df5e8", "name": "Insecure pattern 'node_child_process' in rtsp-camera-proxy.js:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in rtsp-camera-proxy.js:1"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1c936e969e55cc19", "name": "Insecure pattern 'node_child_process' in watchdog.js:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in watchdog.js:1"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f232b44685ba07e1", "name": "Insecure pattern 'node_child_process' in src/services/bambuFtp.js:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in src/services/bambuFtp.js:1"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f54d0d3a389cb4de", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ec64ce762c162300", "name": "Very large file: simple-server.js (11711 lines)", "shortDescription": {"text": "Very large file: simple-server.js (11711 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 89 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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 489 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 67 placeholder/mock markers across 18 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f52c00bbfb934955", "name": "`fetch()` without try/.catch or AbortSignal \u2014 simple-server.js:9352", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 simple-server.js:9352"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ad1f2c0971b89ce0", "name": "10 env vars used in code but missing from .env.example", "shortDescription": {"text": "10 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `APP_CMD`, `DB_PATH`, `FFMPEG_PATH`, `GO2RTC_INTERNAL_URL`, `LOCALAUTH`, `LOG_LEVEL`, `RESTART_DELAY_MS`, `RESTART_FLAG` + 2 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-0eb96abf4d3337fe", "name": "Dangling fetch: POST https://api.telegram.org/bot${botToken}/sendMessage (simple-server.js:9246)", "shortDescription": {"text": "Dangling fetch: POST https://api.telegram.org/bot${botToken}/sendMessage (simple-server.js:9246)"}, "fullDescription": {"text": "`simple-server.js:9246` calls `POST https://api.telegram.org/bot${botToken}/sendMessage` 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.telegram.org/bot/<p>/sendmessage`\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-5a0f919bcb3de0c5", "name": "Dangling fetch: GET https://api.bambulab.com/v1/user-service/my/tasks?limit=20 (simple-server.js:4654)", "shortDescription": {"text": "Dangling fetch: GET https://api.bambulab.com/v1/user-service/my/tasks?limit=20 (simple-server.js:4654)"}, "fullDescription": {"text": "`simple-server.js:4654` calls `GET https://api.bambulab.com/v1/user-service/my/tasks?limit=20` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: axios\nNormalized path used for matching: `/https:/api.bambulab.com/v1/user-service/my/tasks`\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-6f984b38e1e69b1b", "name": "Dangling fetch: GET https://api.bambulab.com/v1/user-service/my/timelapses?limit=20 (simple-server.js:4712)", "shortDescription": {"text": "Dangling fetch: GET https://api.bambulab.com/v1/user-service/my/timelapses?limit=20 (simple-server.js:4712)"}, "fullDescription": {"text": "`simple-server.js:4712` calls `GET https://api.bambulab.com/v1/user-service/my/timelapses?limit=20` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: axios\nNormalized path used for matching: `/https:/api.bambulab.com/v1/user-service/my/timelapses`\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-ddc9d99861364351", "name": "Dangling fetch: GET https://api.bambulab.com/v1/iot-service/api/user/bind (simple-server.js:5273)", "shortDescription": {"text": "Dangling fetch: GET https://api.bambulab.com/v1/iot-service/api/user/bind (simple-server.js:5273)"}, "fullDescription": {"text": "`simple-server.js:5273` calls `GET https://api.bambulab.com/v1/iot-service/api/user/bind` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: axios\nNormalized path used for matching: `/https:/api.bambulab.com/v1/iot-service/api/user/bind`\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-f70e329cd9bb4c15", "name": "Dangling fetch: GET https://bambulab.com/en-us/sign-in (src/services/bambuCloud.js:83)", "shortDescription": {"text": "Dangling fetch: GET https://bambulab.com/en-us/sign-in (src/services/bambuCloud.js:83)"}, "fullDescription": {"text": "`src/services/bambuCloud.js:83` calls `GET https://bambulab.com/en-us/sign-in` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: axios\nNormalized path used for matching: `/https:/bambulab.com/en-us/sign-in`\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-165b18eded4020d5", "name": "Dangling fetch: POST https://bambulab.com/api/sign-in (src/services/bambuCloud.js:104)", "shortDescription": {"text": "Dangling fetch: POST https://bambulab.com/api/sign-in (src/services/bambuCloud.js:104)"}, "fullDescription": {"text": "`src/services/bambuCloud.js:104` calls `POST https://bambulab.com/api/sign-in` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: axios\nNormalized path used for matching: `/https:/bambulab.com/api/sign-in`\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-b29efa2cd61a2c35", "name": "Dangling fetch: GET https://ipapi.co/json/ (src/services/bambuCloud.js:138)", "shortDescription": {"text": "Dangling fetch: GET https://ipapi.co/json/ (src/services/bambuCloud.js:138)"}, "fullDescription": {"text": "`src/services/bambuCloud.js:138` calls `GET https://ipapi.co/json/` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: axios\nNormalized path used for matching: `/https:/ipapi.co/json`\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-c0632e0e90726974", "name": "Unused endpoint: GET /api/log-level", "shortDescription": {"text": "Unused endpoint: GET /api/log-level"}, "fullDescription": {"text": "`simple-server.js` declares `GET /api/log-level` 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-83ffb2c4fd971bcb", "name": "Unused endpoint: POST /api/log-level", "shortDescription": {"text": "Unused endpoint: POST /api/log-level"}, "fullDescription": {"text": "`simple-server.js` declares `POST /api/log-level` 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-2bb700dffe288236", "name": "Unused endpoint: POST /api/system/restart", "shortDescription": {"text": "Unused endpoint: POST /api/system/restart"}, "fullDescription": {"text": "`simple-server.js` declares `POST /api/system/restart` 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-54b365316abf4a82", "name": "Unused endpoint: POST /api/settings/restart", "shortDescription": {"text": "Unused endpoint: POST /api/settings/restart"}, "fullDescription": {"text": "`simple-server.js` declares `POST /api/settings/restart` 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-4de95c28b64d0005", "name": "Unused endpoint: GET /auth/oidc", "shortDescription": {"text": "Unused endpoint: GET /auth/oidc"}, "fullDescription": {"text": "`simple-server.js` declares `GET /auth/oidc` 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-4def6129163f9ef4", "name": "Unused endpoint: GET /auth/oidc/callback", "shortDescription": {"text": "Unused endpoint: GET /auth/oidc/callback"}, "fullDescription": {"text": "`simple-server.js` declares `GET /auth/oidc/callback` 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-2e9f0c712241895d", "name": "Unused endpoint: GET /auth/google", "shortDescription": {"text": "Unused endpoint: GET /auth/google"}, "fullDescription": {"text": "`simple-server.js` declares `GET /auth/google` 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-392dcbd9c0e4ed85", "name": "Unused endpoint: GET /auth/google/callback", "shortDescription": {"text": "Unused endpoint: GET /auth/google/callback"}, "fullDescription": {"text": "`simple-server.js` declares `GET /auth/google/callback` 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": "`simple-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-953ec1a0ee6df50d", "name": "Unused endpoint: GET /admin", "shortDescription": {"text": "Unused endpoint: GET /admin"}, "fullDescription": {"text": "`simple-server.js` declares `GET /admin` 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-ef59b2d14824b5ed", "name": "Unused endpoint: USE /favicon.svg", "shortDescription": {"text": "Unused endpoint: USE /favicon.svg"}, "fullDescription": {"text": "`simple-server.js` declares `USE /favicon.svg` 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-db204063b3d8080c", "name": "Unused endpoint: USE /logo.png", "shortDescription": {"text": "Unused endpoint: USE /logo.png"}, "fullDescription": {"text": "`simple-server.js` declares `USE /logo.png` 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-37accb46e4beff99", "name": "Unused endpoint: GET /data/bmc-brand-logo.svg", "shortDescription": {"text": "Unused endpoint: GET /data/bmc-brand-logo.svg"}, "fullDescription": {"text": "`simple-server.js` declares `GET /data/bmc-brand-logo.svg` 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-c2fd659f17cf908e", "name": "Unused endpoint: GET /images/covers/:modelId.:ext", "shortDescription": {"text": "Unused endpoint: GET /images/covers/:modelId.:ext"}, "fullDescription": {"text": "`simple-server.js` declares `GET /images/covers/:modelId.:ext` 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-8fdbacfe9430a6ed", "name": "Unused endpoint: POST /auth/login", "shortDescription": {"text": "Unused endpoint: POST /auth/login"}, "fullDescription": {"text": "`simple-server.js` declares `POST /auth/login` 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-ef9953552258f4ba", "name": "Unused endpoint: POST /api/settings/request-code", "shortDescription": {"text": "Unused endpoint: POST /api/settings/request-code"}, "fullDescription": {"text": "`simple-server.js` declares `POST /api/settings/request-code` 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-754e584aa430574e", "name": "Unused endpoint: POST /api/settings/connect-bambu", "shortDescription": {"text": "Unused endpoint: POST /api/settings/connect-bambu"}, "fullDescription": {"text": "`simple-server.js` declares `POST /api/settings/connect-bambu` 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-8b77e13241beaee1", "name": "Unused endpoint: GET /api/settings/bambu-status", "shortDescription": {"text": "Unused endpoint: GET /api/settings/bambu-status"}, "fullDescription": {"text": "`simple-server.js` declares `GET /api/settings/bambu-status` 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-178f37fafb56b849", "name": "Unused endpoint: POST /api/settings/disconnect-bambu", "shortDescription": {"text": "Unused endpoint: POST /api/settings/disconnect-bambu"}, "fullDescription": {"text": "`simple-server.js` declares `POST /api/settings/disconnect-bambu` 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-64ba42cd24b6d255", "name": "Unused endpoint: GET /api/bambu/accounts", "shortDescription": {"text": "Unused endpoint: GET /api/bambu/accounts"}, "fullDescription": {"text": "`simple-server.js` declares `GET /api/bambu/accounts` 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-341cbb4c7af91dd7", "name": "Unused endpoint: POST /api/bambu/accounts/add", "shortDescription": {"text": "Unused endpoint: POST /api/bambu/accounts/add"}, "fullDescription": {"text": "`simple-server.js` declares `POST /api/bambu/accounts/add` 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-4615b2d8e7d75e1c", "name": "Unused endpoint: DELETE /api/bambu/accounts/:id", "shortDescription": {"text": "Unused endpoint: DELETE /api/bambu/accounts/:id"}, "fullDescription": {"text": "`simple-server.js` declares `DELETE /api/bambu/accounts/: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}}, {"id": "scanner-e7f276d23bde27a4", "name": "Unused endpoint: POST /api/bambu/accounts/:id/primary", "shortDescription": {"text": "Unused endpoint: POST /api/bambu/accounts/:id/primary"}, "fullDescription": {"text": "`simple-server.js` declares `POST /api/bambu/accounts/:id/primary` 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-5792d51b626c90dd", "name": "Unused endpoint: POST /api/settings/change-password", "shortDescription": {"text": "Unused endpoint: POST /api/settings/change-password"}, "fullDescription": {"text": "`simple-server.js` declares `POST /api/settings/change-password` 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-ac9bf291ade78d2d", "name": "Unused endpoint: GET /api/settings/printer-ftp", "shortDescription": {"text": "Unused endpoint: GET /api/settings/printer-ftp"}, "fullDescription": {"text": "`simple-server.js` declares `GET /api/settings/printer-ftp` 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-0d62a75fd023787a", "name": "Unused endpoint: POST /api/settings/printer-ftp", "shortDescription": {"text": "Unused endpoint: POST /api/settings/printer-ftp"}, "fullDescription": {"text": "`simple-server.js` declares `POST /api/settings/printer-ftp` 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-4b696aaa9d0303e2", "name": "Unused endpoint: POST /api/settings/save-printer-ftp", "shortDescription": {"text": "Unused endpoint: POST /api/settings/save-printer-ftp"}, "fullDescription": {"text": "`simple-server.js` declares `POST /api/settings/save-printer-ftp` 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-8a3613e3ef712040", "name": "Unused endpoint: POST /api/settings/test-printer-ftp", "shortDescription": {"text": "Unused endpoint: POST /api/settings/test-printer-ftp"}, "fullDescription": {"text": "`simple-server.js` declares `POST /api/settings/test-printer-ftp` 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-8167a30dd4a53349", "name": "Unused endpoint: POST /api/printers/discover-ip", "shortDescription": {"text": "Unused endpoint: POST /api/printers/discover-ip"}, "fullDescription": {"text": "`simple-server.js` declares `POST /api/printers/discover-ip` 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-cb81b2e92ca07fe4", "name": "Unused endpoint: POST /api/printers/discover-missing-ips", "shortDescription": {"text": "Unused endpoint: POST /api/printers/discover-missing-ips"}, "fullDescription": {"text": "`simple-server.js` declares `POST /api/printers/discover-missing-ips` 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-a9624373b240854e", "name": "Unused endpoint: GET /api/printers/config", "shortDescription": {"text": "Unused endpoint: GET /api/printers/config"}, "fullDescription": {"text": "`simple-server.js` declares `GET /api/printers/config` 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-07644b86fd7e1129", "name": "Unused endpoint: POST /api/printers/config", "shortDescription": {"text": "Unused endpoint: POST /api/printers/config"}, "fullDescription": {"text": "`simple-server.js` declares `POST /api/printers/config` 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-04d7c43e5e9edaa2", "name": "Unused endpoint: DELETE /api/printers/config/:dev_id", "shortDescription": {"text": "Unused endpoint: DELETE /api/printers/config/:dev_id"}, "fullDescription": {"text": "`simple-server.js` declares `DELETE /api/printers/config/:dev_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}}, {"id": "scanner-73d86dafbbf09865", "name": "Unused endpoint: GET /api/settings/ui", "shortDescription": {"text": "Unused endpoint: GET /api/settings/ui"}, "fullDescription": {"text": "`simple-server.js` declares `GET /api/settings/ui` 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-14b4325730f593e4", "name": "Unused endpoint: POST /api/settings/ui", "shortDescription": {"text": "Unused endpoint: POST /api/settings/ui"}, "fullDescription": {"text": "`simple-server.js` declares `POST /api/settings/ui` 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-cb491460c6fa9a5a", "name": "Unused endpoint: GET /api/settings/dashboard-widgets", "shortDescription": {"text": "Unused endpoint: GET /api/settings/dashboard-widgets"}, "fullDescription": {"text": "`simple-server.js` declares `GET /api/settings/dashboard-widgets` 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-21efd2789aaf4c11", "name": "Unused endpoint: POST /api/settings/dashboard-widgets", "shortDescription": {"text": "Unused endpoint: POST /api/settings/dashboard-widgets"}, "fullDescription": {"text": "`simple-server.js` declares `POST /api/settings/dashboard-widgets` 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-7308a8f810b43a0d", "name": "Unused endpoint: GET /api/camera/stream", "shortDescription": {"text": "Unused endpoint: GET /api/camera/stream"}, "fullDescription": {"text": "`simple-server.js` declares `GET /api/camera/stream` 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-8bf28a0ef1c5c771", "name": "Unused endpoint: POST /api/camera/stop", "shortDescription": {"text": "Unused endpoint: POST /api/camera/stop"}, "fullDescription": {"text": "`simple-server.js` declares `POST /api/camera/stop` 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-ed145763f6fc7c39", "name": "Unused endpoint: GET /api/settings/profile", "shortDescription": {"text": "Unused endpoint: GET /api/settings/profile"}, "fullDescription": {"text": "`simple-server.js` declares `GET /api/settings/profile` 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-5350f2b9344f1878", "name": "Unused endpoint: POST /api/settings/profile", "shortDescription": {"text": "Unused endpoint: POST /api/settings/profile"}, "fullDescription": {"text": "`simple-server.js` declares `POST /api/settings/profile` 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-b2ca6753ced2e102", "name": "Unused endpoint: POST /api/match-videos", "shortDescription": {"text": "Unused endpoint: POST /api/match-videos"}, "fullDescription": {"text": "`simple-server.js` declares `POST /api/match-videos` 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-cf90a8db2441408b", "name": "Unused endpoint: GET /api/match-videos-status", "shortDescription": {"text": "Unused endpoint: GET /api/match-videos-status"}, "fullDescription": {"text": "`simple-server.js` declares `GET /api/match-videos-status` 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-c2182a9000ef253d", "name": "Unused endpoint: POST /api/match-videos-cancel", "shortDescription": {"text": "Unused endpoint: POST /api/match-videos-cancel"}, "fullDescription": {"text": "`simple-server.js` declares `POST /api/match-videos-cancel` 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-32ba9218f55bb01d", "name": "Unused endpoint: GET /api/debug/videos", "shortDescription": {"text": "Unused endpoint: GET /api/debug/videos"}, "fullDescription": {"text": "`simple-server.js` declares `GET /api/debug/videos` 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-be39f223d097e043", "name": "Unused endpoint: GET /api/check-auth", "shortDescription": {"text": "Unused endpoint: GET /api/check-auth"}, "fullDescription": {"text": "`simple-server.js` declares `GET /api/check-auth` 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-c56c206286a12c29", "name": "Unused endpoint: POST /api/client-telemetry", "shortDescription": {"text": "Unused endpoint: POST /api/client-telemetry"}, "fullDescription": {"text": "`simple-server.js` declares `POST /api/client-telemetry` 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-82de49b2ca2ab8e2", "name": "Unused endpoint: GET /api/client-telemetry/recent", "shortDescription": {"text": "Unused endpoint: GET /api/client-telemetry/recent"}, "fullDescription": {"text": "`simple-server.js` declares `GET /api/client-telemetry/recent` 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-c059f57186114027", "name": "Unused endpoint: POST /auth/logout", "shortDescription": {"text": "Unused endpoint: POST /auth/logout"}, "fullDescription": {"text": "`simple-server.js` declares `POST /auth/logout` 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-cbd4caaead171c88", "name": "Unused endpoint: POST /auth/request-code", "shortDescription": {"text": "Unused endpoint: POST /auth/request-code"}, "fullDescription": {"text": "`simple-server.js` declares `POST /auth/request-code` 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/21591"}, "properties": {"repository": "tr1ckz/PrintHive", "repoUrl": "https://github.com/tr1ckz/PrintHive", "branch": "main"}, "results": [{"ruleId": "scanner-86c1944e7cd21130", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 version-sync.js:28"}, "properties": {"repobilityId": "48d8450271c14126", "scanner": "scanner-primary", "fingerprint": "86c1944e7cd21130", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-85de323756909d89", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 video-converter.js:39"}, "properties": {"repobilityId": "e68f029b20efdcb3", "scanner": "scanner-primary", "fingerprint": "85de323756909d89", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6c780b31d9fd7070", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 cover-image-fetcher.js:37"}, "properties": {"repobilityId": "5a35376ca52c7516", "scanner": "scanner-primary", "fingerprint": "6c780b31d9fd7070", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-41a5ebf26a52f4ee", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 logger.js:54"}, "properties": {"repobilityId": "135b9030031b7daa", "scanner": "scanner-primary", "fingerprint": "41a5ebf26a52f4ee", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-fce0fb7f5e317bd8", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 reset-admin.js:12"}, "properties": {"repobilityId": "4c728fd7a9f46564", "scanner": "scanner-primary", "fingerprint": "fce0fb7f5e317bd8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-974c66e64ff3a8f0", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 ai-describer.js:388"}, "properties": {"repobilityId": "c0e91d68d6b6726f", "scanner": "scanner-primary", "fingerprint": "974c66e64ff3a8f0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ae0d8aba39eca3ec", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 thumbnail-generator.js:33"}, "properties": {"repobilityId": "306f5830b984e36c", "scanner": "scanner-primary", "fingerprint": "ae0d8aba39eca3ec", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-870ffd95d99911c5", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 simple-server.js:1082"}, "properties": {"repobilityId": "cb0d24c568dba85e", "scanner": "scanner-primary", "fingerprint": "870ffd95d99911c5", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-0c159eeb23e1e51c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 database.js:30"}, "properties": {"repobilityId": "923575048400f39c", "scanner": "scanner-primary", "fingerprint": "0c159eeb23e1e51c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d99e4ce1f909a481", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/PrintHistory.tsx:376"}, "properties": {"repobilityId": "25004d271f41e8a0", "scanner": "scanner-primary", "fingerprint": "d99e4ce1f909a481", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-bb67f4b3547c4bd1", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/GlobalLayout.tsx:267"}, "properties": {"repobilityId": "613d378b4547cc9f", "scanner": "scanner-primary", "fingerprint": "bb67f4b3547c4bd1", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ad622b682ad9660e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/Login.tsx:30"}, "properties": {"repobilityId": "df0b984be7551b0c", "scanner": "scanner-primary", "fingerprint": "ad622b682ad9660e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4b85d20406070b18", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/components/ModelViewer.tsx:642"}, "properties": {"repobilityId": "a307da4ba9f72421", "scanner": "scanner-primary", "fingerprint": "4b85d20406070b18", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-36cd38b95f3978b5", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/components/ModelViewer.tsx:69"}, "properties": {"repobilityId": "94c16e5385156d7e", "scanner": "scanner-primary", "fingerprint": "36cd38b95f3978b5", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ff95c4b76635bd31", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/WidgetShell.tsx:21"}, "properties": {"repobilityId": "0adbea825829505f", "scanner": "scanner-primary", "fingerprint": "ff95c4b76635bd31", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-3351f7a9c4a1dc9c", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/widgets/PrintStatusMqttWidget.tsx:51"}, "properties": {"repobilityId": "b8d02ae35c6b4e28", "scanner": "scanner-primary", "fingerprint": "3351f7a9c4a1dc9c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ff33c5d3f3ebfcbb", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/widgets/UpcomingScheduleWidget.tsx:57"}, "properties": {"repobilityId": "f972e3928607d15f", "scanner": "scanner-primary", "fingerprint": "ff33c5d3f3ebfcbb", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-d474f8b2a11678a2", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/widgets/FailureWatchWidget.tsx:33"}, "properties": {"repobilityId": "05e9e04ca1242acf", "scanner": "scanner-primary", "fingerprint": "d474f8b2a11678a2", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-d485d9ad5c2958b7", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/widgets/LivePrintersWidget.tsx:83"}, "properties": {"repobilityId": "86f5e407c553ba21", "scanner": "scanner-primary", "fingerprint": "d485d9ad5c2958b7", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-25545ef996d5ef36", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/widgets/DuplicatePressureWidget.tsx:43"}, "properties": {"repobilityId": "84a24232ddde4c42", "scanner": "scanner-primary", "fingerprint": "25545ef996d5ef36", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-de088556cca49b4e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/widgets/BackgroundJobsWidget.tsx:43"}, "properties": {"repobilityId": "c67ac227d6d2317e", "scanner": "scanner-primary", "fingerprint": "de088556cca49b4e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-1c7e4929b1758749", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/widgets/ActivityStreamWidget.tsx:107"}, "properties": {"repobilityId": "8af32b3f384035fc", "scanner": "scanner-primary", "fingerprint": "1c7e4929b1758749", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-f6cb3beb8a6f85bb", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/components/dashboard/widgets/FleetAlertsWidget.tsx:41"}, "properties": {"repobilityId": "aaa5ea016eb6f4c1", "scanner": "scanner-primary", "fingerprint": "f6cb3beb8a6f85bb", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ea2eac934726828e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/services/bambuFtp.js:27"}, "properties": {"repobilityId": "0f94e84958a7aac8", "scanner": "scanner-primary", "fingerprint": "ea2eac934726828e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-52488bbc3c749565", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/services/bambuCloud.js:141"}, "properties": {"repobilityId": "88dddf0f875b8a93", "scanner": "scanner-primary", "fingerprint": "52488bbc3c749565", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-0e8bb603a2c28756", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/services/backgroundSync.js:20"}, "properties": {"repobilityId": "7af15e3842cc5c7c", "scanner": "scanner-primary", "fingerprint": "0e8bb603a2c28756", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-55fba586f096aa6e", "level": "warning", "message": {"text": "Privileged port 990 in use"}, "properties": {"repobilityId": "cba040031de50bca", "scanner": "scanner-primary", "fingerprint": "55fba586f096aa6e", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cover-image-fetcher.js"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d63da3583b14afc0", "level": "warning", "message": {"text": "Dockerfile runs as root: Dockerfile"}, "properties": {"repobilityId": "a2ed1bd120e507db", "scanner": "scanner-primary", "fingerprint": "d63da3583b14afc0", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-3e0e7de98429c4b4", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:${NODE_VERSION}-bookworm-slim"}, "properties": {"repobilityId": "fe0f57708d62cc84", "scanner": "scanner-primary", "fingerprint": "3e0e7de98429c4b4", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-3e0e7de98429c4b4", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:${NODE_VERSION}-bookworm-slim"}, "properties": {"repobilityId": "d8b9a83bb036fbf9", "scanner": "scanner-primary", "fingerprint": "3e0e7de98429c4b4", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 45}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"ruleId": "scanner-040cac29860aff5f", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in simple-server.js:12"}, "properties": {"repobilityId": "3d734be80c77705a", "scanner": "scanner-primary", "fingerprint": "040cac29860aff5f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "simple-server.js"}, "region": {"startLine": 12}}}]}, {"ruleId": "scanner-9de1984a7bfc547c", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in simple-server.js:6324"}, "properties": {"repobilityId": "ff3aa2563a8cacd9", "scanner": "scanner-primary", "fingerprint": "9de1984a7bfc547c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "simple-server.js"}, "region": {"startLine": 6324}}}]}, {"ruleId": "scanner-50969cf0263df5e8", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in rtsp-camera-proxy.js:1"}, "properties": {"repobilityId": "8fdfc64395f2bdc9", "scanner": "scanner-primary", "fingerprint": "50969cf0263df5e8", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "rtsp-camera-proxy.js"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1c936e969e55cc19", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in watchdog.js:1"}, "properties": {"repobilityId": "e0af69f09ad1f982", "scanner": "scanner-primary", "fingerprint": "1c936e969e55cc19", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "watchdog.js"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f232b44685ba07e1", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in src/services/bambuFtp.js:1"}, "properties": {"repobilityId": "32674d73534796b6", "scanner": "scanner-primary", "fingerprint": "f232b44685ba07e1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/services/bambuFtp.js"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f54d0d3a389cb4de", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "4911bad8218f3a94", "scanner": "scanner-primary", "fingerprint": "f54d0d3a389cb4de", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/docker-build.yml"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-f54d0d3a389cb4de", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5a833536d07e9187", "scanner": "scanner-primary", "fingerprint": "f54d0d3a389cb4de", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/docker-build.yml"}, "region": {"startLine": 29}}}]}, {"ruleId": "scanner-f54d0d3a389cb4de", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "524cd7f22306d448", "scanner": "scanner-primary", "fingerprint": "f54d0d3a389cb4de", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/docker-build.yml"}, "region": {"startLine": 34}}}]}, {"ruleId": "scanner-f54d0d3a389cb4de", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f992a0f3a9da3b1a", "scanner": "scanner-primary", "fingerprint": "f54d0d3a389cb4de", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/docker-build.yml"}, "region": {"startLine": 38}}}]}, {"ruleId": "scanner-f54d0d3a389cb4de", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "4bda0db7b1e7a219", "scanner": "scanner-primary", "fingerprint": "f54d0d3a389cb4de", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/docker-build.yml"}, "region": {"startLine": 45}}}]}, {"ruleId": "scanner-f54d0d3a389cb4de", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "a60afc9f26129783", "scanner": "scanner-primary", "fingerprint": "f54d0d3a389cb4de", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/docker-build.yml"}, "region": {"startLine": 57}}}]}, {"ruleId": "scanner-ec64ce762c162300", "level": "note", "message": {"text": "Very large file: simple-server.js (11711 lines)"}, "properties": {"repobilityId": "2918b17949821a09", "scanner": "scanner-primary", "fingerprint": "ec64ce762c162300", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "744ed3b162ba7b3f", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "9c64675cb88fec38", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "e19d9123752763ea", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "994347d8291776c1", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "a0ab72b473982641", "scanner": "scanner-primary", "fingerprint": "ea8f3013f588db25", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-8424db9c75e04ba4", "level": "none", "message": {"text": "Very short observed git history"}, "properties": {"repobilityId": "f6ca436a0869abf0", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-f52c00bbfb934955", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 simple-server.js:9352"}, "properties": {"repobilityId": "0fc741ada08e4993", "scanner": "scanner-primary", "fingerprint": "f52c00bbfb934955", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ad1f2c0971b89ce0", "level": "note", "message": {"text": "10 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "3bfdc60c61f1870e", "scanner": "scanner-primary", "fingerprint": "ad1f2c0971b89ce0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-0eb96abf4d3337fe", "level": "error", "message": {"text": "Dangling fetch: POST https://api.telegram.org/bot${botToken}/sendMessage (simple-server.js:9246)"}, "properties": {"repobilityId": "96174e8ee7a1bc74", "scanner": "scanner-primary", "fingerprint": "0eb96abf4d3337fe", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-5a0f919bcb3de0c5", "level": "error", "message": {"text": "Dangling fetch: GET https://api.bambulab.com/v1/user-service/my/tasks?limit=20 (simple-server.js:4654)"}, "properties": {"repobilityId": "17fb3fd3ec31a0e3", "scanner": "scanner-primary", "fingerprint": "5a0f919bcb3de0c5", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "axios"]}}, {"ruleId": "scanner-6f984b38e1e69b1b", "level": "error", "message": {"text": "Dangling fetch: GET https://api.bambulab.com/v1/user-service/my/timelapses?limit=20 (simple-server.js:4712)"}, "properties": {"repobilityId": "f56bd80937815c63", "scanner": "scanner-primary", "fingerprint": "6f984b38e1e69b1b", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "axios"]}}, {"ruleId": "scanner-ddc9d99861364351", "level": "error", "message": {"text": "Dangling fetch: GET https://api.bambulab.com/v1/iot-service/api/user/bind (simple-server.js:5273)"}, "properties": {"repobilityId": "8eeb2d5d4d0e9958", "scanner": "scanner-primary", "fingerprint": "ddc9d99861364351", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "axios"]}}, {"ruleId": "scanner-f70e329cd9bb4c15", "level": "error", "message": {"text": "Dangling fetch: GET https://bambulab.com/en-us/sign-in (src/services/bambuCloud.js:83)"}, "properties": {"repobilityId": "dcd89d3b546f6b83", "scanner": "scanner-primary", "fingerprint": "f70e329cd9bb4c15", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "axios"]}}, {"ruleId": "scanner-165b18eded4020d5", "level": "error", "message": {"text": "Dangling fetch: POST https://bambulab.com/api/sign-in (src/services/bambuCloud.js:104)"}, "properties": {"repobilityId": "a1c7193debca2a3d", "scanner": "scanner-primary", "fingerprint": "165b18eded4020d5", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "axios"]}}, {"ruleId": "scanner-b29efa2cd61a2c35", "level": "error", "message": {"text": "Dangling fetch: GET https://ipapi.co/json/ (src/services/bambuCloud.js:138)"}, "properties": {"repobilityId": "e222de177715fac4", "scanner": "scanner-primary", "fingerprint": "b29efa2cd61a2c35", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "axios"]}}, {"ruleId": "scanner-c0632e0e90726974", "level": "note", "message": {"text": "Unused endpoint: GET /api/log-level"}, "properties": {"repobilityId": "4387cb70502c96c5", "scanner": "scanner-primary", "fingerprint": "c0632e0e90726974", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-83ffb2c4fd971bcb", "level": "note", "message": {"text": "Unused endpoint: POST /api/log-level"}, "properties": {"repobilityId": "202a4092f117825a", "scanner": "scanner-primary", "fingerprint": "83ffb2c4fd971bcb", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2bb700dffe288236", "level": "note", "message": {"text": "Unused endpoint: POST /api/system/restart"}, "properties": {"repobilityId": "8b208e204778835a", "scanner": "scanner-primary", "fingerprint": "2bb700dffe288236", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-54b365316abf4a82", "level": "note", "message": {"text": "Unused endpoint: POST /api/settings/restart"}, "properties": {"repobilityId": "8fa908272c5633b2", "scanner": "scanner-primary", "fingerprint": "54b365316abf4a82", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4de95c28b64d0005", "level": "note", "message": {"text": "Unused endpoint: GET /auth/oidc"}, "properties": {"repobilityId": "c71385c51cca4f5d", "scanner": "scanner-primary", "fingerprint": "4de95c28b64d0005", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4def6129163f9ef4", "level": "note", "message": {"text": "Unused endpoint: GET /auth/oidc/callback"}, "properties": {"repobilityId": "e1656e62a3615826", "scanner": "scanner-primary", "fingerprint": "4def6129163f9ef4", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2e9f0c712241895d", "level": "note", "message": {"text": "Unused endpoint: GET /auth/google"}, "properties": {"repobilityId": "093f3a6a661eab56", "scanner": "scanner-primary", "fingerprint": "2e9f0c712241895d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-392dcbd9c0e4ed85", "level": "note", "message": {"text": "Unused endpoint: GET /auth/google/callback"}, "properties": {"repobilityId": "e79a011b4bb25696", "scanner": "scanner-primary", "fingerprint": "392dcbd9c0e4ed85", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5baa8971ebe192a1", "level": "note", "message": {"text": "Unused endpoint: GET /"}, "properties": {"repobilityId": "04e1b9da64f5015b", "scanner": "scanner-primary", "fingerprint": "5baa8971ebe192a1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-953ec1a0ee6df50d", "level": "note", "message": {"text": "Unused endpoint: GET /admin"}, "properties": {"repobilityId": "9be168023f257569", "scanner": "scanner-primary", "fingerprint": "953ec1a0ee6df50d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ef59b2d14824b5ed", "level": "note", "message": {"text": "Unused endpoint: USE /favicon.svg"}, "properties": {"repobilityId": "41f13859fee6d7bf", "scanner": "scanner-primary", "fingerprint": "ef59b2d14824b5ed", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-db204063b3d8080c", "level": "note", "message": {"text": "Unused endpoint: USE /logo.png"}, "properties": {"repobilityId": "d019b661cb9eb8f6", "scanner": "scanner-primary", "fingerprint": "db204063b3d8080c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-37accb46e4beff99", "level": "note", "message": {"text": "Unused endpoint: GET /data/bmc-brand-logo.svg"}, "properties": {"repobilityId": "70f2595733c39039", "scanner": "scanner-primary", "fingerprint": "37accb46e4beff99", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c2fd659f17cf908e", "level": "note", "message": {"text": "Unused endpoint: GET /images/covers/:modelId.:ext"}, "properties": {"repobilityId": "4db5c5c1c5530d03", "scanner": "scanner-primary", "fingerprint": "c2fd659f17cf908e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8fdbacfe9430a6ed", "level": "note", "message": {"text": "Unused endpoint: POST /auth/login"}, "properties": {"repobilityId": "a89cae7b668dfce3", "scanner": "scanner-primary", "fingerprint": "8fdbacfe9430a6ed", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ef9953552258f4ba", "level": "note", "message": {"text": "Unused endpoint: POST /api/settings/request-code"}, "properties": {"repobilityId": "beab9e7ff9d1e699", "scanner": "scanner-primary", "fingerprint": "ef9953552258f4ba", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-754e584aa430574e", "level": "note", "message": {"text": "Unused endpoint: POST /api/settings/connect-bambu"}, "properties": {"repobilityId": "615040518ef638ed", "scanner": "scanner-primary", "fingerprint": "754e584aa430574e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8b77e13241beaee1", "level": "note", "message": {"text": "Unused endpoint: GET /api/settings/bambu-status"}, "properties": {"repobilityId": "2b9fd2e2b9e2e6ea", "scanner": "scanner-primary", "fingerprint": "8b77e13241beaee1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-178f37fafb56b849", "level": "note", "message": {"text": "Unused endpoint: POST /api/settings/disconnect-bambu"}, "properties": {"repobilityId": "aba26ce3c9a54ebe", "scanner": "scanner-primary", "fingerprint": "178f37fafb56b849", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-64ba42cd24b6d255", "level": "note", "message": {"text": "Unused endpoint: GET /api/bambu/accounts"}, "properties": {"repobilityId": "eaeb929f00ef773c", "scanner": "scanner-primary", "fingerprint": "64ba42cd24b6d255", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-341cbb4c7af91dd7", "level": "note", "message": {"text": "Unused endpoint: POST /api/bambu/accounts/add"}, "properties": {"repobilityId": "57edd7c75ae0d14f", "scanner": "scanner-primary", "fingerprint": "341cbb4c7af91dd7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4615b2d8e7d75e1c", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/bambu/accounts/:id"}, "properties": {"repobilityId": "3a019245dfde071c", "scanner": "scanner-primary", "fingerprint": "4615b2d8e7d75e1c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e7f276d23bde27a4", "level": "note", "message": {"text": "Unused endpoint: POST /api/bambu/accounts/:id/primary"}, "properties": {"repobilityId": "d7b9eee4cb51d52c", "scanner": "scanner-primary", "fingerprint": "e7f276d23bde27a4", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5792d51b626c90dd", "level": "note", "message": {"text": "Unused endpoint: POST /api/settings/change-password"}, "properties": {"repobilityId": "9bffad74a9ea1d08", "scanner": "scanner-primary", "fingerprint": "5792d51b626c90dd", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ac9bf291ade78d2d", "level": "note", "message": {"text": "Unused endpoint: GET /api/settings/printer-ftp"}, "properties": {"repobilityId": "a88e893e4192bfb3", "scanner": "scanner-primary", "fingerprint": "ac9bf291ade78d2d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0d62a75fd023787a", "level": "note", "message": {"text": "Unused endpoint: POST /api/settings/printer-ftp"}, "properties": {"repobilityId": "7d29c025594601db", "scanner": "scanner-primary", "fingerprint": "0d62a75fd023787a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4b696aaa9d0303e2", "level": "note", "message": {"text": "Unused endpoint: POST /api/settings/save-printer-ftp"}, "properties": {"repobilityId": "fbeefa4922712af8", "scanner": "scanner-primary", "fingerprint": "4b696aaa9d0303e2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8a3613e3ef712040", "level": "note", "message": {"text": "Unused endpoint: POST /api/settings/test-printer-ftp"}, "properties": {"repobilityId": "a22dc415e94aa09e", "scanner": "scanner-primary", "fingerprint": "8a3613e3ef712040", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8167a30dd4a53349", "level": "note", "message": {"text": "Unused endpoint: POST /api/printers/discover-ip"}, "properties": {"repobilityId": "3fa53b51ca957664", "scanner": "scanner-primary", "fingerprint": "8167a30dd4a53349", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-cb81b2e92ca07fe4", "level": "note", "message": {"text": "Unused endpoint: POST /api/printers/discover-missing-ips"}, "properties": {"repobilityId": "ff353c5cfd0d3fc7", "scanner": "scanner-primary", "fingerprint": "cb81b2e92ca07fe4", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a9624373b240854e", "level": "note", "message": {"text": "Unused endpoint: GET /api/printers/config"}, "properties": {"repobilityId": "9551b2630edd594e", "scanner": "scanner-primary", "fingerprint": "a9624373b240854e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-07644b86fd7e1129", "level": "note", "message": {"text": "Unused endpoint: POST /api/printers/config"}, "properties": {"repobilityId": "1b36626e5225a2db", "scanner": "scanner-primary", "fingerprint": "07644b86fd7e1129", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-04d7c43e5e9edaa2", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/printers/config/:dev_id"}, "properties": {"repobilityId": "f81e037382293926", "scanner": "scanner-primary", "fingerprint": "04d7c43e5e9edaa2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-73d86dafbbf09865", "level": "note", "message": {"text": "Unused endpoint: GET /api/settings/ui"}, "properties": {"repobilityId": "69de470b2c9d9e39", "scanner": "scanner-primary", "fingerprint": "73d86dafbbf09865", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-14b4325730f593e4", "level": "note", "message": {"text": "Unused endpoint: POST /api/settings/ui"}, "properties": {"repobilityId": "eb3a79e74febac7b", "scanner": "scanner-primary", "fingerprint": "14b4325730f593e4", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-cb491460c6fa9a5a", "level": "note", "message": {"text": "Unused endpoint: GET /api/settings/dashboard-widgets"}, "properties": {"repobilityId": "920351807a3a7be3", "scanner": "scanner-primary", "fingerprint": "cb491460c6fa9a5a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-21efd2789aaf4c11", "level": "note", "message": {"text": "Unused endpoint: POST /api/settings/dashboard-widgets"}, "properties": {"repobilityId": "d7a1d01f5654efd7", "scanner": "scanner-primary", "fingerprint": "21efd2789aaf4c11", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7308a8f810b43a0d", "level": "note", "message": {"text": "Unused endpoint: GET /api/camera/stream"}, "properties": {"repobilityId": "f35afbc6394ae833", "scanner": "scanner-primary", "fingerprint": "7308a8f810b43a0d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8bf28a0ef1c5c771", "level": "note", "message": {"text": "Unused endpoint: POST /api/camera/stop"}, "properties": {"repobilityId": "68014797f2828ae2", "scanner": "scanner-primary", "fingerprint": "8bf28a0ef1c5c771", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ed145763f6fc7c39", "level": "note", "message": {"text": "Unused endpoint: GET /api/settings/profile"}, "properties": {"repobilityId": "3451558f22dc253a", "scanner": "scanner-primary", "fingerprint": "ed145763f6fc7c39", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5350f2b9344f1878", "level": "note", "message": {"text": "Unused endpoint: POST /api/settings/profile"}, "properties": {"repobilityId": "72b4011d5a631130", "scanner": "scanner-primary", "fingerprint": "5350f2b9344f1878", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b2ca6753ced2e102", "level": "note", "message": {"text": "Unused endpoint: POST /api/match-videos"}, "properties": {"repobilityId": "fa58dfa4b576e03b", "scanner": "scanner-primary", "fingerprint": "b2ca6753ced2e102", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-cf90a8db2441408b", "level": "note", "message": {"text": "Unused endpoint: GET /api/match-videos-status"}, "properties": {"repobilityId": "927b6a3f54a9a9e6", "scanner": "scanner-primary", "fingerprint": "cf90a8db2441408b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c2182a9000ef253d", "level": "note", "message": {"text": "Unused endpoint: POST /api/match-videos-cancel"}, "properties": {"repobilityId": "801788780b83bfd4", "scanner": "scanner-primary", "fingerprint": "c2182a9000ef253d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-32ba9218f55bb01d", "level": "note", "message": {"text": "Unused endpoint: GET /api/debug/videos"}, "properties": {"repobilityId": "3f202c02347d78c8", "scanner": "scanner-primary", "fingerprint": "32ba9218f55bb01d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-be39f223d097e043", "level": "note", "message": {"text": "Unused endpoint: GET /api/check-auth"}, "properties": {"repobilityId": "3b85035639c8611b", "scanner": "scanner-primary", "fingerprint": "be39f223d097e043", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c56c206286a12c29", "level": "note", "message": {"text": "Unused endpoint: POST /api/client-telemetry"}, "properties": {"repobilityId": "d036b413304cd431", "scanner": "scanner-primary", "fingerprint": "c56c206286a12c29", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-82de49b2ca2ab8e2", "level": "note", "message": {"text": "Unused endpoint: GET /api/client-telemetry/recent"}, "properties": {"repobilityId": "792c71f7cd38151d", "scanner": "scanner-primary", "fingerprint": "82de49b2ca2ab8e2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c059f57186114027", "level": "note", "message": {"text": "Unused endpoint: POST /auth/logout"}, "properties": {"repobilityId": "f561ecf3f4c0ff5a", "scanner": "scanner-primary", "fingerprint": "c059f57186114027", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-cbd4caaead171c88", "level": "note", "message": {"text": "Unused endpoint: POST /auth/request-code"}, "properties": {"repobilityId": "dd4bbb89de9f11a5", "scanner": "scanner-primary", "fingerprint": "cbd4caaead171c88", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}