{"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-8ef4deb514fc2cae", "name": "Possibly dead Python function: patched", "shortDescription": {"text": "Possibly dead Python function: patched"}, "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-a22008a5c66484a7", "name": "Possibly dead Python function: complete", "shortDescription": {"text": "Possibly dead Python function: complete"}, "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-951337c368b20d84", "name": "Possibly dead Python function: run_transaction", "shortDescription": {"text": "Possibly dead Python function: run_transaction"}, "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-6b051fbe8ff6f1d3", "name": "Possibly dead Python function: repair", "shortDescription": {"text": "Possibly dead Python function: repair"}, "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-1e81509a1830f06f", "name": "Possibly dead Python function: require_token", "shortDescription": {"text": "Possibly dead Python function: require_token"}, "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-d3111acd4ecf3c6e", "name": "Possibly dead Python function: sign_reply_ref", "shortDescription": {"text": "Possibly dead Python function: sign_reply_ref"}, "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-99ba0abdff492abb", "name": "Possibly dead Python function: sign_interaction_ref", "shortDescription": {"text": "Possibly dead Python function: sign_interaction_ref"}, "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-95b3b96cae24d7ee", "name": "Possibly dead Python function: verify_interaction_ref", "shortDescription": {"text": "Possibly dead Python function: verify_interaction_ref"}, "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-fe0422217aca67a8", "name": "Possibly dead Python function: semver_sort_key", "shortDescription": {"text": "Possibly dead Python function: semver_sort_key"}, "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-3e6551e0d1d1824b", "name": "Possibly dead Python function: semver_sort_key", "shortDescription": {"text": "Possibly dead Python function: semver_sort_key"}, "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-bead75b0f9233e05", "name": "No API endpoints detected", "shortDescription": {"text": "No API endpoints detected"}, "fullDescription": {"text": "The scanner did not find FastAPI/Flask/Express/NestJS/GraphQL/gRPC routes. If this repo exposes APIs, the framework may be unsupported."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "info", "confidence": 1.0}}, {"id": "scanner-41a7729429e21e0d", "name": "Stray `console.log` in TS/JS \u2014 ui/github/src/static-assets.ts:125", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 ui/github/src/static-assets.ts:125"}, "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-617bc3546a522036", "name": "`truncate` class without `title=` for hover reveal \u2014 ui/default/src/components/IntegrationSettingsModal.tsx:394", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 ui/default/src/components/IntegrationSettingsModal.tsx:394"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f8ac6c6fbae4860e", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 ui/default/src/components/ShikiCode.tsx:115", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 ui/default/src/components/ShikiCode.tsx:115"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-04274586696c2884", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 ui/default/src/app/layout.tsx:76", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 ui/default/src/app/layout.tsx:76"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d795ea0114088698", "name": "`truncate` class without `title=` for hover reveal \u2014 ui/default/src/app/agents/page.tsx:605", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 ui/default/src/app/agents/page.tsx:605"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-f21f153e76a126ca", "name": "`truncate` class without `title=` for hover reveal \u2014 ui/default/src/app/workflows/page.tsx:295", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 ui/default/src/app/workflows/page.tsx:295"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-3b142b95839d11d7", "name": "Privileged port 128 in use", "shortDescription": {"text": "Privileged port 128 in use"}, "fullDescription": {"text": "Port 128 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-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-9a0e58ae9394f0c9", "name": "Insecure pattern 'dangerous_innerhtml' in ui/default/src/components/ShikiCode.tsx:115", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in ui/default/src/components/ShikiCode.tsx:115"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3b90130db4773f6f", "name": "Insecure pattern 'dangerous_innerhtml' in ui/default/src/app/layout.tsx:76", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in ui/default/src/app/layout.tsx:76"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-386fe9a4be3a9539", "name": "Insecure pattern 'local_storage_auth_token' in ui/default/src/app/login/page.tsx:42", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in ui/default/src/app/login/page.tsx:42"}, "fullDescription": {"text": "Found a known-risky pattern (local_storage_auth_token). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6db13311570ccb02", "name": "Insecure pattern 'local_storage_auth_token' in ui/default/e2e/auth-mock.spec.ts:37", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in ui/default/e2e/auth-mock.spec.ts:37"}, "fullDescription": {"text": "Found a known-risky pattern (local_storage_auth_token). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d6419f15a62b4052", "name": "Insecure pattern 'node_child_process' in agent/cursor/src/session_start.ts:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in agent/cursor/src/session_start.ts: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-09e45967370675cf", "name": "Insecure pattern 'exec_used' in indexeddb/relationaldb/relationaldb.go:223", "shortDescription": {"text": "Insecure pattern 'exec_used' in indexeddb/relationaldb/relationaldb.go:223"}, "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-b1346b3bf14853de", "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-fb8ec10fbfbd3289", "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-354b70e1d6b24e71", "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-bfe2c4a6a5e36b56", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "docker/setup-qemu-action@v3 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": "medium", "confidence": 1.0}}, {"id": "scanner-66025ef99139dbb1", "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-12aa344fc928105e", "name": "Very large file: ui/default/src/app/agents/page.tsx (2072 lines)", "shortDescription": {"text": "Very large file: ui/default/src/app/agents/page.tsx (2072 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-2def86be3f4079e5", "name": "Very large file: agent/cursor/tests/provider.contract.test.ts (1943 lines)", "shortDescription": {"text": "Very large file: agent/cursor/tests/provider.contract.test.ts (1943 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-feb258f6ef3c8c43", "name": "Very large file: agent/claude/tests/test_provider.py (2056 lines)", "shortDescription": {"text": "Very large file: agent/claude/tests/test_provider.py (2056 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-26662e6ad4f94ef1", "name": "Very large file: app/github/provider.py (1936 lines)", "shortDescription": {"text": "Very large file: app/github/provider.py (1936 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-eea4d96b53763af7", "name": "Very large file: app/github/tests/test_provider.py (3456 lines)", "shortDescription": {"text": "Very large file: app/github/tests/test_provider.py (3456 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-57388e03e22bf3e7", "name": "Very large file: app/github/internals/operations.py (2435 lines)", "shortDescription": {"text": "Very large file: app/github/internals/operations.py (2435 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-d25282c824a5f6ed", "name": "Very large file: app/slack/tests/test_provider.py (7567 lines)", "shortDescription": {"text": "Very large file: app/slack/tests/test_provider.py (7567 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-df39f5c1ba4ecea9", "name": "Very large file: app/slack/internals/agent.py (2689 lines)", "shortDescription": {"text": "Very large file: app/slack/internals/agent.py (2689 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-7a0dbe2c7b8c0efa", "name": "Very large file: workflow/indexeddb/provider.go (4934 lines)", "shortDescription": {"text": "Very large file: workflow/indexeddb/provider.go (4934 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-6fb950837dec6d1e", "name": "Very large file: runtime/gkeagentsandbox/runtime.go (2369 lines)", "shortDescription": {"text": "Very large file: runtime/gkeagentsandbox/runtime.go (2369 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-d65d38c0dbe337dd", "name": "Very large file: runtime/gkeagentsandbox/provider_contract_test.go (1701 lines)", "shortDescription": {"text": "Very large file: runtime/gkeagentsandbox/provider_contract_test.go (1701 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-a4a683180cf329c4", "name": "Very large file: externalcredentials/default/provider_test.go (1337 lines)", "shortDescription": {"text": "Very large file: externalcredentials/default/provider_test.go (1337 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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "38 tests / 217 src (ratio 0.18)."}, "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 14 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 153 placeholder/mock markers across 18 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-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-f0d2dfe0cf9412b3", "name": "Commented-code block (9 lines) in ui/default/next.config.mjs:7", "shortDescription": {"text": "Commented-code block (9 lines) in ui/default/next.config.mjs:7"}, "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-534d6efe2ba5ff2b", "name": "Commented-code block (5 lines) in ui/default/src/app/layout.tsx:10", "shortDescription": {"text": "Commented-code block (5 lines) in ui/default/src/app/layout.tsx:10"}, "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-e2f58d57b167a702", "name": "`fetch()` without try/.catch or AbortSignal \u2014 ui/default/src/lib/api.ts:727", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 ui/default/src/lib/api.ts:727"}, "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-4a7b88a9258fffb5", "name": "Legacy-named symbol `blob_copy` in app/vercel/provider.py:303", "shortDescription": {"text": "Legacy-named symbol `blob_copy` in app/vercel/provider.py:303"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-40787751a0ba32d3", "name": "Legacy-named symbol `blob_copy` in app/vercel/tests/test_provider.py:230", "shortDescription": {"text": "Legacy-named symbol `blob_copy` in app/vercel/tests/test_provider.py:230"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-08baa2a6aaf25fd3", "name": "Stub function `configure` (body is just `pass`/`return`) \u2014 app/gmail/provider.py:29", "shortDescription": {"text": "Stub function `configure` (body is just `pass`/`return`) \u2014 app/gmail/provider.py:29"}, "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-f16a92e329ddf1a1", "name": "Network/subprocess call without timeout or try/except \u2014 .github/scripts/validate_python_app.py:151", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 .github/scripts/validate_python_app.py:151"}, "fullDescription": {"text": "`subprocess.run(...)` 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-3e97d1a3dc97bdb0", "name": "Network/subprocess call without timeout or try/except \u2014 .github/scripts/validate_provider_registry_contract.py:58", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 .github/scripts/validate_provider_registry_contract.py:58"}, "fullDescription": {"text": "`subprocess.run(...)` 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-59d8e23eae3a8b36", "name": "Network/subprocess call without timeout or try/except \u2014 .github/scripts/generate_provider_index.py:464", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 .github/scripts/generate_provider_index.py:464"}, "fullDescription": {"text": "`subprocess.run(...)` 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-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:\nagent/codex/provider.py:warnings, agent/claude/provider.py:warnings\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:\nagent/codex/internals/store.py:create_session, agent/claude/internals/store.py:create_session, agent/claude/internals/store.py:create\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}}]}}, "automationDetails": {"id": "repobility/22052"}, "properties": {"repository": "valon-technologies/gestalt-providers", "repoUrl": "https://github.com/valon-technologies/gestalt-providers", "branch": "main"}, "results": [{"ruleId": "scanner-8ef4deb514fc2cae", "level": "note", "message": {"text": "Possibly dead Python function: patched"}, "properties": {"repobilityId": "c36f09674ca3f6ed", "scanner": "scanner-primary", "fingerprint": "8ef4deb514fc2cae", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "agent/claude/internals/mcp_bridge.py:267"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a22008a5c66484a7", "level": "note", "message": {"text": "Possibly dead Python function: complete"}, "properties": {"repobilityId": "2cd410261b2c8df4", "scanner": "scanner-primary", "fingerprint": "a22008a5c66484a7", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "agent/claude/internals/store.py:410"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-951337c368b20d84", "level": "note", "message": {"text": "Possibly dead Python function: run_transaction"}, "properties": {"repobilityId": "5773d3144b5af8bb", "scanner": "scanner-primary", "fingerprint": "951337c368b20d84", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "agent/claude/internals/store.py:544"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6b051fbe8ff6f1d3", "level": "note", "message": {"text": "Possibly dead Python function: repair"}, "properties": {"repobilityId": "0df26027453ccac9", "scanner": "scanner-primary", "fingerprint": "6b051fbe8ff6f1d3", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "agent/claude/internals/store.py:584"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1e81509a1830f06f", "level": "note", "message": {"text": "Possibly dead Python function: require_token"}, "properties": {"repobilityId": "4b23e525218d395c", "scanner": "scanner-primary", "fingerprint": "1e81509a1830f06f", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/vercel/internals/config.py:23"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d3111acd4ecf3c6e", "level": "note", "message": {"text": "Possibly dead Python function: sign_reply_ref"}, "properties": {"repobilityId": "f32139a08d74db91", "scanner": "scanner-primary", "fingerprint": "d3111acd4ecf3c6e", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/slack/internals/reply_ref.py:20"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-99ba0abdff492abb", "level": "note", "message": {"text": "Possibly dead Python function: sign_interaction_ref"}, "properties": {"repobilityId": "c8b19e926f9c8363", "scanner": "scanner-primary", "fingerprint": "99ba0abdff492abb", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/slack/internals/reply_ref.py:110"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-95b3b96cae24d7ee", "level": "note", "message": {"text": "Possibly dead Python function: verify_interaction_ref"}, "properties": {"repobilityId": "a8c3e9f7a5eb2593", "scanner": "scanner-primary", "fingerprint": "95b3b96cae24d7ee", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/slack/internals/reply_ref.py:140"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-fe0422217aca67a8", "level": "note", "message": {"text": "Possibly dead Python function: semver_sort_key"}, "properties": {"repobilityId": "7ba797708c8c116e", "scanner": "scanner-primary", "fingerprint": "fe0422217aca67a8", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/scripts/validate_provider_registry_contract.py:74"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3e6551e0d1d1824b", "level": "note", "message": {"text": "Possibly dead Python function: semver_sort_key"}, "properties": {"repobilityId": "7ba797708c8c116e", "scanner": "scanner-primary", "fingerprint": "3e6551e0d1d1824b", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/scripts/generate_provider_index.py:305"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-bead75b0f9233e05", "level": "none", "message": {"text": "No API endpoints detected"}, "properties": {"repobilityId": "0f8bb852027c38f8", "scanner": "scanner-primary", "fingerprint": "bead75b0f9233e05", "layer": "api", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-41a7729429e21e0d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 ui/github/src/static-assets.ts:125"}, "properties": {"repobilityId": "8649660daad211fd", "scanner": "scanner-primary", "fingerprint": "41a7729429e21e0d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-617bc3546a522036", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 ui/default/src/components/IntegrationSettingsModal.tsx:394"}, "properties": {"repobilityId": "afd58206c46e3b7f", "scanner": "scanner-primary", "fingerprint": "617bc3546a522036", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-f8ac6c6fbae4860e", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 ui/default/src/components/ShikiCode.tsx:115"}, "properties": {"repobilityId": "cc480b1383c7f3ec", "scanner": "scanner-primary", "fingerprint": "f8ac6c6fbae4860e", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-04274586696c2884", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 ui/default/src/app/layout.tsx:76"}, "properties": {"repobilityId": "ab77040a9449b043", "scanner": "scanner-primary", "fingerprint": "04274586696c2884", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-d795ea0114088698", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 ui/default/src/app/agents/page.tsx:605"}, "properties": {"repobilityId": "96e808be1bb600d9", "scanner": "scanner-primary", "fingerprint": "d795ea0114088698", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-f21f153e76a126ca", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 ui/default/src/app/workflows/page.tsx:295"}, "properties": {"repobilityId": "056abd5524bf9a71", "scanner": "scanner-primary", "fingerprint": "f21f153e76a126ca", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-3b142b95839d11d7", "level": "warning", "message": {"text": "Privileged port 128 in use"}, "properties": {"repobilityId": "f8e4e921f55e1fe2", "scanner": "scanner-primary", "fingerprint": "3b142b95839d11d7", "layer": "network", "severity": "medium", "confidence": 1.0, "tags": ["security", "ports"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "agent/codex/internals/http_bridge.py"}, "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-9a0e58ae9394f0c9", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in ui/default/src/components/ShikiCode.tsx:115"}, "properties": {"repobilityId": "84323488c5ff5773", "scanner": "scanner-primary", "fingerprint": "9a0e58ae9394f0c9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/default/src/components/ShikiCode.tsx"}, "region": {"startLine": 115}}}]}, {"ruleId": "scanner-3b90130db4773f6f", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in ui/default/src/app/layout.tsx:76"}, "properties": {"repobilityId": "38682bd5bda1ce2b", "scanner": "scanner-primary", "fingerprint": "3b90130db4773f6f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/default/src/app/layout.tsx"}, "region": {"startLine": 76}}}]}, {"ruleId": "scanner-386fe9a4be3a9539", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in ui/default/src/app/login/page.tsx:42"}, "properties": {"repobilityId": "8bc3c45a0d4eb0b2", "scanner": "scanner-primary", "fingerprint": "386fe9a4be3a9539", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/default/src/app/login/page.tsx"}, "region": {"startLine": 42}}}]}, {"ruleId": "scanner-6db13311570ccb02", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in ui/default/e2e/auth-mock.spec.ts:37"}, "properties": {"repobilityId": "d9abd1125a438586", "scanner": "scanner-primary", "fingerprint": "6db13311570ccb02", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "ui/default/e2e/auth-mock.spec.ts"}, "region": {"startLine": 37}}}]}, {"ruleId": "scanner-d6419f15a62b4052", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in agent/cursor/src/session_start.ts:1"}, "properties": {"repobilityId": "df48c4b23b2de706", "scanner": "scanner-primary", "fingerprint": "d6419f15a62b4052", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "agent/cursor/src/session_start.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-09e45967370675cf", "level": "error", "message": {"text": "Insecure pattern 'exec_used' in indexeddb/relationaldb/relationaldb.go:223"}, "properties": {"repobilityId": "5ae73f4a5309bee3", "scanner": "scanner-primary", "fingerprint": "09e45967370675cf", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "exec_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "indexeddb/relationaldb/relationaldb.go"}, "region": {"startLine": 223}}}]}, {"ruleId": "scanner-b1346b3bf14853de", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "ad77b2b057571b4d", "scanner": "scanner-primary", "fingerprint": "b1346b3bf14853de", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/codex-rerelease-python-provider-assets.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-fb8ec10fbfbd3289", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "3d17bf0c89bb83e2", "scanner": "scanner-primary", "fingerprint": "fb8ec10fbfbd3289", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish-provider-snapshot.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-354b70e1d6b24e71", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "ab5e00559c58e4d7", "scanner": "scanner-primary", "fingerprint": "354b70e1d6b24e71", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-app.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-bfe2c4a6a5e36b56", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "59ecd1627fb1f035", "scanner": "scanner-primary", "fingerprint": "bfe2c4a6a5e36b56", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-app-reusable.yml"}, "region": {"startLine": 324}}}]}, {"ruleId": "scanner-66025ef99139dbb1", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "fec9a55e9dda3602", "scanner": "scanner-primary", "fingerprint": "66025ef99139dbb1", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-app-reusable.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-12aa344fc928105e", "level": "note", "message": {"text": "Very large file: ui/default/src/app/agents/page.tsx (2072 lines)"}, "properties": {"repobilityId": "82097894c2636e3a", "scanner": "scanner-primary", "fingerprint": "12aa344fc928105e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-2def86be3f4079e5", "level": "note", "message": {"text": "Very large file: agent/cursor/tests/provider.contract.test.ts (1943 lines)"}, "properties": {"repobilityId": "8c37bc5f9c50f100", "scanner": "scanner-primary", "fingerprint": "2def86be3f4079e5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-feb258f6ef3c8c43", "level": "note", "message": {"text": "Very large file: agent/claude/tests/test_provider.py (2056 lines)"}, "properties": {"repobilityId": "b0b7a5a4a54cd824", "scanner": "scanner-primary", "fingerprint": "feb258f6ef3c8c43", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-26662e6ad4f94ef1", "level": "note", "message": {"text": "Very large file: app/github/provider.py (1936 lines)"}, "properties": {"repobilityId": "a2112f97ca628653", "scanner": "scanner-primary", "fingerprint": "26662e6ad4f94ef1", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-eea4d96b53763af7", "level": "note", "message": {"text": "Very large file: app/github/tests/test_provider.py (3456 lines)"}, "properties": {"repobilityId": "316cb8b475e3bc85", "scanner": "scanner-primary", "fingerprint": "eea4d96b53763af7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-57388e03e22bf3e7", "level": "note", "message": {"text": "Very large file: app/github/internals/operations.py (2435 lines)"}, "properties": {"repobilityId": "d8ae1dd6126d7d04", "scanner": "scanner-primary", "fingerprint": "57388e03e22bf3e7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-d25282c824a5f6ed", "level": "note", "message": {"text": "Very large file: app/slack/tests/test_provider.py (7567 lines)"}, "properties": {"repobilityId": "6c05eabdbd11e028", "scanner": "scanner-primary", "fingerprint": "d25282c824a5f6ed", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-df39f5c1ba4ecea9", "level": "note", "message": {"text": "Very large file: app/slack/internals/agent.py (2689 lines)"}, "properties": {"repobilityId": "85b05c327306ce49", "scanner": "scanner-primary", "fingerprint": "df39f5c1ba4ecea9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-7a0dbe2c7b8c0efa", "level": "note", "message": {"text": "Very large file: workflow/indexeddb/provider.go (4934 lines)"}, "properties": {"repobilityId": "b542a116849ab06f", "scanner": "scanner-primary", "fingerprint": "7a0dbe2c7b8c0efa", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6fb950837dec6d1e", "level": "note", "message": {"text": "Very large file: runtime/gkeagentsandbox/runtime.go (2369 lines)"}, "properties": {"repobilityId": "3e3ef8abb8c3f39f", "scanner": "scanner-primary", "fingerprint": "6fb950837dec6d1e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-d65d38c0dbe337dd", "level": "note", "message": {"text": "Very large file: runtime/gkeagentsandbox/provider_contract_test.go (1701 lines)"}, "properties": {"repobilityId": "483e60942d95c754", "scanner": "scanner-primary", "fingerprint": "d65d38c0dbe337dd", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-a4a683180cf329c4", "level": "note", "message": {"text": "Very large file: externalcredentials/default/provider_test.go (1337 lines)"}, "properties": {"repobilityId": "0b2580f8a2a70ed9", "scanner": "scanner-primary", "fingerprint": "a4a683180cf329c4", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "c0d793cbe927ce63", "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": "0ce3a0aa2598dc47", "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": "1b9047414ce760ca", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "1284708fbc8eafef", "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": "676ed9778dccc5e8", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-f0d2dfe0cf9412b3", "level": "none", "message": {"text": "Commented-code block (9 lines) in ui/default/next.config.mjs:7"}, "properties": {"repobilityId": "4f94913398830006", "scanner": "scanner-primary", "fingerprint": "f0d2dfe0cf9412b3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-534d6efe2ba5ff2b", "level": "none", "message": {"text": "Commented-code block (5 lines) in ui/default/src/app/layout.tsx:10"}, "properties": {"repobilityId": "a2575b8586d87343", "scanner": "scanner-primary", "fingerprint": "534d6efe2ba5ff2b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e2f58d57b167a702", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 ui/default/src/lib/api.ts:727"}, "properties": {"repobilityId": "8ec14d6044551caa", "scanner": "scanner-primary", "fingerprint": "e2f58d57b167a702", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4a7b88a9258fffb5", "level": "note", "message": {"text": "Legacy-named symbol `blob_copy` in app/vercel/provider.py:303"}, "properties": {"repobilityId": "4d02e6f54522f70d", "scanner": "scanner-primary", "fingerprint": "4a7b88a9258fffb5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-40787751a0ba32d3", "level": "note", "message": {"text": "Legacy-named symbol `blob_copy` in app/vercel/tests/test_provider.py:230"}, "properties": {"repobilityId": "1fde095cc217fa00", "scanner": "scanner-primary", "fingerprint": "40787751a0ba32d3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-08baa2a6aaf25fd3", "level": "note", "message": {"text": "Stub function `configure` (body is just `pass`/`return`) \u2014 app/gmail/provider.py:29"}, "properties": {"repobilityId": "529e8fedac6cb359", "scanner": "scanner-primary", "fingerprint": "08baa2a6aaf25fd3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "empty-handler", "dead-code"]}}, {"ruleId": "scanner-f16a92e329ddf1a1", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 .github/scripts/validate_python_app.py:151"}, "properties": {"repobilityId": "08f3e0292720b466", "scanner": "scanner-primary", "fingerprint": "f16a92e329ddf1a1", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3e97d1a3dc97bdb0", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 .github/scripts/validate_provider_registry_contract.py:58"}, "properties": {"repobilityId": "c6eafcf0e7a54d5a", "scanner": "scanner-primary", "fingerprint": "3e97d1a3dc97bdb0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-59d8e23eae3a8b36", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 .github/scripts/generate_provider_index.py:464"}, "properties": {"repobilityId": "081ff8b9ab073d8f", "scanner": "scanner-primary", "fingerprint": "59d8e23eae3a8b36", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "ae28ae5a46be9402", "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": "0023673fba77d241", "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": "1940779c859a810c", "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": "e86dc65f4395b38e", "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": "fdcbe32601116b8d", "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": "bd1467bc6271e5e5", "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": "17f57f9113fe3d90", "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": "7dcfa5168053cdb8", "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": "7c978900db41e55c", "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": "72c90fb48623489e", "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": "d61ea72324e99eee", "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": "dd83ffe5a0919419", "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": "0857d9a11b94ffca", "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": "705a6377fe111a4d", "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": "95de893058acdff9", "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": "30e7629c2f973c6a", "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": "06feeacb2a5a56e0", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "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": "02d165fc4360db9a", "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": "5bd90d5d69e43252", "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": "a6152226ba3b9ad3", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}