{"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-806d66d24defdd31", "name": "TODO/FIXME marker in shipping code \u2014 frontend/src/api/generated/client/client.gen.ts:214", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 frontend/src/api/generated/client/client.gen.ts:214"}, "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-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-27924aa79fa4a517", "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@v6 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-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "6 tests / 38 src (ratio 0.16)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-53f5ade670fc8ef9", "name": "Legacy-named symbol `model_copy` in backend/tests/conftest.py:25", "shortDescription": {"text": "Legacy-named symbol `model_copy` in backend/tests/conftest.py:25"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6a3e2e02260ef4d1", "name": "FastAPI POST `create_task` without auth dependency \u2014 backend/src/pystack_api/api/routes/tasks.py:18", "shortDescription": {"text": "FastAPI POST `create_task` without auth dependency \u2014 backend/src/pystack_api/api/routes/tasks.py:18"}, "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-9e2f6e32a3712349", "name": "FastAPI PATCH `update_task` without auth dependency \u2014 backend/src/pystack_api/api/routes/tasks.py:28", "shortDescription": {"text": "FastAPI PATCH `update_task` without auth dependency \u2014 backend/src/pystack_api/api/routes/tasks.py:28"}, "fullDescription": {"text": "`@router.patch` 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-e18dc4e59862be12", "name": "FastAPI POST `move_task` without auth dependency \u2014 backend/src/pystack_api/api/routes/tasks.py:36", "shortDescription": {"text": "FastAPI POST `move_task` without auth dependency \u2014 backend/src/pystack_api/api/routes/tasks.py:36"}, "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-8961c0b45c342111", "name": "FastAPI DELETE `delete_task` without auth dependency \u2014 backend/src/pystack_api/api/routes/tasks.py:44", "shortDescription": {"text": "FastAPI DELETE `delete_task` without auth dependency \u2014 backend/src/pystack_api/api/routes/tasks.py:44"}, "fullDescription": {"text": "`@router.delete` 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}}]}}, "automationDetails": {"id": "repobility/24028"}, "properties": {"repository": "akurilin/pystack", "repoUrl": "https://github.com/akurilin/pystack", "branch": "main"}, "results": [{"ruleId": "scanner-806d66d24defdd31", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 frontend/src/api/generated/client/client.gen.ts:214"}, "properties": {"repobilityId": "c896d4f638833456", "scanner": "scanner-primary", "fingerprint": "806d66d24defdd31", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"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-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "97a9a5de61d82fcd", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 24}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "edaf2cce6f770847", "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": 29}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "4a63b1fd6887cae9", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 34}}}]}, {"ruleId": "scanner-27924aa79fa4a517", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "be8027642c95a9ce", "scanner": "scanner-primary", "fingerprint": "27924aa79fa4a517", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/ci.yml"}, "region": {"startLine": 41}}}]}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "5edbaf7550632bbd", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-53f5ade670fc8ef9", "level": "note", "message": {"text": "Legacy-named symbol `model_copy` in backend/tests/conftest.py:25"}, "properties": {"repobilityId": "d21986919fd6ffea", "scanner": "scanner-primary", "fingerprint": "53f5ade670fc8ef9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-6a3e2e02260ef4d1", "level": "error", "message": {"text": "FastAPI POST `create_task` without auth dependency \u2014 backend/src/pystack_api/api/routes/tasks.py:18"}, "properties": {"repobilityId": "6a34d2e8c808a2d6", "scanner": "scanner-primary", "fingerprint": "6a3e2e02260ef4d1", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/src/pystack_api/api/routes/tasks.py"}, "region": {"startLine": 18}}}]}, {"ruleId": "scanner-9e2f6e32a3712349", "level": "error", "message": {"text": "FastAPI PATCH `update_task` without auth dependency \u2014 backend/src/pystack_api/api/routes/tasks.py:28"}, "properties": {"repobilityId": "3c7d1db61edcb5b0", "scanner": "scanner-primary", "fingerprint": "9e2f6e32a3712349", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/src/pystack_api/api/routes/tasks.py"}, "region": {"startLine": 28}}}]}, {"ruleId": "scanner-e18dc4e59862be12", "level": "error", "message": {"text": "FastAPI POST `move_task` without auth dependency \u2014 backend/src/pystack_api/api/routes/tasks.py:36"}, "properties": {"repobilityId": "41792c5ff9de3bd6", "scanner": "scanner-primary", "fingerprint": "e18dc4e59862be12", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/src/pystack_api/api/routes/tasks.py"}, "region": {"startLine": 36}}}]}, {"ruleId": "scanner-8961c0b45c342111", "level": "error", "message": {"text": "FastAPI DELETE `delete_task` without auth dependency \u2014 backend/src/pystack_api/api/routes/tasks.py:44"}, "properties": {"repobilityId": "2170bebcba0b7cba", "scanner": "scanner-primary", "fingerprint": "8961c0b45c342111", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "backend/src/pystack_api/api/routes/tasks.py"}, "region": {"startLine": 44}}}]}]}]}