{"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-8512833c4c016a9c", "name": "Possibly dead Python function: tolerant_parse", "shortDescription": {"text": "Possibly dead Python function: tolerant_parse"}, "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-f00df24c1d481b30", "name": "Possibly dead Python function: notify", "shortDescription": {"text": "Possibly dead Python function: notify"}, "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-f7204a5a4ec01a56", "name": "`truncate` class without `title=` for hover reveal \u2014 ui/components/ArtifactsPane.tsx:144", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 ui/components/ArtifactsPane.tsx:144"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-35e26a96d244f4f7", "name": "`truncate` class without `title=` for hover reveal \u2014 ui/components/Dashboard.tsx:54", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 ui/components/Dashboard.tsx:54"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "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 53 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-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 ci. 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-316595fd230cee2d", "name": "Network/subprocess call without timeout or try/except \u2014 scripts/live_e2e_repo.py:51", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/live_e2e_repo.py:51"}, "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-ed9851b0da41b31a", "name": "Commented-code block (5 lines) in src/deep_researcher/config.py:33", "shortDescription": {"text": "Commented-code block (5 lines) in src/deep_researcher/config.py:33"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-043f8b2a01475066", "name": "Commented-code block (6 lines) in src/deep_researcher/codex/workspace.py:178", "shortDescription": {"text": "Commented-code block (6 lines) in src/deep_researcher/codex/workspace.py:178"}, "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-2a22ca6946dadf19", "name": "Network/subprocess call without timeout or try/except \u2014 src/deep_researcher/codex/workspace.py:184", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 src/deep_researcher/codex/workspace.py:184"}, "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-cdc35d0910855094", "name": "Commented-code block (5 lines) in src/deep_researcher/tools/codex.py:177", "shortDescription": {"text": "Commented-code block (5 lines) in src/deep_researcher/tools/codex.py:177"}, "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-cb5f157ba4bbd461", "name": "Network/subprocess call without timeout or try/except \u2014 src/deep_researcher/tools/codex.py:78", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 src/deep_researcher/tools/codex.py:78"}, "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-2055a8047f927615", "name": "Network/subprocess call without timeout or try/except \u2014 src/deep_researcher/tools/repo.py:105", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 src/deep_researcher/tools/repo.py:105"}, "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-2eafc3188c36bb02", "name": "3 env vars used in code but missing from .env.example", "shortDescription": {"text": "3 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `CODEX_BINARY`, `GATEWAY_URL`, `LANGFUSE_HOST`. 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}}, {"id": "scanner-be46ea126aa5d8dc", "name": "Near-duplicate function bodies in 3 places", "shortDescription": {"text": "Near-duplicate function bodies in 3 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nscripts/live_e2e_experiment.py:main, scripts/live_e2e.py:main, scripts/live_e2e_parallel.py:main\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-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:\nsrc/deep_researcher/gateway.py:history, src/deep_researcher/gateway.py:status\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-33a6b62e30ce7ab4", "name": "Near-duplicate function bodies in 6 places", "shortDescription": {"text": "Near-duplicate function bodies in 6 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nsrc/deep_researcher/storage/artifact_service.py:save_artifact, src/deep_researcher/storage/artifact_service.py:load_artifact, src/deep_researcher/storage/artifact_service.py:list_versions, src/deep_researcher/storage/artifact_service.py:list_artifact_versions\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-6ae92428b89c54b8", "name": "Unused endpoint: GET /api/dashboard", "shortDescription": {"text": "Unused endpoint: GET /api/dashboard"}, "fullDescription": {"text": "`src/deep_researcher/gateway.py` declares `GET /api/dashboard` 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-3b94923f366fed0e", "name": "Unused endpoint: GET /api/projects", "shortDescription": {"text": "Unused endpoint: GET /api/projects"}, "fullDescription": {"text": "`src/deep_researcher/gateway.py` declares `GET /api/projects` 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-16a480533217943d", "name": "Unused endpoint: POST /api/projects", "shortDescription": {"text": "Unused endpoint: POST /api/projects"}, "fullDescription": {"text": "`src/deep_researcher/gateway.py` declares `POST /api/projects` 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-910e7327fca49aff", "name": "Unused endpoint: DELETE /api/projects/{project_id}", "shortDescription": {"text": "Unused endpoint: DELETE /api/projects/{project_id}"}, "fullDescription": {"text": "`src/deep_researcher/gateway.py` declares `DELETE /api/projects/{project_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-60560751f98544bd", "name": "Unused endpoint: GET /api/projects/{project_id}/history", "shortDescription": {"text": "Unused endpoint: GET /api/projects/{project_id}/history"}, "fullDescription": {"text": "`src/deep_researcher/gateway.py` declares `GET /api/projects/{project_id}/history` 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-df01e1f45b31389d", "name": "Unused endpoint: GET /api/projects/{project_id}/status", "shortDescription": {"text": "Unused endpoint: GET /api/projects/{project_id}/status"}, "fullDescription": {"text": "`src/deep_researcher/gateway.py` declares `GET /api/projects/{project_id}/status` 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-e8344370e51b2ee8", "name": "Unused endpoint: POST /api/projects/{project_id}/resume", "shortDescription": {"text": "Unused endpoint: POST /api/projects/{project_id}/resume"}, "fullDescription": {"text": "`src/deep_researcher/gateway.py` declares `POST /api/projects/{project_id}/resume` 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-dd70b870088ca833", "name": "Unused endpoint: GET /api/projects/{project_id}/artifacts", "shortDescription": {"text": "Unused endpoint: GET /api/projects/{project_id}/artifacts"}, "fullDescription": {"text": "`src/deep_researcher/gateway.py` declares `GET /api/projects/{project_id}/artifacts` 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-bb96056790f35029", "name": "Unused endpoint: GET /api/projects/{project_id}/artifacts/content", "shortDescription": {"text": "Unused endpoint: GET /api/projects/{project_id}/artifacts/content"}, "fullDescription": {"text": "`src/deep_researcher/gateway.py` declares `GET /api/projects/{project_id}/artifacts/content` 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-c5bae9e5ec44cc06", "name": "Unused endpoint: GET /api/projects/{project_id}/artifacts/{artifact_id}/lineage", "shortDescription": {"text": "Unused endpoint: GET /api/projects/{project_id}/artifacts/{artifact_id}/lineage"}, "fullDescription": {"text": "`src/deep_researcher/gateway.py` declares `GET /api/projects/{project_id}/artifacts/{artifact_id}/lineage` 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-0fc68f3e13625020", "name": "Unused endpoint: GET /api/projects/{project_id}/runs", "shortDescription": {"text": "Unused endpoint: GET /api/projects/{project_id}/runs"}, "fullDescription": {"text": "`src/deep_researcher/gateway.py` declares `GET /api/projects/{project_id}/runs` 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-6917c1d13b6f6d7d", "name": "Unused endpoint: POST /api/projects/{project_id}/runs/{run_id}/kill", "shortDescription": {"text": "Unused endpoint: POST /api/projects/{project_id}/runs/{run_id}/kill"}, "fullDescription": {"text": "`src/deep_researcher/gateway.py` declares `POST /api/projects/{project_id}/runs/{run_id}/kill` 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-aad7d23a356dd071", "name": "Unused endpoint: GET /api/projects/{project_id}/board", "shortDescription": {"text": "Unused endpoint: GET /api/projects/{project_id}/board"}, "fullDescription": {"text": "`src/deep_researcher/gateway.py` declares `GET /api/projects/{project_id}/board` 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-c0e9b55256a065cb", "name": "Unused endpoint: GET /api/projects/{project_id}/budget", "shortDescription": {"text": "Unused endpoint: GET /api/projects/{project_id}/budget"}, "fullDescription": {"text": "`src/deep_researcher/gateway.py` declares `GET /api/projects/{project_id}/budget` 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/23646"}, "properties": {"repository": "zhouqb/auto-researcher", "repoUrl": "https://github.com/zhouqb/auto-researcher", "branch": "main"}, "results": [{"ruleId": "scanner-8512833c4c016a9c", "level": "note", "message": {"text": "Possibly dead Python function: tolerant_parse"}, "properties": {"repobilityId": "892f74b2c1760c0b", "scanner": "scanner-primary", "fingerprint": "8512833c4c016a9c", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/deep_researcher/patches.py:40"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f00df24c1d481b30", "level": "note", "message": {"text": "Possibly dead Python function: notify"}, "properties": {"repobilityId": "4a83d6c15200fc6b", "scanner": "scanner-primary", "fingerprint": "f00df24c1d481b30", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/deep_researcher/notify.py:19"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f7204a5a4ec01a56", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 ui/components/ArtifactsPane.tsx:144"}, "properties": {"repobilityId": "160faa06b8d6308c", "scanner": "scanner-primary", "fingerprint": "f7204a5a4ec01a56", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-35e26a96d244f4f7", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 ui/components/Dashboard.tsx:54"}, "properties": {"repobilityId": "a6c2e8a3a3d242c5", "scanner": "scanner-primary", "fingerprint": "35e26a96d244f4f7", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "2114bf9499b1b248", "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": "901d53baa3a694c2", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "88cf3ebc5d61a8ed", "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": "654ffb03232701d5", "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": "9fbec735fa90a199", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-316595fd230cee2d", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/live_e2e_repo.py:51"}, "properties": {"repobilityId": "3941fb79d200418a", "scanner": "scanner-primary", "fingerprint": "316595fd230cee2d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-ed9851b0da41b31a", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/deep_researcher/config.py:33"}, "properties": {"repobilityId": "1ebe216cf66e01e6", "scanner": "scanner-primary", "fingerprint": "ed9851b0da41b31a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-043f8b2a01475066", "level": "none", "message": {"text": "Commented-code block (6 lines) in src/deep_researcher/codex/workspace.py:178"}, "properties": {"repobilityId": "5d19315f34700334", "scanner": "scanner-primary", "fingerprint": "043f8b2a01475066", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2a22ca6946dadf19", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 src/deep_researcher/codex/workspace.py:184"}, "properties": {"repobilityId": "34bad5e294c1b30d", "scanner": "scanner-primary", "fingerprint": "2a22ca6946dadf19", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-cdc35d0910855094", "level": "none", "message": {"text": "Commented-code block (5 lines) in src/deep_researcher/tools/codex.py:177"}, "properties": {"repobilityId": "e9d7b4d5f3fb1b9a", "scanner": "scanner-primary", "fingerprint": "cdc35d0910855094", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-cb5f157ba4bbd461", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 src/deep_researcher/tools/codex.py:78"}, "properties": {"repobilityId": "068714602eb6e43d", "scanner": "scanner-primary", "fingerprint": "cb5f157ba4bbd461", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2055a8047f927615", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 src/deep_researcher/tools/repo.py:105"}, "properties": {"repobilityId": "74111df4679539b3", "scanner": "scanner-primary", "fingerprint": "2055a8047f927615", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2eafc3188c36bb02", "level": "none", "message": {"text": "3 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "bd934ba112b02ffa", "scanner": "scanner-primary", "fingerprint": "2eafc3188c36bb02", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "5b8d715fea845f29", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "0b3923a1cafaadbd", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "dfce5b159cfb15bd", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-33a6b62e30ce7ab4", "level": "note", "message": {"text": "Near-duplicate function bodies in 6 places"}, "properties": {"repobilityId": "7e0c3fb70d93ec0e", "scanner": "scanner-primary", "fingerprint": "33a6b62e30ce7ab4", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "387252b9fab192f4", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-6ae92428b89c54b8", "level": "note", "message": {"text": "Unused endpoint: GET /api/dashboard"}, "properties": {"repobilityId": "624de08beecb55c0", "scanner": "scanner-primary", "fingerprint": "6ae92428b89c54b8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3b94923f366fed0e", "level": "note", "message": {"text": "Unused endpoint: GET /api/projects"}, "properties": {"repobilityId": "6976853332730486", "scanner": "scanner-primary", "fingerprint": "3b94923f366fed0e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-16a480533217943d", "level": "note", "message": {"text": "Unused endpoint: POST /api/projects"}, "properties": {"repobilityId": "71475abf5e7edae2", "scanner": "scanner-primary", "fingerprint": "16a480533217943d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-910e7327fca49aff", "level": "note", "message": {"text": "Unused endpoint: DELETE /api/projects/{project_id}"}, "properties": {"repobilityId": "069746ab2f103f07", "scanner": "scanner-primary", "fingerprint": "910e7327fca49aff", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-60560751f98544bd", "level": "note", "message": {"text": "Unused endpoint: GET /api/projects/{project_id}/history"}, "properties": {"repobilityId": "651ad5587e5b04fd", "scanner": "scanner-primary", "fingerprint": "60560751f98544bd", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-df01e1f45b31389d", "level": "note", "message": {"text": "Unused endpoint: GET /api/projects/{project_id}/status"}, "properties": {"repobilityId": "e19e70c99f34cb4a", "scanner": "scanner-primary", "fingerprint": "df01e1f45b31389d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e8344370e51b2ee8", "level": "note", "message": {"text": "Unused endpoint: POST /api/projects/{project_id}/resume"}, "properties": {"repobilityId": "26c3a1c87f82d20a", "scanner": "scanner-primary", "fingerprint": "e8344370e51b2ee8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dd70b870088ca833", "level": "note", "message": {"text": "Unused endpoint: GET /api/projects/{project_id}/artifacts"}, "properties": {"repobilityId": "3fa0450a4d4e1bc4", "scanner": "scanner-primary", "fingerprint": "dd70b870088ca833", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-bb96056790f35029", "level": "note", "message": {"text": "Unused endpoint: GET /api/projects/{project_id}/artifacts/content"}, "properties": {"repobilityId": "9847eab5302432d3", "scanner": "scanner-primary", "fingerprint": "bb96056790f35029", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c5bae9e5ec44cc06", "level": "note", "message": {"text": "Unused endpoint: GET /api/projects/{project_id}/artifacts/{artifact_id}/lineage"}, "properties": {"repobilityId": "8f119ad5d5a41380", "scanner": "scanner-primary", "fingerprint": "c5bae9e5ec44cc06", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0fc68f3e13625020", "level": "note", "message": {"text": "Unused endpoint: GET /api/projects/{project_id}/runs"}, "properties": {"repobilityId": "9342fd5e3bdcbeff", "scanner": "scanner-primary", "fingerprint": "0fc68f3e13625020", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6917c1d13b6f6d7d", "level": "note", "message": {"text": "Unused endpoint: POST /api/projects/{project_id}/runs/{run_id}/kill"}, "properties": {"repobilityId": "4d9e837cd0f8fec5", "scanner": "scanner-primary", "fingerprint": "6917c1d13b6f6d7d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-aad7d23a356dd071", "level": "note", "message": {"text": "Unused endpoint: GET /api/projects/{project_id}/board"}, "properties": {"repobilityId": "4100abf0235dbf46", "scanner": "scanner-primary", "fingerprint": "aad7d23a356dd071", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c0e9b55256a065cb", "level": "note", "message": {"text": "Unused endpoint: GET /api/projects/{project_id}/budget"}, "properties": {"repobilityId": "f3a8f4fa930306bc", "scanner": "scanner-primary", "fingerprint": "c0e9b55256a065cb", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}