{"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-904f52a1d066ed75", "name": "Possibly dead Python function: closeness", "shortDescription": {"text": "Possibly dead Python function: closeness"}, "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-0bd8c631f0792a11", "name": "Stray `console.log` in TS/JS \u2014 bookmarklet/extract-schedule.js:70", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 bookmarklet/extract-schedule.js:70"}, "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-de6ca42330d342af", "name": "Insecure pattern 'domparser_html_parse' in bookmarklet/install.html:254", "shortDescription": {"text": "Insecure pattern 'domparser_html_parse' in bookmarklet/install.html:254"}, "fullDescription": {"text": "Found a known-risky pattern (domparser_html_parse). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-64bac58a875ef93d", "name": "Insecure pattern 'direct_innerhtml_assignment' in static/app.js:401", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in static/app.js:401"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "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-c5f8f4dacae90152", "name": "Very large file: static/app.js (1503 lines)", "shortDescription": {"text": "Very large file: static/app.js (1503 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 11 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-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-096a55a0b0f5a13f", "name": "`fetch()` without try/.catch or AbortSignal \u2014 static/app.js:206", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 static/app.js:206"}, "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-3e4caaf884425a98", "name": "Flask mutation route `upload_schedule` without `@login_required` \u2014 app.py:608", "shortDescription": {"text": "Flask mutation route `upload_schedule` without `@login_required` \u2014 app.py:608"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-6bb8ef03d2c78b2e", "name": "Dangling fetch: POST /BannerExtensibility/virtualDomains/stuRegCrseSchedSubjList (bookmarklet/extract-schedule.js:72)", "shortDescription": {"text": "Dangling fetch: POST /BannerExtensibility/virtualDomains/stuRegCrseSchedSubjList (bookmarklet/extract-schedule.js:72)"}, "fullDescription": {"text": "`bookmarklet/extract-schedule.js:72` calls `POST /BannerExtensibility/virtualDomains/stuRegCrseSchedSubjList` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: fetch\nNormalized path used for matching: `/bannerextensibility/virtualdomains/sturegcrseschedsubjlist`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-1a6d91f2236825bf", "name": "Unused endpoint: ANY /", "shortDescription": {"text": "Unused endpoint: ANY /"}, "fullDescription": {"text": "`app.py` declares `ANY /` 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-eba3d61a670b6f09", "name": "Unused endpoint: ANY /sw.js", "shortDescription": {"text": "Unused endpoint: ANY /sw.js"}, "fullDescription": {"text": "`app.py` declares `ANY /sw.js` 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-009e466a39cc1a0a", "name": "Unused endpoint: ANY /bookmarklet", "shortDescription": {"text": "Unused endpoint: ANY /bookmarklet"}, "fullDescription": {"text": "`app.py` declares `ANY /bookmarklet` 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-372f90c550e0eafd", "name": "Unused endpoint: ANY /api/buildings", "shortDescription": {"text": "Unused endpoint: ANY /api/buildings"}, "fullDescription": {"text": "`app.py` declares `ANY /api/buildings` 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-e3f9d078a6bd1dbc", "name": "Unused endpoint: ANY /api/heatmap", "shortDescription": {"text": "Unused endpoint: ANY /api/heatmap"}, "fullDescription": {"text": "`app.py` declares `ANY /api/heatmap` 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-3130c269714a68be", "name": "Unused endpoint: ANY /api/terms", "shortDescription": {"text": "Unused endpoint: ANY /api/terms"}, "fullDescription": {"text": "`app.py` declares `ANY /api/terms` 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-e3b74aac9d8ec538", "name": "Unused endpoint: ANY /api/export-schedule", "shortDescription": {"text": "Unused endpoint: ANY /api/export-schedule"}, "fullDescription": {"text": "`app.py` declares `ANY /api/export-schedule` 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/19423"}, "properties": {"repository": "shawngeorgie06/Room-Finder", "repoUrl": "https://github.com/shawngeorgie06/Room-Finder", "branch": "main"}, "results": [{"ruleId": "scanner-904f52a1d066ed75", "level": "note", "message": {"text": "Possibly dead Python function: closeness"}, "properties": {"repobilityId": "61ccf70b65dba5ce", "scanner": "scanner-primary", "fingerprint": "904f52a1d066ed75", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py:156"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0bd8c631f0792a11", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 bookmarklet/extract-schedule.js:70"}, "properties": {"repobilityId": "683ff523914c2b3b", "scanner": "scanner-primary", "fingerprint": "0bd8c631f0792a11", "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-de6ca42330d342af", "level": "warning", "message": {"text": "Insecure pattern 'domparser_html_parse' in bookmarklet/install.html:254"}, "properties": {"repobilityId": "8b563af25f3bea5a", "scanner": "scanner-primary", "fingerprint": "de6ca42330d342af", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "domparser_html_parse"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "bookmarklet/install.html"}, "region": {"startLine": 254}}}]}, {"ruleId": "scanner-64bac58a875ef93d", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in static/app.js:401"}, "properties": {"repobilityId": "25869ecb6dadc3f6", "scanner": "scanner-primary", "fingerprint": "64bac58a875ef93d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "static/app.js"}, "region": {"startLine": 401}}}]}, {"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-c5f8f4dacae90152", "level": "note", "message": {"text": "Very large file: static/app.js (1503 lines)"}, "properties": {"repobilityId": "1c051419cfdea300", "scanner": "scanner-primary", "fingerprint": "c5f8f4dacae90152", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "1169d4926fac09bc", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "e66b29f2113dfb9e", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "0d149c29c81ebb4c", "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": "d44b44ffdd17d7db", "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": "9814d89128273bc7", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-096a55a0b0f5a13f", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 static/app.js:206"}, "properties": {"repobilityId": "8523643929c79aab", "scanner": "scanner-primary", "fingerprint": "096a55a0b0f5a13f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-3e4caaf884425a98", "level": "error", "message": {"text": "Flask mutation route `upload_schedule` without `@login_required` \u2014 app.py:608"}, "properties": {"repobilityId": "77e4e727d099fbcf", "scanner": "scanner-primary", "fingerprint": "3e4caaf884425a98", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py"}, "region": {"startLine": 608}}}]}, {"ruleId": "scanner-6bb8ef03d2c78b2e", "level": "error", "message": {"text": "Dangling fetch: POST /BannerExtensibility/virtualDomains/stuRegCrseSchedSubjList (bookmarklet/extract-schedule.js:72)"}, "properties": {"repobilityId": "58f92f50458a95f0", "scanner": "scanner-primary", "fingerprint": "6bb8ef03d2c78b2e", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "fetch"]}}, {"ruleId": "scanner-1a6d91f2236825bf", "level": "note", "message": {"text": "Unused endpoint: ANY /"}, "properties": {"repobilityId": "302fe621a396c5fd", "scanner": "scanner-primary", "fingerprint": "1a6d91f2236825bf", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-eba3d61a670b6f09", "level": "note", "message": {"text": "Unused endpoint: ANY /sw.js"}, "properties": {"repobilityId": "3c503a16d29865c9", "scanner": "scanner-primary", "fingerprint": "eba3d61a670b6f09", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-009e466a39cc1a0a", "level": "note", "message": {"text": "Unused endpoint: ANY /bookmarklet"}, "properties": {"repobilityId": "677d5c525beb0ce1", "scanner": "scanner-primary", "fingerprint": "009e466a39cc1a0a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-372f90c550e0eafd", "level": "note", "message": {"text": "Unused endpoint: ANY /api/buildings"}, "properties": {"repobilityId": "edb7838facc039a8", "scanner": "scanner-primary", "fingerprint": "372f90c550e0eafd", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e3f9d078a6bd1dbc", "level": "note", "message": {"text": "Unused endpoint: ANY /api/heatmap"}, "properties": {"repobilityId": "988f14ed60507202", "scanner": "scanner-primary", "fingerprint": "e3f9d078a6bd1dbc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3130c269714a68be", "level": "note", "message": {"text": "Unused endpoint: ANY /api/terms"}, "properties": {"repobilityId": "1d4556ac23cc40f2", "scanner": "scanner-primary", "fingerprint": "3130c269714a68be", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e3b74aac9d8ec538", "level": "note", "message": {"text": "Unused endpoint: ANY /api/export-schedule"}, "properties": {"repobilityId": "c1987863a17e784b", "scanner": "scanner-primary", "fingerprint": "e3b74aac9d8ec538", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}