{"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-525cc75c836cc816", "name": "Possibly dead Python function: guarded_import", "shortDescription": {"text": "Possibly dead Python function: guarded_import"}, "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-c667a9a0bb39c72b", "name": "TODO/FIXME marker in shipping code \u2014 apps/miniprogram/typings/types/wx/lib.wx.api.d.ts:15740", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 apps/miniprogram/typings/types/wx/lib.wx.api.d.ts:15740"}, "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-70bd1258a9448262", "name": "Stray `console.log` in TS/JS \u2014 apps/miniprogram/typings/types/wx/lib.wx.api.d.ts:2816", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/miniprogram/typings/types/wx/lib.wx.api.d.ts:2816"}, "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-e96d729c85e4dc1e", "name": "Stray `console.log` in TS/JS \u2014 apps/auth-gateway/src/server.js:192", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/auth-gateway/src/server.js:192"}, "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-f347b203dbe45f09", "name": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.12-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-9316928159193bf6", "name": "Dockerfile runs as root: apps/auth-gateway/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: apps/auth-gateway/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-baa6aecf76797920", "name": "Docker base image is tag-pinned but not digest-pinned: node:22-alpine", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-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-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-880d3e24a131b8ac", "name": "Insecure pattern 'cors_wildcard' in apps/laf-functions/paperbanana-api.ts:422", "shortDescription": {"text": "Insecure pattern 'cors_wildcard' in apps/laf-functions/paperbanana-api.ts:422"}, "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-45b31a9e6dccefbc", "name": "Insecure pattern 'exec_used' in apps/plot-worker/README.md:9", "shortDescription": {"text": "Insecure pattern 'exec_used' in apps/plot-worker/README.md:9"}, "fullDescription": {"text": "Found a known-risky pattern (exec_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-4b7f3a7c2f065885", "name": "Insecure pattern 'exec_used' in apps/plot-worker/render_worker.py:398", "shortDescription": {"text": "Insecure pattern 'exec_used' in apps/plot-worker/render_worker.py:398"}, "fullDescription": {"text": "Found a known-risky pattern (exec_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "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-70a07f38adfbc97c", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c1e62c8a8becdce0", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-11fe6710547243fb", "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-4c8d90c65106253e", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-440cf12ad63e2a3b", "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-fe473307b35edc22", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8301c4ebab7461c7", "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-bedc21360fcdcc01", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5a567c910ff8cc65", "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-eb2699a28da0f217", "name": "Very large file: apps/laf-functions/paperbanana-api.ts (4510 lines)", "shortDescription": {"text": "Very large file: apps/laf-functions/paperbanana-api.ts (4510 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-ed20fd7b86bba0a4", "name": "Very large file: apps/miniprogram/typings/types/wx/lib.wx.api.d.ts (19671 lines)", "shortDescription": {"text": "Very large file: apps/miniprogram/typings/types/wx/lib.wx.api.d.ts (19671 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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "9 test file(s) for 93 source file(s) (ratio 0.10). 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-77a525e32cca814a", "name": "Node manifest has dependencies but no lockfile: apps/android/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/android/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d57b3f82d2270c5b", "name": "Node manifest has dependencies but no lockfile: apps/desktop/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/desktop/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4abd1093a94d2cbc", "name": "Node manifest has dependencies but no lockfile: apps/miniprogram/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/miniprogram/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4a9eb7dc7c6e3880", "name": "Node manifest has dependencies but no lockfile: apps/web/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/web/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c020411a776c3e64", "name": "Node manifest has dependencies but no lockfile: apps/auth-gateway/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/auth-gateway/package.json"}, "fullDescription": {"text": "`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely."}, "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 35 placeholder/mock markers across 11 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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, lockfile. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "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, lockfile. 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-e725d2ab884fbd49", "name": "Multiple root agent instruction files without precedence", "shortDescription": {"text": "Multiple root agent instruction files without precedence"}, "fullDescription": {"text": "The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4b451137e88c5b26", "name": "Commented-code block (6 lines) in apps/laf-functions/paperbanana-api.ts:342", "shortDescription": {"text": "Commented-code block (6 lines) in apps/laf-functions/paperbanana-api.ts:342"}, "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-70d2de5f0e53032c", "name": "Commented-code block (9 lines) in apps/plot-worker/render_worker.py:67", "shortDescription": {"text": "Commented-code block (9 lines) in apps/plot-worker/render_worker.py:67"}, "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-aec563daeb7e462d", "name": "Commented-code block (5 lines) in apps/plot-worker/app.py:47", "shortDescription": {"text": "Commented-code block (5 lines) in apps/plot-worker/app.py:47"}, "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-96b02288e3ef7efd", "name": "Commented-code block (7 lines) in apps/miniprogram/typings/types/wx/lib.wx.api.d.ts:5810", "shortDescription": {"text": "Commented-code block (7 lines) in apps/miniprogram/typings/types/wx/lib.wx.api.d.ts:5810"}, "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-ed479aa28cfc197c", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/App.jsx:392", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/App.jsx:392"}, "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-0001d293cea03383", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/DownloadJobZipButton.jsx:66", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/DownloadJobZipButton.jsx:66"}, "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-c6ba73f50b1d89eb", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/ResultFigure.jsx:58", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/ResultFigure.jsx:58"}, "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-5fa5af25316da646", "name": "16 env vars used in code but missing from .env.example", "shortDescription": {"text": "16 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `ADMIN_EMAILS`, `BAILIAN_VISION_MODEL`, `CUSTOM_DEPENDENCY_BASE_PATH`, `OPENROUTER_MODEL_CACHE_TTL_MS`, `PAPERBANANA_CANDIDATE_CONCURRENCY`, `PAPERBANANA_MAX_REFERENCE_BYTES`, `PAPERBANANA_MAX_REFERENCE_IMAGES`, `PAPERBANANA_REFERENCE_UPLOAD_TTL_SECONDS` + 8 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}}, {"id": "scanner-413b1a93133255c7", "name": "FastAPI POST `render` without auth dependency \u2014 apps/plot-worker/app.py:76", "shortDescription": {"text": "FastAPI POST `render` without auth dependency \u2014 apps/plot-worker/app.py:76"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-0f05b18a4041916f", "name": "Unused endpoint: POST /render", "shortDescription": {"text": "Unused endpoint: POST /render"}, "fullDescription": {"text": "`apps/plot-worker/app.py` declares `POST /render` 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-301279ff51bc8dfc", "name": "Unused endpoint: ALL /api/auth/*", "shortDescription": {"text": "Unused endpoint: ALL /api/auth/*"}, "fullDescription": {"text": "`apps/auth-gateway/src/server.js` declares `ALL /api/auth/*` 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-968126aa3e335855", "name": "Unused endpoint: GET /paperbanana-api", "shortDescription": {"text": "Unused endpoint: GET /paperbanana-api"}, "fullDescription": {"text": "`apps/auth-gateway/src/server.js` declares `GET /paperbanana-api` 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-13f5b118f945e8a4", "name": "Unused endpoint: POST /paperbanana-api", "shortDescription": {"text": "Unused endpoint: POST /paperbanana-api"}, "fullDescription": {"text": "`apps/auth-gateway/src/server.js` declares `POST /paperbanana-api` 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/23564"}, "properties": {"repository": "zdywrnm/paperbanana-clients", "repoUrl": "https://github.com/zdywrnm/paperbanana-clients", "branch": "main"}, "results": [{"ruleId": "scanner-525cc75c836cc816", "level": "note", "message": {"text": "Possibly dead Python function: guarded_import"}, "properties": {"repobilityId": "a61aa74bc84d90f5", "scanner": "scanner-primary", "fingerprint": "525cc75c836cc816", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/plot-worker/render_worker.py:244"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c667a9a0bb39c72b", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 apps/miniprogram/typings/types/wx/lib.wx.api.d.ts:15740"}, "properties": {"repobilityId": "c73cb47bd25272a0", "scanner": "scanner-primary", "fingerprint": "c667a9a0bb39c72b", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-70bd1258a9448262", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/miniprogram/typings/types/wx/lib.wx.api.d.ts:2816"}, "properties": {"repobilityId": "6b1c379a027b1e9c", "scanner": "scanner-primary", "fingerprint": "70bd1258a9448262", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-e96d729c85e4dc1e", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/auth-gateway/src/server.js:192"}, "properties": {"repobilityId": "90cbffcf500d877c", "scanner": "scanner-primary", "fingerprint": "e96d729c85e4dc1e", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-f347b203dbe45f09", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim"}, "properties": {"repobilityId": "9fc28c71934371eb", "scanner": "scanner-primary", "fingerprint": "f347b203dbe45f09", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/plot-worker/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9316928159193bf6", "level": "warning", "message": {"text": "Dockerfile runs as root: apps/auth-gateway/Dockerfile"}, "properties": {"repobilityId": "635c8151192b750b", "scanner": "scanner-primary", "fingerprint": "9316928159193bf6", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-baa6aecf76797920", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:22-alpine"}, "properties": {"repobilityId": "5c52693a8e3fc18b", "scanner": "scanner-primary", "fingerprint": "baa6aecf76797920", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/auth-gateway/Dockerfile"}, "region": {"startLine": 1}}}]}, {"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-880d3e24a131b8ac", "level": "warning", "message": {"text": "Insecure pattern 'cors_wildcard' in apps/laf-functions/paperbanana-api.ts:422"}, "properties": {"repobilityId": "1bda6f54db3021eb", "scanner": "scanner-primary", "fingerprint": "880d3e24a131b8ac", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "cors_wildcard"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/laf-functions/paperbanana-api.ts"}, "region": {"startLine": 422}}}]}, {"ruleId": "scanner-45b31a9e6dccefbc", "level": "error", "message": {"text": "Insecure pattern 'exec_used' in apps/plot-worker/README.md:9"}, "properties": {"repobilityId": "1ddf1d461617c419", "scanner": "scanner-primary", "fingerprint": "45b31a9e6dccefbc", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "exec_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/plot-worker/README.md"}, "region": {"startLine": 9}}}]}, {"ruleId": "scanner-4b7f3a7c2f065885", "level": "error", "message": {"text": "Insecure pattern 'exec_used' in apps/plot-worker/render_worker.py:398"}, "properties": {"repobilityId": "2bf606fc3c1aeff4", "scanner": "scanner-primary", "fingerprint": "4b7f3a7c2f065885", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "exec_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/plot-worker/render_worker.py"}, "region": {"startLine": 398}}}]}, {"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-70a07f38adfbc97c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b5298254a072edd7", "scanner": "scanner-primary", "fingerprint": "70a07f38adfbc97c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-laf-functions.yml"}, "region": {"startLine": 39}}}]}, {"ruleId": "scanner-70a07f38adfbc97c", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "e2bef8a739d3c1f4", "scanner": "scanner-primary", "fingerprint": "70a07f38adfbc97c", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-laf-functions.yml"}, "region": {"startLine": 42}}}]}, {"ruleId": "scanner-c1e62c8a8becdce0", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "19eb4268d280af38", "scanner": "scanner-primary", "fingerprint": "c1e62c8a8becdce0", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-pages.yml"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-c1e62c8a8becdce0", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "a8d940da4f4fdf37", "scanner": "scanner-primary", "fingerprint": "c1e62c8a8becdce0", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-pages.yml"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-c1e62c8a8becdce0", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "98317e5fcf652416", "scanner": "scanner-primary", "fingerprint": "c1e62c8a8becdce0", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-pages.yml"}, "region": {"startLine": 31}}}]}, {"ruleId": "scanner-c1e62c8a8becdce0", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "293d3dbcb67ba2f7", "scanner": "scanner-primary", "fingerprint": "c1e62c8a8becdce0", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-pages.yml"}, "region": {"startLine": 50}}}]}, {"ruleId": "scanner-c1e62c8a8becdce0", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "4a5232ca5f9d3d6d", "scanner": "scanner-primary", "fingerprint": "c1e62c8a8becdce0", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-pages.yml"}, "region": {"startLine": 63}}}]}, {"ruleId": "scanner-11fe6710547243fb", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "c88f07fd35b9711f", "scanner": "scanner-primary", "fingerprint": "11fe6710547243fb", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-pages.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4c8d90c65106253e", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "4c37e7b7a1e71b4d", "scanner": "scanner-primary", "fingerprint": "4c8d90c65106253e", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-desktop-windows.yml"}, "region": {"startLine": 27}}}]}, {"ruleId": "scanner-4c8d90c65106253e", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "8a372d9d2df9e0c2", "scanner": "scanner-primary", "fingerprint": "4c8d90c65106253e", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-desktop-windows.yml"}, "region": {"startLine": 30}}}]}, {"ruleId": "scanner-4c8d90c65106253e", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "90c5ba68d105e6ea", "scanner": "scanner-primary", "fingerprint": "4c8d90c65106253e", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-desktop-windows.yml"}, "region": {"startLine": 35}}}]}, {"ruleId": "scanner-4c8d90c65106253e", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "db92456c71928048", "scanner": "scanner-primary", "fingerprint": "4c8d90c65106253e", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-desktop-windows.yml"}, "region": {"startLine": 77}}}]}, {"ruleId": "scanner-4c8d90c65106253e", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "344285c43001c95e", "scanner": "scanner-primary", "fingerprint": "4c8d90c65106253e", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-desktop-windows.yml"}, "region": {"startLine": 87}}}]}, {"ruleId": "scanner-440cf12ad63e2a3b", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "2788ad221284977b", "scanner": "scanner-primary", "fingerprint": "440cf12ad63e2a3b", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release-desktop-windows.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-fe473307b35edc22", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b24cdd7b40777ccc", "scanner": "scanner-primary", "fingerprint": "fe473307b35edc22", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-auth-gateway.yml"}, "region": {"startLine": 32}}}]}, {"ruleId": "scanner-fe473307b35edc22", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "e81ae4544cb2f8a9", "scanner": "scanner-primary", "fingerprint": "fe473307b35edc22", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-auth-gateway.yml"}, "region": {"startLine": 35}}}]}, {"ruleId": "scanner-fe473307b35edc22", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "b69e9d4d35ac31cf", "scanner": "scanner-primary", "fingerprint": "fe473307b35edc22", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-auth-gateway.yml"}, "region": {"startLine": 38}}}]}, {"ruleId": "scanner-fe473307b35edc22", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "d38a8e86eeae2e81", "scanner": "scanner-primary", "fingerprint": "fe473307b35edc22", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-auth-gateway.yml"}, "region": {"startLine": 46}}}]}, {"ruleId": "scanner-fe473307b35edc22", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "a990e9c12a179628", "scanner": "scanner-primary", "fingerprint": "fe473307b35edc22", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-auth-gateway.yml"}, "region": {"startLine": 55}}}]}, {"ruleId": "scanner-fe473307b35edc22", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "8689a09ea8b3ae85", "scanner": "scanner-primary", "fingerprint": "fe473307b35edc22", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-auth-gateway.yml"}, "region": {"startLine": 64}}}]}, {"ruleId": "scanner-8301c4ebab7461c7", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "abcdeff222b4a233", "scanner": "scanner-primary", "fingerprint": "8301c4ebab7461c7", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-auth-gateway.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-bedc21360fcdcc01", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "0d94268474bbe5d0", "scanner": "scanner-primary", "fingerprint": "bedc21360fcdcc01", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-plot-worker.yml"}, "region": {"startLine": 29}}}]}, {"ruleId": "scanner-bedc21360fcdcc01", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "a17eff023db71b20", "scanner": "scanner-primary", "fingerprint": "bedc21360fcdcc01", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-plot-worker.yml"}, "region": {"startLine": 32}}}]}, {"ruleId": "scanner-bedc21360fcdcc01", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "3e95ce4c1e531cd6", "scanner": "scanner-primary", "fingerprint": "bedc21360fcdcc01", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-plot-worker.yml"}, "region": {"startLine": 35}}}]}, {"ruleId": "scanner-bedc21360fcdcc01", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "59dbbedecfe769b6", "scanner": "scanner-primary", "fingerprint": "bedc21360fcdcc01", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-plot-worker.yml"}, "region": {"startLine": 43}}}]}, {"ruleId": "scanner-bedc21360fcdcc01", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "9ea32e2bff97ebe2", "scanner": "scanner-primary", "fingerprint": "bedc21360fcdcc01", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-plot-worker.yml"}, "region": {"startLine": 52}}}]}, {"ruleId": "scanner-bedc21360fcdcc01", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "2b77570df771758c", "scanner": "scanner-primary", "fingerprint": "bedc21360fcdcc01", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-plot-worker.yml"}, "region": {"startLine": 61}}}]}, {"ruleId": "scanner-5a567c910ff8cc65", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "eb92fe8323ce260b", "scanner": "scanner-primary", "fingerprint": "5a567c910ff8cc65", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/build-plot-worker.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-eb2699a28da0f217", "level": "note", "message": {"text": "Very large file: apps/laf-functions/paperbanana-api.ts (4510 lines)"}, "properties": {"repobilityId": "8aa398c64c246bfe", "scanner": "scanner-primary", "fingerprint": "eb2699a28da0f217", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-ed20fd7b86bba0a4", "level": "note", "message": {"text": "Very large file: apps/miniprogram/typings/types/wx/lib.wx.api.d.ts (19671 lines)"}, "properties": {"repobilityId": "97b349155ca46410", "scanner": "scanner-primary", "fingerprint": "ed20fd7b86bba0a4", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"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": "e0e989c050768784", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-77a525e32cca814a", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/android/package.json"}, "properties": {"repobilityId": "2577b4e5baf8bdd6", "scanner": "scanner-primary", "fingerprint": "77a525e32cca814a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/android/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d57b3f82d2270c5b", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/desktop/package.json"}, "properties": {"repobilityId": "a5d1a254ecc349f8", "scanner": "scanner-primary", "fingerprint": "d57b3f82d2270c5b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/desktop/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4abd1093a94d2cbc", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/miniprogram/package.json"}, "properties": {"repobilityId": "cc9cd7c9a7197cdb", "scanner": "scanner-primary", "fingerprint": "4abd1093a94d2cbc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/miniprogram/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4a9eb7dc7c6e3880", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/web/package.json"}, "properties": {"repobilityId": "6c1704bf24cf19ac", "scanner": "scanner-primary", "fingerprint": "4a9eb7dc7c6e3880", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/web/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c020411a776c3e64", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/auth-gateway/package.json"}, "properties": {"repobilityId": "f158edbdaa880a33", "scanner": "scanner-primary", "fingerprint": "c020411a776c3e64", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/auth-gateway/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "dcc39d281b4e5902", "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": "ddc952c8cf7beb10", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "7997401a0baa721e", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "6a6f8b00775f3113", "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": "f2a22a6088296cd7", "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": "ac9f30a78dcf27e0", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-e725d2ab884fbd49", "level": "note", "message": {"text": "Multiple root agent instruction files without precedence"}, "properties": {"repobilityId": "1953db6c89508d22", "scanner": "scanner-primary", "fingerprint": "e725d2ab884fbd49", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["agent-instructions", "governance"]}}, {"ruleId": "scanner-4b451137e88c5b26", "level": "none", "message": {"text": "Commented-code block (6 lines) in apps/laf-functions/paperbanana-api.ts:342"}, "properties": {"repobilityId": "616c50fc64bc6bea", "scanner": "scanner-primary", "fingerprint": "4b451137e88c5b26", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-70d2de5f0e53032c", "level": "none", "message": {"text": "Commented-code block (9 lines) in apps/plot-worker/render_worker.py:67"}, "properties": {"repobilityId": "fa6d31fa93ce5cee", "scanner": "scanner-primary", "fingerprint": "70d2de5f0e53032c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-aec563daeb7e462d", "level": "none", "message": {"text": "Commented-code block (5 lines) in apps/plot-worker/app.py:47"}, "properties": {"repobilityId": "76ef4539cd19df0e", "scanner": "scanner-primary", "fingerprint": "aec563daeb7e462d", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-96b02288e3ef7efd", "level": "none", "message": {"text": "Commented-code block (7 lines) in apps/miniprogram/typings/types/wx/lib.wx.api.d.ts:5810"}, "properties": {"repobilityId": "241b27fbb2871b6a", "scanner": "scanner-primary", "fingerprint": "96b02288e3ef7efd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ed479aa28cfc197c", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/App.jsx:392"}, "properties": {"repobilityId": "912804bfdbcf413c", "scanner": "scanner-primary", "fingerprint": "ed479aa28cfc197c", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-0001d293cea03383", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/DownloadJobZipButton.jsx:66"}, "properties": {"repobilityId": "0a2e83dce7998480", "scanner": "scanner-primary", "fingerprint": "0001d293cea03383", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c6ba73f50b1d89eb", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/web/src/components/ResultFigure.jsx:58"}, "properties": {"repobilityId": "3c0cf209e2743594", "scanner": "scanner-primary", "fingerprint": "c6ba73f50b1d89eb", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5fa5af25316da646", "level": "note", "message": {"text": "16 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "e0919a3f6a45e8c2", "scanner": "scanner-primary", "fingerprint": "5fa5af25316da646", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-413b1a93133255c7", "level": "error", "message": {"text": "FastAPI POST `render` without auth dependency \u2014 apps/plot-worker/app.py:76"}, "properties": {"repobilityId": "a1ade2f0c6737d81", "scanner": "scanner-primary", "fingerprint": "413b1a93133255c7", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/plot-worker/app.py"}, "region": {"startLine": 76}}}]}, {"ruleId": "scanner-0f05b18a4041916f", "level": "note", "message": {"text": "Unused endpoint: POST /render"}, "properties": {"repobilityId": "0c8505971636ee54", "scanner": "scanner-primary", "fingerprint": "0f05b18a4041916f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-301279ff51bc8dfc", "level": "note", "message": {"text": "Unused endpoint: ALL /api/auth/*"}, "properties": {"repobilityId": "7b69656030c1466a", "scanner": "scanner-primary", "fingerprint": "301279ff51bc8dfc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-968126aa3e335855", "level": "note", "message": {"text": "Unused endpoint: GET /paperbanana-api"}, "properties": {"repobilityId": "6e0183a5699f4421", "scanner": "scanner-primary", "fingerprint": "968126aa3e335855", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-13f5b118f945e8a4", "level": "note", "message": {"text": "Unused endpoint: POST /paperbanana-api"}, "properties": {"repobilityId": "40038e077cec913e", "scanner": "scanner-primary", "fingerprint": "13f5b118f945e8a4", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}