{"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-e226035a9a19bf1a", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/layout/page-hero.jsx:25", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/layout/page-hero.jsx:25"}, "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-1c7eae9aab52c15e", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/home/pillars-section.jsx:17", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/home/pillars-section.jsx:17"}, "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-3fc2a015dd54541b", "name": "TODO/FIXME marker in shipping code \u2014 src/constants/site.js:8", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/constants/site.js:8"}, "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-e728aa6b6dc44a07", "name": "Stray `console.log` in TS/JS \u2014 .claude/skills/playwright-skill/run.js:36", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 .claude/skills/playwright-skill/run.js:36"}, "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-a02d098318cc3f31", "name": "Stray `console.log` in TS/JS \u2014 .claude/skills/playwright-skill/lib/helpers.js:137", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 .claude/skills/playwright-skill/lib/helpers.js:137"}, "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-4e263f6185fb66a1", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/layout/page-hero.jsx:25", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/layout/page-hero.jsx:25"}, "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-769fbc26337c9050", "name": "Insecure pattern 'dangerous_innerhtml' in src/components/home/pillars-section.jsx:17", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/home/pillars-section.jsx:17"}, "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-16e22471a9d9f4cd", "name": "Insecure pattern 'node_child_process' in .claude/skills/playwright-skill/run.js:15", "shortDescription": {"text": "Insecure pattern 'node_child_process' in .claude/skills/playwright-skill/run.js:15"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-763885a5eb48e826", "name": "Possible secret in .claude/skills/playwright-skill/lib/helpers.js", "shortDescription": {"text": "Possible secret in .claude/skills/playwright-skill/lib/helpers.js"}, "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 67 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 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 35 placeholder/mock markers across 9 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-50b8be9444b27282", "name": "Agent instruction/config may expose a secret: .claude/rules/ghl-events-integration.md", "shortDescription": {"text": "Agent instruction/config may expose a secret: .claude/rules/ghl-events-integration.md"}, "fullDescription": {"text": "Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-fe89692e231453b8", "name": "Agent authority lacks a verifier contract: .claude/skills/playwright-skill/SKILL.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/skills/playwright-skill/SKILL.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-c7d36bb31105e006", "name": "Commented-code block (5 lines) in src/constants/site.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in src/constants/site.js:1"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-82d2329f78aae891", "name": "Commented-code block (5 lines) in src/lib/ghl.js:19", "shortDescription": {"text": "Commented-code block (5 lines) in src/lib/ghl.js:19"}, "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-463aee4785582fe6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/ghl.js:51", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/ghl.js:51"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/24292"}, "properties": {"repository": "AreeshRazaKhan/friendsofmarknorman", "repoUrl": "https://github.com/AreeshRazaKhan/friendsofmarknorman", "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-e226035a9a19bf1a", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/layout/page-hero.jsx:25"}, "properties": {"repobilityId": "17f86754a633ee7f", "scanner": "scanner-primary", "fingerprint": "e226035a9a19bf1a", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-1c7eae9aab52c15e", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 src/components/home/pillars-section.jsx:17"}, "properties": {"repobilityId": "c302987fd389696d", "scanner": "scanner-primary", "fingerprint": "1c7eae9aab52c15e", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-3fc2a015dd54541b", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/constants/site.js:8"}, "properties": {"repobilityId": "452881b5bc49547e", "scanner": "scanner-primary", "fingerprint": "3fc2a015dd54541b", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-e728aa6b6dc44a07", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 .claude/skills/playwright-skill/run.js:36"}, "properties": {"repobilityId": "01a2e503ca38c3fa", "scanner": "scanner-primary", "fingerprint": "e728aa6b6dc44a07", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-a02d098318cc3f31", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 .claude/skills/playwright-skill/lib/helpers.js:137"}, "properties": {"repobilityId": "0cc7f40b13ceee17", "scanner": "scanner-primary", "fingerprint": "a02d098318cc3f31", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4e263f6185fb66a1", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/layout/page-hero.jsx:25"}, "properties": {"repobilityId": "c5912bd1128f9784", "scanner": "scanner-primary", "fingerprint": "4e263f6185fb66a1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/layout/page-hero.jsx"}, "region": {"startLine": 25}}}]}, {"ruleId": "scanner-769fbc26337c9050", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in src/components/home/pillars-section.jsx:17"}, "properties": {"repobilityId": "5fc76e6e194ea9ba", "scanner": "scanner-primary", "fingerprint": "769fbc26337c9050", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/components/home/pillars-section.jsx"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-16e22471a9d9f4cd", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in .claude/skills/playwright-skill/run.js:15"}, "properties": {"repobilityId": "c33c0e6725d6763b", "scanner": "scanner-primary", "fingerprint": "16e22471a9d9f4cd", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/playwright-skill/run.js"}, "region": {"startLine": 15}}}]}, {"ruleId": "scanner-763885a5eb48e826", "level": "error", "message": {"text": "Possible secret in .claude/skills/playwright-skill/lib/helpers.js"}, "properties": {"repobilityId": "e4ee403d9155044b", "scanner": "scanner-primary", "fingerprint": "763885a5eb48e826", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/playwright-skill/lib/helpers.js"}, "region": {"startLine": 208}}}]}, {"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": "b11418e495ab8bf4", "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": "23d4975331647980", "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": "ffc549e9118b433f", "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": "2d8ae736feb6af1e", "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": "5e70e79c0b994d7c", "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": "7f926c5368f6080d", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-50b8be9444b27282", "level": "error", "message": {"text": "Agent instruction/config may expose a secret: .claude/rules/ghl-events-integration.md"}, "properties": {"repobilityId": "a54b2135a541fa62", "scanner": "scanner-primary", "fingerprint": "50b8be9444b27282", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["agent-instructions", "secrets", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/rules/ghl-events-integration.md"}, "region": {"startLine": 47}}}]}, {"ruleId": "scanner-fe89692e231453b8", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/skills/playwright-skill/SKILL.md"}, "properties": {"repobilityId": "67927288224fe835", "scanner": "scanner-primary", "fingerprint": "fe89692e231453b8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/playwright-skill/SKILL.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c7d36bb31105e006", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/constants/site.js:1"}, "properties": {"repobilityId": "642b4a30b57ae855", "scanner": "scanner-primary", "fingerprint": "c7d36bb31105e006", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-82d2329f78aae891", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/lib/ghl.js:19"}, "properties": {"repobilityId": "307d318752c2d1db", "scanner": "scanner-primary", "fingerprint": "82d2329f78aae891", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-463aee4785582fe6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/lib/ghl.js:51"}, "properties": {"repobilityId": "01ffdddb9307607e", "scanner": "scanner-primary", "fingerprint": "463aee4785582fe6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}