{"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-405aef47ff875842", "name": "Stray `console.log` in TS/JS \u2014 scraper/src/writeup.ts:117", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scraper/src/writeup.ts:117"}, "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-8d6e5aa533f0ae9c", "name": "Stray `console.log` in TS/JS \u2014 scraper/src/publish-entries.ts:120", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scraper/src/publish-entries.ts:120"}, "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-53b7fa3db766817a", "name": "Stray `console.log` in TS/JS \u2014 scraper/src/score.ts:103", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scraper/src/score.ts:103"}, "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-409884e051e27132", "name": "Stray `console.log` in TS/JS \u2014 scraper/src/judge.ts:102", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scraper/src/judge.ts:102"}, "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-1119433eb5cd6453", "name": "Stray `console.log` in TS/JS \u2014 scraper/src/listen.ts:19", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scraper/src/listen.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-4e39b4fe6af16518", "name": "Stray `console.log` in TS/JS \u2014 scraper/src/backfill.ts:20", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scraper/src/backfill.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-40c5a3c12bd4cdcf", "name": "Stray `console.log` in TS/JS \u2014 scraper/src/promote.ts:49", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scraper/src/promote.ts:49"}, "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-60d1fcec41590c9a", "name": "Stray `console.log` in TS/JS \u2014 scraper/src/review.ts:28", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scraper/src/review.ts:28"}, "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-82f19a3f207c53a3", "name": "Stray `console.log` in TS/JS \u2014 scraper/src/sources/reddit.ts:13", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scraper/src/sources/reddit.ts:13"}, "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-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 24 source file(s) (ratio 0.00). 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-879acb571ad1eecc", "name": "Node manifest has dependencies but no lockfile: scraper/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: scraper/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-59ba545d2e2b9484", "name": "Node manifest has dependencies but no lockfile: site/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: site/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "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 39 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-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, lockfile. 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, lockfile. 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-0ed4416502b008da", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scraper/src/reddit.ts:13", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scraper/src/reddit.ts:13"}, "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-efe08be2313d89c5", "name": "Commented-code block (6 lines) in scraper/src/types.ts:1", "shortDescription": {"text": "Commented-code block (6 lines) in scraper/src/types.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-897035727b649241", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scraper/src/sources/huggingface.ts:51", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scraper/src/sources/huggingface.ts: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-24d02c6c75694a50", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scraper/src/sources/arxiv.ts:65", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scraper/src/sources/arxiv.ts:65"}, "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-d62218cfaf4ab255", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scraper/src/sources/github.ts:57", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scraper/src/sources/github.ts:57"}, "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-6dd6e871c1eaf3ea", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scraper/src/sources/index.ts:12", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scraper/src/sources/index.ts:12"}, "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-f024282c5726da32", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scraper/src/sources/hackernews.ts:59", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scraper/src/sources/hackernews.ts:59"}, "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-fd578f581b3d3b1a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scraper/src/sources/arena.ts:48", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scraper/src/sources/arena.ts:48"}, "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-a5e30d353d2dbc25", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scraper/src/sources/hfpapers.ts:45", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scraper/src/sources/hfpapers.ts:45"}, "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}}]}}, "automationDetails": {"id": "repobility/22763"}, "properties": {"repository": "willschy/fullbleed", "repoUrl": "https://github.com/willschy/fullbleed", "branch": "main"}, "results": [{"ruleId": "scanner-405aef47ff875842", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scraper/src/writeup.ts:117"}, "properties": {"repobilityId": "04141a46eff3fc14", "scanner": "scanner-primary", "fingerprint": "405aef47ff875842", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8d6e5aa533f0ae9c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scraper/src/publish-entries.ts:120"}, "properties": {"repobilityId": "4e01b2235aabfe52", "scanner": "scanner-primary", "fingerprint": "8d6e5aa533f0ae9c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-53b7fa3db766817a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scraper/src/score.ts:103"}, "properties": {"repobilityId": "dc1c6c6711aef028", "scanner": "scanner-primary", "fingerprint": "53b7fa3db766817a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-409884e051e27132", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scraper/src/judge.ts:102"}, "properties": {"repobilityId": "0bfc5c80c690a12a", "scanner": "scanner-primary", "fingerprint": "409884e051e27132", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-1119433eb5cd6453", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scraper/src/listen.ts:19"}, "properties": {"repobilityId": "0a50f371660ed312", "scanner": "scanner-primary", "fingerprint": "1119433eb5cd6453", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4e39b4fe6af16518", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scraper/src/backfill.ts:20"}, "properties": {"repobilityId": "480361e695c0eaf3", "scanner": "scanner-primary", "fingerprint": "4e39b4fe6af16518", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-40c5a3c12bd4cdcf", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scraper/src/promote.ts:49"}, "properties": {"repobilityId": "ebe4f4f078e1b3e9", "scanner": "scanner-primary", "fingerprint": "40c5a3c12bd4cdcf", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-60d1fcec41590c9a", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scraper/src/review.ts:28"}, "properties": {"repobilityId": "cd473ceb52158626", "scanner": "scanner-primary", "fingerprint": "60d1fcec41590c9a", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-82f19a3f207c53a3", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scraper/src/sources/reddit.ts:13"}, "properties": {"repobilityId": "e1f770bc1416df58", "scanner": "scanner-primary", "fingerprint": "82f19a3f207c53a3", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"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-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": "6c7fd6c6fcc3f35f", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-879acb571ad1eecc", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: scraper/package.json"}, "properties": {"repobilityId": "f49755fe374a6751", "scanner": "scanner-primary", "fingerprint": "879acb571ad1eecc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scraper/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-59ba545d2e2b9484", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: site/package.json"}, "properties": {"repobilityId": "83a201ae67cb24ac", "scanner": "scanner-primary", "fingerprint": "59ba545d2e2b9484", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "site/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "0f1e692fac228d08", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "febdcb7a9d4f4d1a", "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": "cf9188834b2b797d", "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": "15a36289aeb0f792", "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": "1404117f6e434abf", "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-0ed4416502b008da", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scraper/src/reddit.ts:13"}, "properties": {"repobilityId": "14d34df7f4b1aa9c", "scanner": "scanner-primary", "fingerprint": "0ed4416502b008da", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-efe08be2313d89c5", "level": "none", "message": {"text": "Commented-code block (6 lines) in scraper/src/types.ts:1"}, "properties": {"repobilityId": "44fa34f7b22e801a", "scanner": "scanner-primary", "fingerprint": "efe08be2313d89c5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-897035727b649241", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scraper/src/sources/huggingface.ts:51"}, "properties": {"repobilityId": "1fd1d03469caffaa", "scanner": "scanner-primary", "fingerprint": "897035727b649241", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-24d02c6c75694a50", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scraper/src/sources/arxiv.ts:65"}, "properties": {"repobilityId": "6f0c6acc09e1b562", "scanner": "scanner-primary", "fingerprint": "24d02c6c75694a50", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d62218cfaf4ab255", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scraper/src/sources/github.ts:57"}, "properties": {"repobilityId": "bbf34b33fa01bad8", "scanner": "scanner-primary", "fingerprint": "d62218cfaf4ab255", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-6dd6e871c1eaf3ea", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scraper/src/sources/index.ts:12"}, "properties": {"repobilityId": "0fe7b3519097a2b6", "scanner": "scanner-primary", "fingerprint": "6dd6e871c1eaf3ea", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f024282c5726da32", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scraper/src/sources/hackernews.ts:59"}, "properties": {"repobilityId": "9de95e4b9d5e2f97", "scanner": "scanner-primary", "fingerprint": "f024282c5726da32", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-fd578f581b3d3b1a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scraper/src/sources/arena.ts:48"}, "properties": {"repobilityId": "5d71a4fe840edcf3", "scanner": "scanner-primary", "fingerprint": "fd578f581b3d3b1a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a5e30d353d2dbc25", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scraper/src/sources/hfpapers.ts:45"}, "properties": {"repobilityId": "b624238688e2ac64", "scanner": "scanner-primary", "fingerprint": "a5e30d353d2dbc25", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}