{"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-cd78db474370549e", "name": "Icon-only button without accessible name \u2014 src/ProgressPage.tsx:3020", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/ProgressPage.tsx:3020"}, "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-81e3c8157feb1b35", "name": "Icon-only button without accessible name \u2014 src/App.tsx:1827", "shortDescription": {"text": "Icon-only button without accessible name \u2014 src/App.tsx:1827"}, "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-166dff3c3df6a10e", "name": "ORM models found but no DB engine detected", "shortDescription": {"text": "ORM models found but no DB engine detected"}, "fullDescription": {"text": "The repo defines tables/models but no DB connection string was found. Likely lives in env vars or a config file the scanner didn't read."}, "properties": {"scanner": "scanner-primary", "layer": "data", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5fbd4a6dde965dd8", "name": "Insecure pattern 'domparser_html_parse' in src/ManualsPage.tsx:491", "shortDescription": {"text": "Insecure pattern 'domparser_html_parse' in src/ManualsPage.tsx:491"}, "fullDescription": {"text": "Found a known-risky pattern (domparser_html_parse). Review and replace if possible."}, "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-f67af69632051551", "name": "Very large file: src/ProgressPage.tsx (3121 lines)", "shortDescription": {"text": "Very large file: src/ProgressPage.tsx (3121 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-c6ea316eede97126", "name": "Very large file: src/ManualsPage.tsx (1491 lines)", "shortDescription": {"text": "Very large file: src/ManualsPage.tsx (1491 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-b748a3f619675d38", "name": "Very large file: src/App.tsx (13079 lines)", "shortDescription": {"text": "Very large file: src/App.tsx (13079 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": "0 test file(s) for 28 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 7 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-9d79c4077342a7d0", "name": "Runtime service client appears to use placeholder configuration", "shortDescription": {"text": "Runtime service client appears to use placeholder configuration"}, "fullDescription": {"text": "A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured."}, "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-9637f6f48d7d9680", "name": "`fetch()` without try/.catch or AbortSignal \u2014 api/dm-area.ts:29", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/dm-area.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-0efcf697fafe2f18", "name": "`fetch()` without try/.catch or AbortSignal \u2014 api/analysis-tiktok.ts:278", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/analysis-tiktok.ts:278"}, "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-a3928a8fe5812a10", "name": "`fetch()` without try/.catch or AbortSignal \u2014 api/analytics-sessions.ts:131", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/analytics-sessions.ts:131"}, "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-ca1d751b5907535e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 api/sync-sns-recruitment-sheet.ts:70", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/sync-sns-recruitment-sheet.ts:70"}, "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-bbbf75beaeb5428a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 api/sync-store-sns-property-sheet.ts:99", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/sync-store-sns-property-sheet.ts:99"}, "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-8c7a4c8a6607ffc6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 api/sync-sns-sheet.ts:88", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/sync-sns-sheet.ts:88"}, "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-fbccb2115984ae9a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 api/manage-ips.ts:22", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/manage-ips.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-22f63ada64bc6880", "name": "`fetch()` without try/.catch or AbortSignal \u2014 api/notify-task.ts:110", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/notify-task.ts:110"}, "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-71227899371846db", "name": "`fetch()` without try/.catch or AbortSignal \u2014 api/cron/remind.ts:100", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/cron/remind.ts:100"}, "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-9233c8746306e0d6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-nishikita-sheet.mjs:145", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-nishikita-sheet.mjs:145"}, "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-9a248aa3c4ae3c3e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-youtube-sheet.mjs:140", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-youtube-sheet.mjs:140"}, "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-2e660e74f23ceeaa", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-keihan-sheet.mjs:139", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-keihan-sheet.mjs:139"}, "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-3f84ddb0abf68aac", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-nagase-sheet.mjs:138", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-nagase-sheet.mjs:138"}, "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-583c987ea93934a7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-nishinomiya-sheet.mjs:139", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-nishinomiya-sheet.mjs:139"}, "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-807846a5768e16e8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-instagram-sheet.mjs:136", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-instagram-sheet.mjs:136"}, "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-f14b881241148113", "name": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-yao-sheet.mjs:140", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-yao-sheet.mjs:140"}, "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-eff46defa84f4482", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/App.tsx:2994", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/App.tsx:2994"}, "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/20753"}, "properties": {"repository": "takarawebteam-afk/trgirai-kanri", "repoUrl": "https://github.com/takarawebteam-afk/trgirai-kanri", "branch": "main"}, "results": [{"ruleId": "scanner-cd78db474370549e", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/ProgressPage.tsx:3020"}, "properties": {"repobilityId": "e0fe2d7e6c85ef82", "scanner": "scanner-primary", "fingerprint": "cd78db474370549e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-81e3c8157feb1b35", "level": "note", "message": {"text": "Icon-only button without accessible name \u2014 src/App.tsx:1827"}, "properties": {"repobilityId": "b64317d1557500be", "scanner": "scanner-primary", "fingerprint": "81e3c8157feb1b35", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.button.no-label"]}}, {"ruleId": "scanner-166dff3c3df6a10e", "level": "warning", "message": {"text": "ORM models found but no DB engine detected"}, "properties": {"repobilityId": "cda36de65e114635", "scanner": "scanner-primary", "fingerprint": "166dff3c3df6a10e", "layer": "data", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-5fbd4a6dde965dd8", "level": "warning", "message": {"text": "Insecure pattern 'domparser_html_parse' in src/ManualsPage.tsx:491"}, "properties": {"repobilityId": "3b5d41adefbecac4", "scanner": "scanner-primary", "fingerprint": "5fbd4a6dde965dd8", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "domparser_html_parse"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/ManualsPage.tsx"}, "region": {"startLine": 491}}}]}, {"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-f67af69632051551", "level": "note", "message": {"text": "Very large file: src/ProgressPage.tsx (3121 lines)"}, "properties": {"repobilityId": "0376ed6781ea028e", "scanner": "scanner-primary", "fingerprint": "f67af69632051551", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-c6ea316eede97126", "level": "note", "message": {"text": "Very large file: src/ManualsPage.tsx (1491 lines)"}, "properties": {"repobilityId": "42518973d72dcc25", "scanner": "scanner-primary", "fingerprint": "c6ea316eede97126", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-b748a3f619675d38", "level": "note", "message": {"text": "Very large file: src/App.tsx (13079 lines)"}, "properties": {"repobilityId": "57bfc71b44f5048a", "scanner": "scanner-primary", "fingerprint": "b748a3f619675d38", "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": "1b7bdcf1a8ba09b3", "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": "77f9eece12931734", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-9d79c4077342a7d0", "level": "warning", "message": {"text": "Runtime service client appears to use placeholder configuration"}, "properties": {"repobilityId": "54b7fb6d54bc9c20", "scanner": "scanner-primary", "fingerprint": "9d79c4077342a7d0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "runtime-config", "service-client", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "e0edb114d1af7c82", "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": "5fdba2ace6e41e5e", "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": "70304d8c1c1dbb7a", "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": "0a88526d375713e8", "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": "008151dda70fca82", "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-9637f6f48d7d9680", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/dm-area.ts:29"}, "properties": {"repobilityId": "691dc0a1f01a35e3", "scanner": "scanner-primary", "fingerprint": "9637f6f48d7d9680", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0efcf697fafe2f18", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/analysis-tiktok.ts:278"}, "properties": {"repobilityId": "6a0bb65c59de6e4e", "scanner": "scanner-primary", "fingerprint": "0efcf697fafe2f18", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a3928a8fe5812a10", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/analytics-sessions.ts:131"}, "properties": {"repobilityId": "d8ec06ee3230d1c9", "scanner": "scanner-primary", "fingerprint": "a3928a8fe5812a10", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ca1d751b5907535e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/sync-sns-recruitment-sheet.ts:70"}, "properties": {"repobilityId": "55acef8f90e29f5c", "scanner": "scanner-primary", "fingerprint": "ca1d751b5907535e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-bbbf75beaeb5428a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/sync-store-sns-property-sheet.ts:99"}, "properties": {"repobilityId": "d9da443733eb2ddf", "scanner": "scanner-primary", "fingerprint": "bbbf75beaeb5428a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-8c7a4c8a6607ffc6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/sync-sns-sheet.ts:88"}, "properties": {"repobilityId": "96b16e5681aeb4e2", "scanner": "scanner-primary", "fingerprint": "8c7a4c8a6607ffc6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-fbccb2115984ae9a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/manage-ips.ts:22"}, "properties": {"repobilityId": "6dccb2dfd1b2fa2a", "scanner": "scanner-primary", "fingerprint": "fbccb2115984ae9a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-22f63ada64bc6880", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/notify-task.ts:110"}, "properties": {"repobilityId": "e5913c6aadeef91d", "scanner": "scanner-primary", "fingerprint": "22f63ada64bc6880", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-71227899371846db", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 api/cron/remind.ts:100"}, "properties": {"repobilityId": "6b55e1e4186ca2b8", "scanner": "scanner-primary", "fingerprint": "71227899371846db", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-9233c8746306e0d6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-nishikita-sheet.mjs:145"}, "properties": {"repobilityId": "7fe2d3464ce38aa3", "scanner": "scanner-primary", "fingerprint": "9233c8746306e0d6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-9a248aa3c4ae3c3e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-youtube-sheet.mjs:140"}, "properties": {"repobilityId": "868391726d0db14c", "scanner": "scanner-primary", "fingerprint": "9a248aa3c4ae3c3e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2e660e74f23ceeaa", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-keihan-sheet.mjs:139"}, "properties": {"repobilityId": "ca8dbf2c91ae06ed", "scanner": "scanner-primary", "fingerprint": "2e660e74f23ceeaa", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3f84ddb0abf68aac", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-nagase-sheet.mjs:138"}, "properties": {"repobilityId": "181dcfef6e2a7bca", "scanner": "scanner-primary", "fingerprint": "3f84ddb0abf68aac", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-583c987ea93934a7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-nishinomiya-sheet.mjs:139"}, "properties": {"repobilityId": "b481f625081dec07", "scanner": "scanner-primary", "fingerprint": "583c987ea93934a7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-807846a5768e16e8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-instagram-sheet.mjs:136"}, "properties": {"repobilityId": "fc2fca6b1f745837", "scanner": "scanner-primary", "fingerprint": "807846a5768e16e8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f14b881241148113", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 scripts/import-yao-sheet.mjs:140"}, "properties": {"repobilityId": "b4f347702a441c60", "scanner": "scanner-primary", "fingerprint": "f14b881241148113", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-eff46defa84f4482", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/App.tsx:2994"}, "properties": {"repobilityId": "1596e47f233c8f92", "scanner": "scanner-primary", "fingerprint": "eff46defa84f4482", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}