{"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-4b2edd9de0caa777", "name": "Possibly dead Python function: summary", "shortDescription": {"text": "Possibly dead Python function: summary"}, "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-0dd81b31707eef81", "name": "Possibly dead Python function: set_source", "shortDescription": {"text": "Possibly dead Python function: set_source"}, "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-6db576cb85a1f63a", "name": "Possibly dead Python function: stop_streaming", "shortDescription": {"text": "Possibly dead Python function: stop_streaming"}, "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-2bb6247b7b0feef6", "name": "Possibly dead Python function: start_logging", "shortDescription": {"text": "Possibly dead Python function: start_logging"}, "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-e09c10919aadbafd", "name": "Possibly dead Python function: upload_bitstream", "shortDescription": {"text": "Possibly dead Python function: upload_bitstream"}, "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-2def739fc3c8d2f3", "name": "Possibly dead Python function: set_controls", "shortDescription": {"text": "Possibly dead Python function: set_controls"}, "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-bbf8784ce2b98b4e", "name": "Possibly dead Python function: set_dio", "shortDescription": {"text": "Possibly dead Python function: set_dio"}, "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-166dff3c3df6a10e", "name": "ORM models found but no DB engine detected", "shortDescription": {"text": "ORM models found but no DB engine detected"}, "fullDescription": {"text": "The repo defines tables/models but no DB connection string was found. Likely lives in env vars or a config file the scanner didn't read."}, "properties": {"scanner": "scanner-primary", "layer": "data", "severity": "medium", "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-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 27 source file(s) (ratio 0.04). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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 247 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-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: ci, tests. 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-c4711a6224f402f3", "name": "Legacy-named symbol `run_all_v1` in v2-online/simulator/run_all_v1.py:9", "shortDescription": {"text": "Legacy-named symbol `run_all_v1` in v2-online/simulator/run_all_v1.py:9"}, "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-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:\nv2-online/simulator/moku/instruments.py:set_frontend, v2-online/simulator/moku/instruments.py:set_frontend\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-38dc561d88a946d0", "name": "Unused endpoint: ANY /addon/sidepanel", "shortDescription": {"text": "Unused endpoint: ANY /addon/sidepanel"}, "fullDescription": {"text": "`v2-online/dashboard/meet_addon.py` declares `ANY /addon/sidepanel` 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-be1e1a14aafeda83", "name": "Unused endpoint: ANY /addon/mainstage", "shortDescription": {"text": "Unused endpoint: ANY /addon/mainstage"}, "fullDescription": {"text": "`v2-online/dashboard/meet_addon.py` declares `ANY /addon/mainstage` 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-0ab925f3c161f5de", "name": "Unused endpoint: ANY /addon/manifest", "shortDescription": {"text": "Unused endpoint: ANY /addon/manifest"}, "fullDescription": {"text": "`v2-online/dashboard/meet_addon.py` declares `ANY /addon/manifest` 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-8430d5cd33250b09", "name": "Unused endpoint: ANY /trainer", "shortDescription": {"text": "Unused endpoint: ANY /trainer"}, "fullDescription": {"text": "`v2-online/dashboard/trainer_view.py` declares `ANY /trainer` 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-9c7661c08635deb9", "name": "Unused endpoint: ANY /trainer/login", "shortDescription": {"text": "Unused endpoint: ANY /trainer/login"}, "fullDescription": {"text": "`v2-online/dashboard/trainer_view.py` declares `ANY /trainer/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-d367e6566dcdaa27", "name": "Unused endpoint: ANY /trainer/logout", "shortDescription": {"text": "Unused endpoint: ANY /trainer/logout"}, "fullDescription": {"text": "`v2-online/dashboard/trainer_view.py` declares `ANY /trainer/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-44555637c43ce771", "name": "Unused endpoint: ANY /trainer/session", "shortDescription": {"text": "Unused endpoint: ANY /trainer/session"}, "fullDescription": {"text": "`v2-online/dashboard/trainer_view.py` declares `ANY /trainer/session` 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-16ea6933725db018", "name": "Unused endpoint: ANY /trainer/export.csv", "shortDescription": {"text": "Unused endpoint: ANY /trainer/export.csv"}, "fullDescription": {"text": "`v2-online/dashboard/trainer_view.py` declares `ANY /trainer/export.csv` 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/23034"}, "properties": {"repository": "XMahaveer/sdi-fdp-workshop", "repoUrl": "https://github.com/XMahaveer/sdi-fdp-workshop", "branch": "main"}, "results": [{"ruleId": "scanner-4b2edd9de0caa777", "level": "note", "message": {"text": "Possibly dead Python function: summary"}, "properties": {"repobilityId": "7cafbb1f159edabc", "scanner": "scanner-primary", "fingerprint": "4b2edd9de0caa777", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "v2-online/simulator/moku/instruments.py:455"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0dd81b31707eef81", "level": "note", "message": {"text": "Possibly dead Python function: set_source"}, "properties": {"repobilityId": "a93b9e08fc75aeae", "scanner": "scanner-primary", "fingerprint": "0dd81b31707eef81", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "v2-online/simulator/moku/instruments.py:198"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6db576cb85a1f63a", "level": "note", "message": {"text": "Possibly dead Python function: stop_streaming"}, "properties": {"repobilityId": "212512b3e35d15ab", "scanner": "scanner-primary", "fingerprint": "6db576cb85a1f63a", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "v2-online/simulator/moku/instruments.py:333"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2bb6247b7b0feef6", "level": "note", "message": {"text": "Possibly dead Python function: start_logging"}, "properties": {"repobilityId": "e38274dd6534b4d1", "scanner": "scanner-primary", "fingerprint": "2bb6247b7b0feef6", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "v2-online/simulator/moku/instruments.py:336"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e09c10919aadbafd", "level": "note", "message": {"text": "Possibly dead Python function: upload_bitstream"}, "properties": {"repobilityId": "c58099ae1c345c6f", "scanner": "scanner-primary", "fingerprint": "e09c10919aadbafd", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "v2-online/simulator/moku/instruments.py:354"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2def739fc3c8d2f3", "level": "note", "message": {"text": "Possibly dead Python function: set_controls"}, "properties": {"repobilityId": "99bb49c942bff95a", "scanner": "scanner-primary", "fingerprint": "2def739fc3c8d2f3", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "v2-online/simulator/moku/instruments.py:362"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-bbf8784ce2b98b4e", "level": "note", "message": {"text": "Possibly dead Python function: set_dio"}, "properties": {"repobilityId": "ca4e15658b16d540", "scanner": "scanner-primary", "fingerprint": "bbf8784ce2b98b4e", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "v2-online/simulator/moku/instruments.py:444"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-166dff3c3df6a10e", "level": "warning", "message": {"text": "ORM models found but no DB engine detected"}, "properties": {"repobilityId": "cda36de65e114635", "scanner": "scanner-primary", "fingerprint": "166dff3c3df6a10e", "layer": "data", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"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-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-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "dca7bad3e9ccfd8e", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "4d9a9bc6d0c97b80", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "adb3a665795483c1", "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": "aa553a00517ecdc4", "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": "e7626b95f825b913", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-c4711a6224f402f3", "level": "note", "message": {"text": "Legacy-named symbol `run_all_v1` in v2-online/simulator/run_all_v1.py:9"}, "properties": {"repobilityId": "de00a919a493972b", "scanner": "scanner-primary", "fingerprint": "c4711a6224f402f3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "65d747ebeebeaa33", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "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": "1895e56163bbe643", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "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": "d83c2de20c4f1843", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "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": "6ea45191ad197df9", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "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": "576ecefbc176d088", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-38dc561d88a946d0", "level": "note", "message": {"text": "Unused endpoint: ANY /addon/sidepanel"}, "properties": {"repobilityId": "e9da8ee8c9dff743", "scanner": "scanner-primary", "fingerprint": "38dc561d88a946d0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-be1e1a14aafeda83", "level": "note", "message": {"text": "Unused endpoint: ANY /addon/mainstage"}, "properties": {"repobilityId": "92394b172d96be41", "scanner": "scanner-primary", "fingerprint": "be1e1a14aafeda83", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0ab925f3c161f5de", "level": "note", "message": {"text": "Unused endpoint: ANY /addon/manifest"}, "properties": {"repobilityId": "054e590e68c9d0f5", "scanner": "scanner-primary", "fingerprint": "0ab925f3c161f5de", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8430d5cd33250b09", "level": "note", "message": {"text": "Unused endpoint: ANY /trainer"}, "properties": {"repobilityId": "e5403bb2479d518f", "scanner": "scanner-primary", "fingerprint": "8430d5cd33250b09", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9c7661c08635deb9", "level": "note", "message": {"text": "Unused endpoint: ANY /trainer/login"}, "properties": {"repobilityId": "24dd21092412cdd4", "scanner": "scanner-primary", "fingerprint": "9c7661c08635deb9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d367e6566dcdaa27", "level": "note", "message": {"text": "Unused endpoint: ANY /trainer/logout"}, "properties": {"repobilityId": "c9545053d550877b", "scanner": "scanner-primary", "fingerprint": "d367e6566dcdaa27", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-44555637c43ce771", "level": "note", "message": {"text": "Unused endpoint: ANY /trainer/session"}, "properties": {"repobilityId": "29ce62d3b9b60c78", "scanner": "scanner-primary", "fingerprint": "44555637c43ce771", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-16ea6933725db018", "level": "note", "message": {"text": "Unused endpoint: ANY /trainer/export.csv"}, "properties": {"repobilityId": "504a11a3ba490e63", "scanner": "scanner-primary", "fingerprint": "16ea6933725db018", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}