{"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-9e19c5ec77fdb33e", "name": "Stray `console.log` in TS/JS \u2014 app/api/generate-plan/route.ts:243", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 app/api/generate-plan/route.ts:243"}, "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-041aa72f167c3d3d", "name": "Stray `console.log` in TS/JS \u2014 scripts/test-auth.ts:31", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test-auth.ts:31"}, "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-07182c31defc5d53", "name": "Stray `console.log` in TS/JS \u2014 scripts/delete-guests.ts:31", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/delete-guests.ts:31"}, "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-d6f042bdf8828346", "name": "Stray `console.log` in TS/JS \u2014 scripts/check-user.ts:31", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/check-user.ts:31"}, "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-1ed91a0580f0cfb9", "name": "Stray `console.log` in TS/JS \u2014 scripts/generate-sample-data.ts:87", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/generate-sample-data.ts:87"}, "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-bcd2f5a99d20617b", "name": "Stray `console.log` in TS/JS \u2014 scripts/update-password.ts:33", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/update-password.ts:33"}, "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-5c8f87a90989e1ad", "name": "`truncate` class without `title=` for hover reveal \u2014 components/planner/sidebar-with-edit.tsx:169", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/planner/sidebar-with-edit.tsx:169"}, "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-eac192075db6deb1", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 components/ui/chart.tsx:81", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/ui/chart.tsx:81"}, "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-659e9b7174aba895", "name": "Possible secret in app/login/page.tsx", "shortDescription": {"text": "Possible secret in app/login/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-ef6fc7af7851312b", "name": "Possible secret in app/register/page.tsx", "shortDescription": {"text": "Possible secret in app/register/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-b5de5554da62ab66", "name": "Insecure pattern 'dangerous_innerhtml' in components/ui/chart.tsx:81", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in components/ui/chart.tsx:81"}, "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-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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "1 test file(s) for 97 source file(s) (ratio 0.01). 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-4a97e7a18e8c1698", "name": "Node manifest has dependencies but no lockfile: backup-config/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: backup-config/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 17 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 19 placeholder/mock markers across 12 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci, tests, lockfile. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/24920"}, "properties": {"repository": "chester-ong-sg/Wedding-planner", "repoUrl": "https://github.com/chester-ong-sg/Wedding-planner", "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-9e19c5ec77fdb33e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 app/api/generate-plan/route.ts:243"}, "properties": {"repobilityId": "ec3bcbacdf9c7031", "scanner": "scanner-primary", "fingerprint": "9e19c5ec77fdb33e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-041aa72f167c3d3d", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/test-auth.ts:31"}, "properties": {"repobilityId": "37179e9ae2913ab0", "scanner": "scanner-primary", "fingerprint": "041aa72f167c3d3d", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-07182c31defc5d53", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/delete-guests.ts:31"}, "properties": {"repobilityId": "412ea8b1a7eb5fd0", "scanner": "scanner-primary", "fingerprint": "07182c31defc5d53", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d6f042bdf8828346", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/check-user.ts:31"}, "properties": {"repobilityId": "581ed2004610ac2c", "scanner": "scanner-primary", "fingerprint": "d6f042bdf8828346", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-1ed91a0580f0cfb9", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/generate-sample-data.ts:87"}, "properties": {"repobilityId": "52bc881e6bff9d8b", "scanner": "scanner-primary", "fingerprint": "1ed91a0580f0cfb9", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-bcd2f5a99d20617b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/update-password.ts:33"}, "properties": {"repobilityId": "7adf06910f805b54", "scanner": "scanner-primary", "fingerprint": "bcd2f5a99d20617b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-5c8f87a90989e1ad", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/planner/sidebar-with-edit.tsx:169"}, "properties": {"repobilityId": "e6b067841e726e4e", "scanner": "scanner-primary", "fingerprint": "5c8f87a90989e1ad", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-eac192075db6deb1", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 components/ui/chart.tsx:81"}, "properties": {"repobilityId": "dd1e3f2d87b6f488", "scanner": "scanner-primary", "fingerprint": "eac192075db6deb1", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-659e9b7174aba895", "level": "error", "message": {"text": "Possible secret in app/login/page.tsx"}, "properties": {"repobilityId": "72327930e51c99bd", "scanner": "scanner-primary", "fingerprint": "659e9b7174aba895", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/login/page.tsx"}, "region": {"startLine": 128}}}]}, {"ruleId": "scanner-659e9b7174aba895", "level": "error", "message": {"text": "Possible secret in app/login/page.tsx"}, "properties": {"repobilityId": "72327930e51c99bd", "scanner": "scanner-primary", "fingerprint": "659e9b7174aba895", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/login/page.tsx"}, "region": {"startLine": 135}}}]}, {"ruleId": "scanner-659e9b7174aba895", "level": "error", "message": {"text": "Possible secret in app/login/page.tsx"}, "properties": {"repobilityId": "72327930e51c99bd", "scanner": "scanner-primary", "fingerprint": "659e9b7174aba895", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/login/page.tsx"}, "region": {"startLine": 144}}}]}, {"ruleId": "scanner-ef6fc7af7851312b", "level": "error", "message": {"text": "Possible secret in app/register/page.tsx"}, "properties": {"repobilityId": "179a55556fde518e", "scanner": "scanner-primary", "fingerprint": "ef6fc7af7851312b", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/register/page.tsx"}, "region": {"startLine": 34}}}]}, {"ruleId": "scanner-ef6fc7af7851312b", "level": "error", "message": {"text": "Possible secret in app/register/page.tsx"}, "properties": {"repobilityId": "179a55556fde518e", "scanner": "scanner-primary", "fingerprint": "ef6fc7af7851312b", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/register/page.tsx"}, "region": {"startLine": 49}}}]}, {"ruleId": "scanner-ef6fc7af7851312b", "level": "error", "message": {"text": "Possible secret in app/register/page.tsx"}, "properties": {"repobilityId": "179a55556fde518e", "scanner": "scanner-primary", "fingerprint": "ef6fc7af7851312b", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app/register/page.tsx"}, "region": {"startLine": 70}}}]}, {"ruleId": "scanner-b5de5554da62ab66", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in components/ui/chart.tsx:81"}, "properties": {"repobilityId": "c41c7626c87bbabe", "scanner": "scanner-primary", "fingerprint": "b5de5554da62ab66", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "components/ui/chart.tsx"}, "region": {"startLine": 81}}}]}, {"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-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": "66f4dcb0cf2ca4a0", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-4a97e7a18e8c1698", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: backup-config/package.json"}, "properties": {"repobilityId": "810c9603eb33a454", "scanner": "scanner-primary", "fingerprint": "4a97e7a18e8c1698", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backup-config/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "4c90fb51fb1846d9", "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": "8d7f578d6055bba2", "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": "0b0f63bdf5cb4822", "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": "f8182eec2d159d9d", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}]}]}