{"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-fdaf1593ee9d617e", "name": "Possibly dead Python function: sensors_for_segment", "shortDescription": {"text": "Possibly dead Python function: sensors_for_segment"}, "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-e03ed7b08030701f", "name": "Possibly dead Python function: objective", "shortDescription": {"text": "Possibly dead Python function: objective"}, "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-b7e8cac226bfc186", "name": "Possibly dead Python function: forward", "shortDescription": {"text": "Possibly dead Python function: forward"}, "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-02ff76492d3affab", "name": "Possibly dead Python function: training_step", "shortDescription": {"text": "Possibly dead Python function: training_step"}, "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-a4cae359d63505e6", "name": "Possibly dead Python function: configure_optimizers", "shortDescription": {"text": "Possibly dead Python function: configure_optimizers"}, "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-a2fce86f69db8f21", "name": "Possibly dead Python function: client_fn", "shortDescription": {"text": "Possibly dead Python function: client_fn"}, "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-55610a8e3cb6d1f6", "name": "Possibly dead Python function: server_fn", "shortDescription": {"text": "Possibly dead Python function: server_fn"}, "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-a005ab143095cce9", "name": "Possibly dead Python function: monotonic_ms", "shortDescription": {"text": "Possibly dead Python function: monotonic_ms"}, "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-604474f64370e442", "name": "Possibly dead Python function: action", "shortDescription": {"text": "Possibly dead Python function: action"}, "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-596fbd347ef8a6f6", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/frontend/src/components/dashboard/layout-client.tsx:46", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/frontend/src/components/dashboard/layout-client.tsx:46"}, "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-745ab878deb06129", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/frontend/src/components/dashboard/alerts-feed.tsx:50", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/frontend/src/components/dashboard/alerts-feed.tsx:50"}, "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-93c166ded2af2f6c", "name": "TODO/FIXME marker in shipping code \u2014 apps/api-gateway/src/main.ts:12", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 apps/api-gateway/src/main.ts:12"}, "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-8ea4155b3b207453", "name": "Stray `console.log` in TS/JS \u2014 apps/api-gateway/src/main.ts:21", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/api-gateway/src/main.ts:21"}, "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-4f872d99bda4f9ea", "name": "`truncate` class without `title=` for hover reveal \u2014 apps/developer-portal/app/keys/KeysClient.tsx:108", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/developer-portal/app/keys/KeysClient.tsx:108"}, "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-39bf0e6bec8b48af", "name": "Stray `console.log` in TS/JS \u2014 apps/developer-portal/src/components/CodeSample.tsx:53", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 apps/developer-portal/src/components/CodeSample.tsx:53"}, "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-8ba35fc0cc7915d7", "name": "Possible secret in infra/vault/seed.sh", "shortDescription": {"text": "Possible secret in infra/vault/seed.sh"}, "fullDescription": {"text": "Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-27924aa79fa4a517", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "gitleaks/gitleaks-action@v2 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-46c644c6227e4d4a", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "docker/login-action@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1838a141491ce38c", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-cb639d9a10a47b23", "name": "package.json defines install-time lifecycle scripts", "shortDescription": {"text": "package.json defines install-time lifecycle scripts"}, "fullDescription": {"text": "preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-77b12f8e02fdb026", "name": "Node manifest has dependencies but no lockfile: tests/contract/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: tests/contract/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-3f02143ce17b7bf9", "name": "Node manifest has dependencies but no lockfile: apps/frontend/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/frontend/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-e6ae4903c4d4cfc0", "name": "Node manifest has dependencies but no lockfile: apps/realtime-gateway/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/realtime-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-d0c2205560692580", "name": "Node manifest has dependencies but no lockfile: apps/mobile/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/mobile/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-e99135d1068fdf5a", "name": "Node manifest has dependencies but no lockfile: apps/api-gateway/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/api-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-c5ac7f1e089f6bb8", "name": "Node manifest has dependencies but no lockfile: apps/developer-portal/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: apps/developer-portal/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-98a1332ba54526ae", "name": "Node manifest has dependencies but no lockfile: packages/i18n/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/i18n/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-50218c90b43393bb", "name": "Node manifest has dependencies but no lockfile: packages/ui/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/ui/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-526a53ac2db6e202", "name": "Node manifest has dependencies but no lockfile: packages/shared-types/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: packages/shared-types/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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 12 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 58 placeholder/mock markers across 24 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-9f2d2ac14c8b5ee1", "name": "Commented-code block (5 lines) in tests/contract/src/ml-prediction.pact.spec.ts:1", "shortDescription": {"text": "Commented-code block (5 lines) in tests/contract/src/ml-prediction.pact.spec.ts:1"}, "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-1999a7d1cb7822db", "name": "Network/subprocess call without timeout or try/except \u2014 apps/ml-prediction/src/ml_prediction/train.py:32", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 apps/ml-prediction/src/ml_prediction/train.py:32"}, "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-a61baee91c9e8230", "name": "`fetch()` without try/.catch or AbortSignal \u2014 apps/developer-portal/src/components/CodeSample.tsx:44", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/developer-portal/src/components/CodeSample.tsx:44"}, "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-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: `CI`, `NEO4J_USER`, `OTEL_SERVICE_NAME`. 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-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:\napps/sensor-simulator/src/simulator/logging.py:configure_logging, apps/camera-simulator/src/camera_simulator/logging.py:configure_logging\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-02525d39071dd2c7", "name": "Near-duplicate function bodies in 5 places", "shortDescription": {"text": "Near-duplicate function bodies in 5 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\napps/sensor-simulator/src/simulator/publishers.py:publish, apps/sensor-simulator/src/simulator/publishers.py:publish, apps/sensor-simulator/src/simulator/publishers.py:publish, apps/sensor-simulator/src/simulator/publishers.py:publish\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:\napps/voice-gateway/src/voice_gateway/telemetry.py:setup_telemetry, apps/ai-assistant/src/ai_assistant/telemetry.py:setup_telemetry, apps/ml-prediction/src/ml_prediction/telemetry.py:setup_telemetry, apps/federated-coordinator/src/federated_coordinator/telemetry.py:setup_telemetry\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-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:\napps/voice-gateway/src/voice_gateway/assistant_client.py:chat, apps/voice-gateway/src/voice_gateway/assistant_client.py:chat, apps/voice-gateway/src/voice_gateway/assistant_client.py:chat\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-49c98f7cedd9c977", "name": "Near-duplicate function bodies in 4 places", "shortDescription": {"text": "Near-duplicate function bodies in 4 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\napps/voice-gateway/src/voice_gateway/tts.py:synthesize, apps/voice-gateway/src/voice_gateway/tts.py:synthesize, apps/voice-gateway/src/voice_gateway/tts.py:synthesize, apps/voice-gateway/src/voice_gateway/tts.py:synthesize\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-8948cfc1ea502de7", "name": "FastAPI POST `transcribe` without auth dependency \u2014 apps/voice-gateway/src/voice_gateway/main.py:98", "shortDescription": {"text": "FastAPI POST `transcribe` without auth dependency \u2014 apps/voice-gateway/src/voice_gateway/main.py:98"}, "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-04f554c8e1940721", "name": "FastAPI POST `synthesize` without auth dependency \u2014 apps/voice-gateway/src/voice_gateway/main.py:108", "shortDescription": {"text": "FastAPI POST `synthesize` without auth dependency \u2014 apps/voice-gateway/src/voice_gateway/main.py:108"}, "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-7ea2c02ed056950f", "name": "FastAPI POST `chat` without auth dependency \u2014 apps/ai-assistant/src/ai_assistant/main.py:166", "shortDescription": {"text": "FastAPI POST `chat` without auth dependency \u2014 apps/ai-assistant/src/ai_assistant/main.py:166"}, "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-952755ad75e286fa", "name": "FastAPI POST `chat_stream` without auth dependency \u2014 apps/ai-assistant/src/ai_assistant/main.py:179", "shortDescription": {"text": "FastAPI POST `chat_stream` without auth dependency \u2014 apps/ai-assistant/src/ai_assistant/main.py:179"}, "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-0bbbd485dcee95d9", "name": "FastAPI POST `forecast_demand` without auth dependency \u2014 apps/ml-prediction/src/ml_prediction/main.py:137", "shortDescription": {"text": "FastAPI POST `forecast_demand` without auth dependency \u2014 apps/ml-prediction/src/ml_prediction/main.py:137"}, "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-0fe9186c4c743c49", "name": "FastAPI POST `detect_anomaly` without auth dependency \u2014 apps/ml-prediction/src/ml_prediction/main.py:167", "shortDescription": {"text": "FastAPI POST `detect_anomaly` without auth dependency \u2014 apps/ml-prediction/src/ml_prediction/main.py:167"}, "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-d1c70716ce5fa4aa", "name": "FastAPI POST `predict_congestion` without auth dependency \u2014 apps/ml-prediction/src/ml_prediction/main.py:196", "shortDescription": {"text": "FastAPI POST `predict_congestion` without auth dependency \u2014 apps/ml-prediction/src/ml_prediction/main.py:196"}, "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-cfbc9f197ac38638", "name": "FastAPI POST `train_federated` without auth dependency \u2014 apps/federated-coordinator/src/federated_coordinator/main.py:44", "shortDescription": {"text": "FastAPI POST `train_federated` without auth dependency \u2014 apps/federated-coordinator/src/federated_coordinator/main.py:44"}, "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-6c15df3be62cb6f4", "name": "FastAPI POST `recommend_signal_timing` without auth dependency \u2014 apps/rl-optimizer/src/rl_optimizer/main.py:57", "shortDescription": {"text": "FastAPI POST `recommend_signal_timing` without auth dependency \u2014 apps/rl-optimizer/src/rl_optimizer/main.py:57"}, "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-e9c13463a99ec9f4", "name": "Unused endpoint: POST /voice/transcribe", "shortDescription": {"text": "Unused endpoint: POST /voice/transcribe"}, "fullDescription": {"text": "`apps/voice-gateway/src/voice_gateway/main.py` declares `POST /voice/transcribe` 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-3601fe9319340086", "name": "Unused endpoint: POST /voice/synthesize", "shortDescription": {"text": "Unused endpoint: POST /voice/synthesize"}, "fullDescription": {"text": "`apps/voice-gateway/src/voice_gateway/main.py` declares `POST /voice/synthesize` 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-cff8da5fbc19c76d", "name": "Unused endpoint: POST /chat", "shortDescription": {"text": "Unused endpoint: POST /chat"}, "fullDescription": {"text": "`apps/ai-assistant/src/ai_assistant/main.py` declares `POST /chat` 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-b30ef55a849c5f77", "name": "Unused endpoint: POST /chat/stream", "shortDescription": {"text": "Unused endpoint: POST /chat/stream"}, "fullDescription": {"text": "`apps/ai-assistant/src/ai_assistant/main.py` declares `POST /chat/stream` 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-ff8c0575233067be", "name": "Unused endpoint: POST /forecast/demand", "shortDescription": {"text": "Unused endpoint: POST /forecast/demand"}, "fullDescription": {"text": "`apps/ml-prediction/src/ml_prediction/main.py` declares `POST /forecast/demand` 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-ac5bfb2ca5a05b00", "name": "Unused endpoint: POST /detect/anomaly", "shortDescription": {"text": "Unused endpoint: POST /detect/anomaly"}, "fullDescription": {"text": "`apps/ml-prediction/src/ml_prediction/main.py` declares `POST /detect/anomaly` 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-6fe7eedf607a3c73", "name": "Unused endpoint: POST /predict/congestion", "shortDescription": {"text": "Unused endpoint: POST /predict/congestion"}, "fullDescription": {"text": "`apps/ml-prediction/src/ml_prediction/main.py` declares `POST /predict/congestion` 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-3d0a0deedca6f06c", "name": "Unused endpoint: POST /train/federated", "shortDescription": {"text": "Unused endpoint: POST /train/federated"}, "fullDescription": {"text": "`apps/federated-coordinator/src/federated_coordinator/main.py` declares `POST /train/federated` 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-621f858deaa3be43", "name": "Unused endpoint: GET /report", "shortDescription": {"text": "Unused endpoint: GET /report"}, "fullDescription": {"text": "`apps/federated-coordinator/src/federated_coordinator/main.py` declares `GET /report` 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-9b99a80dc48548a6", "name": "Unused endpoint: GET /snapshot/{segment_id}", "shortDescription": {"text": "Unused endpoint: GET /snapshot/{segment_id}"}, "fullDescription": {"text": "`apps/vision-service/src/vision_service/main.py` declares `GET /snapshot/{segment_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-4e567912e1835772", "name": "Unused endpoint: GET /segments", "shortDescription": {"text": "Unused endpoint: GET /segments"}, "fullDescription": {"text": "`apps/vision-service/src/vision_service/main.py` declares `GET /segments` 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-b02be36eece424eb", "name": "Unused endpoint: POST /recommend/signal-timing", "shortDescription": {"text": "Unused endpoint: POST /recommend/signal-timing"}, "fullDescription": {"text": "`apps/rl-optimizer/src/rl_optimizer/main.py` declares `POST /recommend/signal-timing` 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-92076c2733fc7c54", "name": "Unused endpoint: POST /api/v1/auth/register", "shortDescription": {"text": "Unused endpoint: POST /api/v1/auth/register"}, "fullDescription": {"text": "`apps/api-gateway/src/auth/auth.controller.ts` declares `POST /api/v1/auth/register` 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-72530ed44ad5a45a", "name": "Unused endpoint: POST /api/v1/auth/login", "shortDescription": {"text": "Unused endpoint: POST /api/v1/auth/login"}, "fullDescription": {"text": "`apps/api-gateway/src/auth/auth.controller.ts` declares `POST /api/v1/auth/login` 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-5be7411e2f955aa7", "name": "Unused endpoint: POST /api/v1/auth/refresh", "shortDescription": {"text": "Unused endpoint: POST /api/v1/auth/refresh"}, "fullDescription": {"text": "`apps/api-gateway/src/auth/auth.controller.ts` declares `POST /api/v1/auth/refresh` 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-ae18eaed0cdc23e1", "name": "Unused endpoint: POST /api/v1/auth/logout", "shortDescription": {"text": "Unused endpoint: POST /api/v1/auth/logout"}, "fullDescription": {"text": "`apps/api-gateway/src/auth/auth.controller.ts` declares `POST /api/v1/auth/logout` 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-f28d5598f27ace34", "name": "Unused endpoint: GET /api/v1/auth/me", "shortDescription": {"text": "Unused endpoint: GET /api/v1/auth/me"}, "fullDescription": {"text": "`apps/api-gateway/src/auth/auth.controller.ts` declares `GET /api/v1/auth/me` 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-647271f0c9a450fb", "name": "Unused endpoint: GET /api/v1/segments/:id", "shortDescription": {"text": "Unused endpoint: GET /api/v1/segments/:id"}, "fullDescription": {"text": "`apps/api-gateway/src/domain/segments/segments.controller.ts` declares `GET /api/v1/segments/: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}}]}}, "automationDetails": {"id": "repobility/23359"}, "properties": {"repository": "yousef-hamda/smart-city-traffic", "repoUrl": "https://github.com/yousef-hamda/smart-city-traffic", "branch": "main"}, "results": [{"ruleId": "scanner-fdaf1593ee9d617e", "level": "note", "message": {"text": "Possibly dead Python function: sensors_for_segment"}, "properties": {"repobilityId": "9ffabf76173785a8", "scanner": "scanner-primary", "fingerprint": "fdaf1593ee9d617e", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/sensor-simulator/src/simulator/network.py:84"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e03ed7b08030701f", "level": "note", "message": {"text": "Possibly dead Python function: objective"}, "properties": {"repobilityId": "b2ca8f96950eb149", "scanner": "scanner-primary", "fingerprint": "e03ed7b08030701f", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/ml-prediction/src/ml_prediction/train.py:54"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b7e8cac226bfc186", "level": "note", "message": {"text": "Possibly dead Python function: forward"}, "properties": {"repobilityId": "ea414cce7f8e5874", "scanner": "scanner-primary", "fingerprint": "b7e8cac226bfc186", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/ml-prediction/src/ml_prediction/models/congestion.py:78"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-02ff76492d3affab", "level": "note", "message": {"text": "Possibly dead Python function: training_step"}, "properties": {"repobilityId": "ad42bb4d737343f2", "scanner": "scanner-primary", "fingerprint": "02ff76492d3affab", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/ml-prediction/src/ml_prediction/models/congestion.py:81"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a4cae359d63505e6", "level": "note", "message": {"text": "Possibly dead Python function: configure_optimizers"}, "properties": {"repobilityId": "533f7f62b83c1ff7", "scanner": "scanner-primary", "fingerprint": "a4cae359d63505e6", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/ml-prediction/src/ml_prediction/models/congestion.py:90"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a2fce86f69db8f21", "level": "note", "message": {"text": "Possibly dead Python function: client_fn"}, "properties": {"repobilityId": "3e28d16f8d7f5297", "scanner": "scanner-primary", "fingerprint": "a2fce86f69db8f21", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/federated-coordinator/src/federated_coordinator/flower_app.py:52"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-55610a8e3cb6d1f6", "level": "note", "message": {"text": "Possibly dead Python function: server_fn"}, "properties": {"repobilityId": "0062d2569ec3acc8", "scanner": "scanner-primary", "fingerprint": "55610a8e3cb6d1f6", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/federated-coordinator/src/federated_coordinator/flower_app.py:67"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a005ab143095cce9", "level": "note", "message": {"text": "Possibly dead Python function: monotonic_ms"}, "properties": {"repobilityId": "15061439623961f7", "scanner": "scanner-primary", "fingerprint": "a005ab143095cce9", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/vision-service/src/vision_service/pipeline.py:152"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-604474f64370e442", "level": "note", "message": {"text": "Possibly dead Python function: action"}, "properties": {"repobilityId": "69731ca5e302cff3", "scanner": "scanner-primary", "fingerprint": "604474f64370e442", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/rl-optimizer/src/rl_optimizer/train.py:47"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-596fbd347ef8a6f6", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/frontend/src/components/dashboard/layout-client.tsx:46"}, "properties": {"repobilityId": "08b4387df58b90a2", "scanner": "scanner-primary", "fingerprint": "596fbd347ef8a6f6", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-745ab878deb06129", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/frontend/src/components/dashboard/alerts-feed.tsx:50"}, "properties": {"repobilityId": "2c67857be530e770", "scanner": "scanner-primary", "fingerprint": "745ab878deb06129", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-93c166ded2af2f6c", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 apps/api-gateway/src/main.ts:12"}, "properties": {"repobilityId": "263be47bda766b26", "scanner": "scanner-primary", "fingerprint": "93c166ded2af2f6c", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-8ea4155b3b207453", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/api-gateway/src/main.ts:21"}, "properties": {"repobilityId": "2391e72440d41711", "scanner": "scanner-primary", "fingerprint": "8ea4155b3b207453", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-4f872d99bda4f9ea", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 apps/developer-portal/app/keys/KeysClient.tsx:108"}, "properties": {"repobilityId": "a300877def357930", "scanner": "scanner-primary", "fingerprint": "4f872d99bda4f9ea", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-39bf0e6bec8b48af", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 apps/developer-portal/src/components/CodeSample.tsx:53"}, "properties": {"repobilityId": "ba6bbfe235feb731", "scanner": "scanner-primary", "fingerprint": "39bf0e6bec8b48af", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-8ba35fc0cc7915d7", "level": "error", "message": {"text": "Possible secret in infra/vault/seed.sh"}, "properties": {"repobilityId": "406b81323eec91a4", "scanner": "scanner-primary", "fingerprint": "8ba35fc0cc7915d7", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "infra/vault/seed.sh"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "d8772e445ad1bf7d", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 99}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "3ef607bdf1f873b1", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 119}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "fa884eded21fe768", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 126}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "c71c4053464cd39c", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 38}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "d08151bb856f4436", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 44}}}]}, {"ruleId": "scanner-46c644c6227e4d4a", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "d017b7a6af981239", "scanner": "scanner-primary", "fingerprint": "46c644c6227e4d4a", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 53}}}]}, {"ruleId": "scanner-1838a141491ce38c", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "b8fd4f5048f96576", "scanner": "scanner-primary", "fingerprint": "1838a141491ce38c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/release.yml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-cb639d9a10a47b23", "level": "note", "message": {"text": "package.json defines install-time lifecycle scripts"}, "properties": {"repobilityId": "b86179956da3a4a8", "scanner": "scanner-primary", "fingerprint": "cb639d9a10a47b23", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "npm", "install-scripts"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-77b12f8e02fdb026", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: tests/contract/package.json"}, "properties": {"repobilityId": "f37d2a03f201ffa1", "scanner": "scanner-primary", "fingerprint": "77b12f8e02fdb026", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "tests/contract/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3f02143ce17b7bf9", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/frontend/package.json"}, "properties": {"repobilityId": "8293ac8b769dc370", "scanner": "scanner-primary", "fingerprint": "3f02143ce17b7bf9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/frontend/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e6ae4903c4d4cfc0", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/realtime-gateway/package.json"}, "properties": {"repobilityId": "67efcc41544d6d1b", "scanner": "scanner-primary", "fingerprint": "e6ae4903c4d4cfc0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/realtime-gateway/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d0c2205560692580", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/mobile/package.json"}, "properties": {"repobilityId": "b3dfed7bb3d70ed3", "scanner": "scanner-primary", "fingerprint": "d0c2205560692580", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/mobile/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e99135d1068fdf5a", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/api-gateway/package.json"}, "properties": {"repobilityId": "cfb89ce3f79f11d4", "scanner": "scanner-primary", "fingerprint": "e99135d1068fdf5a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/api-gateway/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c5ac7f1e089f6bb8", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: apps/developer-portal/package.json"}, "properties": {"repobilityId": "9d8213291cb40b18", "scanner": "scanner-primary", "fingerprint": "c5ac7f1e089f6bb8", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/developer-portal/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-98a1332ba54526ae", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/i18n/package.json"}, "properties": {"repobilityId": "d914a9bdf5957152", "scanner": "scanner-primary", "fingerprint": "98a1332ba54526ae", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/i18n/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-50218c90b43393bb", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/ui/package.json"}, "properties": {"repobilityId": "637e26a8c754e81d", "scanner": "scanner-primary", "fingerprint": "50218c90b43393bb", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/ui/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-526a53ac2db6e202", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: packages/shared-types/package.json"}, "properties": {"repobilityId": "72479dbac9b1ad66", "scanner": "scanner-primary", "fingerprint": "526a53ac2db6e202", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "packages/shared-types/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "da778e2b11cd26a1", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "398633f170233461", "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": "fa2e2f43ff5323b6", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "a85d6d6937df9e4b", "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": "305fa72b1fbbe9f1", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-9f2d2ac14c8b5ee1", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/contract/src/ml-prediction.pact.spec.ts:1"}, "properties": {"repobilityId": "d9f68f73e314b84c", "scanner": "scanner-primary", "fingerprint": "9f2d2ac14c8b5ee1", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1999a7d1cb7822db", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 apps/ml-prediction/src/ml_prediction/train.py:32"}, "properties": {"repobilityId": "1cdb265484a02a5c", "scanner": "scanner-primary", "fingerprint": "1999a7d1cb7822db", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-a61baee91c9e8230", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 apps/developer-portal/src/components/CodeSample.tsx:44"}, "properties": {"repobilityId": "713c1ab4bbab140f", "scanner": "scanner-primary", "fingerprint": "a61baee91c9e8230", "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-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "164d572f8c271177", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-02525d39071dd2c7", "level": "note", "message": {"text": "Near-duplicate function bodies in 5 places"}, "properties": {"repobilityId": "99b713e0821d4e4f", "scanner": "scanner-primary", "fingerprint": "02525d39071dd2c7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-02525d39071dd2c7", "level": "note", "message": {"text": "Near-duplicate function bodies in 5 places"}, "properties": {"repobilityId": "9edb222bbd4eef4e", "scanner": "scanner-primary", "fingerprint": "02525d39071dd2c7", "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": "a6ca5461a8a3981e", "scanner": "scanner-primary", "fingerprint": "33a6b62e30ce7ab4", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "e2f70c9652401547", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "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": "cf9e77775081782c", "scanner": "scanner-primary", "fingerprint": "33a6b62e30ce7ab4", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "27f21da54004e962", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-49c98f7cedd9c977", "level": "note", "message": {"text": "Near-duplicate function bodies in 4 places"}, "properties": {"repobilityId": "6bb03a0ff8f0413e", "scanner": "scanner-primary", "fingerprint": "49c98f7cedd9c977", "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": "33a887a33851f81f", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "d22969bfdff9ebfa", "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": "92a4714982295e13", "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": "d241426faf795ec4", "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": "edeece756d218368", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-02525d39071dd2c7", "level": "note", "message": {"text": "Near-duplicate function bodies in 5 places"}, "properties": {"repobilityId": "9e26b7168b599b80", "scanner": "scanner-primary", "fingerprint": "02525d39071dd2c7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-02525d39071dd2c7", "level": "note", "message": {"text": "Near-duplicate function bodies in 5 places"}, "properties": {"repobilityId": "863360cc806fc790", "scanner": "scanner-primary", "fingerprint": "02525d39071dd2c7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "a7fd7a3aa8a19cc9", "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": "e3014126adf315f7", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-49c98f7cedd9c977", "level": "note", "message": {"text": "Near-duplicate function bodies in 4 places"}, "properties": {"repobilityId": "bb1d2531cdf7420c", "scanner": "scanner-primary", "fingerprint": "49c98f7cedd9c977", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-8948cfc1ea502de7", "level": "error", "message": {"text": "FastAPI POST `transcribe` without auth dependency \u2014 apps/voice-gateway/src/voice_gateway/main.py:98"}, "properties": {"repobilityId": "e1a20f1c2874a27a", "scanner": "scanner-primary", "fingerprint": "8948cfc1ea502de7", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/voice-gateway/src/voice_gateway/main.py"}, "region": {"startLine": 98}}}]}, {"ruleId": "scanner-04f554c8e1940721", "level": "error", "message": {"text": "FastAPI POST `synthesize` without auth dependency \u2014 apps/voice-gateway/src/voice_gateway/main.py:108"}, "properties": {"repobilityId": "ef6b093f3640a350", "scanner": "scanner-primary", "fingerprint": "04f554c8e1940721", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/voice-gateway/src/voice_gateway/main.py"}, "region": {"startLine": 108}}}]}, {"ruleId": "scanner-7ea2c02ed056950f", "level": "error", "message": {"text": "FastAPI POST `chat` without auth dependency \u2014 apps/ai-assistant/src/ai_assistant/main.py:166"}, "properties": {"repobilityId": "fea6f3b3d987ed34", "scanner": "scanner-primary", "fingerprint": "7ea2c02ed056950f", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/ai-assistant/src/ai_assistant/main.py"}, "region": {"startLine": 166}}}]}, {"ruleId": "scanner-952755ad75e286fa", "level": "error", "message": {"text": "FastAPI POST `chat_stream` without auth dependency \u2014 apps/ai-assistant/src/ai_assistant/main.py:179"}, "properties": {"repobilityId": "945e8ed049e242aa", "scanner": "scanner-primary", "fingerprint": "952755ad75e286fa", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/ai-assistant/src/ai_assistant/main.py"}, "region": {"startLine": 179}}}]}, {"ruleId": "scanner-0bbbd485dcee95d9", "level": "error", "message": {"text": "FastAPI POST `forecast_demand` without auth dependency \u2014 apps/ml-prediction/src/ml_prediction/main.py:137"}, "properties": {"repobilityId": "e886a0b1c5f53d92", "scanner": "scanner-primary", "fingerprint": "0bbbd485dcee95d9", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/ml-prediction/src/ml_prediction/main.py"}, "region": {"startLine": 137}}}]}, {"ruleId": "scanner-0fe9186c4c743c49", "level": "error", "message": {"text": "FastAPI POST `detect_anomaly` without auth dependency \u2014 apps/ml-prediction/src/ml_prediction/main.py:167"}, "properties": {"repobilityId": "22c6352ba775839e", "scanner": "scanner-primary", "fingerprint": "0fe9186c4c743c49", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/ml-prediction/src/ml_prediction/main.py"}, "region": {"startLine": 167}}}]}, {"ruleId": "scanner-d1c70716ce5fa4aa", "level": "error", "message": {"text": "FastAPI POST `predict_congestion` without auth dependency \u2014 apps/ml-prediction/src/ml_prediction/main.py:196"}, "properties": {"repobilityId": "30cd082ef9cde310", "scanner": "scanner-primary", "fingerprint": "d1c70716ce5fa4aa", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/ml-prediction/src/ml_prediction/main.py"}, "region": {"startLine": 196}}}]}, {"ruleId": "scanner-cfbc9f197ac38638", "level": "error", "message": {"text": "FastAPI POST `train_federated` without auth dependency \u2014 apps/federated-coordinator/src/federated_coordinator/main.py:44"}, "properties": {"repobilityId": "4a9b80a9870a1927", "scanner": "scanner-primary", "fingerprint": "cfbc9f197ac38638", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/federated-coordinator/src/federated_coordinator/main.py"}, "region": {"startLine": 44}}}]}, {"ruleId": "scanner-6c15df3be62cb6f4", "level": "error", "message": {"text": "FastAPI POST `recommend_signal_timing` without auth dependency \u2014 apps/rl-optimizer/src/rl_optimizer/main.py:57"}, "properties": {"repobilityId": "24f319831953795e", "scanner": "scanner-primary", "fingerprint": "6c15df3be62cb6f4", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/rl-optimizer/src/rl_optimizer/main.py"}, "region": {"startLine": 57}}}]}, {"ruleId": "scanner-e9c13463a99ec9f4", "level": "note", "message": {"text": "Unused endpoint: POST /voice/transcribe"}, "properties": {"repobilityId": "99d41c1783c5efe8", "scanner": "scanner-primary", "fingerprint": "e9c13463a99ec9f4", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3601fe9319340086", "level": "note", "message": {"text": "Unused endpoint: POST /voice/synthesize"}, "properties": {"repobilityId": "c60856460e481403", "scanner": "scanner-primary", "fingerprint": "3601fe9319340086", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-cff8da5fbc19c76d", "level": "note", "message": {"text": "Unused endpoint: POST /chat"}, "properties": {"repobilityId": "2965574934c02b8a", "scanner": "scanner-primary", "fingerprint": "cff8da5fbc19c76d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b30ef55a849c5f77", "level": "note", "message": {"text": "Unused endpoint: POST /chat/stream"}, "properties": {"repobilityId": "6f7154a5bb45abaf", "scanner": "scanner-primary", "fingerprint": "b30ef55a849c5f77", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ff8c0575233067be", "level": "note", "message": {"text": "Unused endpoint: POST /forecast/demand"}, "properties": {"repobilityId": "99088634bb6ca34a", "scanner": "scanner-primary", "fingerprint": "ff8c0575233067be", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ac5bfb2ca5a05b00", "level": "note", "message": {"text": "Unused endpoint: POST /detect/anomaly"}, "properties": {"repobilityId": "58dee99dc9f2e0a0", "scanner": "scanner-primary", "fingerprint": "ac5bfb2ca5a05b00", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6fe7eedf607a3c73", "level": "note", "message": {"text": "Unused endpoint: POST /predict/congestion"}, "properties": {"repobilityId": "337ed0007588d814", "scanner": "scanner-primary", "fingerprint": "6fe7eedf607a3c73", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3d0a0deedca6f06c", "level": "note", "message": {"text": "Unused endpoint: POST /train/federated"}, "properties": {"repobilityId": "ba41522915371d25", "scanner": "scanner-primary", "fingerprint": "3d0a0deedca6f06c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-621f858deaa3be43", "level": "note", "message": {"text": "Unused endpoint: GET /report"}, "properties": {"repobilityId": "07eeab521b1583ac", "scanner": "scanner-primary", "fingerprint": "621f858deaa3be43", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9b99a80dc48548a6", "level": "note", "message": {"text": "Unused endpoint: GET /snapshot/{segment_id}"}, "properties": {"repobilityId": "f76e2309eeaa4882", "scanner": "scanner-primary", "fingerprint": "9b99a80dc48548a6", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4e567912e1835772", "level": "note", "message": {"text": "Unused endpoint: GET /segments"}, "properties": {"repobilityId": "6289053cb209225d", "scanner": "scanner-primary", "fingerprint": "4e567912e1835772", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b02be36eece424eb", "level": "note", "message": {"text": "Unused endpoint: POST /recommend/signal-timing"}, "properties": {"repobilityId": "8727bac919ccefde", "scanner": "scanner-primary", "fingerprint": "b02be36eece424eb", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-92076c2733fc7c54", "level": "note", "message": {"text": "Unused endpoint: POST /api/v1/auth/register"}, "properties": {"repobilityId": "a39b5c62174fc29b", "scanner": "scanner-primary", "fingerprint": "92076c2733fc7c54", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-72530ed44ad5a45a", "level": "note", "message": {"text": "Unused endpoint: POST /api/v1/auth/login"}, "properties": {"repobilityId": "234f953ade012355", "scanner": "scanner-primary", "fingerprint": "72530ed44ad5a45a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5be7411e2f955aa7", "level": "note", "message": {"text": "Unused endpoint: POST /api/v1/auth/refresh"}, "properties": {"repobilityId": "621bfa26b81e9c63", "scanner": "scanner-primary", "fingerprint": "5be7411e2f955aa7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ae18eaed0cdc23e1", "level": "note", "message": {"text": "Unused endpoint: POST /api/v1/auth/logout"}, "properties": {"repobilityId": "8b83cbea5f364ce1", "scanner": "scanner-primary", "fingerprint": "ae18eaed0cdc23e1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f28d5598f27ace34", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/auth/me"}, "properties": {"repobilityId": "fcbeaee7107df888", "scanner": "scanner-primary", "fingerprint": "f28d5598f27ace34", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-647271f0c9a450fb", "level": "note", "message": {"text": "Unused endpoint: GET /api/v1/segments/:id"}, "properties": {"repobilityId": "5f28e698cab1e6d2", "scanner": "scanner-primary", "fingerprint": "647271f0c9a450fb", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}