{"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-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-0806e1ff6415ab42", "name": "Insecure pattern 'node_child_process' in fabrication_probe.mjs:36", "shortDescription": {"text": "Insecure pattern 'node_child_process' in fabrication_probe.mjs:36"}, "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-ba7d6725078e956c", "name": "Insecure pattern 'node_child_process' in test-mcp.mjs:7", "shortDescription": {"text": "Insecure pattern 'node_child_process' in test-mcp.mjs:7"}, "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-5d829da5f34cfedc", "name": "Insecure pattern 'node_child_process' in Cases.ts:5", "shortDescription": {"text": "Insecure pattern 'node_child_process' in Cases.ts:5"}, "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-ee32113c2dc7da35", "name": "Insecure pattern 'node_child_process' in test.mjs:9", "shortDescription": {"text": "Insecure pattern 'node_child_process' in test.mjs:9"}, "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-885b65bc3a54a485", "name": "Insecure pattern 'node_child_process' in fuzz.mjs:14", "shortDescription": {"text": "Insecure pattern 'node_child_process' in fuzz.mjs:14"}, "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-d5d19e17dd90a738", "name": "Insecure pattern 'node_child_process' in watch.mjs:17", "shortDescription": {"text": "Insecure pattern 'node_child_process' in watch.mjs:17"}, "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-7ffa33751be3d771", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-76ee4a4e3620cc51", "name": "Very large file: scan.mjs (1163 lines)", "shortDescription": {"text": "Very large file: scan.mjs (1163 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-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-b3ed68815bca2f8c", "name": "Node manifest has dependencies but no lockfile: package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "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 26 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-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "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, tests, lockfile. 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, tests, lockfile. 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-e1d3fbc30bead412", "name": "Agent instruction contains unpinned remote install: AGENTS.md", "shortDescription": {"text": "Agent instruction contains unpinned remote install: AGENTS.md"}, "fullDescription": {"text": "Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a2a87a5dfc9a2785", "name": "Commented-code block (6 lines) in query-core.mjs:239", "shortDescription": {"text": "Commented-code block (6 lines) in query-core.mjs:239"}, "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-7e5d10ed14bfaf96", "name": "Commented-code block (7 lines) in fabrication_probe.mjs:44", "shortDescription": {"text": "Commented-code block (7 lines) in fabrication_probe.mjs:44"}, "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-d30192804af75a8a", "name": "Commented-code block (10 lines) in scan-core.mjs:14", "shortDescription": {"text": "Commented-code block (10 lines) in scan-core.mjs:14"}, "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-2bba7d4b5497f768", "name": "Commented-code block (6 lines) in mcp.mjs:52", "shortDescription": {"text": "Commented-code block (6 lines) in mcp.mjs:52"}, "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-60675ad6bb2d3fde", "name": "Commented-code block (5 lines) in test.mjs:630", "shortDescription": {"text": "Commented-code block (5 lines) in test.mjs:630"}, "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-21e099b191e70941", "name": "Commented-code block (5 lines) in scan.mjs:33", "shortDescription": {"text": "Commented-code block (5 lines) in scan.mjs:33"}, "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-e04c2861281b7fdf", "name": "Commented-code block (6 lines) in fuzz.mjs:148", "shortDescription": {"text": "Commented-code block (6 lines) in fuzz.mjs:148"}, "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-12edcbf1647c24b4", "name": "Commented-code block (5 lines) in eslint.config.mjs:1", "shortDescription": {"text": "Commented-code block (5 lines) in eslint.config.mjs: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-902a12d8746a26ce", "name": "Dangling fetch: GET http://h/ (fabrication_probe.mjs:113)", "shortDescription": {"text": "Dangling fetch: GET http://h/ (fabrication_probe.mjs:113)"}, "fullDescription": {"text": "`fabrication_probe.mjs:113` calls `GET http://h/` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/http:/h`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-51e5979968bd8e36", "name": "Dangling fetch: GET https://h/ (fabrication_probe.mjs:134)", "shortDescription": {"text": "Dangling fetch: GET https://h/ (fabrication_probe.mjs:134)"}, "fullDescription": {"text": "`fabrication_probe.mjs:134` calls `GET https://h/` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/https:/h`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-775d5ada083f2ba7", "name": "Dangling fetch: GET http://h/ (test.mjs:687)", "shortDescription": {"text": "Dangling fetch: GET http://h/ (test.mjs:687)"}, "fullDescription": {"text": "`test.mjs:687` calls `GET http://h/` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: helper:request\nNormalized path used for matching: `/http:/h`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-0a4650ad19571fe7", "name": "Unused endpoint: GET /x", "shortDescription": {"text": "Unused endpoint: GET /x"}, "fullDescription": {"text": "`test.mjs` declares `GET /x` 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}}, {"id": "scanner-192ea2560924148c", "name": "Unused endpoint: GET /pure", "shortDescription": {"text": "Unused endpoint: GET /pure"}, "fullDescription": {"text": "`test.mjs` declares `GET /pure` 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/21460"}, "properties": {"repository": "tombaldwin/candor-ts", "repoUrl": "https://github.com/tombaldwin/candor-ts", "branch": "main"}, "results": [{"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-0806e1ff6415ab42", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in fabrication_probe.mjs:36"}, "properties": {"repobilityId": "b18f90709cdddd75", "scanner": "scanner-primary", "fingerprint": "0806e1ff6415ab42", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "fabrication_probe.mjs"}, "region": {"startLine": 36}}}]}, {"ruleId": "scanner-ba7d6725078e956c", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in test-mcp.mjs:7"}, "properties": {"repobilityId": "6cfe0987c059906f", "scanner": "scanner-primary", "fingerprint": "ba7d6725078e956c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test-mcp.mjs"}, "region": {"startLine": 7}}}]}, {"ruleId": "scanner-5d829da5f34cfedc", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in Cases.ts:5"}, "properties": {"repobilityId": "b07f440d7f6ffa92", "scanner": "scanner-primary", "fingerprint": "5d829da5f34cfedc", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Cases.ts"}, "region": {"startLine": 5}}}]}, {"ruleId": "scanner-ee32113c2dc7da35", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in test.mjs:9"}, "properties": {"repobilityId": "c4df48608fe8149c", "scanner": "scanner-primary", "fingerprint": "ee32113c2dc7da35", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "test.mjs"}, "region": {"startLine": 9}}}]}, {"ruleId": "scanner-885b65bc3a54a485", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in fuzz.mjs:14"}, "properties": {"repobilityId": "611e1ece741ec8b5", "scanner": "scanner-primary", "fingerprint": "885b65bc3a54a485", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "fuzz.mjs"}, "region": {"startLine": 14}}}]}, {"ruleId": "scanner-d5d19e17dd90a738", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in watch.mjs:17"}, "properties": {"repobilityId": "31cb0638cf41ca30", "scanner": "scanner-primary", "fingerprint": "d5d19e17dd90a738", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "watch.mjs"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-7ffa33751be3d771", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "491a3ad29cbaf189", "scanner": "scanner-primary", "fingerprint": "7ffa33751be3d771", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/publish.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-76ee4a4e3620cc51", "level": "note", "message": {"text": "Very large file: scan.mjs (1163 lines)"}, "properties": {"repobilityId": "c42bf4344b9bc087", "scanner": "scanner-primary", "fingerprint": "76ee4a4e3620cc51", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "b10e125bb28f865f", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b3ed68815bca2f8c", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: package.json"}, "properties": {"repobilityId": "7edae0550c126386", "scanner": "scanner-primary", "fingerprint": "b3ed68815bca2f8c", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "7bc1449a831c5798", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "a5a320f7f813b364", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "bf4993b972d6eb62", "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": "98d111fab9fd0027", "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": "2809ddf60b7e298e", "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": "9311b17a022eda5e", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-e1d3fbc30bead412", "level": "warning", "message": {"text": "Agent instruction contains unpinned remote install: AGENTS.md"}, "properties": {"repobilityId": "56bfc666b358d0d0", "scanner": "scanner-primary", "fingerprint": "e1d3fbc30bead412", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "supply-chain", "agents_md"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "AGENTS.md"}, "region": {"startLine": 8}}}]}, {"ruleId": "scanner-a2a87a5dfc9a2785", "level": "none", "message": {"text": "Commented-code block (6 lines) in query-core.mjs:239"}, "properties": {"repobilityId": "90b5d51cc14366bd", "scanner": "scanner-primary", "fingerprint": "a2a87a5dfc9a2785", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7e5d10ed14bfaf96", "level": "none", "message": {"text": "Commented-code block (7 lines) in fabrication_probe.mjs:44"}, "properties": {"repobilityId": "e1dfb464fa52ed2c", "scanner": "scanner-primary", "fingerprint": "7e5d10ed14bfaf96", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-d30192804af75a8a", "level": "none", "message": {"text": "Commented-code block (10 lines) in scan-core.mjs:14"}, "properties": {"repobilityId": "77498ba504592332", "scanner": "scanner-primary", "fingerprint": "d30192804af75a8a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2bba7d4b5497f768", "level": "none", "message": {"text": "Commented-code block (6 lines) in mcp.mjs:52"}, "properties": {"repobilityId": "290c70b6f5b85c2b", "scanner": "scanner-primary", "fingerprint": "2bba7d4b5497f768", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-60675ad6bb2d3fde", "level": "none", "message": {"text": "Commented-code block (5 lines) in test.mjs:630"}, "properties": {"repobilityId": "93783446d725b214", "scanner": "scanner-primary", "fingerprint": "60675ad6bb2d3fde", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-21e099b191e70941", "level": "none", "message": {"text": "Commented-code block (5 lines) in scan.mjs:33"}, "properties": {"repobilityId": "0238e8963f73cb32", "scanner": "scanner-primary", "fingerprint": "21e099b191e70941", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e04c2861281b7fdf", "level": "none", "message": {"text": "Commented-code block (6 lines) in fuzz.mjs:148"}, "properties": {"repobilityId": "b96b75da651de04b", "scanner": "scanner-primary", "fingerprint": "e04c2861281b7fdf", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-12edcbf1647c24b4", "level": "none", "message": {"text": "Commented-code block (5 lines) in eslint.config.mjs:1"}, "properties": {"repobilityId": "bd666f2f8b228aa5", "scanner": "scanner-primary", "fingerprint": "12edcbf1647c24b4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-902a12d8746a26ce", "level": "error", "message": {"text": "Dangling fetch: GET http://h/ (fabrication_probe.mjs:113)"}, "properties": {"repobilityId": "f991c8ab44b5c590", "scanner": "scanner-primary", "fingerprint": "902a12d8746a26ce", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-51e5979968bd8e36", "level": "error", "message": {"text": "Dangling fetch: GET https://h/ (fabrication_probe.mjs:134)"}, "properties": {"repobilityId": "98d3e64b4f85a43a", "scanner": "scanner-primary", "fingerprint": "51e5979968bd8e36", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-775d5ada083f2ba7", "level": "error", "message": {"text": "Dangling fetch: GET http://h/ (test.mjs:687)"}, "properties": {"repobilityId": "17b5c89a53575f70", "scanner": "scanner-primary", "fingerprint": "775d5ada083f2ba7", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "helper:request"]}}, {"ruleId": "scanner-0a4650ad19571fe7", "level": "note", "message": {"text": "Unused endpoint: GET /x"}, "properties": {"repobilityId": "3fbe0f43fa6be300", "scanner": "scanner-primary", "fingerprint": "0a4650ad19571fe7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-192ea2560924148c", "level": "note", "message": {"text": "Unused endpoint: GET /pure"}, "properties": {"repobilityId": "9b651168466f10b1", "scanner": "scanner-primary", "fingerprint": "192ea2560924148c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}