{"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-d5f19fca0ede056b", "name": "Possibly dead Python function: send", "shortDescription": {"text": "Possibly dead Python function: send"}, "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-6d63f5c6ca4723c1", "name": "Possibly dead Python function: handle_restart", "shortDescription": {"text": "Possibly dead Python function: handle_restart"}, "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-1ff34c44bb5f9c17", "name": "Possibly dead Python function: set_func", "shortDescription": {"text": "Possibly dead Python function: set_func"}, "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-a65770a0450e7030", "name": "Possibly dead Python function: auto_reconnect", "shortDescription": {"text": "Possibly dead Python function: auto_reconnect"}, "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-e6edad108e00384c", "name": "Possibly dead Python function: SpecificDevice", "shortDescription": {"text": "Possibly dead Python function: SpecificDevice"}, "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-c3a37d466155d966", "name": "Possibly dead Python function: const", "shortDescription": {"text": "Possibly dead Python function: const"}, "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-312dd6ccdee7f1d1", "name": "Stray `console.log` in TS/JS \u2014 shared_files/cloudtak/shim/index.ts:47", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 shared_files/cloudtak/shim/index.ts:47"}, "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-89aadba2a065dc2e", "name": "Stray `console.log` in TS/JS \u2014 shared_files/cloudtak/shim/lib/injection-api.ts:63", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 shared_files/cloudtak/shim/lib/injection-api.ts:63"}, "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-115cec85bdbf67bb", "name": "Stray `console.log` in TS/JS \u2014 shared_files/cloudtak/shim/lib/marti-api.ts:150", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 shared_files/cloudtak/shim/lib/marti-api.ts:150"}, "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-b9f668bb089be297", "name": "Stray `console.log` in TS/JS \u2014 shared_files/cloudtak/shim/lib/tak-server.ts:100", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 shared_files/cloudtak/shim/lib/tak-server.ts:100"}, "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-cce34c91fe8c672b", "name": "Privileged port 50 in use", "shortDescription": {"text": "Privileged port 50 in use"}, "fullDescription": {"text": "Port 50 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-a51976ec7c6bf630", "name": "Privileged port 60 in use", "shortDescription": {"text": "Privileged port 60 in use"}, "fullDescription": {"text": "Port 60 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-29fc24da213d0358", "name": "Privileged port 1000 in use", "shortDescription": {"text": "Privileged port 1000 in use"}, "fullDescription": {"text": "Port 1000 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-9ec711ff4793516f", "name": "Docker base image uses a mutable or implicit tag: debian:latest", "shortDescription": {"text": "Docker base image uses a mutable or implicit tag: debian:latest"}, "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": "medium", "confidence": 1.0}}, {"id": "scanner-ae6895450c865ca6", "name": "Dockerfile runs as root: shared_files/cloudtak/shim/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: shared_files/cloudtak/shim/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-0d61008568d0aa99", "name": "Docker base image is tag-pinned but not digest-pinned: node:24-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:24-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-5e7416251f31fd8b", "name": "Possible secret in shared_files/node-red/settings.js", "shortDescription": {"text": "Possible secret in shared_files/node-red/settings.js"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-ece1a4da9c8f4f89", "name": "Insecure pattern 'exec_used' in shared_files/aryaos/NetworkManager.py:288", "shortDescription": {"text": "Insecure pattern 'exec_used' in shared_files/aryaos/NetworkManager.py:288"}, "fullDescription": {"text": "Found a known-risky pattern (exec_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-9f802defd8599d23", "name": "Insecure pattern 'direct_innerhtml_assignment' in shared_files/aryaos/html/js/portal-landing.js:387", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in shared_files/aryaos/html/js/portal-landing.js:387"}, "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-253015ecef19a8b6", "name": "Insecure pattern 'direct_innerhtml_assignment' in shared_files/aryaos/html/js/uikit.js:706", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in shared_files/aryaos/html/js/uikit.js:706"}, "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-07ca5812859d4cc6", "name": "Insecure pattern 'insert_adjacent_html' in shared_files/aryaos/html/js/uikit.js:754", "shortDescription": {"text": "Insecure pattern 'insert_adjacent_html' in shared_files/aryaos/html/js/uikit.js:754"}, "fullDescription": {"text": "Found a known-risky pattern (insert_adjacent_html). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-68f5de6c68007072", "name": "Insecure pattern 'weak_hash' in stages/stage-adsbcot/tasks/fa.yml:36", "shortDescription": {"text": "Insecure pattern 'weak_hash' in stages/stage-adsbcot/tasks/fa.yml:36"}, "fullDescription": {"text": "Found a known-risky pattern (weak_hash). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-28b4a673cfc6da25", "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@v6 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-dd234f874a338ee7", "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-403320261f721e26", "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@v6 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-542e485c58904516", "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-cdde5cdbed45ec8b", "name": "Very large file: shared_files/aryaos/NetworkManager.py (1454 lines)", "shortDescription": {"text": "Very large file: shared_files/aryaos/NetworkManager.py (1454 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-0fa1d4650f36c4a9", "name": "Very large file: shared_files/aryaos/html/js/uikit.js (9463 lines)", "shortDescription": {"text": "Very large file: shared_files/aryaos/html/js/uikit.js (9463 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": "1 test file(s) for 18 source file(s) (ratio 0.06). 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 15 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 76 placeholder/mock markers across 4 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-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 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-ecb0d2c55ed6875d", "name": "Agent authority lacks a verifier contract: .claude/settings.local.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/settings.local.json"}, "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-427ed0f0a05e0e9f", "name": "Agent authority lacks a verifier contract: .cursor/rules/dev-pi-sync.mdc", "shortDescription": {"text": "Agent authority lacks a verifier contract: .cursor/rules/dev-pi-sync.mdc"}, "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-1659bb3bcb368ef4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 shared_files/cloudtak/patch-aryaos-subpath.mjs:53", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 shared_files/cloudtak/patch-aryaos-subpath.mjs:53"}, "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-45d52f5f427569a2", "name": "Commented-code block (6 lines) in shared_files/node-red/settings.js:99", "shortDescription": {"text": "Commented-code block (6 lines) in shared_files/node-red/settings.js:99"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-a38210773a6bd1b5", "name": "Stub function `auto_reconnect` (body is just `pass`/`return`) \u2014 shared_files/aryaos/NetworkManager.py:413", "shortDescription": {"text": "Stub function `auto_reconnect` (body is just `pass`/`return`) \u2014 shared_files/aryaos/NetworkManager.py:413"}, "fullDescription": {"text": "Likely an AI scaffold that was never filled in. Remove or implement."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ea5947bc2c8be668", "name": "`fetch()` without try/.catch or AbortSignal \u2014 shared_files/aryaos/html/js/uikit.min.js:1", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 shared_files/aryaos/html/js/uikit.min.js:1"}, "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-fdedbd1c72298abe", "name": "`fetch()` without try/.catch or AbortSignal \u2014 shared_files/aryaos/html/js/portal-landing.js:429", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 shared_files/aryaos/html/js/portal-landing.js:429"}, "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-f39142a9179157f5", "name": "`fetch()` without try/.catch or AbortSignal \u2014 shared_files/aryaos/html/js/uikit.js:5898", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 shared_files/aryaos/html/js/uikit.js:5898"}, "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-030da566069872e9", "name": "15 env vars used in code but missing from .env.example", "shortDescription": {"text": "15 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `BASE_URL`, `LOG_LEVEL`, `PORT`, `SA_SHIM_BASIC_PASSWORD`, `SA_SHIM_BASIC_USER`, `SA_SHIM_CALLSIGN`, `SA_SHIM_CERT_DIR`, `SA_SHIM_FONT_PROXY_BASE` + 7 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-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nshared_files/gpstak/gpstak.py:run, shared_files/gpstak/gpstak.py:run\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-be46ea126aa5d8dc", "name": "Near-duplicate function bodies in 3 places", "shortDescription": {"text": "Near-duplicate function bodies in 3 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nshared_files/aryaos/NetworkManager.py:all, shared_files/aryaos/NetworkManager.py:all, shared_files/aryaos/NetworkManager.py:all\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4de45ffdd800f46a", "name": "Dangling fetch: GET https://vimeo.com/api/oembed.json?maxwidth=1920&url=${encodeURI(i)} (shared_files/aryaos/html/js/uik", "shortDescription": {"text": "Dangling fetch: GET https://vimeo.com/api/oembed.json?maxwidth=1920&url=${encodeURI(i)} (shared_files/aryaos/html/js/uikit.min.js:1)"}, "fullDescription": {"text": "`shared_files/aryaos/html/js/uikit.min.js:1` calls `GET https://vimeo.com/api/oembed.json?maxwidth=1920&url=${encodeURI(i)}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/vimeo.com/api/oembed.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-62e2b0344c1d8a04", "name": "Dangling fetch: GET https://vimeo.com/api/oembed.json?maxwidth=1920&url=${encodeURI(\n                src\n              )", "shortDescription": {"text": "Dangling fetch: GET https://vimeo.com/api/oembed.json?maxwidth=1920&url=${encodeURI(\n                src\n              )} (shared_files/aryaos/html/js/uikit.js:7635)"}, "fullDescription": {"text": "`shared_files/aryaos/html/js/uikit.js:7635` calls `GET https://vimeo.com/api/oembed.json?maxwidth=1920&url=${encodeURI(\n                src\n              )}` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/vimeo.com/api/oembed.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-618721b912bad1c2", "name": "Unused endpoint: POST /login", "shortDescription": {"text": "Unused endpoint: POST /login"}, "fullDescription": {"text": "`shared_files/cloudtak/shim/lib/faux-cloudtak-api.ts` declares `POST /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-a6f48e60c30777ab", "name": "Unused endpoint: GET /config", "shortDescription": {"text": "Unused endpoint: GET /config"}, "fullDescription": {"text": "`shared_files/cloudtak/shim/lib/faux-cloudtak-api.ts` declares `GET /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-e96ccb647dada6ff", "name": "Unused endpoint: GET /server", "shortDescription": {"text": "Unused endpoint: GET /server"}, "fullDescription": {"text": "`shared_files/cloudtak/shim/lib/faux-cloudtak-api.ts` declares `GET /server` 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-392887af404ede88", "name": "Unused endpoint: PATCH /server", "shortDescription": {"text": "Unused endpoint: PATCH /server"}, "fullDescription": {"text": "`shared_files/cloudtak/shim/lib/faux-cloudtak-api.ts` declares `PATCH /server` 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-2595b39638e5c045", "name": "Unused endpoint: GET /profile", "shortDescription": {"text": "Unused endpoint: GET /profile"}, "fullDescription": {"text": "`shared_files/cloudtak/shim/lib/faux-cloudtak-api.ts` declares `GET /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-477dc8f000d6f813", "name": "Unused endpoint: GET /profile/overlay", "shortDescription": {"text": "Unused endpoint: GET /profile/overlay"}, "fullDescription": {"text": "`shared_files/cloudtak/shim/lib/faux-cloudtak-api.ts` declares `GET /profile/overlay` 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-b5338805947ed0d9", "name": "Unused endpoint: GET /basemap", "shortDescription": {"text": "Unused endpoint: GET /basemap"}, "fullDescription": {"text": "`shared_files/cloudtak/shim/lib/faux-cloudtak-api.ts` declares `GET /basemap` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-dde3adb27bf7eebe", "name": "Unused endpoint: USE /api", "shortDescription": {"text": "Unused endpoint: USE /api"}, "fullDescription": {"text": "`shared_files/cloudtak/shim/lib/faux-cloudtak-api.ts` declares `USE /api` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-77ad3df22d4135a8", "name": "Unused endpoint: POST /api/cot", "shortDescription": {"text": "Unused endpoint: POST /api/cot"}, "fullDescription": {"text": "`shared_files/cloudtak/shim/lib/injection-api.ts` declares `POST /api/cot` 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-5b2444144be72df9", "name": "Unused endpoint: POST /api/cot/geojson", "shortDescription": {"text": "Unused endpoint: POST /api/cot/geojson"}, "fullDescription": {"text": "`shared_files/cloudtak/shim/lib/injection-api.ts` declares `POST /api/cot/geojson` 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-c7a05d36b74b51ae", "name": "Unused endpoint: GET /api/clients", "shortDescription": {"text": "Unused endpoint: GET /api/clients"}, "fullDescription": {"text": "`shared_files/cloudtak/shim/lib/injection-api.ts` declares `GET /api/clients` 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-4756b4c4da7d2088", "name": "Unused endpoint: GET /api/health", "shortDescription": {"text": "Unused endpoint: GET /api/health"}, "fullDescription": {"text": "`shared_files/cloudtak/shim/lib/injection-api.ts` declares `GET /api/health` 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-1317d5ad39ea67ec", "name": "Unused endpoint: GET /Marti/api/version", "shortDescription": {"text": "Unused endpoint: GET /Marti/api/version"}, "fullDescription": {"text": "`shared_files/cloudtak/shim/lib/marti-api.ts` declares `GET /Marti/api/version` 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-ba5db8dc0d129115", "name": "Unused endpoint: GET /files/api/config", "shortDescription": {"text": "Unused endpoint: GET /files/api/config"}, "fullDescription": {"text": "`shared_files/cloudtak/shim/lib/marti-api.ts` declares `GET /files/api/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-5e3a053873d9b93d", "name": "Unused endpoint: GET /Marti/api/files/config", "shortDescription": {"text": "Unused endpoint: GET /Marti/api/files/config"}, "fullDescription": {"text": "`shared_files/cloudtak/shim/lib/marti-api.ts` declares `GET /Marti/api/files/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-28d4b6eb1941be66", "name": "Unused endpoint: GET /Marti/api/groups/all", "shortDescription": {"text": "Unused endpoint: GET /Marti/api/groups/all"}, "fullDescription": {"text": "`shared_files/cloudtak/shim/lib/marti-api.ts` declares `GET /Marti/api/groups/all` 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-32d53f01b07728b9", "name": "Unused endpoint: PUT /Marti/api/groups/active", "shortDescription": {"text": "Unused endpoint: PUT /Marti/api/groups/active"}, "fullDescription": {"text": "`shared_files/cloudtak/shim/lib/marti-api.ts` declares `PUT /Marti/api/groups/active` 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-bd24c82cb0d74100", "name": "Unused endpoint: GET /Marti/api/groups/groupCacheEnabled", "shortDescription": {"text": "Unused endpoint: GET /Marti/api/groups/groupCacheEnabled"}, "fullDescription": {"text": "`shared_files/cloudtak/shim/lib/marti-api.ts` declares `GET /Marti/api/groups/groupCacheEnabled` 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-bcc37010934b9ae3", "name": "Unused endpoint: GET /Marti/api/contacts/all", "shortDescription": {"text": "Unused endpoint: GET /Marti/api/contacts/all"}, "fullDescription": {"text": "`shared_files/cloudtak/shim/lib/marti-api.ts` declares `GET /Marti/api/contacts/all` 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-fd7e4e901c9bc70e", "name": "Unused endpoint: GET /Marti/api/clientEndPoints", "shortDescription": {"text": "Unused endpoint: GET /Marti/api/clientEndPoints"}, "fullDescription": {"text": "`shared_files/cloudtak/shim/lib/marti-api.ts` declares `GET /Marti/api/clientEndPoints` 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-c8288c6813c44b8e", "name": "Unused endpoint: GET /Marti/api/tls/config", "shortDescription": {"text": "Unused endpoint: GET /Marti/api/tls/config"}, "fullDescription": {"text": "`shared_files/cloudtak/shim/lib/marti-api.ts` declares `GET /Marti/api/tls/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-a3eba3474a0ab457", "name": "Unused endpoint: POST /Marti/api/tls/signClient/v2", "shortDescription": {"text": "Unused endpoint: POST /Marti/api/tls/signClient/v2"}, "fullDescription": {"text": "`shared_files/cloudtak/shim/lib/marti-api.ts` declares `POST /Marti/api/tls/signClient/v2` 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-b2fa78ca0af76457", "name": "Unused endpoint: POST /Marti/api/tls/config", "shortDescription": {"text": "Unused endpoint: POST /Marti/api/tls/config"}, "fullDescription": {"text": "`shared_files/cloudtak/shim/lib/marti-api.ts` declares `POST /Marti/api/tls/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}}]}}, "automationDetails": {"id": "repobility/19940"}, "properties": {"repository": "snstac/aryaos", "repoUrl": "https://github.com/snstac/aryaos", "branch": "main"}, "results": [{"ruleId": "scanner-d5f19fca0ede056b", "level": "note", "message": {"text": "Possibly dead Python function: send"}, "properties": {"repobilityId": "1f3be5149448acbf", "scanner": "scanner-primary", "fingerprint": "d5f19fca0ede056b", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared_files/gpstak/gpstak.py:94"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6d63f5c6ca4723c1", "level": "note", "message": {"text": "Possibly dead Python function: handle_restart"}, "properties": {"repobilityId": "14348172eba4d0aa", "scanner": "scanner-primary", "fingerprint": "6d63f5c6ca4723c1", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared_files/aryaos/NetworkManager.py:108"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1ff34c44bb5f9c17", "level": "note", "message": {"text": "Possibly dead Python function: set_func"}, "properties": {"repobilityId": "f17a068271f08960", "scanner": "scanner-primary", "fingerprint": "1ff34c44bb5f9c17", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared_files/aryaos/NetworkManager.py:229"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a65770a0450e7030", "level": "note", "message": {"text": "Possibly dead Python function: auto_reconnect"}, "properties": {"repobilityId": "70b9ad7ed4d5706b", "scanner": "scanner-primary", "fingerprint": "a65770a0450e7030", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared_files/aryaos/NetworkManager.py:413"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e6edad108e00384c", "level": "note", "message": {"text": "Possibly dead Python function: SpecificDevice"}, "properties": {"repobilityId": "8c51d2a9e5f893c3", "scanner": "scanner-primary", "fingerprint": "e6edad108e00384c", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared_files/aryaos/NetworkManager.py:515"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c3a37d466155d966", "level": "note", "message": {"text": "Possibly dead Python function: const"}, "properties": {"repobilityId": "56eca77fefa780f3", "scanner": "scanner-primary", "fingerprint": "c3a37d466155d966", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared_files/aryaos/NetworkManager.py:752"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-312dd6ccdee7f1d1", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 shared_files/cloudtak/shim/index.ts:47"}, "properties": {"repobilityId": "83a224004ed81a41", "scanner": "scanner-primary", "fingerprint": "312dd6ccdee7f1d1", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-89aadba2a065dc2e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 shared_files/cloudtak/shim/lib/injection-api.ts:63"}, "properties": {"repobilityId": "36091ec040f3e149", "scanner": "scanner-primary", "fingerprint": "89aadba2a065dc2e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-115cec85bdbf67bb", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 shared_files/cloudtak/shim/lib/marti-api.ts:150"}, "properties": {"repobilityId": "7be51a2864545f17", "scanner": "scanner-primary", "fingerprint": "115cec85bdbf67bb", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b9f668bb089be297", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 shared_files/cloudtak/shim/lib/tak-server.ts:100"}, "properties": {"repobilityId": "cb6d0e64d76cea17", "scanner": "scanner-primary", "fingerprint": "b9f668bb089be297", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-cce34c91fe8c672b", "level": "warning", "message": {"text": "Privileged port 50 in use"}, "properties": {"repobilityId": "da61f654c07ea7a9", "scanner": "scanner-primary", "fingerprint": "cce34c91fe8c672b", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "host_vars/dragonball.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a51976ec7c6bf630", "level": "warning", "message": {"text": "Privileged port 60 in use"}, "properties": {"repobilityId": "f4424efab727024f", "scanner": "scanner-primary", "fingerprint": "a51976ec7c6bf630", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "host_vars/dragonball.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-29fc24da213d0358", "level": "warning", "message": {"text": "Privileged port 1000 in use"}, "properties": {"repobilityId": "5ac9fc9372cfe169", "scanner": "scanner-primary", "fingerprint": "29fc24da213d0358", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "stages/stage-aryaos/00-install/00-run.sh"}, "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-9ec711ff4793516f", "level": "warning", "message": {"text": "Docker base image uses a mutable or implicit tag: debian:latest"}, "properties": {"repobilityId": "ddd3d25a64b533f6", "scanner": "scanner-primary", "fingerprint": "9ec711ff4793516f", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ae6895450c865ca6", "level": "warning", "message": {"text": "Dockerfile runs as root: shared_files/cloudtak/shim/Dockerfile"}, "properties": {"repobilityId": "877f9741e7c269d4", "scanner": "scanner-primary", "fingerprint": "ae6895450c865ca6", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-0d61008568d0aa99", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:24-slim"}, "properties": {"repobilityId": "263a9fec762882e1", "scanner": "scanner-primary", "fingerprint": "0d61008568d0aa99", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared_files/cloudtak/shim/Dockerfile"}, "region": {"startLine": 1}}}]}, {"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-5e7416251f31fd8b", "level": "error", "message": {"text": "Possible secret in shared_files/node-red/settings.js"}, "properties": {"repobilityId": "ce94e9a2ac2143b4", "scanner": "scanner-primary", "fingerprint": "5e7416251f31fd8b", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared_files/node-red/settings.js"}, "region": {"startLine": 80}}}]}, {"ruleId": "scanner-ece1a4da9c8f4f89", "level": "error", "message": {"text": "Insecure pattern 'exec_used' in shared_files/aryaos/NetworkManager.py:288"}, "properties": {"repobilityId": "65838b5622f1a1e5", "scanner": "scanner-primary", "fingerprint": "ece1a4da9c8f4f89", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "exec_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared_files/aryaos/NetworkManager.py"}, "region": {"startLine": 288}}}]}, {"ruleId": "scanner-9f802defd8599d23", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in shared_files/aryaos/html/js/portal-landing.js:387"}, "properties": {"repobilityId": "c7696110e780f7b4", "scanner": "scanner-primary", "fingerprint": "9f802defd8599d23", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared_files/aryaos/html/js/portal-landing.js"}, "region": {"startLine": 387}}}]}, {"ruleId": "scanner-253015ecef19a8b6", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in shared_files/aryaos/html/js/uikit.js:706"}, "properties": {"repobilityId": "26d1ca659dfa5b71", "scanner": "scanner-primary", "fingerprint": "253015ecef19a8b6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared_files/aryaos/html/js/uikit.js"}, "region": {"startLine": 706}}}]}, {"ruleId": "scanner-07ca5812859d4cc6", "level": "warning", "message": {"text": "Insecure pattern 'insert_adjacent_html' in shared_files/aryaos/html/js/uikit.js:754"}, "properties": {"repobilityId": "15dafd5eeb9ea743", "scanner": "scanner-primary", "fingerprint": "07ca5812859d4cc6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "insert_adjacent_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "shared_files/aryaos/html/js/uikit.js"}, "region": {"startLine": 754}}}]}, {"ruleId": "scanner-68f5de6c68007072", "level": "warning", "message": {"text": "Insecure pattern 'weak_hash' in stages/stage-adsbcot/tasks/fa.yml:36"}, "properties": {"repobilityId": "8eeedda557ab4c58", "scanner": "scanner-primary", "fingerprint": "68f5de6c68007072", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "weak_hash"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "stages/stage-adsbcot/tasks/fa.yml"}, "region": {"startLine": 36}}}]}, {"ruleId": "scanner-28b4a673cfc6da25", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "c0ff9b65bc37eb75", "scanner": "scanner-primary", "fingerprint": "28b4a673cfc6da25", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/pi-gen.yml"}, "region": {"startLine": 35}}}]}, {"ruleId": "scanner-28b4a673cfc6da25", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "478533d9125b97b1", "scanner": "scanner-primary", "fingerprint": "28b4a673cfc6da25", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/pi-gen.yml"}, "region": {"startLine": 38}}}]}, {"ruleId": "scanner-28b4a673cfc6da25", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "c0ff9b65bc37eb75", "scanner": "scanner-primary", "fingerprint": "28b4a673cfc6da25", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/pi-gen.yml"}, "region": {"startLine": 122}}}]}, {"ruleId": "scanner-28b4a673cfc6da25", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "24408e7c468897f5", "scanner": "scanner-primary", "fingerprint": "28b4a673cfc6da25", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/pi-gen.yml"}, "region": {"startLine": 146}}}]}, {"ruleId": "scanner-28b4a673cfc6da25", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "13250592024adbf7", "scanner": "scanner-primary", "fingerprint": "28b4a673cfc6da25", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/pi-gen.yml"}, "region": {"startLine": 196}}}]}, {"ruleId": "scanner-28b4a673cfc6da25", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "de4b4cd9c10cff45", "scanner": "scanner-primary", "fingerprint": "28b4a673cfc6da25", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/pi-gen.yml"}, "region": {"startLine": 243}}}]}, {"ruleId": "scanner-dd234f874a338ee7", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "a04afad0c634850c", "scanner": "scanner-primary", "fingerprint": "dd234f874a338ee7", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/pi-gen.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-403320261f721e26", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "0e8152a8966adeef", "scanner": "scanner-primary", "fingerprint": "403320261f721e26", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/node-red-pkg.yml"}, "region": {"startLine": 16}}}]}, {"ruleId": "scanner-403320261f721e26", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "cfe130de035fc360", "scanner": "scanner-primary", "fingerprint": "403320261f721e26", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/node-red-pkg.yml"}, "region": {"startLine": 27}}}]}, {"ruleId": "scanner-403320261f721e26", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "c492eb4ff38ecaeb", "scanner": "scanner-primary", "fingerprint": "403320261f721e26", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/node-red-pkg.yml"}, "region": {"startLine": 43}}}]}, {"ruleId": "scanner-542e485c58904516", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "8ba92ad67cfd743b", "scanner": "scanner-primary", "fingerprint": "542e485c58904516", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/node-red-pkg.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-cdde5cdbed45ec8b", "level": "note", "message": {"text": "Very large file: shared_files/aryaos/NetworkManager.py (1454 lines)"}, "properties": {"repobilityId": "4075e4f9fef727da", "scanner": "scanner-primary", "fingerprint": "cdde5cdbed45ec8b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-0fa1d4650f36c4a9", "level": "note", "message": {"text": "Very large file: shared_files/aryaos/html/js/uikit.js (9463 lines)"}, "properties": {"repobilityId": "bac5fa23304d0fa6", "scanner": "scanner-primary", "fingerprint": "0fa1d4650f36c4a9", "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": "b4e8237235fb2cbc", "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": "93d11d631344c79e", "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": "a8ca2ed00473b36c", "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": "73d658056314f969", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "143e453097bfe2f5", "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": "37ea798017790f35", "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": "be9d2f4bb6f343ed", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-ecb0d2c55ed6875d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/settings.local.json"}, "properties": {"repobilityId": "d8bae33a6d517bf0", "scanner": "scanner-primary", "fingerprint": "ecb0d2c55ed6875d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/settings.local.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-427ed0f0a05e0e9f", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .cursor/rules/dev-pi-sync.mdc"}, "properties": {"repobilityId": "f85c027ddb170406", "scanner": "scanner-primary", "fingerprint": "427ed0f0a05e0e9f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "cursor_rule"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".cursor/rules/dev-pi-sync.mdc"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1659bb3bcb368ef4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 shared_files/cloudtak/patch-aryaos-subpath.mjs:53"}, "properties": {"repobilityId": "7385d27396efe1fb", "scanner": "scanner-primary", "fingerprint": "1659bb3bcb368ef4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-45d52f5f427569a2", "level": "none", "message": {"text": "Commented-code block (6 lines) in shared_files/node-red/settings.js:99"}, "properties": {"repobilityId": "83f8e2841e6dfbec", "scanner": "scanner-primary", "fingerprint": "45d52f5f427569a2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a38210773a6bd1b5", "level": "note", "message": {"text": "Stub function `auto_reconnect` (body is just `pass`/`return`) \u2014 shared_files/aryaos/NetworkManager.py:413"}, "properties": {"repobilityId": "b1a850f7afbb57db", "scanner": "scanner-primary", "fingerprint": "a38210773a6bd1b5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "empty-handler", "dead-code"]}}, {"ruleId": "scanner-ea5947bc2c8be668", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 shared_files/aryaos/html/js/uikit.min.js:1"}, "properties": {"repobilityId": "86ab04fa132c5d1f", "scanner": "scanner-primary", "fingerprint": "ea5947bc2c8be668", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-fdedbd1c72298abe", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 shared_files/aryaos/html/js/portal-landing.js:429"}, "properties": {"repobilityId": "0dda2eb2431dcab2", "scanner": "scanner-primary", "fingerprint": "fdedbd1c72298abe", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f39142a9179157f5", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 shared_files/aryaos/html/js/uikit.js:5898"}, "properties": {"repobilityId": "4a2a47bd762b2766", "scanner": "scanner-primary", "fingerprint": "f39142a9179157f5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-030da566069872e9", "level": "note", "message": {"text": "15 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "0519c1c0e8c1f8e4", "scanner": "scanner-primary", "fingerprint": "030da566069872e9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "5266af5e1d0a5843", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "461a6874c0bc2067", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "0af814d59bc5b0c0", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-4de45ffdd800f46a", "level": "error", "message": {"text": "Dangling fetch: GET https://vimeo.com/api/oembed.json?maxwidth=1920&url=${encodeURI(i)} (shared_files/aryaos/html/js/uikit.min.js:1)"}, "properties": {"repobilityId": "f78c3aba139612b9", "scanner": "scanner-primary", "fingerprint": "4de45ffdd800f46a", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-62e2b0344c1d8a04", "level": "error", "message": {"text": "Dangling fetch: GET https://vimeo.com/api/oembed.json?maxwidth=1920&url=${encodeURI(\n                src\n              )} (shared_files/aryaos/html/js/uikit.js:7635)"}, "properties": {"repobilityId": "e43613e4dde15e3b", "scanner": "scanner-primary", "fingerprint": "62e2b0344c1d8a04", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-618721b912bad1c2", "level": "note", "message": {"text": "Unused endpoint: POST /login"}, "properties": {"repobilityId": "968ac48b137df32a", "scanner": "scanner-primary", "fingerprint": "618721b912bad1c2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a6f48e60c30777ab", "level": "note", "message": {"text": "Unused endpoint: GET /config"}, "properties": {"repobilityId": "dd4ce338cf291a66", "scanner": "scanner-primary", "fingerprint": "a6f48e60c30777ab", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e96ccb647dada6ff", "level": "note", "message": {"text": "Unused endpoint: GET /server"}, "properties": {"repobilityId": "4ac82b46a0fd7c61", "scanner": "scanner-primary", "fingerprint": "e96ccb647dada6ff", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-392887af404ede88", "level": "note", "message": {"text": "Unused endpoint: PATCH /server"}, "properties": {"repobilityId": "9de1a93e153a817b", "scanner": "scanner-primary", "fingerprint": "392887af404ede88", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-2595b39638e5c045", "level": "note", "message": {"text": "Unused endpoint: GET /profile"}, "properties": {"repobilityId": "ccaab248bfbcbed6", "scanner": "scanner-primary", "fingerprint": "2595b39638e5c045", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-477dc8f000d6f813", "level": "note", "message": {"text": "Unused endpoint: GET /profile/overlay"}, "properties": {"repobilityId": "7d7ff6065749e263", "scanner": "scanner-primary", "fingerprint": "477dc8f000d6f813", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b5338805947ed0d9", "level": "note", "message": {"text": "Unused endpoint: GET /basemap"}, "properties": {"repobilityId": "d1fb0c84c94b2b8c", "scanner": "scanner-primary", "fingerprint": "b5338805947ed0d9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dde3adb27bf7eebe", "level": "note", "message": {"text": "Unused endpoint: USE /api"}, "properties": {"repobilityId": "c4e439e56a1d1395", "scanner": "scanner-primary", "fingerprint": "dde3adb27bf7eebe", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-77ad3df22d4135a8", "level": "note", "message": {"text": "Unused endpoint: POST /api/cot"}, "properties": {"repobilityId": "28e1ee49af941cb0", "scanner": "scanner-primary", "fingerprint": "77ad3df22d4135a8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5b2444144be72df9", "level": "note", "message": {"text": "Unused endpoint: POST /api/cot/geojson"}, "properties": {"repobilityId": "874854c70f3e6f6e", "scanner": "scanner-primary", "fingerprint": "5b2444144be72df9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c7a05d36b74b51ae", "level": "note", "message": {"text": "Unused endpoint: GET /api/clients"}, "properties": {"repobilityId": "52cb9e76929e7b3c", "scanner": "scanner-primary", "fingerprint": "c7a05d36b74b51ae", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4756b4c4da7d2088", "level": "note", "message": {"text": "Unused endpoint: GET /api/health"}, "properties": {"repobilityId": "573e760826205bde", "scanner": "scanner-primary", "fingerprint": "4756b4c4da7d2088", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1317d5ad39ea67ec", "level": "note", "message": {"text": "Unused endpoint: GET /Marti/api/version"}, "properties": {"repobilityId": "6e5987dbd8e6fbef", "scanner": "scanner-primary", "fingerprint": "1317d5ad39ea67ec", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ba5db8dc0d129115", "level": "note", "message": {"text": "Unused endpoint: GET /files/api/config"}, "properties": {"repobilityId": "65a3675fd8b13f9e", "scanner": "scanner-primary", "fingerprint": "ba5db8dc0d129115", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5e3a053873d9b93d", "level": "note", "message": {"text": "Unused endpoint: GET /Marti/api/files/config"}, "properties": {"repobilityId": "8687f49e0729806d", "scanner": "scanner-primary", "fingerprint": "5e3a053873d9b93d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-28d4b6eb1941be66", "level": "note", "message": {"text": "Unused endpoint: GET /Marti/api/groups/all"}, "properties": {"repobilityId": "1f43de3b4a08d5b9", "scanner": "scanner-primary", "fingerprint": "28d4b6eb1941be66", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-32d53f01b07728b9", "level": "note", "message": {"text": "Unused endpoint: PUT /Marti/api/groups/active"}, "properties": {"repobilityId": "2dd258bed5ea3d5c", "scanner": "scanner-primary", "fingerprint": "32d53f01b07728b9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-bd24c82cb0d74100", "level": "note", "message": {"text": "Unused endpoint: GET /Marti/api/groups/groupCacheEnabled"}, "properties": {"repobilityId": "166a250f47cad97c", "scanner": "scanner-primary", "fingerprint": "bd24c82cb0d74100", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-bcc37010934b9ae3", "level": "note", "message": {"text": "Unused endpoint: GET /Marti/api/contacts/all"}, "properties": {"repobilityId": "52100487fe152cbb", "scanner": "scanner-primary", "fingerprint": "bcc37010934b9ae3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-fd7e4e901c9bc70e", "level": "note", "message": {"text": "Unused endpoint: GET /Marti/api/clientEndPoints"}, "properties": {"repobilityId": "b94f1d95def4cdb4", "scanner": "scanner-primary", "fingerprint": "fd7e4e901c9bc70e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c8288c6813c44b8e", "level": "note", "message": {"text": "Unused endpoint: GET /Marti/api/tls/config"}, "properties": {"repobilityId": "ba1aad498c52852e", "scanner": "scanner-primary", "fingerprint": "c8288c6813c44b8e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a3eba3474a0ab457", "level": "note", "message": {"text": "Unused endpoint: POST /Marti/api/tls/signClient/v2"}, "properties": {"repobilityId": "b4cbb39775287057", "scanner": "scanner-primary", "fingerprint": "a3eba3474a0ab457", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b2fa78ca0af76457", "level": "note", "message": {"text": "Unused endpoint: POST /Marti/api/tls/config"}, "properties": {"repobilityId": "9d7cadb8f9c495b2", "scanner": "scanner-primary", "fingerprint": "b2fa78ca0af76457", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}