{"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-e44022e44e1e940e", "name": "Stray `console.log` in TS/JS \u2014 scripts/test-teamaccess.ts:40", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test-teamaccess.ts:40"}, "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-058a62bc0ec62f80", "name": "Stray `console.log` in TS/JS \u2014 scripts/test-teams.ts:32", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test-teams.ts:32"}, "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-9f64c6a732e0e314", "name": "Stray `console.log` in TS/JS \u2014 scripts/test-gamify.ts:34", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test-gamify.ts:34"}, "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-0109949168ff9b28", "name": "Stray `console.log` in TS/JS \u2014 scripts/test-grants.ts:20", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test-grants.ts:20"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b31dca5f62abd996", "name": "Stray `console.log` in TS/JS \u2014 scripts/test-access.ts:19", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test-access.ts:19"}, "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-d93616d732fac48f", "name": "Icon-only button without accessible name \u2014 lib/gps/html.ts:3", "shortDescription": {"text": "Icon-only button without accessible name \u2014 lib/gps/html.ts:3"}, "fullDescription": {"text": "A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work.\n\nWhy: P3 in CHECKLIST.md \u2014 icon-only buttons skipped a title.\nRule id: fq.button.no-label"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a7c52e6397a7a13b", "name": "Stray `console.log` in TS/JS \u2014 .claude/serve-gps.js:16", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 .claude/serve-gps.js:16"}, "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-db0314d35aa9bae8", "name": "Insecure pattern 'direct_innerhtml_assignment' in lib/runner.js:222", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in lib/runner.js:222"}, "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-a6738c37047c05ea", "name": "Insecure pattern 'direct_innerhtml_assignment' in lib/gps/html.ts:3", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in lib/gps/html.ts:3"}, "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-bc27c459407965d6", "name": "Insecure pattern 'direct_innerhtml_assignment' in lib/sim/html.ts:3", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in lib/sim/html.ts:3"}, "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-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2987c7f7d12781f6", "name": "Very large file: lib/data.ts (3235 lines)", "shortDescription": {"text": "Very large file: lib/data.ts (3235 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-20722524b7b0d79e", "name": "Very large file: lib/sales/pools.ts (838 lines)", "shortDescription": {"text": "Very large file: lib/sales/pools.ts (838 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-7d32f9b312fec3c6", "name": "Very large file: lib/sales/flows/reco-ic-challenge.ts (1387 lines)", "shortDescription": {"text": "Very large file: lib/sales/flows/reco-ic-challenge.ts (1387 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": "5 test file(s) for 97 source file(s) (ratio 0.05). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 43 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 28 placeholder/mock markers across 15 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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "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, ci, 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-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-d835626aac745b02", "name": "Commented-code block (7 lines) in scripts/probe-gauntlet.mjs:1", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/probe-gauntlet.mjs: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-c80dc0b0a3d45c96", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/PortalButton.tsx:4", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/PortalButton.tsx:4"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-394892b3329e6253", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/SubscribeButton.tsx:7", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/SubscribeButton.tsx:7"}, "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-0b049a5cb4bdba52", "name": "`fetch()` without try/.catch or AbortSignal \u2014 components/ToolApp.tsx:10", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/ToolApp.tsx:10"}, "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-1adcd1986e5ff009", "name": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/transcribe/route.ts:30", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/transcribe/route.ts:30"}, "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-1de83f19754f9858", "name": "Commented-code block (5 lines) in lib/access.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in lib/access.ts: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-bda0964eeb8f8e4e", "name": "Legacy-named symbol `callgps_ic_v2` in lib/gps/html.ts:3", "shortDescription": {"text": "Legacy-named symbol `callgps_ic_v2` in lib/gps/html.ts:3"}, "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-704a94519558c57a", "name": "Commented-code block (9 lines) in lib/sales/flows/reco-exec.ts:1", "shortDescription": {"text": "Commented-code block (9 lines) in lib/sales/flows/reco-exec.ts: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-8b835f50df44e94b", "name": "Commented-code block (8 lines) in lib/sales/flows/reco-ic-challenge.ts:1", "shortDescription": {"text": "Commented-code block (8 lines) in lib/sales/flows/reco-ic-challenge.ts: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-cc0f9d8e41b33b0e", "name": "11 env vars used in code but missing from .env.example", "shortDescription": {"text": "11 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `DATABASE_URL`, `FREE_RUNS`, `GAMIFY_ENABLED`, `GROQ_API_KEY`, `GROQ_STT_MODEL`, `NODE_ENV`, `PAYWALL_METERED`, `SINGLE_SESSION` + 3 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}}]}}, "automationDetails": {"id": "repobility/22636"}, "properties": {"repository": "weightlessBen/objection-codex", "repoUrl": "https://github.com/weightlessBen/objection-codex", "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-e44022e44e1e940e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test-teamaccess.ts:40"}, "properties": {"repobilityId": "adf4cbd30266bd38", "scanner": "scanner-primary", "fingerprint": "e44022e44e1e940e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-058a62bc0ec62f80", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test-teams.ts:32"}, "properties": {"repobilityId": "64e321148282177a", "scanner": "scanner-primary", "fingerprint": "058a62bc0ec62f80", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9f64c6a732e0e314", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test-gamify.ts:34"}, "properties": {"repobilityId": "cf4bf61d9b4614f5", "scanner": "scanner-primary", "fingerprint": "9f64c6a732e0e314", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-0109949168ff9b28", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test-grants.ts:20"}, "properties": {"repobilityId": "856a7234c4e9c0a6", "scanner": "scanner-primary", "fingerprint": "0109949168ff9b28", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b31dca5f62abd996", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test-access.ts:19"}, "properties": {"repobilityId": "ed2eccd58ddf5407", "scanner": "scanner-primary", "fingerprint": "b31dca5f62abd996", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d93616d732fac48f", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 lib/gps/html.ts:3"}, "properties": {"repobilityId": "b02b070f5fdd801d", "scanner": "scanner-primary", "fingerprint": "d93616d732fac48f", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-a7c52e6397a7a13b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 .claude/serve-gps.js:16"}, "properties": {"repobilityId": "2ff848d36c9fe517", "scanner": "scanner-primary", "fingerprint": "a7c52e6397a7a13b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-db0314d35aa9bae8", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in lib/runner.js:222"}, "properties": {"repobilityId": "f70c8f3bcc002e05", "scanner": "scanner-primary", "fingerprint": "db0314d35aa9bae8", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/runner.js"}, "region": {"startLine": 222}}}]}, {"ruleId": "scanner-a6738c37047c05ea", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in lib/gps/html.ts:3"}, "properties": {"repobilityId": "d7af873399ac4f95", "scanner": "scanner-primary", "fingerprint": "a6738c37047c05ea", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/gps/html.ts"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-bc27c459407965d6", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in lib/sim/html.ts:3"}, "properties": {"repobilityId": "e9555e51e5ea35e5", "scanner": "scanner-primary", "fingerprint": "bc27c459407965d6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "lib/sim/html.ts"}, "region": {"startLine": 3}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-2987c7f7d12781f6", "level": "note", "message": {"text": "Very large file: lib/data.ts (3235 lines)"}, "properties": {"repobilityId": "a31a541508dc1266", "scanner": "scanner-primary", "fingerprint": "2987c7f7d12781f6", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-20722524b7b0d79e", "level": "note", "message": {"text": "Very large file: lib/sales/pools.ts (838 lines)"}, "properties": {"repobilityId": "9a92cbd32b6b1b15", "scanner": "scanner-primary", "fingerprint": "20722524b7b0d79e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-7d32f9b312fec3c6", "level": "note", "message": {"text": "Very large file: lib/sales/flows/reco-ic-challenge.ts (1387 lines)"}, "properties": {"repobilityId": "6e4c64b70a8d476f", "scanner": "scanner-primary", "fingerprint": "7d32f9b312fec3c6", "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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "51e6280344ed9330", "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": "d3303580ee23f91c", "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": "315b07f6ee4cc37e", "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": "e2c434bc659d3b0c", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "7155597c57dd27c0", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "d542cbecb428bbed", "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": "f53757b001c1bc0f", "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": "13e4b655733627f8", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "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-d835626aac745b02", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/probe-gauntlet.mjs:1"}, "properties": {"repobilityId": "7162f2f321668278", "scanner": "scanner-primary", "fingerprint": "d835626aac745b02", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c80dc0b0a3d45c96", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/PortalButton.tsx:4"}, "properties": {"repobilityId": "c3fb62ffa1f760c3", "scanner": "scanner-primary", "fingerprint": "c80dc0b0a3d45c96", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-394892b3329e6253", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/SubscribeButton.tsx:7"}, "properties": {"repobilityId": "bda3f5bbf3ff0510", "scanner": "scanner-primary", "fingerprint": "394892b3329e6253", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0b049a5cb4bdba52", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 components/ToolApp.tsx:10"}, "properties": {"repobilityId": "ec422d67aec94186", "scanner": "scanner-primary", "fingerprint": "0b049a5cb4bdba52", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1adcd1986e5ff009", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 app/api/transcribe/route.ts:30"}, "properties": {"repobilityId": "9985add73880f654", "scanner": "scanner-primary", "fingerprint": "1adcd1986e5ff009", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1de83f19754f9858", "level": "none", "message": {"text": "Commented-code block (5 lines) in lib/access.ts:1"}, "properties": {"repobilityId": "86e07623a2a68df6", "scanner": "scanner-primary", "fingerprint": "1de83f19754f9858", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bda0964eeb8f8e4e", "level": "note", "message": {"text": "Legacy-named symbol `callgps_ic_v2` in lib/gps/html.ts:3"}, "properties": {"repobilityId": "cb333c716e3e734f", "scanner": "scanner-primary", "fingerprint": "bda0964eeb8f8e4e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-704a94519558c57a", "level": "none", "message": {"text": "Commented-code block (9 lines) in lib/sales/flows/reco-exec.ts:1"}, "properties": {"repobilityId": "69b959d52d683a68", "scanner": "scanner-primary", "fingerprint": "704a94519558c57a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8b835f50df44e94b", "level": "none", "message": {"text": "Commented-code block (8 lines) in lib/sales/flows/reco-ic-challenge.ts:1"}, "properties": {"repobilityId": "fdbf2d94d528c6b3", "scanner": "scanner-primary", "fingerprint": "8b835f50df44e94b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cc0f9d8e41b33b0e", "level": "note", "message": {"text": "11 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "c82cd8cd626c3599", "scanner": "scanner-primary", "fingerprint": "cc0f9d8e41b33b0e", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}