{"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-a3da565cd484b403", "name": "Stray `console.log` in TS/JS \u2014 backend/src/app.ts:19", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 backend/src/app.ts:19"}, "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-593c09e704af0a87", "name": "Stray `console.log` in TS/JS \u2014 backend/src/store/index.ts:21", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 backend/src/store/index.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-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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "1 test file(s) for 43 source file(s) (ratio 0.02). 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-f6f8d60a1eb60a97", "name": "Node manifest has dependencies but no lockfile: teams/package.json", "shortDescription": {"text": "Node manifest has dependencies but no lockfile: teams/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-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-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-d0b17c8c07a7421d", "name": "8 env vars used in code but missing from .env.example", "shortDescription": {"text": "8 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `ADMIN_TOKEN`, `AI_MODERATION`, `ANTHROPIC_API_KEY`, `ANTHROPIC_BASE_URL`, `ANTHROPIC_MODEL`, `DATABASE_URL`, `POSTGRES_PRISMA_URL`, `POSTGRES_URL`. 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-dde3adb27bf7eebe", "name": "Unused endpoint: USE /api", "shortDescription": {"text": "Unused endpoint: USE /api"}, "fullDescription": {"text": "`backend/src/server.ts` declares `USE /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-d9e8bd718d7cb930", "name": "Unused endpoint: GET /recognitions", "shortDescription": {"text": "Unused endpoint: GET /recognitions"}, "fullDescription": {"text": "`backend/src/routes/index.ts` declares `GET /recognitions` 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-c5810cb41f0539fa", "name": "Unused endpoint: POST /recognitions", "shortDescription": {"text": "Unused endpoint: POST /recognitions"}, "fullDescription": {"text": "`backend/src/routes/index.ts` declares `POST /recognitions` 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-eeff81974d12a432", "name": "Unused endpoint: POST /recognitions/:id/reactions", "shortDescription": {"text": "Unused endpoint: POST /recognitions/:id/reactions"}, "fullDescription": {"text": "`backend/src/routes/index.ts` declares `POST /recognitions/:id/reactions` 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-3dbf5094ff2e1a93", "name": "Unused endpoint: GET /recognitions/:id/comments", "shortDescription": {"text": "Unused endpoint: GET /recognitions/:id/comments"}, "fullDescription": {"text": "`backend/src/routes/index.ts` declares `GET /recognitions/:id/comments` 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-36d64c25ac5b485c", "name": "Unused endpoint: POST /recognitions/:id/comments", "shortDescription": {"text": "Unused endpoint: POST /recognitions/:id/comments"}, "fullDescription": {"text": "`backend/src/routes/index.ts` declares `POST /recognitions/:id/comments` 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-be399b1017cbee52", "name": "Unused endpoint: GET /departments", "shortDescription": {"text": "Unused endpoint: GET /departments"}, "fullDescription": {"text": "`backend/src/routes/index.ts` declares `GET /departments` 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-f953ff48b9e2933c", "name": "Unused endpoint: POST /assistant", "shortDescription": {"text": "Unused endpoint: POST /assistant"}, "fullDescription": {"text": "`backend/src/routes/index.ts` declares `POST /assistant` 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-b600221d126546e3", "name": "Unused endpoint: GET /badges", "shortDescription": {"text": "Unused endpoint: GET /badges"}, "fullDescription": {"text": "`backend/src/routes/index.ts` declares `GET /badges` 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-cd8dc4599ec52a08", "name": "Unused endpoint: GET /stats", "shortDescription": {"text": "Unused endpoint: GET /stats"}, "fullDescription": {"text": "`backend/src/routes/index.ts` declares `GET /stats` 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-add6dcb6007baef6", "name": "Unused endpoint: GET /leaderboard", "shortDescription": {"text": "Unused endpoint: GET /leaderboard"}, "fullDescription": {"text": "`backend/src/routes/index.ts` declares `GET /leaderboard` 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-ae08a6c1ef7306ef", "name": "Unused endpoint: GET /users/search", "shortDescription": {"text": "Unused endpoint: GET /users/search"}, "fullDescription": {"text": "`backend/src/routes/index.ts` declares `GET /users/search` 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-8e1da848e800b57c", "name": "Unused endpoint: POST /admin/reset", "shortDescription": {"text": "Unused endpoint: POST /admin/reset"}, "fullDescription": {"text": "`backend/src/routes/index.ts` declares `POST /admin/reset` 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-e1324e5e67e351a7", "name": "Unused endpoint: POST /admin/employees", "shortDescription": {"text": "Unused endpoint: POST /admin/employees"}, "fullDescription": {"text": "`backend/src/routes/index.ts` declares `POST /admin/employees` 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/20835"}, "properties": {"repository": "tariro577/recogynze", "repoUrl": "https://github.com/tariro577/recogynze", "branch": "main"}, "results": [{"ruleId": "scanner-a3da565cd484b403", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 backend/src/app.ts:19"}, "properties": {"repobilityId": "2caf97f29c63acb6", "scanner": "scanner-primary", "fingerprint": "a3da565cd484b403", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-593c09e704af0a87", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 backend/src/store/index.ts:21"}, "properties": {"repobilityId": "88e7fe2002045d40", "scanner": "scanner-primary", "fingerprint": "593c09e704af0a87", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"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-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": "7077c264d65a7026", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-f6f8d60a1eb60a97", "level": "note", "message": {"text": "Node manifest has dependencies but no lockfile: teams/package.json"}, "properties": {"repobilityId": "53ef0c5f91e782ec", "scanner": "scanner-primary", "fingerprint": "f6f8d60a1eb60a97", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["dependency", "lockfile", "reproducibility", "generated-repo-pattern"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "teams/package.json"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "c5838afd444cc295", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "4841aadb17a6fa93", "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": "18eb97cb111dd9ce", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-d0b17c8c07a7421d", "level": "note", "message": {"text": "8 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "17fe720e8247f9df", "scanner": "scanner-primary", "fingerprint": "d0b17c8c07a7421d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-dde3adb27bf7eebe", "level": "note", "message": {"text": "Unused endpoint: USE /api"}, "properties": {"repobilityId": "22b148ed93b14839", "scanner": "scanner-primary", "fingerprint": "dde3adb27bf7eebe", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d9e8bd718d7cb930", "level": "note", "message": {"text": "Unused endpoint: GET /recognitions"}, "properties": {"repobilityId": "d418685208a8cc08", "scanner": "scanner-primary", "fingerprint": "d9e8bd718d7cb930", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c5810cb41f0539fa", "level": "note", "message": {"text": "Unused endpoint: POST /recognitions"}, "properties": {"repobilityId": "9f56d4f15e4f39b4", "scanner": "scanner-primary", "fingerprint": "c5810cb41f0539fa", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-eeff81974d12a432", "level": "note", "message": {"text": "Unused endpoint: POST /recognitions/:id/reactions"}, "properties": {"repobilityId": "bdcdb98af6dc0ad7", "scanner": "scanner-primary", "fingerprint": "eeff81974d12a432", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3dbf5094ff2e1a93", "level": "note", "message": {"text": "Unused endpoint: GET /recognitions/:id/comments"}, "properties": {"repobilityId": "d9fa6131df344ec2", "scanner": "scanner-primary", "fingerprint": "3dbf5094ff2e1a93", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-36d64c25ac5b485c", "level": "note", "message": {"text": "Unused endpoint: POST /recognitions/:id/comments"}, "properties": {"repobilityId": "5769e6634f2577d2", "scanner": "scanner-primary", "fingerprint": "36d64c25ac5b485c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-be399b1017cbee52", "level": "note", "message": {"text": "Unused endpoint: GET /departments"}, "properties": {"repobilityId": "fdc45083b782e8c6", "scanner": "scanner-primary", "fingerprint": "be399b1017cbee52", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f953ff48b9e2933c", "level": "note", "message": {"text": "Unused endpoint: POST /assistant"}, "properties": {"repobilityId": "002156b78aaeb6b8", "scanner": "scanner-primary", "fingerprint": "f953ff48b9e2933c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b600221d126546e3", "level": "note", "message": {"text": "Unused endpoint: GET /badges"}, "properties": {"repobilityId": "b8869e024b105d44", "scanner": "scanner-primary", "fingerprint": "b600221d126546e3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-cd8dc4599ec52a08", "level": "note", "message": {"text": "Unused endpoint: GET /stats"}, "properties": {"repobilityId": "b78b6825572046dc", "scanner": "scanner-primary", "fingerprint": "cd8dc4599ec52a08", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-add6dcb6007baef6", "level": "note", "message": {"text": "Unused endpoint: GET /leaderboard"}, "properties": {"repobilityId": "d35885acc96a887b", "scanner": "scanner-primary", "fingerprint": "add6dcb6007baef6", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ae08a6c1ef7306ef", "level": "note", "message": {"text": "Unused endpoint: GET /users/search"}, "properties": {"repobilityId": "3f2d522d535f43c1", "scanner": "scanner-primary", "fingerprint": "ae08a6c1ef7306ef", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8e1da848e800b57c", "level": "note", "message": {"text": "Unused endpoint: POST /admin/reset"}, "properties": {"repobilityId": "54f197f0f1a2ed54", "scanner": "scanner-primary", "fingerprint": "8e1da848e800b57c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e1324e5e67e351a7", "level": "note", "message": {"text": "Unused endpoint: POST /admin/employees"}, "properties": {"repobilityId": "0525e2f3da57ada6", "scanner": "scanner-primary", "fingerprint": "e1324e5e67e351a7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}