{"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-9c1a6759b96caab0", "name": "Stray `console.log` in TS/JS \u2014 scripts/measure-tools.ts:4", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/measure-tools.ts:4"}, "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-c928731d6866ef40", "name": "Stray `console.log` in TS/JS \u2014 scripts/smoke-installments.ts:75", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/smoke-installments.ts: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-8551538350f8c485", "name": "Stray `console.log` in TS/JS \u2014 scripts/build-mcpb.ts:27", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/build-mcpb.ts:27"}, "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-65e01a694bec7f1e", "name": "Stray `console.log` in TS/JS \u2014 scripts/gen-docs.ts:258", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/gen-docs.ts:258"}, "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-e88e7505a158f2a4", "name": "Stray `console.log` in TS/JS \u2014 scripts/smoke-coverage.ts:112", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 scripts/smoke-coverage.ts:112"}, "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-77a464701f01cedf", "name": "Possible secret in README.md", "shortDescription": {"text": "Possible secret in README.md"}, "fullDescription": {"text": "Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-04a2e00c9caeefdd", "name": "Insecure pattern 'node_child_process' in scripts/build-mcpb.ts:15", "shortDescription": {"text": "Insecure pattern 'node_child_process' in scripts/build-mcpb.ts:15"}, "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-1838a141491ce38c", "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-bb26d365925dcd69", "name": "Very large file: scripts/smoke-coverage.ts (1013 lines)", "shortDescription": {"text": "Very large file: scripts/smoke-coverage.ts (1013 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-47df82bb0bc675b6", "name": "Very large file: src/tools/deals.ts (1421 lines)", "shortDescription": {"text": "Very large file: src/tools/deals.ts (1421 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 87 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-7ef3478f8f953486", "name": "Commented-code block (5 lines) in tests/unit/gen-docs.test.ts:152", "shortDescription": {"text": "Commented-code block (5 lines) in tests/unit/gen-docs.test.ts:152"}, "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-84a84d1c24166242", "name": "Commented-code block (5 lines) in tests/functional/crud-flows.test.ts:164", "shortDescription": {"text": "Commented-code block (5 lines) in tests/functional/crud-flows.test.ts:164"}, "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-551dd2781075157b", "name": "Commented-code block (5 lines) in tests/contract/configWrites.contract.test.ts:81", "shortDescription": {"text": "Commented-code block (5 lines) in tests/contract/configWrites.contract.test.ts:81"}, "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-f5c1e2f8f8cd2cc7", "name": "Commented-code block (5 lines) in src/schemas/fields.ts:288", "shortDescription": {"text": "Commented-code block (5 lines) in src/schemas/fields.ts:288"}, "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-dfefe1b8527aa9ae", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/schemas/products.ts:25", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/schemas/products.ts:25"}, "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-43e217e18ccccbb1", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/schemas/activities.ts:48", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/schemas/activities.ts:48"}, "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-711dd1357299c452", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/schemas/deals.ts:25", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/schemas/deals.ts:25"}, "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-a1b485e24b07b406", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/schemas/persons.ts:39", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/schemas/persons.ts:39"}, "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-b40b8ad06ff35200", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/schemas/organizations.ts:51", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/schemas/organizations.ts:51"}, "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-4ceea71c5d2c6c9a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/tools/products.ts:651", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/tools/products.ts:651"}, "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-14fe5b500b7a5917", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/tools/activities.ts:225", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/tools/activities.ts:225"}, "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-fa9e9d667c10394a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/tools/deals.ts:932", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/tools/deals.ts:932"}, "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-f805d4d7092d94ba", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/tools/persons.ts:387", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/tools/persons.ts:387"}, "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-3ff42cada57d961f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/tools/organizations.ts:352", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/tools/organizations.ts:352"}, "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-319e66a630e14977", "name": "2 env vars used in code but missing from .env.example", "shortDescription": {"text": "2 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `PIPEDRIVE_ENABLE_DESTRUCTIVE`, `SMOKE_CONFIRM_SANDBOX`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/24995"}, "properties": {"repository": "ckalima/pipedrive-mcp-server", "repoUrl": "https://github.com/ckalima/pipedrive-mcp-server", "branch": "main"}, "results": [{"ruleId": "scanner-9c1a6759b96caab0", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/measure-tools.ts:4"}, "properties": {"repobilityId": "8aee1e5042122bed", "scanner": "scanner-primary", "fingerprint": "9c1a6759b96caab0", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c928731d6866ef40", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/smoke-installments.ts:75"}, "properties": {"repobilityId": "9d78cb2a1b981adc", "scanner": "scanner-primary", "fingerprint": "c928731d6866ef40", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8551538350f8c485", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/build-mcpb.ts:27"}, "properties": {"repobilityId": "ea2661b0990762df", "scanner": "scanner-primary", "fingerprint": "8551538350f8c485", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-65e01a694bec7f1e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/gen-docs.ts:258"}, "properties": {"repobilityId": "456e8f81fcfb675d", "scanner": "scanner-primary", "fingerprint": "65e01a694bec7f1e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e88e7505a158f2a4", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 scripts/smoke-coverage.ts:112"}, "properties": {"repobilityId": "3f57ddfebf747b90", "scanner": "scanner-primary", "fingerprint": "e88e7505a158f2a4", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-77a464701f01cedf", "level": "error", "message": {"text": "Possible secret in README.md"}, "properties": {"repobilityId": "e1fce964e32a599e", "scanner": "scanner-primary", "fingerprint": "77a464701f01cedf", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "README.md"}, "region": {"startLine": 51}}}]}, {"ruleId": "scanner-04a2e00c9caeefdd", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in scripts/build-mcpb.ts:15"}, "properties": {"repobilityId": "dc68af0b22400a05", "scanner": "scanner-primary", "fingerprint": "04a2e00c9caeefdd", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "scripts/build-mcpb.ts"}, "region": {"startLine": 15}}}]}, {"ruleId": "scanner-1838a141491ce38c", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "b8fd4f5048f96576", "scanner": "scanner-primary", "fingerprint": "1838a141491ce38c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-bb26d365925dcd69", "level": "note", "message": {"text": "Very large file: scripts/smoke-coverage.ts (1013 lines)"}, "properties": {"repobilityId": "3c1921388d44cdbf", "scanner": "scanner-primary", "fingerprint": "bb26d365925dcd69", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-47df82bb0bc675b6", "level": "note", "message": {"text": "Very large file: src/tools/deals.ts (1421 lines)"}, "properties": {"repobilityId": "81ccb8bb0dd92382", "scanner": "scanner-primary", "fingerprint": "47df82bb0bc675b6", "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": "ad81e5155317594c", "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": "01b93f6aecae8004", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-7ef3478f8f953486", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/unit/gen-docs.test.ts:152"}, "properties": {"repobilityId": "b4c43faaadd3c98c", "scanner": "scanner-primary", "fingerprint": "7ef3478f8f953486", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-84a84d1c24166242", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/functional/crud-flows.test.ts:164"}, "properties": {"repobilityId": "34372fe94a4f703a", "scanner": "scanner-primary", "fingerprint": "84a84d1c24166242", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-551dd2781075157b", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/contract/configWrites.contract.test.ts:81"}, "properties": {"repobilityId": "967f7a00eb72f7ad", "scanner": "scanner-primary", "fingerprint": "551dd2781075157b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f5c1e2f8f8cd2cc7", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/schemas/fields.ts:288"}, "properties": {"repobilityId": "d4464c6e3e43305d", "scanner": "scanner-primary", "fingerprint": "f5c1e2f8f8cd2cc7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-dfefe1b8527aa9ae", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/schemas/products.ts:25"}, "properties": {"repobilityId": "d9b13630767ba464", "scanner": "scanner-primary", "fingerprint": "dfefe1b8527aa9ae", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-43e217e18ccccbb1", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/schemas/activities.ts:48"}, "properties": {"repobilityId": "bd9af86e6219941b", "scanner": "scanner-primary", "fingerprint": "43e217e18ccccbb1", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-711dd1357299c452", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/schemas/deals.ts:25"}, "properties": {"repobilityId": "9e1206bafa20e0f4", "scanner": "scanner-primary", "fingerprint": "711dd1357299c452", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a1b485e24b07b406", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/schemas/persons.ts:39"}, "properties": {"repobilityId": "c2ac83a4099288a3", "scanner": "scanner-primary", "fingerprint": "a1b485e24b07b406", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-b40b8ad06ff35200", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/schemas/organizations.ts:51"}, "properties": {"repobilityId": "e3fab163bd99029e", "scanner": "scanner-primary", "fingerprint": "b40b8ad06ff35200", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4ceea71c5d2c6c9a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/tools/products.ts:651"}, "properties": {"repobilityId": "b60771b6a70f8085", "scanner": "scanner-primary", "fingerprint": "4ceea71c5d2c6c9a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-14fe5b500b7a5917", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/tools/activities.ts:225"}, "properties": {"repobilityId": "dda02c1e10bdad2d", "scanner": "scanner-primary", "fingerprint": "14fe5b500b7a5917", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-fa9e9d667c10394a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/tools/deals.ts:932"}, "properties": {"repobilityId": "e0c9d20d544aa621", "scanner": "scanner-primary", "fingerprint": "fa9e9d667c10394a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-f805d4d7092d94ba", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/tools/persons.ts:387"}, "properties": {"repobilityId": "35695766f830e534", "scanner": "scanner-primary", "fingerprint": "f805d4d7092d94ba", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3ff42cada57d961f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/tools/organizations.ts:352"}, "properties": {"repobilityId": "b870b693feb7f16b", "scanner": "scanner-primary", "fingerprint": "3ff42cada57d961f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-319e66a630e14977", "level": "none", "message": {"text": "2 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "d838d1fc5d8231c9", "scanner": "scanner-primary", "fingerprint": "319e66a630e14977", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}