{"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-bab8f11766cb05de", "name": "Possibly dead Python function: dependency", "shortDescription": {"text": "Possibly dead Python function: dependency"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9cec2fe8853066c9", "name": "Stray `console.log` in TS/JS \u2014 daemons/linux/index.js:11", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 daemons/linux/index.js:11"}, "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-9c5bb309a95aa8ef", "name": "Stray `console.log` in TS/JS \u2014 daemons/linux/scripts/provision.js:37", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 daemons/linux/scripts/provision.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-aacb2cf2639c2c33", "name": "Stray `console.log` in TS/JS \u2014 daemons/linux/src/Updater/DaemonUpdater.js:17", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 daemons/linux/src/Updater/DaemonUpdater.js:17"}, "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-fdf7fac085d59b0f", "name": "Stray `console.log` in TS/JS \u2014 daemons/linux/src/Networking/HTTPServer.js:44", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 daemons/linux/src/Networking/HTTPServer.js:44"}, "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-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-61ffa7681e4e6292", "name": "Insecure pattern 'node_child_process' in daemons/linux/src/Runner.js:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in daemons/linux/src/Runner.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-a389983101a645d4", "name": "Insecure pattern 'node_child_process' in daemons/linux/src/Updater/DaemonUpdater.js:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in daemons/linux/src/Updater/DaemonUpdater.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-02fbee114c8a7bd0", "name": "Insecure pattern 'node_child_process' in daemons/linux/src/Handlers/SessionHandler.js:4", "shortDescription": {"text": "Insecure pattern 'node_child_process' in daemons/linux/src/Handlers/SessionHandler.js:4"}, "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-5a56825cbedeac5f", "name": "Insecure pattern 'node_child_process' in daemons/linux/src/Handlers/GitHandler.js:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in daemons/linux/src/Handlers/GitHandler.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-bbfd5d8472aed6ee", "name": "Insecure pattern 'node_child_process' in daemons/linux/src/Handlers/TranscribeHandler.js:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in daemons/linux/src/Handlers/TranscribeHandler.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-63cf650e65d4b11c", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/upload-artifact@v4 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-46b6fa3151cfce28", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d0d67431aad53183", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/setup-node@v4 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-042bf9081b11e4ec", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "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 52 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-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 28 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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-cdb179ed55c004c5", "name": "Agent authority lacks a verifier contract: .claude/agents/tester/references/visual-capture.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/agents/tester/references/visual-capture.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b7fdb7f304309cf1", "name": "Agent authority lacks a verifier contract: .claude/agents/tester/scenarios/deep-link-tab-switch.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/agents/tester/scenarios/deep-link-tab-switch.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e3c9638a478d9aca", "name": "Agent authority lacks a verifier contract: .claude/agents/tester/scenarios/chat-send-smoke.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/agents/tester/scenarios/chat-send-smoke.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-147fcbe4e838d9bf", "name": "Agent authority lacks a verifier contract: .claude/agents/tester/scenarios/chat-mixed-markdown-multi-tool.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/agents/tester/scenarios/chat-mixed-markdown-multi-tool.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9f1d4de8b83f9029", "name": "Agent authority lacks a verifier contract: .claude/skills/consult/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/consult/SKILL.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-db2b0734b5627d21", "name": "Agent authority lacks a verifier contract: .claude/skills/sim/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/sim/SKILL.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-7c0166298c8668fa", "name": "Agent authority lacks a verifier contract: .claude/plans/1_next/streaming-robustness-audit.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/plans/1_next/streaming-robustness-audit.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8fffa70a777e5ff5", "name": "`fetch()` without try/.catch or AbortSignal \u2014 daemons/linux/src/Updater/DaemonUpdater.js:63", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 daemons/linux/src/Updater/DaemonUpdater.js:63"}, "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-88398586d7106466", "name": "`fetch()` without try/.catch or AbortSignal \u2014 daemons/linux/src/Provisioning/RemoteTunnelClient.js:4", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 daemons/linux/src/Provisioning/RemoteTunnelClient.js:4"}, "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-5085fee11d0dfc8f", "name": "Network/subprocess call without timeout or try/except \u2014 .github/scripts/asc_certs.py:47", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 .github/scripts/asc_certs.py:47"}, "fullDescription": {"text": "`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8e047ab7af03962f", "name": "7 env vars used in code but missing from .env.example", "shortDescription": {"text": "7 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `CLOUDE_DATA`, `CLOUDE_DISPLAY_NAME`, `CLOUDE_HOST`, `CLOUDE_PORT`, `CLOUDE_PROVISIONING_URL`, `HOME`, `PATH`. 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-2eb3d4acadc89cbd", "name": "FastAPI POST `create_pairing_session` without auth dependency \u2014 provisioning/app/api/pairing_sessions.py:22", "shortDescription": {"text": "FastAPI POST `create_pairing_session` without auth dependency \u2014 provisioning/app/api/pairing_sessions.py:22"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-b1ae72f7844daa05", "name": "FastAPI POST `complete_pairing_session` without auth dependency \u2014 provisioning/app/api/pairing_sessions.py:57", "shortDescription": {"text": "FastAPI POST `complete_pairing_session` without auth dependency \u2014 provisioning/app/api/pairing_sessions.py:57"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-df63084a62f93b0b", "name": "FastAPI PUT `put_mac` without auth dependency \u2014 provisioning/app/api/macs.py:18", "shortDescription": {"text": "FastAPI PUT `put_mac` without auth dependency \u2014 provisioning/app/api/macs.py:18"}, "fullDescription": {"text": "`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-af5bf788e3d90e80", "name": "FastAPI PUT `put_tunnel` without auth dependency \u2014 provisioning/app/api/macs.py:33", "shortDescription": {"text": "FastAPI PUT `put_tunnel` without auth dependency \u2014 provisioning/app/api/macs.py:33"}, "fullDescription": {"text": "`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-c8c81d805154f863", "name": "FastAPI DELETE `delete_tunnel` without auth dependency \u2014 provisioning/app/api/macs.py:62", "shortDescription": {"text": "FastAPI DELETE `delete_tunnel` without auth dependency \u2014 provisioning/app/api/macs.py:62"}, "fullDescription": {"text": "`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-fde6c34d55019a82", "name": "FastAPI PUT `put_heartbeat` without auth dependency \u2014 provisioning/app/api/macs.py:78", "shortDescription": {"text": "FastAPI PUT `put_heartbeat` without auth dependency \u2014 provisioning/app/api/macs.py:78"}, "fullDescription": {"text": "`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-cab3a7a342a884d1", "name": "Dangling fetch: GET https://api.github.com/repos/${REPO}/releases?per_page=20 (daemons/linux/src/Updater/DaemonUpdater.j", "shortDescription": {"text": "Dangling fetch: GET https://api.github.com/repos/${REPO}/releases?per_page=20 (daemons/linux/src/Updater/DaemonUpdater.js:63)"}, "fullDescription": {"text": "`daemons/linux/src/Updater/DaemonUpdater.js:63` calls `GET https://api.github.com/repos/${REPO}/releases?per_page=20` 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.github.com/repos/<p>/releases`\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-7a009b1a56794f45", "name": "Unused endpoint: POST /", "shortDescription": {"text": "Unused endpoint: POST /"}, "fullDescription": {"text": "`provisioning/app/api/pairing_sessions.py` declares `POST /` 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-db934fadbf8549d5", "name": "Unused endpoint: POST /{pairing_id}/completion", "shortDescription": {"text": "Unused endpoint: POST /{pairing_id}/completion"}, "fullDescription": {"text": "`provisioning/app/api/pairing_sessions.py` declares `POST /{pairing_id}/completion` 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-67d28fa8cd6bb12f", "name": "Unused endpoint: PUT /", "shortDescription": {"text": "Unused endpoint: PUT /"}, "fullDescription": {"text": "`provisioning/app/api/macs.py` declares `PUT /` 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-62accb30b562fd46", "name": "Unused endpoint: PUT /tunnel", "shortDescription": {"text": "Unused endpoint: PUT /tunnel"}, "fullDescription": {"text": "`provisioning/app/api/macs.py` declares `PUT /tunnel` 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-5d44ed3d03465f33", "name": "Unused endpoint: DELETE /tunnel", "shortDescription": {"text": "Unused endpoint: DELETE /tunnel"}, "fullDescription": {"text": "`provisioning/app/api/macs.py` declares `DELETE /tunnel` 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-b122b1545ca64d1a", "name": "Unused endpoint: PUT /heartbeat", "shortDescription": {"text": "Unused endpoint: PUT /heartbeat"}, "fullDescription": {"text": "`provisioning/app/api/macs.py` declares `PUT /heartbeat` 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/19984"}, "properties": {"repository": "soliblue/cloude", "repoUrl": "https://github.com/soliblue/cloude", "branch": "main"}, "results": [{"ruleId": "scanner-bab8f11766cb05de", "level": "note", "message": {"text": "Possibly dead Python function: dependency"}, "properties": {"repobilityId": "e2f97c76f5b6acb6", "scanner": "scanner-primary", "fingerprint": "bab8f11766cb05de", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "provisioning/app/core/rate_limit.py:15"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9cec2fe8853066c9", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 daemons/linux/index.js:11"}, "properties": {"repobilityId": "023c0519503f15bb", "scanner": "scanner-primary", "fingerprint": "9cec2fe8853066c9", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9c5bb309a95aa8ef", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 daemons/linux/scripts/provision.js:37"}, "properties": {"repobilityId": "f82ba51843f3d9b5", "scanner": "scanner-primary", "fingerprint": "9c5bb309a95aa8ef", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-aacb2cf2639c2c33", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 daemons/linux/src/Updater/DaemonUpdater.js:17"}, "properties": {"repobilityId": "6cfac5715d8791dd", "scanner": "scanner-primary", "fingerprint": "aacb2cf2639c2c33", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-fdf7fac085d59b0f", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 daemons/linux/src/Networking/HTTPServer.js:44"}, "properties": {"repobilityId": "8fa31ef0404884e2", "scanner": "scanner-primary", "fingerprint": "fdf7fac085d59b0f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-61ffa7681e4e6292", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in daemons/linux/src/Runner.js:1"}, "properties": {"repobilityId": "13053b17e943b89b", "scanner": "scanner-primary", "fingerprint": "61ffa7681e4e6292", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "daemons/linux/src/Runner.js"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a389983101a645d4", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in daemons/linux/src/Updater/DaemonUpdater.js:1"}, "properties": {"repobilityId": "9042872e77b94587", "scanner": "scanner-primary", "fingerprint": "a389983101a645d4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "daemons/linux/src/Updater/DaemonUpdater.js"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-02fbee114c8a7bd0", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in daemons/linux/src/Handlers/SessionHandler.js:4"}, "properties": {"repobilityId": "3c3848212d2b1e0d", "scanner": "scanner-primary", "fingerprint": "02fbee114c8a7bd0", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "daemons/linux/src/Handlers/SessionHandler.js"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-5a56825cbedeac5f", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in daemons/linux/src/Handlers/GitHandler.js:1"}, "properties": {"repobilityId": "d233574efeef403b", "scanner": "scanner-primary", "fingerprint": "5a56825cbedeac5f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "daemons/linux/src/Handlers/GitHandler.js"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-bbfd5d8472aed6ee", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in daemons/linux/src/Handlers/TranscribeHandler.js:1"}, "properties": {"repobilityId": "945e2c37c0343507", "scanner": "scanner-primary", "fingerprint": "bbfd5d8472aed6ee", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "daemons/linux/src/Handlers/TranscribeHandler.js"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-63cf650e65d4b11c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1cadd4017c789034", "scanner": "scanner-primary", "fingerprint": "63cf650e65d4b11c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/mac-agent.yml"}, "region": {"startLine": 72}}}]}, {"ruleId": "scanner-46b6fa3151cfce28", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "f2f6e8844c51a499", "scanner": "scanner-primary", "fingerprint": "46b6fa3151cfce28", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/mac-agent.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d0d67431aad53183", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "55e954873e42eafd", "scanner": "scanner-primary", "fingerprint": "d0d67431aad53183", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/linux-agent.yml"}, "region": {"startLine": 29}}}]}, {"ruleId": "scanner-d0d67431aad53183", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "4f6ff4749a2e310e", "scanner": "scanner-primary", "fingerprint": "d0d67431aad53183", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/linux-agent.yml"}, "region": {"startLine": 62}}}]}, {"ruleId": "scanner-042bf9081b11e4ec", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "c7a6ed3c359fea71", "scanner": "scanner-primary", "fingerprint": "042bf9081b11e4ec", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/linux-agent.yml"}, "region": {"startLine": 1}}}]}, {"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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "c6edb1e66b66ba7c", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "30331c8e18f0cba9", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "1c25a021cbab468e", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "34ac39eda09ab154", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "64a58b7828e1a63d", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "2ffabf0db6afb6a6", "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": "f3e9fbf1b38b8cec", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-cdb179ed55c004c5", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/agents/tester/references/visual-capture.md"}, "properties": {"repobilityId": "e425caefd36bba3c", "scanner": "scanner-primary", "fingerprint": "cdb179ed55c004c5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/agents/tester/references/visual-capture.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b7fdb7f304309cf1", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/agents/tester/scenarios/deep-link-tab-switch.md"}, "properties": {"repobilityId": "52d4ef272bf20af8", "scanner": "scanner-primary", "fingerprint": "b7fdb7f304309cf1", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/agents/tester/scenarios/deep-link-tab-switch.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e3c9638a478d9aca", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/agents/tester/scenarios/chat-send-smoke.md"}, "properties": {"repobilityId": "986733f19b466949", "scanner": "scanner-primary", "fingerprint": "e3c9638a478d9aca", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/agents/tester/scenarios/chat-send-smoke.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-147fcbe4e838d9bf", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/agents/tester/scenarios/chat-mixed-markdown-multi-tool.md"}, "properties": {"repobilityId": "2b4d265efc20cb05", "scanner": "scanner-primary", "fingerprint": "147fcbe4e838d9bf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/agents/tester/scenarios/chat-mixed-markdown-multi-tool.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9f1d4de8b83f9029", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/consult/SKILL.md"}, "properties": {"repobilityId": "bacea7fa49989bc5", "scanner": "scanner-primary", "fingerprint": "9f1d4de8b83f9029", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/consult/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-db2b0734b5627d21", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/sim/SKILL.md"}, "properties": {"repobilityId": "83351729c7ea046f", "scanner": "scanner-primary", "fingerprint": "db2b0734b5627d21", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/sim/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-7c0166298c8668fa", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/plans/1_next/streaming-robustness-audit.md"}, "properties": {"repobilityId": "464149a2bf248b3d", "scanner": "scanner-primary", "fingerprint": "7c0166298c8668fa", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/plans/1_next/streaming-robustness-audit.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8fffa70a777e5ff5", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 daemons/linux/src/Updater/DaemonUpdater.js:63"}, "properties": {"repobilityId": "e0678689c7fd4fa2", "scanner": "scanner-primary", "fingerprint": "8fffa70a777e5ff5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-88398586d7106466", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 daemons/linux/src/Provisioning/RemoteTunnelClient.js:4"}, "properties": {"repobilityId": "725e6e7dc036e1af", "scanner": "scanner-primary", "fingerprint": "88398586d7106466", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5085fee11d0dfc8f", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 .github/scripts/asc_certs.py:47"}, "properties": {"repobilityId": "9f27e29cc18594e5", "scanner": "scanner-primary", "fingerprint": "5085fee11d0dfc8f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8e047ab7af03962f", "level": "note", "message": {"text": "7 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "5a0455f6498c27ad", "scanner": "scanner-primary", "fingerprint": "8e047ab7af03962f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-2eb3d4acadc89cbd", "level": "error", "message": {"text": "FastAPI POST `create_pairing_session` without auth dependency \u2014 provisioning/app/api/pairing_sessions.py:22"}, "properties": {"repobilityId": "9619370dad7c5cf0", "scanner": "scanner-primary", "fingerprint": "2eb3d4acadc89cbd", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "provisioning/app/api/pairing_sessions.py"}, "region": {"startLine": 22}}}]}, {"ruleId": "scanner-b1ae72f7844daa05", "level": "error", "message": {"text": "FastAPI POST `complete_pairing_session` without auth dependency \u2014 provisioning/app/api/pairing_sessions.py:57"}, "properties": {"repobilityId": "b6a2aa440cd2b56f", "scanner": "scanner-primary", "fingerprint": "b1ae72f7844daa05", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "provisioning/app/api/pairing_sessions.py"}, "region": {"startLine": 57}}}]}, {"ruleId": "scanner-df63084a62f93b0b", "level": "error", "message": {"text": "FastAPI PUT `put_mac` without auth dependency \u2014 provisioning/app/api/macs.py:18"}, "properties": {"repobilityId": "9015b355653c1251", "scanner": "scanner-primary", "fingerprint": "df63084a62f93b0b", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "provisioning/app/api/macs.py"}, "region": {"startLine": 18}}}]}, {"ruleId": "scanner-af5bf788e3d90e80", "level": "error", "message": {"text": "FastAPI PUT `put_tunnel` without auth dependency \u2014 provisioning/app/api/macs.py:33"}, "properties": {"repobilityId": "60bc15587a79b422", "scanner": "scanner-primary", "fingerprint": "af5bf788e3d90e80", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "provisioning/app/api/macs.py"}, "region": {"startLine": 33}}}]}, {"ruleId": "scanner-c8c81d805154f863", "level": "error", "message": {"text": "FastAPI DELETE `delete_tunnel` without auth dependency \u2014 provisioning/app/api/macs.py:62"}, "properties": {"repobilityId": "8d5483485ee5e5cc", "scanner": "scanner-primary", "fingerprint": "c8c81d805154f863", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "provisioning/app/api/macs.py"}, "region": {"startLine": 62}}}]}, {"ruleId": "scanner-fde6c34d55019a82", "level": "error", "message": {"text": "FastAPI PUT `put_heartbeat` without auth dependency \u2014 provisioning/app/api/macs.py:78"}, "properties": {"repobilityId": "aea126ac892b43e2", "scanner": "scanner-primary", "fingerprint": "fde6c34d55019a82", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "provisioning/app/api/macs.py"}, "region": {"startLine": 78}}}]}, {"ruleId": "scanner-cab3a7a342a884d1", "level": "error", "message": {"text": "Dangling fetch: GET https://api.github.com/repos/${REPO}/releases?per_page=20 (daemons/linux/src/Updater/DaemonUpdater.js:63)"}, "properties": {"repobilityId": "046344dfd73845be", "scanner": "scanner-primary", "fingerprint": "cab3a7a342a884d1", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-7a009b1a56794f45", "level": "note", "message": {"text": "Unused endpoint: POST /"}, "properties": {"repobilityId": "bb990431547f75a7", "scanner": "scanner-primary", "fingerprint": "7a009b1a56794f45", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-db934fadbf8549d5", "level": "note", "message": {"text": "Unused endpoint: POST /{pairing_id}/completion"}, "properties": {"repobilityId": "8f7fc93a702a420b", "scanner": "scanner-primary", "fingerprint": "db934fadbf8549d5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-67d28fa8cd6bb12f", "level": "note", "message": {"text": "Unused endpoint: PUT /"}, "properties": {"repobilityId": "5ffef18d9726e8f5", "scanner": "scanner-primary", "fingerprint": "67d28fa8cd6bb12f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-62accb30b562fd46", "level": "note", "message": {"text": "Unused endpoint: PUT /tunnel"}, "properties": {"repobilityId": "3e1088b484a8c586", "scanner": "scanner-primary", "fingerprint": "62accb30b562fd46", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5d44ed3d03465f33", "level": "note", "message": {"text": "Unused endpoint: DELETE /tunnel"}, "properties": {"repobilityId": "89941a2c36154850", "scanner": "scanner-primary", "fingerprint": "5d44ed3d03465f33", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b122b1545ca64d1a", "level": "note", "message": {"text": "Unused endpoint: PUT /heartbeat"}, "properties": {"repobilityId": "52bbafd4f9da16fb", "scanner": "scanner-primary", "fingerprint": "b122b1545ca64d1a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}