{"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-ddedf7c0fd13d01b", "name": "Stray `console.log` in TS/JS \u2014 server.js:31", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 server.js:31"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ab960b1acd86759c", "name": "Stray `console.log` in TS/JS \u2014 libs/peerjs.min.js:7", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 libs/peerjs.min.js:7"}, "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-56fd1d942bdb7134", "name": "React Flow edge with `label=` but no project-wide edge-label CSS override \u2014 libs/peerjs.min.js:7", "shortDescription": {"text": "React Flow edge with `label=` but no project-wide edge-label CSS override \u2014 libs/peerjs.min.js:7"}, "fullDescription": {"text": "React Flow edge labels render with a white rectangle behind the text by default, which scatters bright boxes across a dark canvas. Either drop the label, or override `.react-flow__edge-textbg` and `.react-flow__edge-text` in your stylesheet.\n\nWhy: P-H in CHECKLIST.md \u2014 vendor edge labels bleed white through a dark canvas.\nRule id: fq.edge-label.no-bg"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2726c7bd2194d6db", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/sim.js:133", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/sim.js:133"}, "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-a9ab5a5393dedd32", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/net.js:340", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/net.js:340"}, "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-0b0198c46eaa8612", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/menu.js:17", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/menu.js:17"}, "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-33a416733da15cc3", "name": "Insecure pattern 'direct_innerhtml_assignment' in js/ui.js:135", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/ui.js:135"}, "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-f46f29989c65875e", "name": "Possible secret in libs/peerjs.min.js", "shortDescription": {"text": "Possible secret in libs/peerjs.min.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-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": "0 test file(s) for 13 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 15 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-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-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-31f3a205c43c2b48", "name": "Commented-code block (6 lines) in js/defs.js:207", "shortDescription": {"text": "Commented-code block (6 lines) in js/defs.js:207"}, "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-0ea912d574e48f9c", "name": "Commented-code block (5 lines) in js/sim.js:24", "shortDescription": {"text": "Commented-code block (5 lines) in js/sim.js:24"}, "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-716f9864a4ab9239", "name": "Commented-code block (7 lines) in js/net.js:122", "shortDescription": {"text": "Commented-code block (7 lines) in js/net.js:122"}, "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-ad1935d22d579dde", "name": "Legacy-named symbol `shimCreateOfferLegacy` in libs/peerjs.min.js:1", "shortDescription": {"text": "Legacy-named symbol `shimCreateOfferLegacy` in libs/peerjs.min.js:1"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-19e8c7c04ac0bffe", "name": "`fetch()` without try/.catch or AbortSignal \u2014 libs/peerjs.min.js:7", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 libs/peerjs.min.js:7"}, "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/18523"}, "properties": {"repository": "rtalado/trifold-rts", "repoUrl": "https://github.com/rtalado/trifold-rts", "branch": "main"}, "results": [{"ruleId": "scanner-ddedf7c0fd13d01b", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 server.js:31"}, "properties": {"repobilityId": "a9deebb5fdc93edc", "scanner": "scanner-primary", "fingerprint": "ddedf7c0fd13d01b", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-ab960b1acd86759c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 libs/peerjs.min.js:7"}, "properties": {"repobilityId": "036bd264f9e0114b", "scanner": "scanner-primary", "fingerprint": "ab960b1acd86759c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-56fd1d942bdb7134", "level": "note", "message": {"text": "React Flow edge with `label=` but no project-wide edge-label CSS override \u2014 libs/peerjs.min.js:7"}, "properties": {"repobilityId": "fd303c22f6e87423", "scanner": "scanner-primary", "fingerprint": "56fd1d942bdb7134", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.edge-label.no-bg"]}}, {"ruleId": "scanner-2726c7bd2194d6db", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/sim.js:133"}, "properties": {"repobilityId": "c3aea4b2b0811094", "scanner": "scanner-primary", "fingerprint": "2726c7bd2194d6db", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/sim.js"}, "region": {"startLine": 133}}}]}, {"ruleId": "scanner-a9ab5a5393dedd32", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/net.js:340"}, "properties": {"repobilityId": "39fc055e8f75fa74", "scanner": "scanner-primary", "fingerprint": "a9ab5a5393dedd32", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/net.js"}, "region": {"startLine": 340}}}]}, {"ruleId": "scanner-0b0198c46eaa8612", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/menu.js:17"}, "properties": {"repobilityId": "5805ee0929c8f295", "scanner": "scanner-primary", "fingerprint": "0b0198c46eaa8612", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/menu.js"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-33a416733da15cc3", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in js/ui.js:135"}, "properties": {"repobilityId": "b61c07352f1b1ece", "scanner": "scanner-primary", "fingerprint": "33a416733da15cc3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "js/ui.js"}, "region": {"startLine": 135}}}]}, {"ruleId": "scanner-f46f29989c65875e", "level": "error", "message": {"text": "Possible secret in libs/peerjs.min.js"}, "properties": {"repobilityId": "19c4dae9d933097b", "scanner": "scanner-primary", "fingerprint": "f46f29989c65875e", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "libs/peerjs.min.js"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f46f29989c65875e", "level": "error", "message": {"text": "Possible secret in libs/peerjs.min.js"}, "properties": {"repobilityId": "19c4dae9d933097b", "scanner": "scanner-primary", "fingerprint": "f46f29989c65875e", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "libs/peerjs.min.js"}, "region": {"startLine": 1}}}]}, {"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": "d40a5d8e1999ca75", "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": "8ea0bb34b056e51b", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "d000e7a982433618", "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": "2494ad438b3a9e55", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "9ce2a5d582e44627", "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": "1eda275f1751417c", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-31f3a205c43c2b48", "level": "none", "message": {"text": "Commented-code block (6 lines) in js/defs.js:207"}, "properties": {"repobilityId": "a8d89055d248eb05", "scanner": "scanner-primary", "fingerprint": "31f3a205c43c2b48", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-0ea912d574e48f9c", "level": "none", "message": {"text": "Commented-code block (5 lines) in js/sim.js:24"}, "properties": {"repobilityId": "faa5b36c0ec581d2", "scanner": "scanner-primary", "fingerprint": "0ea912d574e48f9c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-716f9864a4ab9239", "level": "none", "message": {"text": "Commented-code block (7 lines) in js/net.js:122"}, "properties": {"repobilityId": "795455b66f756f77", "scanner": "scanner-primary", "fingerprint": "716f9864a4ab9239", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ad1935d22d579dde", "level": "note", "message": {"text": "Legacy-named symbol `shimCreateOfferLegacy` in libs/peerjs.min.js:1"}, "properties": {"repobilityId": "2da2ce30306ca729", "scanner": "scanner-primary", "fingerprint": "ad1935d22d579dde", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-19e8c7c04ac0bffe", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 libs/peerjs.min.js:7"}, "properties": {"repobilityId": "08788a7050a52975", "scanner": "scanner-primary", "fingerprint": "19e8c7c04ac0bffe", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}