{"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-979b016f181cc384", "name": "Stray `console.log` in TS/JS \u2014 examples/mcp-server.ts:172", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 examples/mcp-server.ts:172"}, "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-bdce24bf7cad06f1", "name": "Stray `console.log` in TS/JS \u2014 src/helpers/localServer.ts:83", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 src/helpers/localServer.ts:83"}, "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-338e1f4e129d3b03", "name": "Insecure pattern 'cors_wildcard' in README.md:14", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in README.md:14"}, "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-c5a4d76bc42864e9", "name": "Insecure pattern 'cors_wildcard' in src/helpers/getExpress.ts:23", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in src/helpers/getExpress.ts:23"}, "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-b896f23743f5d629", "name": "Insecure pattern 'eval_used' in src/helpers/require.ts:301", "shortDescription": {"text": "Insecure pattern 'eval_used' in src/helpers/require.ts:301"}, "fullDescription": {"text": "Found a known-risky pattern (eval_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-27c9162802e29edb", "name": "Insecure pattern 'private_key_in_repo' in src/helpers/jwt.ts:51", "shortDescription": {"text": "Insecure pattern 'private_key_in_repo' in src/helpers/jwt.ts:51"}, "fullDescription": {"text": "Found a known-risky pattern (private_key_in_repo). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-379d8462d6bce53f", "name": "Insecure pattern 'cors_wildcard' in src/modules/RouterWrapper.ts:20", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in src/modules/RouterWrapper.ts:20"}, "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-8522b7bdcc523ece", "name": "Insecure pattern 'cors_wildcard' in src/modules/cors.ts:26", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in src/modules/cors.ts:26"}, "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-1f26bcb191bdb8a0", "name": "Insecure pattern 'direct_innerhtml_assignment' in src/modules/MCPAuth.ts:364", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/modules/MCPAuth.ts:364"}, "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-119b528d6d6617d8", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "2 tests / 16 src (ratio 0.12)."}, "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 7 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-cc55229a7a3c078d", "name": "Agent authority lacks a verifier contract: .mcp.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .mcp.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ecb0d2c55ed6875d", "name": "Agent authority lacks a verifier contract: .claude/settings.local.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/settings.local.json"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-72faffb42092d870", "name": "Commented-code block (6 lines) in src/helpers/require.ts:16", "shortDescription": {"text": "Commented-code block (6 lines) in src/helpers/require.ts:16"}, "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-4187207edd5ee59d", "name": "Commented-code block (7 lines) in src/helpers/EdgeNetwork.ts:74", "shortDescription": {"text": "Commented-code block (7 lines) in src/helpers/EdgeNetwork.ts:74"}, "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-698a2193f0cd0fa6", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/helpers/EdgeNetwork.ts:35", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/helpers/EdgeNetwork.ts:35"}, "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-0ca6347de3c5203a", "name": "Commented-code block (7 lines) in src/helpers/jwt.ts:135", "shortDescription": {"text": "Commented-code block (7 lines) in src/helpers/jwt.ts:135"}, "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-36e11d726a991f69", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/helpers/jwt.ts:36", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/helpers/jwt.ts:36"}, "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-67c67fe6c9e644db", "name": "Commented-code block (6 lines) in src/modules/MCPAdapter.ts:4", "shortDescription": {"text": "Commented-code block (6 lines) in src/modules/MCPAdapter.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-baf674d0f6bc8c42", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/modules/MCPAuth.ts:370", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/modules/MCPAuth.ts:370"}, "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-d5e17860cbf0212e", "name": "Dangling fetch: POST https://www.googleapis.com/oauth2/v4/token (src/helpers/jwt.ts:135)", "shortDescription": {"text": "Dangling fetch: POST https://www.googleapis.com/oauth2/v4/token (src/helpers/jwt.ts:135)"}, "fullDescription": {"text": "`src/helpers/jwt.ts:135` calls `POST https://www.googleapis.com/oauth2/v4/token` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/https:/www.googleapis.com/oauth2/v4/token`\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-6984e18227ec11ce", "name": "Dangling fetch: POST https://oauth2.googleapis.com/token (src/helpers/jwt.ts:123)", "shortDescription": {"text": "Dangling fetch: POST https://oauth2.googleapis.com/token (src/helpers/jwt.ts:123)"}, "fullDescription": {"text": "`src/helpers/jwt.ts:123` calls `POST https://oauth2.googleapis.com/token` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: axios\nNormalized path used for matching: `/https:/oauth2.googleapis.com/token`\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-0c70359e360d801b", "name": "Unused endpoint: GET /todos", "shortDescription": {"text": "Unused endpoint: GET /todos"}, "fullDescription": {"text": "`examples/mcp-server.ts` declares `GET /todos` 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-fb865bb61929d70a", "name": "Unused endpoint: GET /todos/:id", "shortDescription": {"text": "Unused endpoint: GET /todos/:id"}, "fullDescription": {"text": "`examples/mcp-server.ts` declares `GET /todos/:id` 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-31f38cf25278c564", "name": "Unused endpoint: POST /todos", "shortDescription": {"text": "Unused endpoint: POST /todos"}, "fullDescription": {"text": "`examples/mcp-server.ts` declares `POST /todos` 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-3246dbd1a31bf20a", "name": "Unused endpoint: PUT /todos/:id", "shortDescription": {"text": "Unused endpoint: PUT /todos/:id"}, "fullDescription": {"text": "`examples/mcp-server.ts` declares `PUT /todos/:id` 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-1ca3f257179f9b60", "name": "Unused endpoint: DELETE /todos/:id", "shortDescription": {"text": "Unused endpoint: DELETE /todos/:id"}, "fullDescription": {"text": "`examples/mcp-server.ts` declares `DELETE /todos/:id` 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-d16e4fa529c520e9", "name": "Unused endpoint: GET /search", "shortDescription": {"text": "Unused endpoint: GET /search"}, "fullDescription": {"text": "`examples/mcp-server.ts` declares `GET /search` 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-efbc80312c5027b5", "name": "Unused endpoint: ALL /mcp", "shortDescription": {"text": "Unused endpoint: ALL /mcp"}, "fullDescription": {"text": "`examples/mcp-server.ts` declares `ALL /mcp` 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/24661"}, "properties": {"repository": "bod-ee/edge.libx.js", "repoUrl": "https://github.com/bod-ee/edge.libx.js", "branch": "main"}, "results": [{"ruleId": "scanner-979b016f181cc384", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 examples/mcp-server.ts:172"}, "properties": {"repobilityId": "ada1cd01dcbf0ef3", "scanner": "scanner-primary", "fingerprint": "979b016f181cc384", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-bdce24bf7cad06f1", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 src/helpers/localServer.ts:83"}, "properties": {"repobilityId": "de8df6e001536686", "scanner": "scanner-primary", "fingerprint": "bdce24bf7cad06f1", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-338e1f4e129d3b03", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in README.md:14"}, "properties": {"repobilityId": "7d5b53539814376f", "scanner": "scanner-primary", "fingerprint": "338e1f4e129d3b03", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "README.md"}, "region": {"startLine": 14}}}]}, {"ruleId": "scanner-c5a4d76bc42864e9", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in src/helpers/getExpress.ts:23"}, "properties": {"repobilityId": "9487583e5e4d5a55", "scanner": "scanner-primary", "fingerprint": "c5a4d76bc42864e9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/helpers/getExpress.ts"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-b896f23743f5d629", "level": "error", "message": {"text": "Insecure pattern 'eval_used' in src/helpers/require.ts:301"}, "properties": {"repobilityId": "de1559dd260ee968", "scanner": "scanner-primary", "fingerprint": "b896f23743f5d629", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "eval_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/helpers/require.ts"}, "region": {"startLine": 301}}}]}, {"ruleId": "scanner-27c9162802e29edb", "level": "error", "message": {"text": "Insecure pattern 'private_key_in_repo' in src/helpers/jwt.ts:51"}, "properties": {"repobilityId": "e7323b65d05c00e5", "scanner": "scanner-primary", "fingerprint": "27c9162802e29edb", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["owasp", "private_key_in_repo"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/helpers/jwt.ts"}, "region": {"startLine": 51}}}]}, {"ruleId": "scanner-379d8462d6bce53f", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in src/modules/RouterWrapper.ts:20"}, "properties": {"repobilityId": "e7aef6a4c56be5e1", "scanner": "scanner-primary", "fingerprint": "379d8462d6bce53f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/modules/RouterWrapper.ts"}, "region": {"startLine": 20}}}]}, {"ruleId": "scanner-8522b7bdcc523ece", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in src/modules/cors.ts:26"}, "properties": {"repobilityId": "d6f5ccfc9c0492f3", "scanner": "scanner-primary", "fingerprint": "8522b7bdcc523ece", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/modules/cors.ts"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-1f26bcb191bdb8a0", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in src/modules/MCPAuth.ts:364"}, "properties": {"repobilityId": "73149e6690ab2849", "scanner": "scanner-primary", "fingerprint": "1f26bcb191bdb8a0", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/modules/MCPAuth.ts"}, "region": {"startLine": 364}}}]}, {"ruleId": "scanner-119b528d6d6617d8", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1895b42fa83d8cd7", "scanner": "scanner-primary", "fingerprint": "119b528d6d6617d8", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/nodejs.yml"}, "region": {"startLine": 25}}}]}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "fb45eba4f8802aca", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-cc55229a7a3c078d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .mcp.json"}, "properties": {"repobilityId": "51942fb3d5b8b5b4", "scanner": "scanner-primary", "fingerprint": "cc55229a7a3c078d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "mcp_config"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".mcp.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ecb0d2c55ed6875d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/settings.local.json"}, "properties": {"repobilityId": "d8bae33a6d517bf0", "scanner": "scanner-primary", "fingerprint": "ecb0d2c55ed6875d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/settings.local.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-72faffb42092d870", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/helpers/require.ts:16"}, "properties": {"repobilityId": "d00363e5fa9fb5e6", "scanner": "scanner-primary", "fingerprint": "72faffb42092d870", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4187207edd5ee59d", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/helpers/EdgeNetwork.ts:74"}, "properties": {"repobilityId": "73997ffcbdab81b6", "scanner": "scanner-primary", "fingerprint": "4187207edd5ee59d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-698a2193f0cd0fa6", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/helpers/EdgeNetwork.ts:35"}, "properties": {"repobilityId": "42979163db688fa2", "scanner": "scanner-primary", "fingerprint": "698a2193f0cd0fa6", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0ca6347de3c5203a", "level": "none", "message": {"text": "Commented-code block (7 lines) in src/helpers/jwt.ts:135"}, "properties": {"repobilityId": "71094082b90b0782", "scanner": "scanner-primary", "fingerprint": "0ca6347de3c5203a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-36e11d726a991f69", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/helpers/jwt.ts:36"}, "properties": {"repobilityId": "745c005744435367", "scanner": "scanner-primary", "fingerprint": "36e11d726a991f69", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-67c67fe6c9e644db", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/modules/MCPAdapter.ts:4"}, "properties": {"repobilityId": "6dff569c66c4507f", "scanner": "scanner-primary", "fingerprint": "67c67fe6c9e644db", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-baf674d0f6bc8c42", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/modules/MCPAuth.ts:370"}, "properties": {"repobilityId": "bdf4a9f5ad486cd6", "scanner": "scanner-primary", "fingerprint": "baf674d0f6bc8c42", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d5e17860cbf0212e", "level": "error", "message": {"text": "Dangling fetch: POST https://www.googleapis.com/oauth2/v4/token (src/helpers/jwt.ts:135)"}, "properties": {"repobilityId": "7381556111352cfc", "scanner": "scanner-primary", "fingerprint": "d5e17860cbf0212e", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-6984e18227ec11ce", "level": "error", "message": {"text": "Dangling fetch: POST https://oauth2.googleapis.com/token (src/helpers/jwt.ts:123)"}, "properties": {"repobilityId": "b64c401f4936cef3", "scanner": "scanner-primary", "fingerprint": "6984e18227ec11ce", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "axios"]}}, {"ruleId": "scanner-0c70359e360d801b", "level": "note", "message": {"text": "Unused endpoint: GET /todos"}, "properties": {"repobilityId": "2d3bf1e0e6669828", "scanner": "scanner-primary", "fingerprint": "0c70359e360d801b", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-fb865bb61929d70a", "level": "note", "message": {"text": "Unused endpoint: GET /todos/:id"}, "properties": {"repobilityId": "5951ad64275ba76e", "scanner": "scanner-primary", "fingerprint": "fb865bb61929d70a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-31f38cf25278c564", "level": "note", "message": {"text": "Unused endpoint: POST /todos"}, "properties": {"repobilityId": "e3c2c1d313478729", "scanner": "scanner-primary", "fingerprint": "31f38cf25278c564", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3246dbd1a31bf20a", "level": "note", "message": {"text": "Unused endpoint: PUT /todos/:id"}, "properties": {"repobilityId": "37baa9d513b007a7", "scanner": "scanner-primary", "fingerprint": "3246dbd1a31bf20a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1ca3f257179f9b60", "level": "note", "message": {"text": "Unused endpoint: DELETE /todos/:id"}, "properties": {"repobilityId": "d03426bb6187f095", "scanner": "scanner-primary", "fingerprint": "1ca3f257179f9b60", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d16e4fa529c520e9", "level": "note", "message": {"text": "Unused endpoint: GET /search"}, "properties": {"repobilityId": "041e7b199854fb3c", "scanner": "scanner-primary", "fingerprint": "d16e4fa529c520e9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-efbc80312c5027b5", "level": "note", "message": {"text": "Unused endpoint: ALL /mcp"}, "properties": {"repobilityId": "53eb421bb1bb3253", "scanner": "scanner-primary", "fingerprint": "efbc80312c5027b5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}