{"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-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-2ffe2d2ad8c7f581", "name": "Possible secret in src/signup/signup.service.spec.ts", "shortDescription": {"text": "Possible secret in src/signup/signup.service.spec.ts"}, "fullDescription": {"text": "Detected pattern matching password_literal. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "1 test file(s) for 89 source file(s) (ratio 0.01). 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-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci. 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-c14d5929b0078873", "name": "Unused endpoint: GET /settings/recruit", "shortDescription": {"text": "Unused endpoint: GET /settings/recruit"}, "fullDescription": {"text": "`src/settings/settings.controller.ts` declares `GET /settings/recruit` 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-eb2ec9c456514d15", "name": "Unused endpoint: GET /settings/about", "shortDescription": {"text": "Unused endpoint: GET /settings/about"}, "fullDescription": {"text": "`src/settings/settings.controller.ts` declares `GET /settings/about` 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-34628c4ba3f44be5", "name": "Unused endpoint: GET /posts/:id", "shortDescription": {"text": "Unused endpoint: GET /posts/:id"}, "fullDescription": {"text": "`src/posts/posts.controller.ts` declares `GET /posts/: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-10c462f995cc1149", "name": "Unused endpoint: PATCH /posts/:id", "shortDescription": {"text": "Unused endpoint: PATCH /posts/:id"}, "fullDescription": {"text": "`src/posts/posts.controller.ts` declares `PATCH /posts/: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-f49f9a9ae916a282", "name": "Unused endpoint: DELETE /posts/:id", "shortDescription": {"text": "Unused endpoint: DELETE /posts/:id"}, "fullDescription": {"text": "`src/posts/posts.controller.ts` declares `DELETE /posts/: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-31066f70c1c3ad6d", "name": "Unused endpoint: PATCH /events/:id", "shortDescription": {"text": "Unused endpoint: PATCH /events/:id"}, "fullDescription": {"text": "`src/events/events.controller.ts` declares `PATCH /events/: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-552d22ee9fda91a7", "name": "Unused endpoint: DELETE /events/:id", "shortDescription": {"text": "Unused endpoint: DELETE /events/:id"}, "fullDescription": {"text": "`src/events/events.controller.ts` declares `DELETE /events/: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-4a12d5ed34c864c6", "name": "Unused endpoint: POST /auth/signup", "shortDescription": {"text": "Unused endpoint: POST /auth/signup"}, "fullDescription": {"text": "`src/signup/signup.controller.ts` declares `POST /auth/signup` 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-db0a67ae9fdaafb3", "name": "Unused endpoint: GET /admin/applications", "shortDescription": {"text": "Unused endpoint: GET /admin/applications"}, "fullDescription": {"text": "`src/admin/admin.controller.ts` declares `GET /admin/applications` 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-ce3100d8c6296e87", "name": "Unused endpoint: PATCH /admin/applications/:id/status", "shortDescription": {"text": "Unused endpoint: PATCH /admin/applications/:id/status"}, "fullDescription": {"text": "`src/admin/admin.controller.ts` declares `PATCH /admin/applications/:id/status` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ff4b1fb1b58405b2", "name": "Unused endpoint: PATCH /admin/settings/recruit", "shortDescription": {"text": "Unused endpoint: PATCH /admin/settings/recruit"}, "fullDescription": {"text": "`src/admin/admin.controller.ts` declares `PATCH /admin/settings/recruit` 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-caab5d5d8adeba46", "name": "Unused endpoint: PATCH /admin/settings/invite-code", "shortDescription": {"text": "Unused endpoint: PATCH /admin/settings/invite-code"}, "fullDescription": {"text": "`src/admin/admin.controller.ts` declares `PATCH /admin/settings/invite-code` 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-a951b237455cf247", "name": "Unused endpoint: PATCH /admin/settings/about", "shortDescription": {"text": "Unused endpoint: PATCH /admin/settings/about"}, "fullDescription": {"text": "`src/admin/admin.controller.ts` declares `PATCH /admin/settings/about` 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-e08089153bf74de0", "name": "Unused endpoint: GET /admin/members", "shortDescription": {"text": "Unused endpoint: GET /admin/members"}, "fullDescription": {"text": "`src/admin/admin.controller.ts` declares `GET /admin/members` 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-6439445cc033bf9c", "name": "Unused endpoint: PATCH /admin/members/:id/role", "shortDescription": {"text": "Unused endpoint: PATCH /admin/members/:id/role"}, "fullDescription": {"text": "`src/admin/admin.controller.ts` declares `PATCH /admin/members/:id/role` 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-698f0129add07dab", "name": "Unused endpoint: DELETE /admin/members/:id", "shortDescription": {"text": "Unused endpoint: DELETE /admin/members/:id"}, "fullDescription": {"text": "`src/admin/admin.controller.ts` declares `DELETE /admin/members/: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-3aa648be9edbf25a", "name": "Unused endpoint: GET /activities/:id", "shortDescription": {"text": "Unused endpoint: GET /activities/:id"}, "fullDescription": {"text": "`src/activities/activities.controller.ts` declares `GET /activities/: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-d94bc68e84d3c6de", "name": "Unused endpoint: PATCH /activities/:id", "shortDescription": {"text": "Unused endpoint: PATCH /activities/:id"}, "fullDescription": {"text": "`src/activities/activities.controller.ts` declares `PATCH /activities/: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-5e0153c676fa4454", "name": "Unused endpoint: DELETE /activities/:id", "shortDescription": {"text": "Unused endpoint: DELETE /activities/:id"}, "fullDescription": {"text": "`src/activities/activities.controller.ts` declares `DELETE /activities/: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-1f5e8358b1452ea3", "name": "Unused endpoint: DELETE /posts/:postId/comments/:id", "shortDescription": {"text": "Unused endpoint: DELETE /posts/:postId/comments/:id"}, "fullDescription": {"text": "`src/comments/comments.controller.ts` declares `DELETE /posts/:postId/comments/: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/22899"}, "properties": {"repository": "wwoosshh/semicollon_backend", "repoUrl": "https://github.com/wwoosshh/semicollon_backend", "branch": "main"}, "results": [{"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-2ffe2d2ad8c7f581", "level": "error", "message": {"text": "Possible secret in src/signup/signup.service.spec.ts"}, "properties": {"repobilityId": "42bf5c6f2fd5e4e5", "scanner": "scanner-primary", "fingerprint": "2ffe2d2ad8c7f581", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/signup/signup.service.spec.ts"}, "region": {"startLine": 7}}}]}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-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": "181114dddc80b92b", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "a0af999b2e2fd051", "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": "3c2eba808c119caf", "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": "42243c454ecfb9e2", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-c14d5929b0078873", "level": "note", "message": {"text": "Unused endpoint: GET /settings/recruit"}, "properties": {"repobilityId": "57ef77d60823465c", "scanner": "scanner-primary", "fingerprint": "c14d5929b0078873", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-eb2ec9c456514d15", "level": "note", "message": {"text": "Unused endpoint: GET /settings/about"}, "properties": {"repobilityId": "53a9c2deb4b6af9a", "scanner": "scanner-primary", "fingerprint": "eb2ec9c456514d15", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-34628c4ba3f44be5", "level": "note", "message": {"text": "Unused endpoint: GET /posts/:id"}, "properties": {"repobilityId": "26abbc777a2bb170", "scanner": "scanner-primary", "fingerprint": "34628c4ba3f44be5", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-10c462f995cc1149", "level": "note", "message": {"text": "Unused endpoint: PATCH /posts/:id"}, "properties": {"repobilityId": "2855ff82ab60b13f", "scanner": "scanner-primary", "fingerprint": "10c462f995cc1149", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f49f9a9ae916a282", "level": "note", "message": {"text": "Unused endpoint: DELETE /posts/:id"}, "properties": {"repobilityId": "c369c1bf014692d5", "scanner": "scanner-primary", "fingerprint": "f49f9a9ae916a282", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-31066f70c1c3ad6d", "level": "note", "message": {"text": "Unused endpoint: PATCH /events/:id"}, "properties": {"repobilityId": "9201c32cbe905c12", "scanner": "scanner-primary", "fingerprint": "31066f70c1c3ad6d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-552d22ee9fda91a7", "level": "note", "message": {"text": "Unused endpoint: DELETE /events/:id"}, "properties": {"repobilityId": "9ddb08375fafec29", "scanner": "scanner-primary", "fingerprint": "552d22ee9fda91a7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4a12d5ed34c864c6", "level": "note", "message": {"text": "Unused endpoint: POST /auth/signup"}, "properties": {"repobilityId": "e68733a18d1f7eec", "scanner": "scanner-primary", "fingerprint": "4a12d5ed34c864c6", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-db0a67ae9fdaafb3", "level": "note", "message": {"text": "Unused endpoint: GET /admin/applications"}, "properties": {"repobilityId": "da03b577740fddf9", "scanner": "scanner-primary", "fingerprint": "db0a67ae9fdaafb3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ce3100d8c6296e87", "level": "note", "message": {"text": "Unused endpoint: PATCH /admin/applications/:id/status"}, "properties": {"repobilityId": "85f800b9b2105557", "scanner": "scanner-primary", "fingerprint": "ce3100d8c6296e87", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ff4b1fb1b58405b2", "level": "note", "message": {"text": "Unused endpoint: PATCH /admin/settings/recruit"}, "properties": {"repobilityId": "a4a5e3a4820dd34e", "scanner": "scanner-primary", "fingerprint": "ff4b1fb1b58405b2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-caab5d5d8adeba46", "level": "note", "message": {"text": "Unused endpoint: PATCH /admin/settings/invite-code"}, "properties": {"repobilityId": "1ab69531e715a935", "scanner": "scanner-primary", "fingerprint": "caab5d5d8adeba46", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a951b237455cf247", "level": "note", "message": {"text": "Unused endpoint: PATCH /admin/settings/about"}, "properties": {"repobilityId": "02000d5182260e9b", "scanner": "scanner-primary", "fingerprint": "a951b237455cf247", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e08089153bf74de0", "level": "note", "message": {"text": "Unused endpoint: GET /admin/members"}, "properties": {"repobilityId": "0d8824e1dd77348f", "scanner": "scanner-primary", "fingerprint": "e08089153bf74de0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6439445cc033bf9c", "level": "note", "message": {"text": "Unused endpoint: PATCH /admin/members/:id/role"}, "properties": {"repobilityId": "72974c7364e33613", "scanner": "scanner-primary", "fingerprint": "6439445cc033bf9c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-698f0129add07dab", "level": "note", "message": {"text": "Unused endpoint: DELETE /admin/members/:id"}, "properties": {"repobilityId": "64d2003e28e37e71", "scanner": "scanner-primary", "fingerprint": "698f0129add07dab", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3aa648be9edbf25a", "level": "note", "message": {"text": "Unused endpoint: GET /activities/:id"}, "properties": {"repobilityId": "e1c7d300b7fde4d4", "scanner": "scanner-primary", "fingerprint": "3aa648be9edbf25a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d94bc68e84d3c6de", "level": "note", "message": {"text": "Unused endpoint: PATCH /activities/:id"}, "properties": {"repobilityId": "43b85e617eec07a4", "scanner": "scanner-primary", "fingerprint": "d94bc68e84d3c6de", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5e0153c676fa4454", "level": "note", "message": {"text": "Unused endpoint: DELETE /activities/:id"}, "properties": {"repobilityId": "44682245d3a91d91", "scanner": "scanner-primary", "fingerprint": "5e0153c676fa4454", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1f5e8358b1452ea3", "level": "note", "message": {"text": "Unused endpoint: DELETE /posts/:postId/comments/:id"}, "properties": {"repobilityId": "3d9ff06289251c81", "scanner": "scanner-primary", "fingerprint": "1f5e8358b1452ea3", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}