{"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-aa7c9225ed5aa803", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/components/detail-panel.tsx:70", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/components/detail-panel.tsx:70"}, "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-556108769ddf3306", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/components/command-palette.tsx:271", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/components/command-palette.tsx:271"}, "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-b0fd5bfcb1b3573c", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/page.tsx:2734", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/page.tsx:2734"}, "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-876727e02ecf9bb0", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 apps/web/src/app/page.tsx:3289", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 apps/web/src/app/page.tsx:3289"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4e3ec503279e858d", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 apps/web/src/app/signup/page.tsx:801", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 apps/web/src/app/signup/page.tsx:801"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-68b2c47282b6bd1a", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/org/[slug]/schedule/page.tsx:141", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/org/[slug]/schedule/page.tsx:141"}, "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-d6c39e78396a3378", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/org/[slug]/contact/page.tsx:201", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/org/[slug]/contact/page.tsx:201"}, "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-2a3b34e53cfddf50", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/org/[slug]/shop/page.tsx:114", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/org/[slug]/shop/page.tsx:114"}, "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-6631d59bfcdc8f95", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/layout.tsx:396", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/layout.tsx:396"}, "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-c0902c1f7cb4f68c", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/settings/audit-log/page.tsx:230", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/settings/audit-log/page.tsx:230"}, "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-41dfd9e4098d5596", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/settings/website/page.tsx:523", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/settings/website/page.tsx:523"}, "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-ce9ab5e4cb122e15", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/staff/schedule/page.tsx:386", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/staff/schedule/page.tsx:386"}, "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-5da62857c949b823", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/staff/revenue/page.tsx:138", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/staff/revenue/page.tsx:138"}, "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-13b343f3afcff8f6", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/media/page.tsx:269", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/media/page.tsx:269"}, "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-b7074e8062d801cc", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/classes/calendar/page.tsx:91", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/classes/calendar/page.tsx:91"}, "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-9fe04832918e7896", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/locations/dashboard/page.tsx:222", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/locations/dashboard/page.tsx:222"}, "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-e03853342ae3c88e", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/marketing/page.tsx:182", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/marketing/page.tsx:182"}, "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-4747e85bf8b31047", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/messages/page.tsx:140", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/messages/page.tsx:140"}, "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-89bebfd6729c909e", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/screen/page.tsx:237", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/screen/page.tsx:237"}, "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-239e4ab4815825f0", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/members/referrals/page.tsx:337", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/members/referrals/page.tsx:337"}, "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-acf996167066c5d4", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/members/[id]/page.tsx:311", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/members/[id]/page.tsx:311"}, "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-61d9840c2e40006e", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/members/ltv/page.tsx:183", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/members/ltv/page.tsx:183"}, "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-30e24303c0d49716", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/inbox/page.tsx:615", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/inbox/page.tsx:615"}, "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-790ecf507a194680", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/console/page.tsx:313", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/console/page.tsx:313"}, "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-0c5bacd5909ebfb0", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/console/layout.tsx:117", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/console/layout.tsx:117"}, "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-c5105c11a5fbfbe4", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/console/schedule/page.tsx:190", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/console/schedule/page.tsx:190"}, "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-919a05ce0ac2d478", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/console/community/page.tsx:437", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/console/community/page.tsx:437"}, "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-16fd12b31b9dc718", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/console/records/page.tsx:366", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/console/records/page.tsx:366"}, "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-bc76d8bd36da9af8", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/console/workouts/page.tsx:506", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/console/workouts/page.tsx:506"}, "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-842d641a4cdd70e4", "name": "TODO/FIXME marker in shipping code \u2014 packages/api/src/routers/personalRecords.ts:107", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 packages/api/src/routers/personalRecords.ts:107"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-4df5ddf9c5d1dd2d", "name": "TODO/FIXME marker in shipping code \u2014 packages/api/src/routers/wodResults.ts:124", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 packages/api/src/routers/wodResults.ts:124"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9534fdc9a2daa669", "name": "Stray `console.log` in TS/JS \u2014 packages/db/scripts/seed.ts:23", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 packages/db/scripts/seed.ts:23"}, "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-4c382673c915e8ad", "name": "Insecure pattern 'dangerous_innerhtml' in apps/web/src/app/page.tsx:3289", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in apps/web/src/app/page.tsx:3289"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c20ba7317bea08f6", "name": "Possible secret in apps/web/src/app/signup/page.tsx", "shortDescription": {"text": "Possible secret in apps/web/src/app/signup/page.tsx"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-75eddd0296eaee60", "name": "Insecure pattern 'dangerous_innerhtml' in apps/web/src/app/signup/page.tsx:801", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in apps/web/src/app/signup/page.tsx:801"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a4d93364c942aaf6", "name": "Insecure pattern 'local_storage_auth_token' in apps/web/src/app/(app)/layout.tsx:1416", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in apps/web/src/app/(app)/layout.tsx:1416"}, "fullDescription": {"text": "Found a known-risky pattern (local_storage_auth_token). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b5c2c3fb76aab468", "name": "Possible secret in packages/db/src/seed.ts", "shortDescription": {"text": "Possible secret in packages/db/src/seed.ts"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-27924aa79fa4a517", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1eb65bdaeb6c0bcf", "name": "Very large file: apps/mobile/src/i18n.ts (1970 lines)", "shortDescription": {"text": "Very large file: apps/mobile/src/i18n.ts (1970 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-48db41bb1a040117", "name": "Very large file: apps/web/src/stores/data-store.ts (1362 lines)", "shortDescription": {"text": "Very large file: apps/web/src/stores/data-store.ts (1362 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-56e6cadf581df572", "name": "Very large file: apps/web/src/app/page.tsx (3318 lines)", "shortDescription": {"text": "Very large file: apps/web/src/app/page.tsx (3318 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-025d4633437e70e9", "name": "Very large file: apps/web/src/app/(app)/layout.tsx (1427 lines)", "shortDescription": {"text": "Very large file: apps/web/src/app/(app)/layout.tsx (1427 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-87db55b08da288b8", "name": "Very large file: apps/web/src/app/(app)/settings/website/page.tsx (2029 lines)", "shortDescription": {"text": "Very large file: apps/web/src/app/(app)/settings/website/page.tsx (2029 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-80b5bd9c1f487655", "name": "Very large file: apps/web/src/app/(app)/members/[id]/page.tsx (1223 lines)", "shortDescription": {"text": "Very large file: apps/web/src/app/(app)/members/[id]/page.tsx (1223 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-79ab8964d79ab472", "name": "Very large file: apps/web/src/lib/locales/en.ts (3616 lines)", "shortDescription": {"text": "Very large file: apps/web/src/lib/locales/en.ts (3616 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-7b47ffc3edeb979b", "name": "Very large file: apps/web/src/lib/locales/es.ts (3596 lines)", "shortDescription": {"text": "Very large file: apps/web/src/lib/locales/es.ts (3596 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-6994a63df77ff1ed", "name": "Very large file: apps/web/src/lib/locales/pt.ts (3600 lines)", "shortDescription": {"text": "Very large file: apps/web/src/lib/locales/pt.ts (3600 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": "22 test file(s) for 300 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-faccb9061e9b52a0", "name": "No README detected", "shortDescription": {"text": "No README detected"}, "fullDescription": {"text": "No README file was found. Generated repos without README context are hard to operate, validate, or safely hand off."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d0c2205560692580", "name": "Node manifest has dependencies but no lockfile: apps/mobile/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/mobile/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-4a9eb7dc7c6e3880", "name": "Node manifest has dependencies but no lockfile: apps/web/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/web/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-41b225e183229484", "name": "Node manifest has dependencies but no lockfile: packages/auth/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/auth/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-0a0634ffe3eb1107", "name": "Node manifest has dependencies but no lockfile: packages/api/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/api/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-2699d5f16ae11282", "name": "Node manifest has dependencies but no lockfile: packages/shared/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/shared/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-7b16ae2bd0fca524", "name": "Node manifest has dependencies but no lockfile: packages/db/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/db/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 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 476 placeholder/mock markers across 108 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, operator-readme, 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, operator-readme, 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-7ff2885c14f9a032", "name": "Agent authority lacks a verifier contract: .claude/commands/dev-mobile.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/commands/dev-mobile.md"}, "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-5c9fde0ebfdc0043", "name": "Commented-code block (5 lines) in apps/web/e2e/org-isolation.spec.ts:64", "shortDescription": {"text": "Commented-code block (5 lines) in apps/web/e2e/org-isolation.spec.ts:64"}, "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-787d4d182b5bf2ef", "name": "Commented-code block (5 lines) in apps/web/e2e/classes.spec.ts:3", "shortDescription": {"text": "Commented-code block (5 lines) in apps/web/e2e/classes.spec.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-a43efaa88b22cf04", "name": "Commented-code block (5 lines) in apps/web/e2e/journey-auth.spec.ts:148", "shortDescription": {"text": "Commented-code block (5 lines) in apps/web/e2e/journey-auth.spec.ts:148"}, "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-7ab6d96847216842", "name": "Commented-code block (6 lines) in apps/web/e2e/journey-member.spec.ts:14", "shortDescription": {"text": "Commented-code block (6 lines) in apps/web/e2e/journey-member.spec.ts:14"}, "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-313646814d0e52b2", "name": "Commented-code block (5 lines) in packages/api/src/routers/personalRecords.ts:107", "shortDescription": {"text": "Commented-code block (5 lines) in packages/api/src/routers/personalRecords.ts:107"}, "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-a7b671b5b764eaa4", "name": "Commented-code block (5 lines) in packages/api/src/routers/wodResults.ts:124", "shortDescription": {"text": "Commented-code block (5 lines) in packages/api/src/routers/wodResults.ts:124"}, "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-21daf8816f28dfe9", "name": "Commented-code block (5 lines) in packages/db/src/schema.ts:56", "shortDescription": {"text": "Commented-code block (5 lines) in packages/db/src/schema.ts:56"}, "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-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: `CI`, `FULL_BROWSER_MATRIX`, `PLAYWRIGHT_BASE_URL`, `PORT`, `VERCEL_URL`. 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/22470"}, "properties": {"repository": "vytal-fit/vytal-fit", "repoUrl": "https://github.com/vytal-fit/vytal-fit", "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-aa7c9225ed5aa803", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/components/detail-panel.tsx:70"}, "properties": {"repobilityId": "8566d560139feabf", "scanner": "scanner-primary", "fingerprint": "aa7c9225ed5aa803", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-556108769ddf3306", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/components/command-palette.tsx:271"}, "properties": {"repobilityId": "399b1d6eaf0ddef4", "scanner": "scanner-primary", "fingerprint": "556108769ddf3306", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b0fd5bfcb1b3573c", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/page.tsx:2734"}, "properties": {"repobilityId": "fe60ececcd21b297", "scanner": "scanner-primary", "fingerprint": "b0fd5bfcb1b3573c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-876727e02ecf9bb0", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 apps/web/src/app/page.tsx:3289"}, "properties": {"repobilityId": "4256fb41200a9cfe", "scanner": "scanner-primary", "fingerprint": "876727e02ecf9bb0", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-4e3ec503279e858d", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 apps/web/src/app/signup/page.tsx:801"}, "properties": {"repobilityId": "9108cb2b6c608403", "scanner": "scanner-primary", "fingerprint": "4e3ec503279e858d", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-68b2c47282b6bd1a", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/org/[slug]/schedule/page.tsx:141"}, "properties": {"repobilityId": "665570faedc0b263", "scanner": "scanner-primary", "fingerprint": "68b2c47282b6bd1a", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-d6c39e78396a3378", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/org/[slug]/contact/page.tsx:201"}, "properties": {"repobilityId": "fad80730b0d34aaf", "scanner": "scanner-primary", "fingerprint": "d6c39e78396a3378", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-2a3b34e53cfddf50", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/org/[slug]/shop/page.tsx:114"}, "properties": {"repobilityId": "c9106b41084c3872", "scanner": "scanner-primary", "fingerprint": "2a3b34e53cfddf50", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-6631d59bfcdc8f95", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/layout.tsx:396"}, "properties": {"repobilityId": "c0cc7e77867c2df8", "scanner": "scanner-primary", "fingerprint": "6631d59bfcdc8f95", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-c0902c1f7cb4f68c", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/settings/audit-log/page.tsx:230"}, "properties": {"repobilityId": "121bc0cf1057511d", "scanner": "scanner-primary", "fingerprint": "c0902c1f7cb4f68c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-41dfd9e4098d5596", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/settings/website/page.tsx:523"}, "properties": {"repobilityId": "2bd73a2c23691f05", "scanner": "scanner-primary", "fingerprint": "41dfd9e4098d5596", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-ce9ab5e4cb122e15", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/staff/schedule/page.tsx:386"}, "properties": {"repobilityId": "34138651be98357a", "scanner": "scanner-primary", "fingerprint": "ce9ab5e4cb122e15", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-5da62857c949b823", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/staff/revenue/page.tsx:138"}, "properties": {"repobilityId": "54886b511be2c469", "scanner": "scanner-primary", "fingerprint": "5da62857c949b823", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-13b343f3afcff8f6", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/media/page.tsx:269"}, "properties": {"repobilityId": "fc446c93363ea7b8", "scanner": "scanner-primary", "fingerprint": "13b343f3afcff8f6", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-b7074e8062d801cc", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/classes/calendar/page.tsx:91"}, "properties": {"repobilityId": "2d9dd608d63fecc5", "scanner": "scanner-primary", "fingerprint": "b7074e8062d801cc", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-9fe04832918e7896", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/locations/dashboard/page.tsx:222"}, "properties": {"repobilityId": "cf8cbcbbb245c36b", "scanner": "scanner-primary", "fingerprint": "9fe04832918e7896", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-e03853342ae3c88e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/marketing/page.tsx:182"}, "properties": {"repobilityId": "ec603df4b392ca2f", "scanner": "scanner-primary", "fingerprint": "e03853342ae3c88e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-4747e85bf8b31047", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/messages/page.tsx:140"}, "properties": {"repobilityId": "e46901211a921814", "scanner": "scanner-primary", "fingerprint": "4747e85bf8b31047", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-89bebfd6729c909e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/screen/page.tsx:237"}, "properties": {"repobilityId": "505847eeb06b67ed", "scanner": "scanner-primary", "fingerprint": "89bebfd6729c909e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-239e4ab4815825f0", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/members/referrals/page.tsx:337"}, "properties": {"repobilityId": "dd280530bcc76590", "scanner": "scanner-primary", "fingerprint": "239e4ab4815825f0", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-acf996167066c5d4", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/members/[id]/page.tsx:311"}, "properties": {"repobilityId": "272db4bce75b77e7", "scanner": "scanner-primary", "fingerprint": "acf996167066c5d4", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-61d9840c2e40006e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/members/ltv/page.tsx:183"}, "properties": {"repobilityId": "832f5fb4575803fb", "scanner": "scanner-primary", "fingerprint": "61d9840c2e40006e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-30e24303c0d49716", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/(app)/inbox/page.tsx:615"}, "properties": {"repobilityId": "a5abfb26713a4307", "scanner": "scanner-primary", "fingerprint": "30e24303c0d49716", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-790ecf507a194680", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/console/page.tsx:313"}, "properties": {"repobilityId": "1c4297799ba64d1f", "scanner": "scanner-primary", "fingerprint": "790ecf507a194680", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-0c5bacd5909ebfb0", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/console/layout.tsx:117"}, "properties": {"repobilityId": "75274326035e465b", "scanner": "scanner-primary", "fingerprint": "0c5bacd5909ebfb0", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-c5105c11a5fbfbe4", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/console/schedule/page.tsx:190"}, "properties": {"repobilityId": "8bf04941a24f4153", "scanner": "scanner-primary", "fingerprint": "c5105c11a5fbfbe4", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-919a05ce0ac2d478", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/console/community/page.tsx:437"}, "properties": {"repobilityId": "3eeef58488ad6454", "scanner": "scanner-primary", "fingerprint": "919a05ce0ac2d478", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-16fd12b31b9dc718", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/console/records/page.tsx:366"}, "properties": {"repobilityId": "031165a3ce79a815", "scanner": "scanner-primary", "fingerprint": "16fd12b31b9dc718", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-bc76d8bd36da9af8", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/web/src/app/console/workouts/page.tsx:506"}, "properties": {"repobilityId": "41ca2af891cd3b54", "scanner": "scanner-primary", "fingerprint": "bc76d8bd36da9af8", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-842d641a4cdd70e4", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 packages/api/src/routers/personalRecords.ts:107"}, "properties": {"repobilityId": "b08b14b0fdc8ac5d", "scanner": "scanner-primary", "fingerprint": "842d641a4cdd70e4", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-4df5ddf9c5d1dd2d", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 packages/api/src/routers/wodResults.ts:124"}, "properties": {"repobilityId": "cef0569f75100453", "scanner": "scanner-primary", "fingerprint": "4df5ddf9c5d1dd2d", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-9534fdc9a2daa669", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 packages/db/scripts/seed.ts:23"}, "properties": {"repobilityId": "b561a1c7e8b01ff3", "scanner": "scanner-primary", "fingerprint": "9534fdc9a2daa669", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4c382673c915e8ad", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in apps/web/src/app/page.tsx:3289"}, "properties": {"repobilityId": "d54215008ef9de96", "scanner": "scanner-primary", "fingerprint": "4c382673c915e8ad", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/web/src/app/page.tsx"}, "region": {"startLine": 3289}}}]}, {"ruleId": "scanner-c20ba7317bea08f6", "level": "error", "message": {"text": "Possible secret in apps/web/src/app/signup/page.tsx"}, "properties": {"repobilityId": "dcaeb1cb508584c1", "scanner": "scanner-primary", "fingerprint": "c20ba7317bea08f6", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/web/src/app/signup/page.tsx"}, "region": {"startLine": 859}}}]}, {"ruleId": "scanner-75eddd0296eaee60", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in apps/web/src/app/signup/page.tsx:801"}, "properties": {"repobilityId": "993f9c274368f7c6", "scanner": "scanner-primary", "fingerprint": "75eddd0296eaee60", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/web/src/app/signup/page.tsx"}, "region": {"startLine": 801}}}]}, {"ruleId": "scanner-a4d93364c942aaf6", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in apps/web/src/app/(app)/layout.tsx:1416"}, "properties": {"repobilityId": "b5e94551f96e4c58", "scanner": "scanner-primary", "fingerprint": "a4d93364c942aaf6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/web/src/app/(app)/layout.tsx"}, "region": {"startLine": 1416}}}]}, {"ruleId": "scanner-b5c2c3fb76aab468", "level": "error", "message": {"text": "Possible secret in packages/db/src/seed.ts"}, "properties": {"repobilityId": "489ad6adf31064ea", "scanner": "scanner-primary", "fingerprint": "b5c2c3fb76aab468", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/db/src/seed.ts"}, "region": {"startLine": 67}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ae16880318b99912", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "989a74409a402368", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 24}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "ae16880318b99912", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 69}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "989a74409a402368", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 72}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "bd7f3c1c34d83159", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 93}}}]}, {"ruleId": "scanner-1eb65bdaeb6c0bcf", "level": "note", "message": {"text": "Very large file: apps/mobile/src/i18n.ts (1970 lines)"}, "properties": {"repobilityId": "06c4499a52eace1e", "scanner": "scanner-primary", "fingerprint": "1eb65bdaeb6c0bcf", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-48db41bb1a040117", "level": "note", "message": {"text": "Very large file: apps/web/src/stores/data-store.ts (1362 lines)"}, "properties": {"repobilityId": "3bff83ae8b3ab70d", "scanner": "scanner-primary", "fingerprint": "48db41bb1a040117", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-56e6cadf581df572", "level": "note", "message": {"text": "Very large file: apps/web/src/app/page.tsx (3318 lines)"}, "properties": {"repobilityId": "9aff51e213b2e90f", "scanner": "scanner-primary", "fingerprint": "56e6cadf581df572", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-025d4633437e70e9", "level": "note", "message": {"text": "Very large file: apps/web/src/app/(app)/layout.tsx (1427 lines)"}, "properties": {"repobilityId": "1e655f79c3148c27", "scanner": "scanner-primary", "fingerprint": "025d4633437e70e9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-87db55b08da288b8", "level": "note", "message": {"text": "Very large file: apps/web/src/app/(app)/settings/website/page.tsx (2029 lines)"}, "properties": {"repobilityId": "8cccd2a058f35f3a", "scanner": "scanner-primary", "fingerprint": "87db55b08da288b8", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-80b5bd9c1f487655", "level": "note", "message": {"text": "Very large file: apps/web/src/app/(app)/members/[id]/page.tsx (1223 lines)"}, "properties": {"repobilityId": "a76bfe79008bb5b3", "scanner": "scanner-primary", "fingerprint": "80b5bd9c1f487655", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-79ab8964d79ab472", "level": "note", "message": {"text": "Very large file: apps/web/src/lib/locales/en.ts (3616 lines)"}, "properties": {"repobilityId": "11fa130268b64c36", "scanner": "scanner-primary", "fingerprint": "79ab8964d79ab472", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-7b47ffc3edeb979b", "level": "note", "message": {"text": "Very large file: apps/web/src/lib/locales/es.ts (3596 lines)"}, "properties": {"repobilityId": "366875a6b7684f41", "scanner": "scanner-primary", "fingerprint": "7b47ffc3edeb979b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6994a63df77ff1ed", "level": "note", "message": {"text": "Very large file: apps/web/src/lib/locales/pt.ts (3600 lines)"}, "properties": {"repobilityId": "e642bb59cd5134fd", "scanner": "scanner-primary", "fingerprint": "6994a63df77ff1ed", "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": "660ad8df3c5a7bda", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-faccb9061e9b52a0", "level": "note", "message": {"text": "No README detected"}, "properties": {"repobilityId": "e2ad33589fecb164", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-d0c2205560692580", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/mobile/package.json"}, "properties": {"repobilityId": "b3dfed7bb3d70ed3", "scanner": "scanner-primary", "fingerprint": "d0c2205560692580", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/mobile/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4a9eb7dc7c6e3880", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/web/package.json"}, "properties": {"repobilityId": "6c1704bf24cf19ac", "scanner": "scanner-primary", "fingerprint": "4a9eb7dc7c6e3880", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/web/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-41b225e183229484", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/auth/package.json"}, "properties": {"repobilityId": "c022328d0892fb4d", "scanner": "scanner-primary", "fingerprint": "41b225e183229484", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/auth/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0a0634ffe3eb1107", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/api/package.json"}, "properties": {"repobilityId": "61aa8b13d545e157", "scanner": "scanner-primary", "fingerprint": "0a0634ffe3eb1107", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/api/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2699d5f16ae11282", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/shared/package.json"}, "properties": {"repobilityId": "37ac218a4ef9b430", "scanner": "scanner-primary", "fingerprint": "2699d5f16ae11282", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/shared/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-7b16ae2bd0fca524", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/db/package.json"}, "properties": {"repobilityId": "2bddd295d559a9b6", "scanner": "scanner-primary", "fingerprint": "7b16ae2bd0fca524", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/db/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "af9d67efa1dd3aaf", "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": "64646d68e747c929", "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": "44636cb0bec83fa4", "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": "ac85d5c91592fcc2", "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": "a96b90263cad7acf", "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": "04b7b44905b1b747", "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": "9c73fc4ccb2c3aec", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-7ff2885c14f9a032", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/commands/dev-mobile.md"}, "properties": {"repobilityId": "55b494d070abd4dc", "scanner": "scanner-primary", "fingerprint": "7ff2885c14f9a032", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/commands/dev-mobile.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5c9fde0ebfdc0043", "level": "none", "message": {"text": "Commented-code block (5 lines) in apps/web/e2e/org-isolation.spec.ts:64"}, "properties": {"repobilityId": "6da4b53680a626ad", "scanner": "scanner-primary", "fingerprint": "5c9fde0ebfdc0043", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-787d4d182b5bf2ef", "level": "none", "message": {"text": "Commented-code block (5 lines) in apps/web/e2e/classes.spec.ts:3"}, "properties": {"repobilityId": "ff969856ee12e487", "scanner": "scanner-primary", "fingerprint": "787d4d182b5bf2ef", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a43efaa88b22cf04", "level": "none", "message": {"text": "Commented-code block (5 lines) in apps/web/e2e/journey-auth.spec.ts:148"}, "properties": {"repobilityId": "bda4edefeb08cd15", "scanner": "scanner-primary", "fingerprint": "a43efaa88b22cf04", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7ab6d96847216842", "level": "none", "message": {"text": "Commented-code block (6 lines) in apps/web/e2e/journey-member.spec.ts:14"}, "properties": {"repobilityId": "f686d0a3a853f429", "scanner": "scanner-primary", "fingerprint": "7ab6d96847216842", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-313646814d0e52b2", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/api/src/routers/personalRecords.ts:107"}, "properties": {"repobilityId": "5596d6a0c66f6657", "scanner": "scanner-primary", "fingerprint": "313646814d0e52b2", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a7b671b5b764eaa4", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/api/src/routers/wodResults.ts:124"}, "properties": {"repobilityId": "244ff724c6f33375", "scanner": "scanner-primary", "fingerprint": "a7b671b5b764eaa4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-21daf8816f28dfe9", "level": "none", "message": {"text": "Commented-code block (5 lines) in packages/db/src/schema.ts:56"}, "properties": {"repobilityId": "486a4e298f07d25b", "scanner": "scanner-primary", "fingerprint": "21daf8816f28dfe9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"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"]}}]}]}