{"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-fa6280f1a907ff34", "name": "Stray `console.log` in TS/JS \u2014 scripts/extract-unwto-data.js:22", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/extract-unwto-data.js:22"}, "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-2ba6adcdc8d3ffb9", "name": "Stray `console.log` in TS/JS \u2014 scripts/screenshot-comparison.js:67", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/screenshot-comparison.js:67"}, "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-f3d312f25ec87ce4", "name": "Stray `console.log` in TS/JS \u2014 scripts/screenshot-expanded.js:64", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/screenshot-expanded.js:64"}, "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-99ddca8159717c60", "name": "Stray `console.log` in TS/JS \u2014 scripts/extract-visa-info.js:391", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/extract-visa-info.js:391"}, "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-0cb26826adb8dd8e", "name": "Stray `console.log` in TS/JS \u2014 scripts/download-visa-policies.js:129", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/download-visa-policies.js:129"}, "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-3e47b94533691af2", "name": "Stray `console.log` in TS/JS \u2014 scripts/screenshot-test.js:21", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/screenshot-test.js:21"}, "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-f430bd46df084773", "name": "Stray `console.log` in TS/JS \u2014 scripts/screenshot-single-expanded.js:46", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/screenshot-single-expanded.js:46"}, "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-9a4b4e246013f4e6", "name": "Stray `console.log` in TS/JS \u2014 scripts/calculate-passport-scores.js:318", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/calculate-passport-scores.js:318"}, "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-e5f14ffdab142b95", "name": "Stray `console.log` in TS/JS \u2014 scripts/share-maps/extract-unwto-outbound.js:59", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/share-maps/extract-unwto-outbound.js: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-8261094c18fdb058", "name": "`truncate` class without `title=` for hover reveal \u2014 components/Hero.js:54", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/Hero.js:54"}, "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-39ec91bf353ddb32", "name": "Stray `console.log` in TS/JS \u2014 lib/googlePlaces.js:26", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 lib/googlePlaces.js:26"}, "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-8b8d68beec0e3c55", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 pages/experience.js:129", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 pages/experience.js:129"}, "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-94819427dd8172e3", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 pages/_document.js:31", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 pages/_document.js:31"}, "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-3457dc664b3f41b6", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 pages/passport-insights.js:36", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 pages/passport-insights.js:36"}, "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-8eaa0ea151d84841", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 pages/passport-insights/methodology.js:36", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 pages/passport-insights/methodology.js:36"}, "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-2c57f74d84a9c6e9", "name": "Insecure pattern 'eval_used' in scripts/share-maps/compute-map-data.py:28", "shortDescription": {"text": "Insecure pattern 'eval_used' in scripts/share-maps/compute-map-data.py:28"}, "fullDescription": {"text": "Found a known-risky pattern (eval_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-f0781a32c25bf090", "name": "Insecure pattern 'dangerous_innerhtml' in pages/experience.js:129", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in pages/experience.js:129"}, "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-b8575e64c5c2fce6", "name": "Insecure pattern 'dangerous_innerhtml' in pages/_document.js:31", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in pages/_document.js:31"}, "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-93b8e03873c5a97e", "name": "Insecure pattern 'dangerous_innerhtml' in pages/passport-insights.js:36", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in pages/passport-insights.js:36"}, "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-49a3b9553a5ed792", "name": "Insecure pattern 'dangerous_innerhtml' in pages/passport-insights/methodology.js:36", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in pages/passport-insights/methodology.js:36"}, "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-d08c24c338c381b2", "name": "Insecure pattern 'direct_innerhtml_assignment' in playwright-report/index.html:46", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in playwright-report/index.html:46"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-db0f14a19b0a23f6", "name": "Insecure pattern 'direct_innerhtml_assignment' in public/passport-ranking/index.html:1039", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/passport-ranking/index.html:1039"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-cb639d9a10a47b23", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "9 tests / 79 src (ratio 0.11)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "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-01f96f71d9907a8c", "name": "README lacks setup or run instructions", "shortDescription": {"text": "README lacks setup or run instructions"}, "fullDescription": {"text": "A README exists, but it does not contain common install/setup/run markers. This matches a frequent generated-code pattern: UI is present, operational handoff is thin."}, "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 105 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 17 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, operator-readme. 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, operator-readme. 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-2297599c5c34b318", "name": "Commented-code block (6 lines) in playwright.config.js:56", "shortDescription": {"text": "Commented-code block (6 lines) in playwright.config.js: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-f7d4a74141f482a0", "name": "Commented-code block (6 lines) in lib/open-door-data.js:1", "shortDescription": {"text": "Commented-code block (6 lines) in lib/open-door-data.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-420281b8f15cde6c", "name": "Commented-code block (7 lines) in pages/passport-ranking.js:50", "shortDescription": {"text": "Commented-code block (7 lines) in pages/passport-ranking.js: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}}]}}, "automationDetails": {"id": "repobility/22323"}, "properties": {"repository": "visualpharm/aiandtractors", "repoUrl": "https://github.com/visualpharm/aiandtractors", "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-fa6280f1a907ff34", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/extract-unwto-data.js:22"}, "properties": {"repobilityId": "224310c0ce43b0c2", "scanner": "scanner-primary", "fingerprint": "fa6280f1a907ff34", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-2ba6adcdc8d3ffb9", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/screenshot-comparison.js:67"}, "properties": {"repobilityId": "a4fc61d6546c66a1", "scanner": "scanner-primary", "fingerprint": "2ba6adcdc8d3ffb9", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f3d312f25ec87ce4", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/screenshot-expanded.js:64"}, "properties": {"repobilityId": "671ec0e310327466", "scanner": "scanner-primary", "fingerprint": "f3d312f25ec87ce4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-99ddca8159717c60", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/extract-visa-info.js:391"}, "properties": {"repobilityId": "26acde1d91f74757", "scanner": "scanner-primary", "fingerprint": "99ddca8159717c60", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-0cb26826adb8dd8e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/download-visa-policies.js:129"}, "properties": {"repobilityId": "2b3baef8326033e2", "scanner": "scanner-primary", "fingerprint": "0cb26826adb8dd8e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-3e47b94533691af2", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/screenshot-test.js:21"}, "properties": {"repobilityId": "65947a044547e1f6", "scanner": "scanner-primary", "fingerprint": "3e47b94533691af2", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f430bd46df084773", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/screenshot-single-expanded.js:46"}, "properties": {"repobilityId": "40d58f88d9ad1eaf", "scanner": "scanner-primary", "fingerprint": "f430bd46df084773", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-9a4b4e246013f4e6", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/calculate-passport-scores.js:318"}, "properties": {"repobilityId": "b39c786452e2a445", "scanner": "scanner-primary", "fingerprint": "9a4b4e246013f4e6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e5f14ffdab142b95", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/share-maps/extract-unwto-outbound.js:59"}, "properties": {"repobilityId": "17a96f537fe88360", "scanner": "scanner-primary", "fingerprint": "e5f14ffdab142b95", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8261094c18fdb058", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 components/Hero.js:54"}, "properties": {"repobilityId": "d9b5535811593f5d", "scanner": "scanner-primary", "fingerprint": "8261094c18fdb058", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-39ec91bf353ddb32", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 lib/googlePlaces.js:26"}, "properties": {"repobilityId": "dec49135cffbb8a2", "scanner": "scanner-primary", "fingerprint": "39ec91bf353ddb32", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8b8d68beec0e3c55", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 pages/experience.js:129"}, "properties": {"repobilityId": "f35fa906a50a01e8", "scanner": "scanner-primary", "fingerprint": "8b8d68beec0e3c55", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-94819427dd8172e3", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 pages/_document.js:31"}, "properties": {"repobilityId": "a10eee4a48fd2f54", "scanner": "scanner-primary", "fingerprint": "94819427dd8172e3", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-3457dc664b3f41b6", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 pages/passport-insights.js:36"}, "properties": {"repobilityId": "b476ba8171f43d36", "scanner": "scanner-primary", "fingerprint": "3457dc664b3f41b6", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-8eaa0ea151d84841", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 pages/passport-insights/methodology.js:36"}, "properties": {"repobilityId": "7bff6b3d33526242", "scanner": "scanner-primary", "fingerprint": "8eaa0ea151d84841", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"ruleId": "scanner-2c57f74d84a9c6e9", "level": "error", "message": {"text": "Insecure pattern 'eval_used' in scripts/share-maps/compute-map-data.py:28"}, "properties": {"repobilityId": "f1f67dd76b0ebd7b", "scanner": "scanner-primary", "fingerprint": "2c57f74d84a9c6e9", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "eval_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/share-maps/compute-map-data.py"}, "region": {"startLine": 28}}}]}, {"ruleId": "scanner-f0781a32c25bf090", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in pages/experience.js:129"}, "properties": {"repobilityId": "ce9a3c78eb35ae5e", "scanner": "scanner-primary", "fingerprint": "f0781a32c25bf090", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pages/experience.js"}, "region": {"startLine": 129}}}]}, {"ruleId": "scanner-b8575e64c5c2fce6", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in pages/_document.js:31"}, "properties": {"repobilityId": "8a69d61206002146", "scanner": "scanner-primary", "fingerprint": "b8575e64c5c2fce6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pages/_document.js"}, "region": {"startLine": 31}}}]}, {"ruleId": "scanner-93b8e03873c5a97e", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in pages/passport-insights.js:36"}, "properties": {"repobilityId": "e21bbff1f30f3baa", "scanner": "scanner-primary", "fingerprint": "93b8e03873c5a97e", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pages/passport-insights.js"}, "region": {"startLine": 36}}}]}, {"ruleId": "scanner-49a3b9553a5ed792", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in pages/passport-insights/methodology.js:36"}, "properties": {"repobilityId": "c3a7d74bc1287cae", "scanner": "scanner-primary", "fingerprint": "49a3b9553a5ed792", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "pages/passport-insights/methodology.js"}, "region": {"startLine": 36}}}]}, {"ruleId": "scanner-d08c24c338c381b2", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in playwright-report/index.html:46"}, "properties": {"repobilityId": "72bf5b0e0e2b9155", "scanner": "scanner-primary", "fingerprint": "d08c24c338c381b2", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "playwright-report/index.html"}, "region": {"startLine": 46}}}]}, {"ruleId": "scanner-db0f14a19b0a23f6", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in public/passport-ranking/index.html:1039"}, "properties": {"repobilityId": "29d7c5e4989d8d42", "scanner": "scanner-primary", "fingerprint": "db0f14a19b0a23f6", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "public/passport-ranking/index.html"}, "region": {"startLine": 1039}}}]}, {"ruleId": "scanner-cb639d9a10a47b23", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "b86179956da3a4a8", "scanner": "scanner-primary", "fingerprint": "cb639d9a10a47b23", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"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-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "f9b1f7e4dd620e74", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-01f96f71d9907a8c", "level": "note", "message": {"text": "README lacks setup or run instructions"}, "properties": {"repobilityId": "4fe10175bc784c84", "scanner": "scanner-primary", "fingerprint": "01f96f71d9907a8c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "6887b5f0eb8fb553", "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": "4665dc959dee46bf", "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": "e55d6f6cbc619fd8", "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": "1160dc5026aee954", "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": "1a14931be84e269b", "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": "598e5962a4e50830", "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": "c2c4d44aa5a2b0b6", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-2297599c5c34b318", "level": "none", "message": {"text": "Commented-code block (6 lines) in playwright.config.js:56"}, "properties": {"repobilityId": "3b093ede62f1ab04", "scanner": "scanner-primary", "fingerprint": "2297599c5c34b318", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f7d4a74141f482a0", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/open-door-data.js:1"}, "properties": {"repobilityId": "3cfc48cf9b872175", "scanner": "scanner-primary", "fingerprint": "f7d4a74141f482a0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-420281b8f15cde6c", "level": "none", "message": {"text": "Commented-code block (7 lines) in pages/passport-ranking.js:50"}, "properties": {"repobilityId": "16bfd9c413e754bd", "scanner": "scanner-primary", "fingerprint": "420281b8f15cde6c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}