{"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-bd0a9e11e4de86f4", "name": "Stray `console.log` in TS/JS \u2014 scripts/sync-awards.ts:94", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/sync-awards.ts:94"}, "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-3ec3f7f73db730b2", "name": "Stray `console.log` in TS/JS \u2014 scripts/backfill-providers.ts:55", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/backfill-providers.ts:55"}, "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-728d5d6f4dc6f071", "name": "`truncate` class without `title=` for hover reveal \u2014 src/features/auth/components/ProfileView.tsx:90", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/features/auth/components/ProfileView.tsx:90"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-13ed9cd13741a361", "name": "`truncate` class without `title=` for hover reveal \u2014 src/features/social/components/UserProfileView.tsx:146", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/features/social/components/UserProfileView.tsx:146"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-5fc3a383d3de5961", "name": "`truncate` class without `title=` for hover reveal \u2014 src/features/social/components/UserSearch.tsx:57", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/features/social/components/UserSearch.tsx:57"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-4457a6f987f07ef2", "name": "`truncate` class without `title=` for hover reveal \u2014 src/features/social/components/FollowingList.tsx:32", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/features/social/components/FollowingList.tsx:32"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "10 test file(s) for 135 source file(s) (ratio 0.07). 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 8 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 20 placeholder/mock markers across 12 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-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-505bc666a82f9849", "name": "Agent instruction/config may expose a secret: .claude/settings.local.json", "shortDescription": {"text": "Agent instruction/config may expose a secret: .claude/settings.local.json"}, "fullDescription": {"text": "Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-b5ff8cbda03cd3ec", "name": "Agent instruction contains unpinned remote install: .claude/settings.local.json", "shortDescription": {"text": "Agent instruction contains unpinned remote install: .claude/settings.local.json"}, "fullDescription": {"text": "Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-07d4a26774225679", "name": "Commented-code block (5 lines) in eslint.config.mjs:18", "shortDescription": {"text": "Commented-code block (5 lines) in eslint.config.mjs:18"}, "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-257395c23e2b68af", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/sync-awards.ts:29", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/sync-awards.ts: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-18f1174a3fff4b91", "name": "Commented-code block (7 lines) in src/proxy.ts:10", "shortDescription": {"text": "Commented-code block (7 lines) in src/proxy.ts:10"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-d3dc54790b806022", "name": "Commented-code block (5 lines) in src/shared/imageLoader.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in src/shared/imageLoader.ts: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-03ec6f251210c096", "name": "Commented-code block (5 lines) in src/app/api/movies/seed/route.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in src/app/api/movies/seed/route.ts:5"}, "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-ae42cb87dc4d5ba0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/admin/sync-awards/route.ts:22", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/admin/sync-awards/route.ts:22"}, "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-1223ddb039dd2fbb", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/infrastructure/tmdb/client.ts:10", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/infrastructure/tmdb/client.ts: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-037a3618a92f5208", "name": "Commented-code block (5 lines) in src/features/movies/components/DiscoverView.tsx:237", "shortDescription": {"text": "Commented-code block (5 lines) in src/features/movies/components/DiscoverView.tsx:237"}, "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-afa9361dbea6ec37", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/movies/components/DiscoverView.tsx:98", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/movies/components/DiscoverView.tsx:98"}, "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-7a275e9baf10c999", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/movies/components/MovieReviews.tsx:21", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/movies/components/MovieReviews.tsx:21"}, "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-6c3049297ef024c3", "name": "Commented-code block (7 lines) in src/features/movies/lib/providerLinks.ts:1", "shortDescription": {"text": "Commented-code block (7 lines) in src/features/movies/lib/providerLinks.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-69b024915e93d5bc", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/movies/hooks/useAwardedIds.ts:16", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/movies/hooks/useAwardedIds.ts:16"}, "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-c878b062dfb03242", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/movies/hooks/useUserStatuses.ts:17", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/movies/hooks/useUserStatuses.ts:17"}, "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-27e8d80768eee7b7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/movies/hooks/useUserRatings.ts:20", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/movies/hooks/useUserRatings.ts:20"}, "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-299514ed24cc1dd3", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/social/components/FriendsActivity.tsx:28", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/social/components/FriendsActivity.tsx:28"}, "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-f03692b2eed59c34", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/social/components/UserProfileView.tsx:103", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/social/components/UserProfileView.tsx:103"}, "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-830fd23c9afd60bf", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/social/components/UserSearch.tsx:20", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/social/components/UserSearch.tsx:20"}, "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-32dc237aa0ef50c0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/social/components/FollowingList.tsx:15", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/social/components/FollowingList.tsx: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-76ce224a1279840f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/onboarding/components/OnboardingModal.tsx:203", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/onboarding/components/OnboardingModal.tsx:203"}, "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-b334d875f2339fa1", "name": "5 env vars used in code but missing from .env.example", "shortDescription": {"text": "5 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `ADMIN_SYNC_SECRET`, `CI`, `NEXT_RUNTIME`, `SENTRY_DSN`, `VERCEL`. 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/17717"}, "properties": {"repository": "rafaelmelon/peliscore", "repoUrl": "https://github.com/rafaelmelon/peliscore", "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-bd0a9e11e4de86f4", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/sync-awards.ts:94"}, "properties": {"repobilityId": "7ae45fc236e5fd68", "scanner": "scanner-primary", "fingerprint": "bd0a9e11e4de86f4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3ec3f7f73db730b2", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/backfill-providers.ts:55"}, "properties": {"repobilityId": "6905140fbcd2949f", "scanner": "scanner-primary", "fingerprint": "3ec3f7f73db730b2", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-728d5d6f4dc6f071", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/features/auth/components/ProfileView.tsx:90"}, "properties": {"repobilityId": "823706f9e627aea3", "scanner": "scanner-primary", "fingerprint": "728d5d6f4dc6f071", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-13ed9cd13741a361", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/features/social/components/UserProfileView.tsx:146"}, "properties": {"repobilityId": "824e0f3a1c4f4d63", "scanner": "scanner-primary", "fingerprint": "13ed9cd13741a361", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-5fc3a383d3de5961", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/features/social/components/UserSearch.tsx:57"}, "properties": {"repobilityId": "3a1b49851265d384", "scanner": "scanner-primary", "fingerprint": "5fc3a383d3de5961", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-4457a6f987f07ef2", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 src/features/social/components/FollowingList.tsx:32"}, "properties": {"repobilityId": "5ba42956d21c0ab3", "scanner": "scanner-primary", "fingerprint": "4457a6f987f07ef2", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"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": "7acc914e8358bb06", "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": "b611ac53e94f04b6", "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": "8ff7828102bf5406", "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": "2a7c99a6c9714e6d", "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": "cf237c7d1cc9f086", "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": "ee299371179eec4d", "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": "e27575fd279d881d", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-505bc666a82f9849", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: .claude/settings.local.json"}, "properties": {"repobilityId": "777970b0fce0a93b", "scanner": "scanner-primary", "fingerprint": "505bc666a82f9849", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/settings.local.json"}, "region": {"startLine": 69}}}]}, {"ruleId": "scanner-b5ff8cbda03cd3ec", "level": "warning", "message": {"text": "Agent instruction contains unpinned remote install: .claude/settings.local.json"}, "properties": {"repobilityId": "b05139c0c155b49c", "scanner": "scanner-primary", "fingerprint": "b5ff8cbda03cd3ec", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "supply-chain", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/settings.local.json"}, "region": {"startLine": 10}}}]}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-07d4a26774225679", "level": "none", "message": {"text": "Commented-code block (5 lines) in eslint.config.mjs:18"}, "properties": {"repobilityId": "f4908834c9ba3104", "scanner": "scanner-primary", "fingerprint": "07d4a26774225679", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-257395c23e2b68af", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/sync-awards.ts:29"}, "properties": {"repobilityId": "f6ea202b9fa0859a", "scanner": "scanner-primary", "fingerprint": "257395c23e2b68af", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-18f1174a3fff4b91", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/proxy.ts:10"}, "properties": {"repobilityId": "4ffd5949a6bd38ab", "scanner": "scanner-primary", "fingerprint": "18f1174a3fff4b91", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d3dc54790b806022", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/shared/imageLoader.ts:3"}, "properties": {"repobilityId": "830e6a92abac456f", "scanner": "scanner-primary", "fingerprint": "d3dc54790b806022", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-03ec6f251210c096", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/app/api/movies/seed/route.ts:5"}, "properties": {"repobilityId": "ea7a885fea5e695c", "scanner": "scanner-primary", "fingerprint": "03ec6f251210c096", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ae42cb87dc4d5ba0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/app/api/admin/sync-awards/route.ts:22"}, "properties": {"repobilityId": "6b441136562f630c", "scanner": "scanner-primary", "fingerprint": "ae42cb87dc4d5ba0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1223ddb039dd2fbb", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/infrastructure/tmdb/client.ts:10"}, "properties": {"repobilityId": "977ee4707747d4f0", "scanner": "scanner-primary", "fingerprint": "1223ddb039dd2fbb", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-037a3618a92f5208", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/features/movies/components/DiscoverView.tsx:237"}, "properties": {"repobilityId": "15f8cb0162c80eb0", "scanner": "scanner-primary", "fingerprint": "037a3618a92f5208", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-afa9361dbea6ec37", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/movies/components/DiscoverView.tsx:98"}, "properties": {"repobilityId": "952102df419c461f", "scanner": "scanner-primary", "fingerprint": "afa9361dbea6ec37", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-7a275e9baf10c999", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/movies/components/MovieReviews.tsx:21"}, "properties": {"repobilityId": "aefd17082b35b550", "scanner": "scanner-primary", "fingerprint": "7a275e9baf10c999", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-6c3049297ef024c3", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/features/movies/lib/providerLinks.ts:1"}, "properties": {"repobilityId": "a225cb4be73f9012", "scanner": "scanner-primary", "fingerprint": "6c3049297ef024c3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-69b024915e93d5bc", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/movies/hooks/useAwardedIds.ts:16"}, "properties": {"repobilityId": "9344ba5a4aa0cfaa", "scanner": "scanner-primary", "fingerprint": "69b024915e93d5bc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c878b062dfb03242", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/movies/hooks/useUserStatuses.ts:17"}, "properties": {"repobilityId": "d728eda2374c340b", "scanner": "scanner-primary", "fingerprint": "c878b062dfb03242", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-27e8d80768eee7b7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/movies/hooks/useUserRatings.ts:20"}, "properties": {"repobilityId": "6b49d71f1d6b2848", "scanner": "scanner-primary", "fingerprint": "27e8d80768eee7b7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-299514ed24cc1dd3", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/social/components/FriendsActivity.tsx:28"}, "properties": {"repobilityId": "36998b2ceed91d9a", "scanner": "scanner-primary", "fingerprint": "299514ed24cc1dd3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f03692b2eed59c34", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/social/components/UserProfileView.tsx:103"}, "properties": {"repobilityId": "1f3c994c17d93310", "scanner": "scanner-primary", "fingerprint": "f03692b2eed59c34", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-830fd23c9afd60bf", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/social/components/UserSearch.tsx:20"}, "properties": {"repobilityId": "ac166be1518812a4", "scanner": "scanner-primary", "fingerprint": "830fd23c9afd60bf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-32dc237aa0ef50c0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/social/components/FollowingList.tsx:15"}, "properties": {"repobilityId": "eb7e0d5136c4ad37", "scanner": "scanner-primary", "fingerprint": "32dc237aa0ef50c0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-76ce224a1279840f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/features/onboarding/components/OnboardingModal.tsx:203"}, "properties": {"repobilityId": "190531e0d3bdcac5", "scanner": "scanner-primary", "fingerprint": "76ce224a1279840f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b334d875f2339fa1", "level": "note", "message": {"text": "5 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "faa38682016f5d53", "scanner": "scanner-primary", "fingerprint": "b334d875f2339fa1", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}