{"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-5d98d1a31e6c8609", "name": "Stray `console.log` in TS/JS \u2014 test.js:14", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 test.js:14"}, "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-6ff27ee642e3025c", "name": "Stray `console.log` in TS/JS \u2014 tests/phase2-persistence.test.js:119", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/phase2-persistence.test.js:119"}, "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-db8b625f64efcc29", "name": "Stray `console.log` in TS/JS \u2014 tests/runner.js:19", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 tests/runner.js:19"}, "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-308dd02602048711", "name": "Stray `console.log` in TS/JS \u2014 scripts/auth-request.js:46", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/auth-request.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-bedef0231f7423a8", "name": "Stray `console.log` in TS/JS \u2014 scripts/remote-smoke-test.js:178", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/remote-smoke-test.js:178"}, "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-630457c8be83dc55", "name": "Stray `console.log` in TS/JS \u2014 scripts/manager.js:63", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/manager.js:63"}, "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-b646e767cea6bc55", "name": "Stray `console.log` in TS/JS \u2014 scripts/admin-auth.js:55", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/admin-auth.js:55"}, "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-44ab59d143b74f3e", "name": "Stray `console.log` in TS/JS \u2014 scripts/serve-manager-ui.js:75", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/serve-manager-ui.js:75"}, "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-123d162970274679", "name": "Stray `console.log` in TS/JS \u2014 scripts/auth-manager.js:87", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/auth-manager.js:87"}, "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-bb5d5aa747e2a992", "name": "Stray `console.log` in TS/JS \u2014 scripts/subscribe-broker.js:45", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/subscribe-broker.js:45"}, "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-e716e45d75614021", "name": "TODO/FIXME marker in shipping code \u2014 web/client/tyo-mq-client.js:3668", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 web/client/tyo-mq-client.js:3668"}, "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-bde8b2e744062e74", "name": "Stray `console.log` in TS/JS \u2014 web/client/tyo-mq-client.js:9269", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 web/client/tyo-mq-client.js:9269"}, "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-027ca6238b3c2bea", "name": "Stray `console.log` in TS/JS \u2014 web/client/main.js:130", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 web/client/main.js:130"}, "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-d63da3583b14afc0", "name": "Dockerfile runs as root: Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-835eae4c7f17a2f8", "name": "Docker base image is tag-pinned but not digest-pinned: node:22-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-aa5acaa49eb8315b", "name": "Containers defined but no K8s/orchestration manifest found", "shortDescription": {"text": "Containers defined but no K8s/orchestration manifest found"}, "fullDescription": {"text": "Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-15d9554b05f5b639", "name": "Insecure pattern 'cors_wildcard' in README.md:217", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in README.md:217"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f5f221a3b987e10a", "name": "Insecure pattern 'cors_wildcard' in server.js:19", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in server.js:19"}, "fullDescription": {"text": "Found a known-risky pattern (cors_wildcard). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3c40919370a97d6f", "name": "Insecure pattern 'node_child_process' in test.js:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in test.js:1"}, "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-4192adbd2eebc9b9", "name": "Insecure pattern 'direct_innerhtml_assignment' in web/client/manager-ui.js:308", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/client/manager-ui.js:308"}, "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-44052e109c4222fc", "name": "Insecure pattern 'direct_innerhtml_assignment' in web/client/main.js:28", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/client/main.js:28"}, "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-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-b5542601297e6744", "name": "Very large file: lib/server.js (3123 lines)", "shortDescription": {"text": "Very large file: lib/server.js (3123 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-51f7627c767c4433", "name": "Very large file: web/client/tyo-mq-client.js (11939 lines)", "shortDescription": {"text": "Very large file: web/client/tyo-mq-client.js (11939 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "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 138 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-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-f2977fdba9bb8412", "name": "Commented-code block (8 lines) in lib/utils.js:22", "shortDescription": {"text": "Commented-code block (8 lines) in lib/utils.js:22"}, "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-fb2efa98e96ab393", "name": "Commented-code block (6 lines) in lib/socket.js:326", "shortDescription": {"text": "Commented-code block (6 lines) in lib/socket.js:326"}, "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-a9bb38a00464e343", "name": "Commented-code block (6 lines) in lib/server.js:1899", "shortDescription": {"text": "Commented-code block (6 lines) in lib/server.js:1899"}, "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-2ef369dee48b17f9", "name": "Commented-code block (9 lines) in lib/publisher.js:179", "shortDescription": {"text": "Commented-code block (9 lines) in lib/publisher.js:179"}, "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-498367d27e302fb5", "name": "Commented-code block (9 lines) in web/client/tyo-mq-client.js:550", "shortDescription": {"text": "Commented-code block (9 lines) in web/client/tyo-mq-client.js:550"}, "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-a4cdbf18762f39af", "name": "`fetch()` without try/.catch or AbortSignal \u2014 web/client/tyo-mq-client.js:5228", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 web/client/tyo-mq-client.js:5228"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c251e6f8132b7feb", "name": "Commented-code block (6 lines) in web/client/main.js:137", "shortDescription": {"text": "Commented-code block (6 lines) in web/client/main.js:137"}, "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/21804"}, "properties": {"repository": "tyolab/tyo-mq", "repoUrl": "https://github.com/tyolab/tyo-mq", "branch": "main"}, "results": [{"ruleId": "scanner-5d98d1a31e6c8609", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 test.js:14"}, "properties": {"repobilityId": "35311906c4a900ee", "scanner": "scanner-primary", "fingerprint": "5d98d1a31e6c8609", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-6ff27ee642e3025c", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/phase2-persistence.test.js:119"}, "properties": {"repobilityId": "74aa120576195d16", "scanner": "scanner-primary", "fingerprint": "6ff27ee642e3025c", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-db8b625f64efcc29", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 tests/runner.js:19"}, "properties": {"repobilityId": "d51eb950e407bb7b", "scanner": "scanner-primary", "fingerprint": "db8b625f64efcc29", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-308dd02602048711", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/auth-request.js:46"}, "properties": {"repobilityId": "2aa09e060db097a2", "scanner": "scanner-primary", "fingerprint": "308dd02602048711", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-bedef0231f7423a8", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/remote-smoke-test.js:178"}, "properties": {"repobilityId": "96dfa1abc06ea26b", "scanner": "scanner-primary", "fingerprint": "bedef0231f7423a8", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-630457c8be83dc55", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/manager.js:63"}, "properties": {"repobilityId": "0c67c545904756b8", "scanner": "scanner-primary", "fingerprint": "630457c8be83dc55", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-b646e767cea6bc55", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/admin-auth.js:55"}, "properties": {"repobilityId": "7bb3392ee88153a6", "scanner": "scanner-primary", "fingerprint": "b646e767cea6bc55", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-44ab59d143b74f3e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/serve-manager-ui.js:75"}, "properties": {"repobilityId": "d9c568f8b4764c3e", "scanner": "scanner-primary", "fingerprint": "44ab59d143b74f3e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-123d162970274679", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/auth-manager.js:87"}, "properties": {"repobilityId": "54c53d9a8a820d36", "scanner": "scanner-primary", "fingerprint": "123d162970274679", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-bb5d5aa747e2a992", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/subscribe-broker.js:45"}, "properties": {"repobilityId": "645373daaec159ca", "scanner": "scanner-primary", "fingerprint": "bb5d5aa747e2a992", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e716e45d75614021", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 web/client/tyo-mq-client.js:3668"}, "properties": {"repobilityId": "ee8cb5f76da1a485", "scanner": "scanner-primary", "fingerprint": "e716e45d75614021", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-bde8b2e744062e74", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 web/client/tyo-mq-client.js:9269"}, "properties": {"repobilityId": "9a00813772342a2d", "scanner": "scanner-primary", "fingerprint": "bde8b2e744062e74", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-027ca6238b3c2bea", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 web/client/main.js:130"}, "properties": {"repobilityId": "5c38839d148652ec", "scanner": "scanner-primary", "fingerprint": "027ca6238b3c2bea", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-d63da3583b14afc0", "level": "warning", "message": {"text": "Dockerfile runs as root: Dockerfile"}, "properties": {"repobilityId": "a2ed1bd120e507db", "scanner": "scanner-primary", "fingerprint": "d63da3583b14afc0", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-835eae4c7f17a2f8", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-alpine"}, "properties": {"repobilityId": "e469cde27591e1b7", "scanner": "scanner-primary", "fingerprint": "835eae4c7f17a2f8", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-aa5acaa49eb8315b", "level": "note", "message": {"text": "Containers defined but no K8s/orchestration manifest found"}, "properties": {"repobilityId": "b230ea9b68736081", "scanner": "scanner-primary", "fingerprint": "aa5acaa49eb8315b", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["coverage", "deployment"]}}, {"ruleId": "scanner-15d9554b05f5b639", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in README.md:217"}, "properties": {"repobilityId": "7d5b53539814376f", "scanner": "scanner-primary", "fingerprint": "15d9554b05f5b639", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "README.md"}, "region": {"startLine": 217}}}]}, {"ruleId": "scanner-f5f221a3b987e10a", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in server.js:19"}, "properties": {"repobilityId": "0d9bca6c0839725e", "scanner": "scanner-primary", "fingerprint": "f5f221a3b987e10a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server.js"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-3c40919370a97d6f", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in test.js:1"}, "properties": {"repobilityId": "56a59113bb921ff1", "scanner": "scanner-primary", "fingerprint": "3c40919370a97d6f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test.js"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4192adbd2eebc9b9", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/client/manager-ui.js:308"}, "properties": {"repobilityId": "74207257ee6e0943", "scanner": "scanner-primary", "fingerprint": "4192adbd2eebc9b9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/client/manager-ui.js"}, "region": {"startLine": 308}}}]}, {"ruleId": "scanner-44052e109c4222fc", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in web/client/main.js:28"}, "properties": {"repobilityId": "1457fb4b73b96aec", "scanner": "scanner-primary", "fingerprint": "44052e109c4222fc", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/client/main.js"}, "region": {"startLine": 28}}}]}, {"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-b5542601297e6744", "level": "note", "message": {"text": "Very large file: lib/server.js (3123 lines)"}, "properties": {"repobilityId": "86e2f186d13784ca", "scanner": "scanner-primary", "fingerprint": "b5542601297e6744", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-51f7627c767c4433", "level": "note", "message": {"text": "Very large file: web/client/tyo-mq-client.js (11939 lines)"}, "properties": {"repobilityId": "aa4815a232a16c3c", "scanner": "scanner-primary", "fingerprint": "51f7627c767c4433", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "c3ff703fa8360875", "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": "83e1d1a0fb0844d8", "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": "d2ee1aeb2e3ced9b", "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": "012a7ed795769594", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-f2977fdba9bb8412", "level": "none", "message": {"text": "Commented-code block (8 lines) in lib/utils.js:22"}, "properties": {"repobilityId": "8c272d7dc520229c", "scanner": "scanner-primary", "fingerprint": "f2977fdba9bb8412", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-fb2efa98e96ab393", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/socket.js:326"}, "properties": {"repobilityId": "e464b255720071a0", "scanner": "scanner-primary", "fingerprint": "fb2efa98e96ab393", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a9bb38a00464e343", "level": "none", "message": {"text": "Commented-code block (6 lines) in lib/server.js:1899"}, "properties": {"repobilityId": "4603882e20854c88", "scanner": "scanner-primary", "fingerprint": "a9bb38a00464e343", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2ef369dee48b17f9", "level": "none", "message": {"text": "Commented-code block (9 lines) in lib/publisher.js:179"}, "properties": {"repobilityId": "739d73ff7c9a10ec", "scanner": "scanner-primary", "fingerprint": "2ef369dee48b17f9", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-498367d27e302fb5", "level": "none", "message": {"text": "Commented-code block (9 lines) in web/client/tyo-mq-client.js:550"}, "properties": {"repobilityId": "46245339dd2f8f0e", "scanner": "scanner-primary", "fingerprint": "498367d27e302fb5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-a4cdbf18762f39af", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 web/client/tyo-mq-client.js:5228"}, "properties": {"repobilityId": "39d1044605b48411", "scanner": "scanner-primary", "fingerprint": "a4cdbf18762f39af", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c251e6f8132b7feb", "level": "none", "message": {"text": "Commented-code block (6 lines) in web/client/main.js:137"}, "properties": {"repobilityId": "9b3a8b31b29b8b7c", "scanner": "scanner-primary", "fingerprint": "c251e6f8132b7feb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}]}]}