{"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-6b3d3d874f6c7a7a", "name": "Stray `console.log` in TS/JS \u2014 packages/cli/src/ui.ts:177", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/cli/src/ui.ts:177"}, "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-38ac74c8795529a3", "name": "Stray `console.log` in TS/JS \u2014 packages/cli/src/cli.ts:287", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/cli/src/cli.ts:287"}, "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-8bac1d80381a050b", "name": "Insecure pattern 'cors_wildcard' in dashboard/api/_lib/http.js:17", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in dashboard/api/_lib/http.js:17"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9b1b8b3eb7a0a8d1", "name": "Insecure pattern 'node_child_process' in packages/cli/src/update.ts:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in packages/cli/src/update.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-01876f13b7d8a753", "name": "Insecure pattern 'node_child_process' in packages/cli/src/corpus.ts:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in packages/cli/src/corpus.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-5986b2de04445ebf", "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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 65 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-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-c43ae35398c3a259", "name": "Commented-code block (7 lines) in scripts/wordmark-svg.mjs:2", "shortDescription": {"text": "Commented-code block (7 lines) in scripts/wordmark-svg.mjs:2"}, "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-42922ac4d307faa3", "name": "Commented-code block (5 lines) in dashboard/api/_lib/store.js:12", "shortDescription": {"text": "Commented-code block (5 lines) in dashboard/api/_lib/store.js:12"}, "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-3ecc6ce8cea052a6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 dashboard/api/_lib/store.js:29", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 dashboard/api/_lib/store.js:29"}, "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-d0b365f06e0fb66d", "name": "Commented-code block (5 lines) in dashboard/api/_lib/users.js:3", "shortDescription": {"text": "Commented-code block (5 lines) in dashboard/api/_lib/users.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-9b6297d786cdae8e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 dashboard/api/_lib/stripe.js:15", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 dashboard/api/_lib/stripe.js:15"}, "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-50324a2d0ce78aa4", "name": "`fetch()` without try/.catch or AbortSignal \u2014 dashboard/api/_lib/nvidia.js:51", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 dashboard/api/_lib/nvidia.js:51"}, "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-654780f8afe3898e", "name": "Commented-code block (9 lines) in dashboard/assets/smooth-scroll.js:7", "shortDescription": {"text": "Commented-code block (9 lines) in dashboard/assets/smooth-scroll.js: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-3a2d94316e3e4e8b", "name": "Commented-code block (5 lines) in dashboard/assets/auth.js:20", "shortDescription": {"text": "Commented-code block (5 lines) in dashboard/assets/auth.js:20"}, "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-d7b2e211f6eb41de", "name": "`fetch()` without try/.catch or AbortSignal \u2014 dashboard/assets/auth.js:54", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 dashboard/assets/auth.js:54"}, "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-9ac7ca7425a7ff7c", "name": "Commented-code block (12 lines) in dashboard/assets/bg.js:1", "shortDescription": {"text": "Commented-code block (12 lines) in dashboard/assets/bg.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-236be0f841eb6d5c", "name": "Commented-code block (6 lines) in dashboard/assets/app.js:143", "shortDescription": {"text": "Commented-code block (6 lines) in dashboard/assets/app.js:143"}, "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-2900a11b6b9ab535", "name": "`fetch()` without try/.catch or AbortSignal \u2014 dashboard/assets/app.js:33", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 dashboard/assets/app.js:33"}, "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-9e96039a18f21c62", "name": "Commented-code block (8 lines) in packages/cli/src/run.ts:32", "shortDescription": {"text": "Commented-code block (8 lines) in packages/cli/src/run.ts:32"}, "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-c7a19f6805fa44b3", "name": "Commented-code block (7 lines) in packages/cli/src/env.ts:6", "shortDescription": {"text": "Commented-code block (7 lines) in packages/cli/src/env.ts:6"}, "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-98e16e2440140f4c", "name": "Commented-code block (6 lines) in packages/cli/src/ui.ts:140", "shortDescription": {"text": "Commented-code block (6 lines) in packages/cli/src/ui.ts:140"}, "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-8301f3f3f031aa9d", "name": "Commented-code block (8 lines) in packages/cli/src/adapters/nvidia-nim.ts:164", "shortDescription": {"text": "Commented-code block (8 lines) in packages/cli/src/adapters/nvidia-nim.ts:164"}, "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-1662ae7a5bb4e048", "name": "33 env vars used in code but missing from .env.example", "shortDescription": {"text": "33 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `APP_URL`, `CI`, `COLORTERM`, `DEFAULT_MODEL`, `FORCE_COLOR`, `NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY`, `NODE_ENV`, `NO_COLOR` + 25 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/20622"}, "properties": {"repository": "sx4im/skillcheck", "repoUrl": "https://github.com/sx4im/skillcheck", "branch": "main"}, "results": [{"ruleId": "scanner-6b3d3d874f6c7a7a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/cli/src/ui.ts:177"}, "properties": {"repobilityId": "5ec6eeb3d56aeda5", "scanner": "scanner-primary", "fingerprint": "6b3d3d874f6c7a7a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-38ac74c8795529a3", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/cli/src/cli.ts:287"}, "properties": {"repobilityId": "98b6d593cdd54b5c", "scanner": "scanner-primary", "fingerprint": "38ac74c8795529a3", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8bac1d80381a050b", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in dashboard/api/_lib/http.js:17"}, "properties": {"repobilityId": "e5684f7b580c3d12", "scanner": "scanner-primary", "fingerprint": "8bac1d80381a050b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "dashboard/api/_lib/http.js"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-9b1b8b3eb7a0a8d1", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in packages/cli/src/update.ts:1"}, "properties": {"repobilityId": "2649196fd6b6690b", "scanner": "scanner-primary", "fingerprint": "9b1b8b3eb7a0a8d1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/cli/src/update.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-01876f13b7d8a753", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in packages/cli/src/corpus.ts:1"}, "properties": {"repobilityId": "e36847f820684a4a", "scanner": "scanner-primary", "fingerprint": "01876f13b7d8a753", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/cli/src/corpus.ts"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5986b2de04445ebf", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "1280158423192ffb", "scanner": "scanner-primary", "fingerprint": "5986b2de04445ebf", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/rot.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "f2a117cf41f73d96", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "647add880eca9748", "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": "232ef72a7ad08805", "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": "dfe6fa2cb255c796", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-c43ae35398c3a259", "level": "none", "message": {"text": "Commented-code block (7 lines) in scripts/wordmark-svg.mjs:2"}, "properties": {"repobilityId": "2115811b3331f683", "scanner": "scanner-primary", "fingerprint": "c43ae35398c3a259", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-42922ac4d307faa3", "level": "none", "message": {"text": "Commented-code block (5 lines) in dashboard/api/_lib/store.js:12"}, "properties": {"repobilityId": "441ad0b2341c25b8", "scanner": "scanner-primary", "fingerprint": "42922ac4d307faa3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3ecc6ce8cea052a6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 dashboard/api/_lib/store.js:29"}, "properties": {"repobilityId": "09d0555c2a815b65", "scanner": "scanner-primary", "fingerprint": "3ecc6ce8cea052a6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d0b365f06e0fb66d", "level": "none", "message": {"text": "Commented-code block (5 lines) in dashboard/api/_lib/users.js:3"}, "properties": {"repobilityId": "f5a2deae71c453e3", "scanner": "scanner-primary", "fingerprint": "d0b365f06e0fb66d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-9b6297d786cdae8e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 dashboard/api/_lib/stripe.js:15"}, "properties": {"repobilityId": "fdb4bca0b23cd102", "scanner": "scanner-primary", "fingerprint": "9b6297d786cdae8e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-50324a2d0ce78aa4", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 dashboard/api/_lib/nvidia.js:51"}, "properties": {"repobilityId": "7c9c79b8392fff5d", "scanner": "scanner-primary", "fingerprint": "50324a2d0ce78aa4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-654780f8afe3898e", "level": "none", "message": {"text": "Commented-code block (9 lines) in dashboard/assets/smooth-scroll.js:7"}, "properties": {"repobilityId": "d081062654944362", "scanner": "scanner-primary", "fingerprint": "654780f8afe3898e", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3a2d94316e3e4e8b", "level": "none", "message": {"text": "Commented-code block (5 lines) in dashboard/assets/auth.js:20"}, "properties": {"repobilityId": "df9bad49e0decdb5", "scanner": "scanner-primary", "fingerprint": "3a2d94316e3e4e8b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d7b2e211f6eb41de", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 dashboard/assets/auth.js:54"}, "properties": {"repobilityId": "a427946ae02ad5af", "scanner": "scanner-primary", "fingerprint": "d7b2e211f6eb41de", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-9ac7ca7425a7ff7c", "level": "none", "message": {"text": "Commented-code block (12 lines) in dashboard/assets/bg.js:1"}, "properties": {"repobilityId": "ea649cc84d64b97c", "scanner": "scanner-primary", "fingerprint": "9ac7ca7425a7ff7c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-236be0f841eb6d5c", "level": "none", "message": {"text": "Commented-code block (6 lines) in dashboard/assets/app.js:143"}, "properties": {"repobilityId": "d446160b5d810e04", "scanner": "scanner-primary", "fingerprint": "236be0f841eb6d5c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2900a11b6b9ab535", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 dashboard/assets/app.js:33"}, "properties": {"repobilityId": "3d85caff94e9abf6", "scanner": "scanner-primary", "fingerprint": "2900a11b6b9ab535", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-9e96039a18f21c62", "level": "none", "message": {"text": "Commented-code block (8 lines) in packages/cli/src/run.ts:32"}, "properties": {"repobilityId": "4fe04ea7e278bb66", "scanner": "scanner-primary", "fingerprint": "9e96039a18f21c62", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-c7a19f6805fa44b3", "level": "none", "message": {"text": "Commented-code block (7 lines) in packages/cli/src/env.ts:6"}, "properties": {"repobilityId": "bbb7a2527f998ebe", "scanner": "scanner-primary", "fingerprint": "c7a19f6805fa44b3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-98e16e2440140f4c", "level": "none", "message": {"text": "Commented-code block (6 lines) in packages/cli/src/ui.ts:140"}, "properties": {"repobilityId": "162cba6b5fed9556", "scanner": "scanner-primary", "fingerprint": "98e16e2440140f4c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-8301f3f3f031aa9d", "level": "none", "message": {"text": "Commented-code block (8 lines) in packages/cli/src/adapters/nvidia-nim.ts:164"}, "properties": {"repobilityId": "3a22f2fdf700fc9d", "scanner": "scanner-primary", "fingerprint": "8301f3f3f031aa9d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1662ae7a5bb4e048", "level": "note", "message": {"text": "33 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "90293c220e284644", "scanner": "scanner-primary", "fingerprint": "1662ae7a5bb4e048", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}