{"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-bead75b0f9233e05", "name": "No API endpoints detected", "shortDescription": {"text": "No API endpoints detected"}, "fullDescription": {"text": "The scanner did not find FastAPI/Flask/Express/NestJS/GraphQL/gRPC routes. If this repo exposes APIs, the framework may be unsupported."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "info", "confidence": 1.0}}, {"id": "scanner-122c4e99108c5579", "name": "Stray `console.log` in TS/JS \u2014 vscode-markus/media/pdf.min.js:22", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 vscode-markus/media/pdf.min.js:22"}, "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-157bcd0fb00724c6", "name": "`dangerouslySetInnerHTML` used in a React component \u2014 web/app/layout.jsx:32", "shortDescription": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 web/app/layout.jsx:32"}, "fullDescription": {"text": "Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library.\n\nWhy: OWASP basics. Already partially flagged by the security analyzer.\nRule id: fq.dangerous-html"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "medium", "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-0977cca8ba31adb0", "name": "Docker base image is tag-pinned but not digest-pinned: node:20-bookworm-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-bookworm-slim"}, "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-5577e13184f31e9f", "name": "Insecure pattern 'node_child_process' in vscode-markus/extension.js:2", "shortDescription": {"text": "Insecure pattern 'node_child_process' in vscode-markus/extension.js:2"}, "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-5062555c036e689d", "name": "Insecure pattern 'direct_innerhtml_assignment' in vscode-markus/media/viewer.js:63", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in vscode-markus/media/viewer.js:63"}, "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-b33eab8ee236e8de", "name": "Insecure pattern 'new_function_used' in vscode-markus/media/pdf.min.js:22", "shortDescription": {"text": "Insecure pattern 'new_function_used' in vscode-markus/media/pdf.min.js:22"}, "fullDescription": {"text": "Found a known-risky pattern (new_function_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-3eb0f6fd16365b61", "name": "Insecure pattern 'local_storage_auth_token' in web/components/Studio.jsx:106", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in web/components/Studio.jsx:106"}, "fullDescription": {"text": "Found a known-risky pattern (local_storage_auth_token). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5250f00f74c9616e", "name": "Insecure pattern 'dangerous_innerhtml' in web/app/layout.jsx:32", "shortDescription": {"text": "Insecure pattern 'dangerous_innerhtml' in web/app/layout.jsx:32"}, "fullDescription": {"text": "Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-069aedb8ab292d2c", "name": "Insecure pattern 'node_child_process' in web/app/api/compile/route.js:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in web/app/api/compile/route.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-31f41344d418cc83", "name": "Insecure pattern 'node_child_process' in web/app/api/health/route.js:1", "shortDescription": {"text": "Insecure pattern 'node_child_process' in web/app/api/health/route.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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "6 test file(s) for 66 source file(s) (ratio 0.09). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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 10 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 13 placeholder/mock markers across 6 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-eed2e0cb2ffe8d80", "name": "`fetch()` without try/.catch or AbortSignal \u2014 vscode-markus/media/pdf.min.js:22", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 vscode-markus/media/pdf.min.js:22"}, "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-1a3461a8ffe01ffc", "name": "Network/subprocess call without timeout or try/except \u2014 vscode-markus/scripts/bundle-compiler.py:39", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 vscode-markus/scripts/bundle-compiler.py:39"}, "fullDescription": {"text": "`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-65ba41d016eabc1d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 web/app/studio/page.jsx:125", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 web/app/studio/page.jsx:125"}, "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-905f9da2d54fceda", "name": "`fetch()` without try/.catch or AbortSignal \u2014 web/app/studio/[ws]/page.jsx:134", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 web/app/studio/[ws]/page.jsx:134"}, "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-0fccd567d8351f2b", "name": "Commented-code block (5 lines) in web/lib/ledger.js:6", "shortDescription": {"text": "Commented-code block (5 lines) in web/lib/ledger.js:6"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-af022f937dd5b7fd", "name": "9 env vars used in code but missing from .env.example", "shortDescription": {"text": "9 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `COMPILE_ALLOW_ORIGIN`, `COMPILE_MAX_CONCURRENT`, `COMPILE_RATE_LIMIT`, `LOCALAPPDATA`, `MARKUS_BIN`, `MARKUS_MAX_SECONDS`, `MARKUS_SANDBOX`, `MARKUS_TEX_BIN` + 1 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/22319"}, "properties": {"repository": "vishesh9131/markus", "repoUrl": "https://github.com/vishesh9131/markus", "branch": "main"}, "results": [{"ruleId": "scanner-bead75b0f9233e05", "level": "none", "message": {"text": "No API endpoints detected"}, "properties": {"repobilityId": "0f8bb852027c38f8", "scanner": "scanner-primary", "fingerprint": "bead75b0f9233e05", "layer": "api", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-122c4e99108c5579", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 vscode-markus/media/pdf.min.js:22"}, "properties": {"repobilityId": "aefe89dd96f32978", "scanner": "scanner-primary", "fingerprint": "122c4e99108c5579", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-157bcd0fb00724c6", "level": "warning", "message": {"text": "`dangerouslySetInnerHTML` used in a React component \u2014 web/app/layout.jsx:32"}, "properties": {"repobilityId": "29fb1de5726b1028", "scanner": "scanner-primary", "fingerprint": "157bcd0fb00724c6", "layer": "frontend", "severity": "medium", "confidence": 1.0, "tags": ["frontend-quality", "fq.dangerous-html"]}}, {"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-0977cca8ba31adb0", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:20-bookworm-slim"}, "properties": {"repobilityId": "7df57c23ca7e30b4", "scanner": "scanner-primary", "fingerprint": "0977cca8ba31adb0", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 4}}}]}, {"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-5577e13184f31e9f", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in vscode-markus/extension.js:2"}, "properties": {"repobilityId": "ee50c42bfa98ab5e", "scanner": "scanner-primary", "fingerprint": "5577e13184f31e9f", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "vscode-markus/extension.js"}, "region": {"startLine": 2}}}]}, {"ruleId": "scanner-5062555c036e689d", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in vscode-markus/media/viewer.js:63"}, "properties": {"repobilityId": "a7a47fa27ee6d8e3", "scanner": "scanner-primary", "fingerprint": "5062555c036e689d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "vscode-markus/media/viewer.js"}, "region": {"startLine": 63}}}]}, {"ruleId": "scanner-b33eab8ee236e8de", "level": "error", "message": {"text": "Insecure pattern 'new_function_used' in vscode-markus/media/pdf.min.js:22"}, "properties": {"repobilityId": "d808393dc483c3ba", "scanner": "scanner-primary", "fingerprint": "b33eab8ee236e8de", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "new_function_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "vscode-markus/media/pdf.min.js"}, "region": {"startLine": 22}}}]}, {"ruleId": "scanner-3eb0f6fd16365b61", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in web/components/Studio.jsx:106"}, "properties": {"repobilityId": "b9b616d107a86bb5", "scanner": "scanner-primary", "fingerprint": "3eb0f6fd16365b61", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/components/Studio.jsx"}, "region": {"startLine": 106}}}]}, {"ruleId": "scanner-5250f00f74c9616e", "level": "warning", "message": {"text": "Insecure pattern 'dangerous_innerhtml' in web/app/layout.jsx:32"}, "properties": {"repobilityId": "2dd5227a06dc7337", "scanner": "scanner-primary", "fingerprint": "5250f00f74c9616e", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "dangerous_innerhtml"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/app/layout.jsx"}, "region": {"startLine": 32}}}]}, {"ruleId": "scanner-069aedb8ab292d2c", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in web/app/api/compile/route.js:1"}, "properties": {"repobilityId": "eafbbcbefc2610ff", "scanner": "scanner-primary", "fingerprint": "069aedb8ab292d2c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/app/api/compile/route.js"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-31f41344d418cc83", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in web/app/api/health/route.js:1"}, "properties": {"repobilityId": "7fff4e93936b7b19", "scanner": "scanner-primary", "fingerprint": "31f41344d418cc83", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "web/app/api/health/route.js"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "d2bd18746ecf0d33", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "7a2d5a5593ea51d8", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "60ac7609b44fdad3", "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": "f10887fe26881021", "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": "c3d8f7b54269454a", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-eed2e0cb2ffe8d80", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 vscode-markus/media/pdf.min.js:22"}, "properties": {"repobilityId": "6872c1d2ec0a5fe3", "scanner": "scanner-primary", "fingerprint": "eed2e0cb2ffe8d80", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-1a3461a8ffe01ffc", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 vscode-markus/scripts/bundle-compiler.py:39"}, "properties": {"repobilityId": "56c4c6d855b5028f", "scanner": "scanner-primary", "fingerprint": "1a3461a8ffe01ffc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-65ba41d016eabc1d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 web/app/studio/page.jsx:125"}, "properties": {"repobilityId": "ff7264ea6c82703f", "scanner": "scanner-primary", "fingerprint": "65ba41d016eabc1d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-905f9da2d54fceda", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 web/app/studio/[ws]/page.jsx:134"}, "properties": {"repobilityId": "093e6d3e8566d534", "scanner": "scanner-primary", "fingerprint": "905f9da2d54fceda", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0fccd567d8351f2b", "level": "none", "message": {"text": "Commented-code block (5 lines) in web/lib/ledger.js:6"}, "properties": {"repobilityId": "bb34db1ba122ab92", "scanner": "scanner-primary", "fingerprint": "0fccd567d8351f2b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-af022f937dd5b7fd", "level": "note", "message": {"text": "9 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "5597384795dea7a4", "scanner": "scanner-primary", "fingerprint": "af022f937dd5b7fd", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}]}]}