{"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-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-36a05c139fe424f3", "name": "TODO/FIXME marker in shipping code \u2014 cloud/groq-proxy/src/index.js:164", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 cloud/groq-proxy/src/index.js:164"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-778e9b3d40bdf791", "name": "Insecure pattern 'node_child_process' in scripts/bump-version.mjs:24", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/bump-version.mjs:24"}, "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-48dcea9563eb7623", "name": "Possible secret in cloud/blocks-admin/README.md", "shortDescription": {"text": "Possible secret in cloud/blocks-admin/README.md"}, "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-7d3ea9c707f31cab", "name": "Possible secret in cloud/blocks-admin/setup-service-user.mjs", "shortDescription": {"text": "Possible secret in cloud/blocks-admin/setup-service-user.mjs"}, "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-46c644c6227e4d4a", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "dtolnay/rust-toolchain@stable 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-1838a141491ce38c", "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-8c0a2520458aeb71", "name": "Very large file: src/App.tsx (3032 lines)", "shortDescription": {"text": "Very large file: src/App.tsx (3032 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-319df192b0d8fedb", "name": "Very large file: src/ui/useMeetingDashboard.ts (2489 lines)", "shortDescription": {"text": "Very large file: src/ui/useMeetingDashboard.ts (2489 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-646f9b24e218d000", "name": "Very large file: src-tauri/src/lib.rs (5155 lines)", "shortDescription": {"text": "Very large file: src-tauri/src/lib.rs (5155 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-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 38 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 42 placeholder/mock markers across 14 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-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license. 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-2c5f98b152cddb6d", "name": "Agent authority lacks a verifier contract: .claude/launch.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/launch.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-302f3e99dc3438c8", "name": "Commented-code block (6 lines) in src/App.tsx:1593", "shortDescription": {"text": "Commented-code block (6 lines) in src/App.tsx:1593"}, "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-88b77a089dc11c88", "name": "Commented-code block (11 lines) in src/cloud/blocks.ts:4", "shortDescription": {"text": "Commented-code block (11 lines) in src/cloud/blocks.ts:4"}, "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-8293c097705435d0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/cloud/blocks.ts:179", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/cloud/blocks.ts:179"}, "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-a7e69ab3af3afa31", "name": "Commented-code block (5 lines) in src/cloud/sync.test.ts:104", "shortDescription": {"text": "Commented-code block (5 lines) in src/cloud/sync.test.ts:104"}, "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-a7a88571e329f7cd", "name": "Commented-code block (5 lines) in src/ui/useMeetingDashboard.ts:295", "shortDescription": {"text": "Commented-code block (5 lines) in src/ui/useMeetingDashboard.ts:295"}, "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-21db85dedcb666da", "name": "`fetch()` without try/.catch or AbortSignal \u2014 portal/src/lib/blocks.ts:142", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 portal/src/lib/blocks.ts:142"}, "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-383c4943de821272", "name": "Commented-code block (5 lines) in cloud/groq-proxy/src/index.js:3", "shortDescription": {"text": "Commented-code block (5 lines) in cloud/groq-proxy/src/index.js:3"}, "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-5b588e313f564f0f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 cloud/groq-proxy/src/index.js:417", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 cloud/groq-proxy/src/index.js:417"}, "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-800e8e66f8a9621d", "name": "Commented-code block (5 lines) in cloud/groq-proxy/src/audio.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in cloud/groq-proxy/src/audio.js:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d10c9cc6dcfdba38", "name": "Commented-code block (9 lines) in cloud/groq-proxy/src/blocks.js:3", "shortDescription": {"text": "Commented-code block (9 lines) in cloud/groq-proxy/src/blocks.js:3"}, "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-249e64c6cc0def32", "name": "`fetch()` without try/.catch or AbortSignal \u2014 cloud/groq-proxy/src/blocks.js:114", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 cloud/groq-proxy/src/blocks.js:114"}, "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-aec74cd4a65d6ea5", "name": "Commented-code block (6 lines) in cloud/blocks-admin/provision-schemas.mjs:23", "shortDescription": {"text": "Commented-code block (6 lines) in cloud/blocks-admin/provision-schemas.mjs:23"}, "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-90220a8d1fff1b66", "name": "`fetch()` without try/.catch or AbortSignal \u2014 cloud/blocks-admin/provision-schemas.mjs:32", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 cloud/blocks-admin/provision-schemas.mjs:32"}, "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-4c1c460b0231380c", "name": "Commented-code block (5 lines) in cloud/blocks-admin/setup-service-user.mjs:7", "shortDescription": {"text": "Commented-code block (5 lines) in cloud/blocks-admin/setup-service-user.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-3452086ec955d882", "name": "Frontend route `/activate` has no Link/navigate to it \u2014 portal/src/App.tsx", "shortDescription": {"text": "Frontend route `/activate` has no Link/navigate to it \u2014 portal/src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f1d90bc2365bdb1a", "name": "Frontend route `/meetings/:sessionId` has no Link/navigate to it \u2014 portal/src/App.tsx", "shortDescription": {"text": "Frontend route `/meetings/:sessionId` has no Link/navigate to it \u2014 portal/src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3d0a7449cc31a708", "name": "Frontend route `/ask` has no Link/navigate to it \u2014 portal/src/App.tsx", "shortDescription": {"text": "Frontend route `/ask` has no Link/navigate to it \u2014 portal/src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/24130"}, "properties": {"repository": "alviehsan/Codex---SELISE-Meeting-App", "repoUrl": "https://github.com/alviehsan/Codex---SELISE-Meeting-App", "branch": "main"}, "results": [{"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-36a05c139fe424f3", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 cloud/groq-proxy/src/index.js:164"}, "properties": {"repobilityId": "d573e6be5d23cfd7", "scanner": "scanner-primary", "fingerprint": "36a05c139fe424f3", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-778e9b3d40bdf791", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/bump-version.mjs:24"}, "properties": {"repobilityId": "958a920f7b7ae608", "scanner": "scanner-primary", "fingerprint": "778e9b3d40bdf791", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/bump-version.mjs"}, "region": {"startLine": 24}}}]}, {"ruleId": "scanner-48dcea9563eb7623", "level": "error", "message": {"text": "Possible secret in cloud/blocks-admin/README.md"}, "properties": {"repobilityId": "733af1314fc63c0c", "scanner": "scanner-primary", "fingerprint": "48dcea9563eb7623", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cloud/blocks-admin/README.md"}, "region": {"startLine": 71}}}]}, {"ruleId": "scanner-7d3ea9c707f31cab", "level": "error", "message": {"text": "Possible secret in cloud/blocks-admin/setup-service-user.mjs"}, "properties": {"repobilityId": "a511ac2dda426e6e", "scanner": "scanner-primary", "fingerprint": "7d3ea9c707f31cab", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cloud/blocks-admin/setup-service-user.mjs"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "9e54fac6c290138e", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 52}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "064101bca44dd360", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 57}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "eeb76410cc935c30", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 62}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b8d11574406cfe94", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 151}}}]}, {"ruleId": "scanner-1838a141491ce38c", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "b8fd4f5048f96576", "scanner": "scanner-primary", "fingerprint": "1838a141491ce38c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8c0a2520458aeb71", "level": "note", "message": {"text": "Very large file: src/App.tsx (3032 lines)"}, "properties": {"repobilityId": "57bfc71b44f5048a", "scanner": "scanner-primary", "fingerprint": "8c0a2520458aeb71", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-319df192b0d8fedb", "level": "note", "message": {"text": "Very large file: src/ui/useMeetingDashboard.ts (2489 lines)"}, "properties": {"repobilityId": "388969dc201bebeb", "scanner": "scanner-primary", "fingerprint": "319df192b0d8fedb", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-646f9b24e218d000", "level": "note", "message": {"text": "Very large file: src-tauri/src/lib.rs (5155 lines)"}, "properties": {"repobilityId": "f072133525c0c23b", "scanner": "scanner-primary", "fingerprint": "646f9b24e218d000", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "fd0aeb384b42f393", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "42f03c03d1498438", "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": "4c3ca22757ceab3c", "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": "973a445b75f205fe", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "17cdb6f6fcae7fd7", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2c5f98b152cddb6d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "properties": {"repobilityId": "0de48c0f4ab303d8", "scanner": "scanner-primary", "fingerprint": "2c5f98b152cddb6d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/launch.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-302f3e99dc3438c8", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/App.tsx:1593"}, "properties": {"repobilityId": "b38c6d0ae42ab8a3", "scanner": "scanner-primary", "fingerprint": "302f3e99dc3438c8", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-88b77a089dc11c88", "level": "none", "message": {"text": "Commented-code block (11 lines) in src/cloud/blocks.ts:4"}, "properties": {"repobilityId": "b077875694311c37", "scanner": "scanner-primary", "fingerprint": "88b77a089dc11c88", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8293c097705435d0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/cloud/blocks.ts:179"}, "properties": {"repobilityId": "93dfa8c98622eb0e", "scanner": "scanner-primary", "fingerprint": "8293c097705435d0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a7e69ab3af3afa31", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/cloud/sync.test.ts:104"}, "properties": {"repobilityId": "49d88095a8c869a0", "scanner": "scanner-primary", "fingerprint": "a7e69ab3af3afa31", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a7a88571e329f7cd", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/ui/useMeetingDashboard.ts:295"}, "properties": {"repobilityId": "62469e0bb5e24046", "scanner": "scanner-primary", "fingerprint": "a7a88571e329f7cd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-21db85dedcb666da", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 portal/src/lib/blocks.ts:142"}, "properties": {"repobilityId": "2c04ae6acb4d7333", "scanner": "scanner-primary", "fingerprint": "21db85dedcb666da", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-383c4943de821272", "level": "none", "message": {"text": "Commented-code block (5 lines) in cloud/groq-proxy/src/index.js:3"}, "properties": {"repobilityId": "2b89b87cdb3492d7", "scanner": "scanner-primary", "fingerprint": "383c4943de821272", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5b588e313f564f0f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 cloud/groq-proxy/src/index.js:417"}, "properties": {"repobilityId": "c278723dc8974977", "scanner": "scanner-primary", "fingerprint": "5b588e313f564f0f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-800e8e66f8a9621d", "level": "none", "message": {"text": "Commented-code block (5 lines) in cloud/groq-proxy/src/audio.js:1"}, "properties": {"repobilityId": "512f8bc4d4d4ff43", "scanner": "scanner-primary", "fingerprint": "800e8e66f8a9621d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d10c9cc6dcfdba38", "level": "none", "message": {"text": "Commented-code block (9 lines) in cloud/groq-proxy/src/blocks.js:3"}, "properties": {"repobilityId": "737d2fb155397b39", "scanner": "scanner-primary", "fingerprint": "d10c9cc6dcfdba38", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-249e64c6cc0def32", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 cloud/groq-proxy/src/blocks.js:114"}, "properties": {"repobilityId": "6f29569339431a56", "scanner": "scanner-primary", "fingerprint": "249e64c6cc0def32", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-aec74cd4a65d6ea5", "level": "none", "message": {"text": "Commented-code block (6 lines) in cloud/blocks-admin/provision-schemas.mjs:23"}, "properties": {"repobilityId": "0667f4fdb8bbd38c", "scanner": "scanner-primary", "fingerprint": "aec74cd4a65d6ea5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-90220a8d1fff1b66", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 cloud/blocks-admin/provision-schemas.mjs:32"}, "properties": {"repobilityId": "a6df67eb835a872f", "scanner": "scanner-primary", "fingerprint": "90220a8d1fff1b66", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4c1c460b0231380c", "level": "none", "message": {"text": "Commented-code block (5 lines) in cloud/blocks-admin/setup-service-user.mjs:7"}, "properties": {"repobilityId": "aadd09fd16dcfcfc", "scanner": "scanner-primary", "fingerprint": "4c1c460b0231380c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3452086ec955d882", "level": "warning", "message": {"text": "Frontend route `/activate` has no Link/navigate to it \u2014 portal/src/App.tsx"}, "properties": {"repobilityId": "7562f2d6f0b3fa13", "scanner": "scanner-primary", "fingerprint": "3452086ec955d882", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-f1d90bc2365bdb1a", "level": "warning", "message": {"text": "Frontend route `/meetings/:sessionId` has no Link/navigate to it \u2014 portal/src/App.tsx"}, "properties": {"repobilityId": "c4c6fba721a2a810", "scanner": "scanner-primary", "fingerprint": "f1d90bc2365bdb1a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-3d0a7449cc31a708", "level": "warning", "message": {"text": "Frontend route `/ask` has no Link/navigate to it \u2014 portal/src/App.tsx"}, "properties": {"repobilityId": "aae604f543380409", "scanner": "scanner-primary", "fingerprint": "3d0a7449cc31a708", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}]}]}