{"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-9896898e527a89ca", "name": "Possibly dead Python function: header_footer", "shortDescription": {"text": "Possibly dead Python function: header_footer"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-42d19bca59422f50", "name": "Possibly dead Python function: header_footer", "shortDescription": {"text": "Possibly dead Python function: header_footer"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8b783e477acb5145", "name": "TODO/FIXME marker in shipping code \u2014 src/clevercheck-web/src/api/client.ts:28", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/clevercheck-web/src/api/client.ts:28"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6a78bc7c395e0205", "name": "TODO/FIXME marker in shipping code \u2014 src/clevercheck-web/src/pages/Price.tsx:82", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/clevercheck-web/src/pages/Price.tsx:82"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-80d34f95ee50cc7e", "name": "TODO/FIXME marker in shipping code \u2014 src/clevercheck-web/src/pages/Final.tsx:51", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/clevercheck-web/src/pages/Final.tsx:51"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-1ff422924a5d8a5f", "name": "TODO/FIXME marker in shipping code \u2014 src/clevercheck-web/src/pages/Diagnostic.tsx:58", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 src/clevercheck-web/src/pages/Diagnostic.tsx:58"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-c6c5605827d20312", "name": "Dockerfile runs as root: src/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: src/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-e55b25c08f40dab0", "name": "Docker base image is tag-pinned but not digest-pinned: node:24-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:24-alpine"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-99e8442a0387bff7", "name": "Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/sdk:10.0", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/sdk:10.0"}, "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-c2252c9685b313d9", "name": "Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/aspnet:10.0", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/aspnet:10.0"}, "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-525f7808ffee51c1", "name": "Runtime dotenv file present in repo: src/clevercheck-web/.env.development", "shortDescription": {"text": "Runtime dotenv file present in repo: src/clevercheck-web/.env.development"}, "fullDescription": {"text": "`src/clevercheck-web/.env.development` looks like a runtime dotenv file. No high-confidence secret value was matched, but runtime dotenv files often drift into live credentials. Move real values to a secret manager and keep only `.env.example` style templates in source control."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-87ec18a3dc5f78ff", "name": "Insecure pattern 'cors_wildcard' in src/clevercheck-web/tools/mock-api.mjs:84", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in src/clevercheck-web/tools/mock-api.mjs:84"}, "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-645e19ad7523a311", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "azure/login@v2 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": "medium", "confidence": 1.0}}, {"id": "scanner-c0d7e7ed5be2029c", "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-f45a92ad7819c35e", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "azure/login@v2 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": "medium", "confidence": 1.0}}, {"id": "scanner-98ccfba962cb6600", "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "1 test file(s) for 30 source file(s) (ratio 0.03). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 8 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 15 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-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. 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-2c5f98b152cddb6d", "name": "Agent authority lacks a verifier contract: .claude/launch.json", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/launch.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-6ee0fc4a8f2cd389", "name": "Network/subprocess call without timeout or try/except \u2014 _extract_secrets.py:76", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 _extract_secrets.py:76"}, "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-935f91735353c803", "name": "`fetch()` without try/.catch or AbortSignal \u2014 src/clevercheck-web/src/api/client.ts:169", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/clevercheck-web/src/api/client.ts:169"}, "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-6aa2072d90d576ba", "name": "Commented-code block (6 lines) in src/clevercheck-web/src/pages/Price.tsx:78", "shortDescription": {"text": "Commented-code block (6 lines) in src/clevercheck-web/src/pages/Price.tsx:78"}, "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-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\n_build_avance_pdf.py:inline, _build_pdf.py:inline\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2f73d9e097e7c800", "name": "Frontend route `/photos` has no Link/navigate to it \u2014 src/clevercheck-web/src/App.tsx", "shortDescription": {"text": "Frontend route `/photos` has no Link/navigate to it \u2014 src/clevercheck-web/src/App.tsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/23218"}, "properties": {"repository": "YeseniaAyala-Bamalto/Clevercheck", "repoUrl": "https://github.com/YeseniaAyala-Bamalto/Clevercheck", "branch": "main"}, "results": [{"ruleId": "scanner-9896898e527a89ca", "level": "note", "message": {"text": "Possibly dead Python function: header_footer"}, "properties": {"repobilityId": "6119cbd0f40c7bb1", "scanner": "scanner-primary", "fingerprint": "9896898e527a89ca", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "_build_avance_pdf.py:84"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-42d19bca59422f50", "level": "note", "message": {"text": "Possibly dead Python function: header_footer"}, "properties": {"repobilityId": "6119cbd0f40c7bb1", "scanner": "scanner-primary", "fingerprint": "42d19bca59422f50", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "_build_pdf.py:117"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-8b783e477acb5145", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/clevercheck-web/src/api/client.ts:28"}, "properties": {"repobilityId": "a001b66db87a87fe", "scanner": "scanner-primary", "fingerprint": "8b783e477acb5145", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-6a78bc7c395e0205", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/clevercheck-web/src/pages/Price.tsx:82"}, "properties": {"repobilityId": "1496afee4817f465", "scanner": "scanner-primary", "fingerprint": "6a78bc7c395e0205", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-80d34f95ee50cc7e", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/clevercheck-web/src/pages/Final.tsx:51"}, "properties": {"repobilityId": "212a98cfa2857811", "scanner": "scanner-primary", "fingerprint": "80d34f95ee50cc7e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-1ff422924a5d8a5f", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 src/clevercheck-web/src/pages/Diagnostic.tsx:58"}, "properties": {"repobilityId": "753e205f12262a8b", "scanner": "scanner-primary", "fingerprint": "1ff422924a5d8a5f", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-c6c5605827d20312", "level": "warning", "message": {"text": "Dockerfile runs as root: src/Dockerfile"}, "properties": {"repobilityId": "7cc914ebc8026703", "scanner": "scanner-primary", "fingerprint": "c6c5605827d20312", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-e55b25c08f40dab0", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:24-alpine"}, "properties": {"repobilityId": "1cc555328cd7452b", "scanner": "scanner-primary", "fingerprint": "e55b25c08f40dab0", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/Dockerfile"}, "region": {"startLine": 8}}}]}, {"ruleId": "scanner-99e8442a0387bff7", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/sdk:10.0"}, "properties": {"repobilityId": "4f3a62adbb529d07", "scanner": "scanner-primary", "fingerprint": "99e8442a0387bff7", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/Dockerfile"}, "region": {"startLine": 18}}}]}, {"ruleId": "scanner-c2252c9685b313d9", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/dotnet/aspnet:10.0"}, "properties": {"repobilityId": "f370f9b82c5f379e", "scanner": "scanner-primary", "fingerprint": "c2252c9685b313d9", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/Dockerfile"}, "region": {"startLine": 30}}}]}, {"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-525f7808ffee51c1", "level": "error", "message": {"text": "Runtime dotenv file present in repo: src/clevercheck-web/.env.development"}, "properties": {"repobilityId": "86d31814a5790374", "scanner": "scanner-primary", "fingerprint": "525f7808ffee51c1", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["secrets", "config", "env-file", "runtime-env"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/clevercheck-web/.env.development"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-87ec18a3dc5f78ff", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in src/clevercheck-web/tools/mock-api.mjs:84"}, "properties": {"repobilityId": "1f23d9a399b4a13f", "scanner": "scanner-primary", "fingerprint": "87ec18a3dc5f78ff", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/clevercheck-web/tools/mock-api.mjs"}, "region": {"startLine": 84}}}]}, {"ruleId": "scanner-645e19ad7523a311", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "3ba9b1558564105e", "scanner": "scanner-primary", "fingerprint": "645e19ad7523a311", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-prod.yml"}, "region": {"startLine": 35}}}]}, {"ruleId": "scanner-c0d7e7ed5be2029c", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "587d0ab25bd2e3fd", "scanner": "scanner-primary", "fingerprint": "c0d7e7ed5be2029c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-prod.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f45a92ad7819c35e", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "cbb7c20397c99c6f", "scanner": "scanner-primary", "fingerprint": "f45a92ad7819c35e", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-qa.yml"}, "region": {"startLine": 40}}}]}, {"ruleId": "scanner-98ccfba962cb6600", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "1409572a66eb1827", "scanner": "scanner-primary", "fingerprint": "98ccfba962cb6600", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-qa.yml"}, "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-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "fd1e3f5019ad461d", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "e3a17d76a9a950b2", "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": "2af23ed5c5c13557", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "ed48707452edcdf2", "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": "d6554baeac07cbc9", "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": "cbc3e727872adb80", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-2c5f98b152cddb6d", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/launch.json"}, "properties": {"repobilityId": "0de48c0f4ab303d8", "scanner": "scanner-primary", "fingerprint": "2c5f98b152cddb6d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/launch.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6ee0fc4a8f2cd389", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 _extract_secrets.py:76"}, "properties": {"repobilityId": "e81aa3dd43f0673e", "scanner": "scanner-primary", "fingerprint": "6ee0fc4a8f2cd389", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-935f91735353c803", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 src/clevercheck-web/src/api/client.ts:169"}, "properties": {"repobilityId": "088a1adab6a0b8a0", "scanner": "scanner-primary", "fingerprint": "935f91735353c803", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-6aa2072d90d576ba", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/clevercheck-web/src/pages/Price.tsx:78"}, "properties": {"repobilityId": "282c2f6b75856972", "scanner": "scanner-primary", "fingerprint": "6aa2072d90d576ba", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "07465cd220b1b2da", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2f73d9e097e7c800", "level": "warning", "message": {"text": "Frontend route `/photos` has no Link/navigate to it \u2014 src/clevercheck-web/src/App.tsx"}, "properties": {"repobilityId": "7b06fa4e0270d4fe", "scanner": "scanner-primary", "fingerprint": "2f73d9e097e7c800", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}]}]}