{"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-50b24e5f33bb24ed", "name": "Stray `console.log` in TS/JS \u2014 my-app/src/app/api/sendEmail/route.ts:8", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 my-app/src/app/api/sendEmail/route.ts:8"}, "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-11558cc765ae84de", "name": "Stray `console.log` in TS/JS \u2014 my-app/src/app/api/validateIdea/route.ts:116", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 my-app/src/app/api/validateIdea/route.ts:116"}, "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-158a657223ce9863", "name": "Stray `console.log` in TS/JS \u2014 my-app/src/app/components/HeaderComponent.tsx:60", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 my-app/src/app/components/HeaderComponent.tsx:60"}, "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-d66f9a9e011f00a2", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 my-app/src/app/components/HeaderComponent.tsx:376", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 my-app/src/app/components/HeaderComponent.tsx:376"}, "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-b6a50740b4da0777", "name": "Stray `console.log` in TS/JS \u2014 my-app/src/app/components/ChatPopup.tsx:122", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 my-app/src/app/components/ChatPopup.tsx:122"}, "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-8c63829fc7233f98", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 my-app/src/app/components/ChatPopup.tsx:565", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 my-app/src/app/components/ChatPopup.tsx:565"}, "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-3886e446593616bc", "name": "Stray `console.log` in TS/JS \u2014 my-app/src/app/components/onboarding/OnboardingForm.tsx:70", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 my-app/src/app/components/onboarding/OnboardingForm.tsx:70"}, "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-497a5dd10f4f3527", "name": "Stray `console.log` in TS/JS \u2014 my-app/src/app/onboarding/[clientId]/page.tsx:59", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 my-app/src/app/onboarding/[clientId]/page.tsx:59"}, "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-a7a4a58dd77138b3", "name": "Stray `console.log` in TS/JS \u2014 my-app/src/app/onboarding/[clientId]/success/page.tsx:51", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 my-app/src/app/onboarding/[clientId]/success/page.tsx:51"}, "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-e86d62802cbd90d4", "name": "Stray `console.log` in TS/JS \u2014 my-app/src/app/context/AuthContext.tsx:33", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 my-app/src/app/context/AuthContext.tsx: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-e303fc42f101c28b", "name": "Runtime dotenv file present in repo: my-app/.env.local", "shortDescription": {"text": "Runtime dotenv file present in repo: my-app/.env.local"}, "fullDescription": {"text": "`my-app/.env.local` looks like a runtime dotenv file. It contains secret-looking assignments for TWILIO_AUTH_TOKEN, OPENAI_API_KEY, GOOGLE_API_KEY. Move real values to a secret manager and keep only `.env.example` style templates in source control."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-084e8ea6e71de3de", "name": "Runtime dotenv file present in repo: my-app/.env", "shortDescription": {"text": "Runtime dotenv file present in repo: my-app/.env"}, "fullDescription": {"text": "`my-app/.env` looks like a runtime dotenv file. It contains secret-looking assignments for OPENAI_API_KEY, TWILIO_AUTH_TOKEN, GOOGLE_API_KEY. Move real values to a secret manager and keep only `.env.example` style templates in source control."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-8ca14bf487b58e0c", "name": "Runtime dotenv file present in repo: my-app/python/.env", "shortDescription": {"text": "Runtime dotenv file present in repo: my-app/python/.env"}, "fullDescription": {"text": "`my-app/python/.env` looks like a runtime dotenv file. It contains secret-looking assignments for OPENAI_API_KEY, TWILIO_AUTH_TOKEN. Move real values to a secret manager and keep only `.env.example` style templates in source control."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-c318ddd67d714c32", "name": "Insecure pattern 'dangerous_innerhtml' in my-app/src/app/components/HeaderComponent.tsx:376", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in my-app/src/app/components/HeaderComponent.tsx:376"}, "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-57c57e51cdd87c38", "name": "Insecure pattern 'dangerous_innerhtml' in my-app/src/app/components/ChatPopup.tsx:565", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in my-app/src/app/components/ChatPopup.tsx:565"}, "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-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "2 test file(s) for 96 source file(s) (ratio 0.02). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 27 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 44 placeholder/mock markers across 11 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. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci, tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-122f91b7f2906dc4", "name": "Agent authority lacks a verifier contract: .claude/settings.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/settings.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-bdbe79097889014c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 my-app/src/app/api/google-reviews/route.ts:16", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 my-app/src/app/api/google-reviews/route.ts:16"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ac5fb45c593841cd", "name": "Commented-code block (5 lines) in my-app/src/app/components/HomePage.tsx:39", "shortDescription": {"text": "Commented-code block (5 lines) in my-app/src/app/components/HomePage.tsx:39"}, "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-e67eb04488a544c4", "name": "Commented-code block (5 lines) in my-app/src/app/components/works.tsx:50", "shortDescription": {"text": "Commented-code block (5 lines) in my-app/src/app/components/works.tsx:50"}, "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-76d6b08e09e7b198", "name": "Commented-code block (15 lines) in my-app/src/app/components/ChatPopup.tsx:136", "shortDescription": {"text": "Commented-code block (15 lines) in my-app/src/app/components/ChatPopup.tsx:136"}, "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-2160a22751ce3196", "name": "`fetch()` without try/.catch or AbortSignal \u2014 my-app/src/app/components/ChatPopup.tsx:166", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 my-app/src/app/components/ChatPopup.tsx:166"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e08a124a23cc9d79", "name": "`fetch()` without try/.catch or AbortSignal \u2014 my-app/src/app/components/onboarding/OnboardingForm.tsx:98", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 my-app/src/app/components/onboarding/OnboardingForm.tsx:98"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a200b3262d73b8e5", "name": "FastAPI POST `analyze_idea` without auth dependency \u2014 my-app/python/main.py:25", "shortDescription": {"text": "FastAPI POST `analyze_idea` without auth dependency \u2014 my-app/python/main.py:25"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-9ef5cd7d476f1561", "name": "Dangling fetch: POST https://hook.us1.make.com/weto5s8cei9yev2bt3kutqvcoqfzeajf (my-app/src/app/components/HomePage.tsx:", "shortDescription": {"text": "Dangling fetch: POST https://hook.us1.make.com/weto5s8cei9yev2bt3kutqvcoqfzeajf (my-app/src/app/components/HomePage.tsx:136)"}, "fullDescription": {"text": "`my-app/src/app/components/HomePage.tsx:136` calls `POST https://hook.us1.make.com/weto5s8cei9yev2bt3kutqvcoqfzeajf` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/hook.us1.make.com/weto5s8cei9yev2bt3kutqvcoqfzeajf`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-27389a319794e5b3", "name": "Dangling fetch: POST /api/validateIdea (my-app/src/app/components/HeaderComponent.tsx:75)", "shortDescription": {"text": "Dangling fetch: POST /api/validateIdea (my-app/src/app/components/HeaderComponent.tsx:75)"}, "fullDescription": {"text": "`my-app/src/app/components/HeaderComponent.tsx:75` calls `POST /api/validateIdea` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/validateidea`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-a76e7d0841866e44", "name": "Dangling fetch: POST https://godofai.app.n8n.cloud/webhook/228d6cec-48b3-4c6d-9628-f1951ae4fcc3 (my-app/src/app/componen", "shortDescription": {"text": "Dangling fetch: POST https://godofai.app.n8n.cloud/webhook/228d6cec-48b3-4c6d-9628-f1951ae4fcc3 (my-app/src/app/components/HeaderComponent.tsx:108)"}, "fullDescription": {"text": "`my-app/src/app/components/HeaderComponent.tsx:108` calls `POST https://godofai.app.n8n.cloud/webhook/228d6cec-48b3-4c6d-9628-f1951ae4fcc3` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/godofai.app.n8n.cloud/webhook/228d6cec-48b3-4c6d-9628-f1951ae4fcc3`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-09a342b244326913", "name": "Dangling fetch: POST /api/chatBot (my-app/src/app/components/ChatPopup.tsx:404)", "shortDescription": {"text": "Dangling fetch: POST /api/chatBot (my-app/src/app/components/ChatPopup.tsx:404)"}, "fullDescription": {"text": "`my-app/src/app/components/ChatPopup.tsx:404` calls `POST /api/chatBot` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/chatbot`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-5ed5bf92ed775348", "name": "Dangling fetch: POST https://hook.us1.make.com/asyohb1n2p93mooqkdm7x3sax4ihnw8s (my-app/src/app/components/onboarding/On", "shortDescription": {"text": "Dangling fetch: POST https://hook.us1.make.com/asyohb1n2p93mooqkdm7x3sax4ihnw8s (my-app/src/app/components/onboarding/OnboardingForm.tsx:98)"}, "fullDescription": {"text": "`my-app/src/app/components/onboarding/OnboardingForm.tsx:98` calls `POST https://hook.us1.make.com/asyohb1n2p93mooqkdm7x3sax4ihnw8s` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/hook.us1.make.com/asyohb1n2p93mooqkdm7x3sax4ihnw8s`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-36ca17abd4efb228", "name": "Dangling fetch: GET /api/google-reviews (my-app/src/app/hooks/useGoogleReviews.ts:53)", "shortDescription": {"text": "Dangling fetch: GET /api/google-reviews (my-app/src/app/hooks/useGoogleReviews.ts:53)"}, "fullDescription": {"text": "`my-app/src/app/hooks/useGoogleReviews.ts:53` calls `GET /api/google-reviews` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/google-reviews`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-e57b1a94815a08f0", "name": "Unused endpoint: POST /analyze-idea", "shortDescription": {"text": "Unused endpoint: POST /analyze-idea"}, "fullDescription": {"text": "`my-app/python/main.py` declares `POST /analyze-idea` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/19845"}, "properties": {"repository": "slimmsyd/OnCode-Software-Agency", "repoUrl": "https://github.com/slimmsyd/OnCode-Software-Agency", "branch": "main"}, "results": [{"ruleId": "scanner-50b24e5f33bb24ed", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 my-app/src/app/api/sendEmail/route.ts:8"}, "properties": {"repobilityId": "54ea90ed9bd2656d", "scanner": "scanner-primary", "fingerprint": "50b24e5f33bb24ed", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-11558cc765ae84de", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 my-app/src/app/api/validateIdea/route.ts:116"}, "properties": {"repobilityId": "2a9565ac39bb3ae9", "scanner": "scanner-primary", "fingerprint": "11558cc765ae84de", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-158a657223ce9863", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 my-app/src/app/components/HeaderComponent.tsx:60"}, "properties": {"repobilityId": "a7d50ec13ae6ebb0", "scanner": "scanner-primary", "fingerprint": "158a657223ce9863", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d66f9a9e011f00a2", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 my-app/src/app/components/HeaderComponent.tsx:376"}, "properties": {"repobilityId": "1956f2bde3b3e636", "scanner": "scanner-primary", "fingerprint": "d66f9a9e011f00a2", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-b6a50740b4da0777", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 my-app/src/app/components/ChatPopup.tsx:122"}, "properties": {"repobilityId": "af4ff07a84309b2f", "scanner": "scanner-primary", "fingerprint": "b6a50740b4da0777", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8c63829fc7233f98", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 my-app/src/app/components/ChatPopup.tsx:565"}, "properties": {"repobilityId": "8330ae1ad9fdf35d", "scanner": "scanner-primary", "fingerprint": "8c63829fc7233f98", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-3886e446593616bc", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 my-app/src/app/components/onboarding/OnboardingForm.tsx:70"}, "properties": {"repobilityId": "77a24e943348baa2", "scanner": "scanner-primary", "fingerprint": "3886e446593616bc", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-497a5dd10f4f3527", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 my-app/src/app/onboarding/[clientId]/page.tsx:59"}, "properties": {"repobilityId": "b43c54ca882b85ca", "scanner": "scanner-primary", "fingerprint": "497a5dd10f4f3527", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a7a4a58dd77138b3", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 my-app/src/app/onboarding/[clientId]/success/page.tsx:51"}, "properties": {"repobilityId": "24d4f7b019faae44", "scanner": "scanner-primary", "fingerprint": "a7a4a58dd77138b3", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e86d62802cbd90d4", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 my-app/src/app/context/AuthContext.tsx:33"}, "properties": {"repobilityId": "e775acc36e9e4896", "scanner": "scanner-primary", "fingerprint": "e86d62802cbd90d4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e303fc42f101c28b", "level": "error", "message": {"text": "Runtime dotenv file present in repo: my-app/.env.local"}, "properties": {"repobilityId": "3d743adb12efd6c6", "scanner": "scanner-primary", "fingerprint": "e303fc42f101c28b", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets", "config", "env-file", "runtime-env", "env_file_with_secret"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "my-app/.env.local"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-084e8ea6e71de3de", "level": "error", "message": {"text": "Runtime dotenv file present in repo: my-app/.env"}, "properties": {"repobilityId": "48681c0b3f5562f4", "scanner": "scanner-primary", "fingerprint": "084e8ea6e71de3de", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets", "config", "env-file", "runtime-env", "env_file_with_secret"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "my-app/.env"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8ca14bf487b58e0c", "level": "error", "message": {"text": "Runtime dotenv file present in repo: my-app/python/.env"}, "properties": {"repobilityId": "17e35bcd40184cda", "scanner": "scanner-primary", "fingerprint": "8ca14bf487b58e0c", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets", "config", "env-file", "runtime-env", "env_file_with_secret"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "my-app/python/.env"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c318ddd67d714c32", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in my-app/src/app/components/HeaderComponent.tsx:376"}, "properties": {"repobilityId": "296cb4fbb5a225a9", "scanner": "scanner-primary", "fingerprint": "c318ddd67d714c32", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "my-app/src/app/components/HeaderComponent.tsx"}, "region": {"startLine": 376}}}]}, {"ruleId": "scanner-57c57e51cdd87c38", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in my-app/src/app/components/ChatPopup.tsx:565"}, "properties": {"repobilityId": "486a06a749d9f6e8", "scanner": "scanner-primary", "fingerprint": "57c57e51cdd87c38", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "my-app/src/app/components/ChatPopup.tsx"}, "region": {"startLine": 565}}}]}, {"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-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "888354ec2b27c045", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "75936b91c32da075", "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": "06139766b52e8239", "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": "37950bb4bf9bd2a2", "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": "f6bdd78507d9333b", "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": "4f6c1a96773ba881", "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": "9f5fb4d85f254933", "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": "998c0ea452adfb27", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-122f91b7f2906dc4", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/settings.json"}, "properties": {"repobilityId": "a2967269048b6a9d", "scanner": "scanner-primary", "fingerprint": "122f91b7f2906dc4", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/settings.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-bdbe79097889014c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 my-app/src/app/api/google-reviews/route.ts:16"}, "properties": {"repobilityId": "36d8168aee41dc2a", "scanner": "scanner-primary", "fingerprint": "bdbe79097889014c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ac5fb45c593841cd", "level": "none", "message": {"text": "Commented-code block (5 lines) in my-app/src/app/components/HomePage.tsx:39"}, "properties": {"repobilityId": "2bc991f1e758cc71", "scanner": "scanner-primary", "fingerprint": "ac5fb45c593841cd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e67eb04488a544c4", "level": "none", "message": {"text": "Commented-code block (5 lines) in my-app/src/app/components/works.tsx:50"}, "properties": {"repobilityId": "07f801201d03250f", "scanner": "scanner-primary", "fingerprint": "e67eb04488a544c4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-76d6b08e09e7b198", "level": "none", "message": {"text": "Commented-code block (15 lines) in my-app/src/app/components/ChatPopup.tsx:136"}, "properties": {"repobilityId": "aebe665008dd75a3", "scanner": "scanner-primary", "fingerprint": "76d6b08e09e7b198", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2160a22751ce3196", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 my-app/src/app/components/ChatPopup.tsx:166"}, "properties": {"repobilityId": "7d55a3e3074a99fa", "scanner": "scanner-primary", "fingerprint": "2160a22751ce3196", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e08a124a23cc9d79", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 my-app/src/app/components/onboarding/OnboardingForm.tsx:98"}, "properties": {"repobilityId": "f2bc30c1fafd0050", "scanner": "scanner-primary", "fingerprint": "e08a124a23cc9d79", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a200b3262d73b8e5", "level": "error", "message": {"text": "FastAPI POST `analyze_idea` without auth dependency \u2014 my-app/python/main.py:25"}, "properties": {"repobilityId": "68363619749aa361", "scanner": "scanner-primary", "fingerprint": "a200b3262d73b8e5", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "my-app/python/main.py"}, "region": {"startLine": 25}}}]}, {"ruleId": "scanner-9ef5cd7d476f1561", "level": "error", "message": {"text": "Dangling fetch: POST https://hook.us1.make.com/weto5s8cei9yev2bt3kutqvcoqfzeajf (my-app/src/app/components/HomePage.tsx:136)"}, "properties": {"repobilityId": "417e9ff16b90b03f", "scanner": "scanner-primary", "fingerprint": "9ef5cd7d476f1561", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-27389a319794e5b3", "level": "error", "message": {"text": "Dangling fetch: POST /api/validateIdea (my-app/src/app/components/HeaderComponent.tsx:75)"}, "properties": {"repobilityId": "79b78235ea4f554c", "scanner": "scanner-primary", "fingerprint": "27389a319794e5b3", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-a76e7d0841866e44", "level": "error", "message": {"text": "Dangling fetch: POST https://godofai.app.n8n.cloud/webhook/228d6cec-48b3-4c6d-9628-f1951ae4fcc3 (my-app/src/app/components/HeaderComponent.tsx:108)"}, "properties": {"repobilityId": "23b22741464eed2c", "scanner": "scanner-primary", "fingerprint": "a76e7d0841866e44", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-09a342b244326913", "level": "error", "message": {"text": "Dangling fetch: POST /api/chatBot (my-app/src/app/components/ChatPopup.tsx:404)"}, "properties": {"repobilityId": "8e6ecb987f06a573", "scanner": "scanner-primary", "fingerprint": "09a342b244326913", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-5ed5bf92ed775348", "level": "error", "message": {"text": "Dangling fetch: POST https://hook.us1.make.com/asyohb1n2p93mooqkdm7x3sax4ihnw8s (my-app/src/app/components/onboarding/OnboardingForm.tsx:98)"}, "properties": {"repobilityId": "6c6cbd5afe5c5ada", "scanner": "scanner-primary", "fingerprint": "5ed5bf92ed775348", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-36ca17abd4efb228", "level": "error", "message": {"text": "Dangling fetch: GET /api/google-reviews (my-app/src/app/hooks/useGoogleReviews.ts:53)"}, "properties": {"repobilityId": "699be6e875d024cc", "scanner": "scanner-primary", "fingerprint": "36ca17abd4efb228", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-e57b1a94815a08f0", "level": "note", "message": {"text": "Unused endpoint: POST /analyze-idea"}, "properties": {"repobilityId": "a45a043d1db5ec7e", "scanner": "scanner-primary", "fingerprint": "e57b1a94815a08f0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}