{"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-86bedee1ea870189", "name": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/DeskCard.tsx:23", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/DeskCard.tsx:23"}, "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-30f52b6960601c09", "name": "Stray `console.log` in TS/JS \u2014 web/src/three/furniture.ts:170", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 web/src/three/furniture.ts:170"}, "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-bf1626e69948f8a7", "name": "Insecure pattern 'direct_innerhtml_assignment' in web/src/three/engine.ts:755", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/src/three/engine.ts:755"}, "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-9b07ccb9f545f17a", "name": "Insecure pattern 'node_child_process' in server/src/sources/tmux.ts:19", "shortDescription": {"text": "Insecure pattern 'node_child_process' in server/src/sources/tmux.ts:19"}, "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-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-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-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-19c386627f1ffd48", "name": "Commented-code block (7 lines) in server/tools/ts-loader.mjs:4", "shortDescription": {"text": "Commented-code block (7 lines) in server/tools/ts-loader.mjs:4"}, "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-edc512fcbfd324e5", "name": "Commented-code block (5 lines) in server/src/config.ts:6", "shortDescription": {"text": "Commented-code block (5 lines) in server/src/config.ts:6"}, "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-f47c7883c7d9fd30", "name": "Commented-code block (9 lines) in server/src/server.test.ts:3", "shortDescription": {"text": "Commented-code block (9 lines) in server/src/server.test.ts:3"}, "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-32f68734111cd94c", "name": "Commented-code block (7 lines) in server/src/collector.ts:4", "shortDescription": {"text": "Commented-code block (7 lines) in server/src/collector.ts:4"}, "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-86a528fc2d5b06a0", "name": "Commented-code block (13 lines) in server/src/server.ts:3", "shortDescription": {"text": "Commented-code block (13 lines) in server/src/server.ts:3"}, "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-bf6fbcf904669b42", "name": "Commented-code block (5 lines) in server/src/redact.ts:8", "shortDescription": {"text": "Commented-code block (5 lines) in server/src/redact.ts:8"}, "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-d1933f74c54acf22", "name": "Commented-code block (6 lines) in server/src/sources/transcript.ts:6", "shortDescription": {"text": "Commented-code block (6 lines) in server/src/sources/transcript.ts:6"}, "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-1937ae3f21502458", "name": "Commented-code block (12 lines) in server/src/sources/tmux.ts:3", "shortDescription": {"text": "Commented-code block (12 lines) in server/src/sources/tmux.ts:3"}, "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-fb7e357b49363145", "name": "Commented-code block (5 lines) in server/src/sources/metrics.ts:5", "shortDescription": {"text": "Commented-code block (5 lines) in server/src/sources/metrics.ts:5"}, "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-43269e4e79c2e69e", "name": "Unused endpoint: GET /events", "shortDescription": {"text": "Unused endpoint: GET /events"}, "fullDescription": {"text": "`server/src/server.ts` declares `GET /events` 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/20027"}, "properties": {"repository": "sorryhumans/roost", "repoUrl": "https://github.com/sorryhumans/roost", "branch": "main"}, "results": [{"ruleId": "scanner-86bedee1ea870189", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/src/components/DeskCard.tsx:23"}, "properties": {"repobilityId": "acd2ec84944e1c08", "scanner": "scanner-primary", "fingerprint": "86bedee1ea870189", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-30f52b6960601c09", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 web/src/three/furniture.ts:170"}, "properties": {"repobilityId": "5716fde84e502fc5", "scanner": "scanner-primary", "fingerprint": "30f52b6960601c09", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-bf1626e69948f8a7", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/src/three/engine.ts:755"}, "properties": {"repobilityId": "d64c8fd04a93bf11", "scanner": "scanner-primary", "fingerprint": "bf1626e69948f8a7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/src/three/engine.ts"}, "region": {"startLine": 755}}}]}, {"ruleId": "scanner-9b07ccb9f545f17a", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in server/src/sources/tmux.ts:19"}, "properties": {"repobilityId": "99c7bcd8c5828e9f", "scanner": "scanner-primary", "fingerprint": "9b07ccb9f545f17a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/src/sources/tmux.ts"}, "region": {"startLine": 19}}}]}, {"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-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "5ce2c97e40bc0e58", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "141ffba31edd9f15", "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": "e72aebe8f68e801a", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-19c386627f1ffd48", "level": "none", "message": {"text": "Commented-code block (7 lines) in server/tools/ts-loader.mjs:4"}, "properties": {"repobilityId": "f4ba2820d4cf2f36", "scanner": "scanner-primary", "fingerprint": "19c386627f1ffd48", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-edc512fcbfd324e5", "level": "none", "message": {"text": "Commented-code block (5 lines) in server/src/config.ts:6"}, "properties": {"repobilityId": "60efcace448f2e3b", "scanner": "scanner-primary", "fingerprint": "edc512fcbfd324e5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f47c7883c7d9fd30", "level": "none", "message": {"text": "Commented-code block (9 lines) in server/src/server.test.ts:3"}, "properties": {"repobilityId": "b9cd6c502aff3fbd", "scanner": "scanner-primary", "fingerprint": "f47c7883c7d9fd30", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-32f68734111cd94c", "level": "none", "message": {"text": "Commented-code block (7 lines) in server/src/collector.ts:4"}, "properties": {"repobilityId": "8ce8e38a6b4e209c", "scanner": "scanner-primary", "fingerprint": "32f68734111cd94c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-86a528fc2d5b06a0", "level": "none", "message": {"text": "Commented-code block (13 lines) in server/src/server.ts:3"}, "properties": {"repobilityId": "28aec2908bdc1677", "scanner": "scanner-primary", "fingerprint": "86a528fc2d5b06a0", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-bf6fbcf904669b42", "level": "none", "message": {"text": "Commented-code block (5 lines) in server/src/redact.ts:8"}, "properties": {"repobilityId": "a28268006f0b6a21", "scanner": "scanner-primary", "fingerprint": "bf6fbcf904669b42", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d1933f74c54acf22", "level": "none", "message": {"text": "Commented-code block (6 lines) in server/src/sources/transcript.ts:6"}, "properties": {"repobilityId": "988dd7c33c74312f", "scanner": "scanner-primary", "fingerprint": "d1933f74c54acf22", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1937ae3f21502458", "level": "none", "message": {"text": "Commented-code block (12 lines) in server/src/sources/tmux.ts:3"}, "properties": {"repobilityId": "4a932ceb55ff6fdb", "scanner": "scanner-primary", "fingerprint": "1937ae3f21502458", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fb7e357b49363145", "level": "none", "message": {"text": "Commented-code block (5 lines) in server/src/sources/metrics.ts:5"}, "properties": {"repobilityId": "a8fdf4c67a39c274", "scanner": "scanner-primary", "fingerprint": "fb7e357b49363145", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-43269e4e79c2e69e", "level": "note", "message": {"text": "Unused endpoint: GET /events"}, "properties": {"repobilityId": "38624e710d87ac07", "scanner": "scanner-primary", "fingerprint": "43269e4e79c2e69e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}