{"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-85e3cdad504aacf5", "name": "Possibly dead Python function: repl", "shortDescription": {"text": "Possibly dead Python function: repl"}, "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-c876f06c3490dccb", "name": "Possibly dead Python function: deco", "shortDescription": {"text": "Possibly dead Python function: deco"}, "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-7c09f3093de6d54c", "name": "Possibly dead Python function: add_tag", "shortDescription": {"text": "Possibly dead Python function: add_tag"}, "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-78a1eed571342022", "name": "Possibly dead Python function: remove_tag", "shortDescription": {"text": "Possibly dead Python function: remove_tag"}, "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-1575eba75ccdc0b1", "name": "Possibly dead Python function: normalize_result", "shortDescription": {"text": "Possibly dead Python function: normalize_result"}, "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-14af920f7d1c2d6b", "name": "Possibly dead Python function: repl", "shortDescription": {"text": "Possibly dead Python function: repl"}, "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-0f17a9f7c78c0d3f", "name": "Possibly dead Python function: add_tag", "shortDescription": {"text": "Possibly dead Python function: add_tag"}, "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-5e2d576011040371", "name": "Possibly dead Python function: remove_tag", "shortDescription": {"text": "Possibly dead Python function: remove_tag"}, "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-587f80d5a3db59c0", "name": "Possibly dead Python function: add_tag", "shortDescription": {"text": "Possibly dead Python function: add_tag"}, "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-da3a708d1c482b1c", "name": "Possibly dead Python function: remove_tag", "shortDescription": {"text": "Possibly dead Python function: remove_tag"}, "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-478ec1d6c3d75445", "name": "Possibly dead Python function: repl", "shortDescription": {"text": "Possibly dead Python function: repl"}, "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-6fdda7159c10da72", "name": "Possibly dead Python function: add_tag", "shortDescription": {"text": "Possibly dead Python function: add_tag"}, "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-eba66eaeeafba838", "name": "Possibly dead Python function: remove_tag", "shortDescription": {"text": "Possibly dead Python function: remove_tag"}, "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-506be2b95088f5d3", "name": "git log failed \u2014 history analysis incomplete", "shortDescription": {"text": "git log failed \u2014 history analysis incomplete"}, "fullDescription": {"text": "fatal: not a git repository (or any parent up to mount point /data)\nStopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "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-736691bd9e8f88fe", "name": "Insecure pattern 'direct_innerhtml_assignment' in outreach.html:479", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in outreach.html:479"}, "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-d068278eed9eb994", "name": "Very large file: app_backup_before_patches.py (1295 lines)", "shortDescription": {"text": "Very large file: app_backup_before_patches.py (1295 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-34c00fe3af8cccaa", "name": "Very large file: app_backup_current.py (1041 lines)", "shortDescription": {"text": "Very large file: app_backup_current.py (1041 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-960c9dd58fb43a3d", "name": "Very large file: app_bra_intro.py (2642 lines)", "shortDescription": {"text": "Very large file: app_bra_intro.py (2642 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-d074f74f8c12eff6", "name": "Very large file: engine.py (1140 lines)", "shortDescription": {"text": "Very large file: engine.py (1140 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-f250142c44402ebb", "name": "Very large file: app.py (3145 lines)", "shortDescription": {"text": "Very large file: app.py (3145 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-6ee4efcb931619fc", "name": "Very large file: app_backup_links_working.py (1356 lines)", "shortDescription": {"text": "Very large file: app_backup_links_working.py (1356 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-476d94b5687706d3", "name": "Very large file: app_bort.py (2391 lines)", "shortDescription": {"text": "Very large file: app_bort.py (2391 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 96 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-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 27 placeholder/mock markers across 9 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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: 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-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing license, ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-469b3b4e80ad6735", "name": "Commented-code block (6 lines) in server.py:60", "shortDescription": {"text": "Commented-code block (6 lines) in server.py:60"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-ac81893e3c35ec1c", "name": "Commented-code block (8 lines) in engine.py:422", "shortDescription": {"text": "Commented-code block (8 lines) in engine.py:422"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-250f57e8a1dbd3c5", "name": "4 env vars used in code but missing from .env.example", "shortDescription": {"text": "4 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `ADMIN_PASSWORD`, `DB_PATH`, `HISTORY_PASSWORD`, `PORT`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "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:\napp_backup_before_patches.py:repl, app_backup_links_working.py:repl\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-49c98f7cedd9c977", "name": "Near-duplicate function bodies in 4 places", "shortDescription": {"text": "Near-duplicate function bodies in 4 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\napp_backup_before_patches.py:step_html, app v8.17_backup.py:step_html, app_backup_links_working.py:step_html, app copy.py:step_html\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-be46ea126aa5d8dc", "name": "Near-duplicate function bodies in 3 places", "shortDescription": {"text": "Near-duplicate function bodies in 3 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\napp_bra_intro.py:step_html, app.py:step_html, app_bort.py:step_html\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-081edf0fc5588e4b", "name": "Flask mutation route `analyze_stream_post` without `@login_required` \u2014 server.py:241", "shortDescription": {"text": "Flask mutation route `analyze_stream_post` without `@login_required` \u2014 server.py:241"}, "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-a0a604d480bb176d", "name": "Flask mutation route `analyze_bg` without `@login_required` \u2014 server.py:399", "shortDescription": {"text": "Flask mutation route `analyze_bg` without `@login_required` \u2014 server.py:399"}, "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-1a6d91f2236825bf", "name": "Unused endpoint: ANY /", "shortDescription": {"text": "Unused endpoint: ANY /"}, "fullDescription": {"text": "`server.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-92339812dcef0486", "name": "Unused endpoint: ANY /analyze-stream", "shortDescription": {"text": "Unused endpoint: ANY /analyze-stream"}, "fullDescription": {"text": "`server.py` declares `ANY /analyze-stream` 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-c36a28b26354332f", "name": "Unused endpoint: ANY /analyze-bg", "shortDescription": {"text": "Unused endpoint: ANY /analyze-bg"}, "fullDescription": {"text": "`server.py` declares `ANY /analyze-bg` 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-34a19bf9e8191131", "name": "Unused endpoint: ANY /result/<job_id>", "shortDescription": {"text": "Unused endpoint: ANY /result/<job_id>"}, "fullDescription": {"text": "`server.py` declares `ANY /result/<job_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-f99c35fd76e8c6bc", "name": "Unused endpoint: ANY /history", "shortDescription": {"text": "Unused endpoint: ANY /history"}, "fullDescription": {"text": "`server.py` declares `ANY /history` 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-73d2f563392095b9", "name": "Unused endpoint: ANY /history/<path:filename>", "shortDescription": {"text": "Unused endpoint: ANY /history/<path:filename>"}, "fullDescription": {"text": "`server.py` declares `ANY /history/<path:filename>` 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-9cddfbedd3f968b8", "name": "Unused endpoint: ANY /pdf/<path:filename>", "shortDescription": {"text": "Unused endpoint: ANY /pdf/<path:filename>"}, "fullDescription": {"text": "`server.py` declares `ANY /pdf/<path:filename>` 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-98356fa7ff420a14", "name": "Unused endpoint: ANY /admin", "shortDescription": {"text": "Unused endpoint: ANY /admin"}, "fullDescription": {"text": "`server.py` declares `ANY /admin` 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/14041"}, "properties": {"repository": "MarcusFFFFFF/sanningsmaskinen", "repoUrl": "https://github.com/MarcusFFFFFF/sanningsmaskinen", "branch": "main"}, "results": [{"ruleId": "scanner-85e3cdad504aacf5", "level": "note", "message": {"text": "Possibly dead Python function: repl"}, "properties": {"repobilityId": "6f5d3779bbb8be8b", "scanner": "scanner-primary", "fingerprint": "85e3cdad504aacf5", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app_backup_before_patches.py:249"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c876f06c3490dccb", "level": "note", "message": {"text": "Possibly dead Python function: deco"}, "properties": {"repobilityId": "11da05572c448654", "scanner": "scanner-primary", "fingerprint": "c876f06c3490dccb", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server.py:48"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-7c09f3093de6d54c", "level": "note", "message": {"text": "Possibly dead Python function: add_tag"}, "properties": {"repobilityId": "2470b1e5bbc79942", "scanner": "scanner-primary", "fingerprint": "7c09f3093de6d54c", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app_bra_intro.py:1632"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-78a1eed571342022", "level": "note", "message": {"text": "Possibly dead Python function: remove_tag"}, "properties": {"repobilityId": "eab206b14a0d3077", "scanner": "scanner-primary", "fingerprint": "78a1eed571342022", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app_bra_intro.py:1633"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1575eba75ccdc0b1", "level": "note", "message": {"text": "Possibly dead Python function: normalize_result"}, "properties": {"repobilityId": "6fbf001884c3668a", "scanner": "scanner-primary", "fingerprint": "1575eba75ccdc0b1", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "normalizer.py:536"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-14af920f7d1c2d6b", "level": "note", "message": {"text": "Possibly dead Python function: repl"}, "properties": {"repobilityId": "6f5d3779bbb8be8b", "scanner": "scanner-primary", "fingerprint": "14af920f7d1c2d6b", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app v8.17_backup.py:216"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0f17a9f7c78c0d3f", "level": "note", "message": {"text": "Possibly dead Python function: add_tag"}, "properties": {"repobilityId": "2470b1e5bbc79942", "scanner": "scanner-primary", "fingerprint": "0f17a9f7c78c0d3f", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py:2551"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5e2d576011040371", "level": "note", "message": {"text": "Possibly dead Python function: remove_tag"}, "properties": {"repobilityId": "eab206b14a0d3077", "scanner": "scanner-primary", "fingerprint": "5e2d576011040371", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py:2552"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-587f80d5a3db59c0", "level": "note", "message": {"text": "Possibly dead Python function: add_tag"}, "properties": {"repobilityId": "2470b1e5bbc79942", "scanner": "scanner-primary", "fingerprint": "587f80d5a3db59c0", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "history.py:106"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-da3a708d1c482b1c", "level": "note", "message": {"text": "Possibly dead Python function: remove_tag"}, "properties": {"repobilityId": "eab206b14a0d3077", "scanner": "scanner-primary", "fingerprint": "da3a708d1c482b1c", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "history.py:125"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-478ec1d6c3d75445", "level": "note", "message": {"text": "Possibly dead Python function: repl"}, "properties": {"repobilityId": "6f5d3779bbb8be8b", "scanner": "scanner-primary", "fingerprint": "478ec1d6c3d75445", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app_backup_links_working.py:286"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6fdda7159c10da72", "level": "note", "message": {"text": "Possibly dead Python function: add_tag"}, "properties": {"repobilityId": "2470b1e5bbc79942", "scanner": "scanner-primary", "fingerprint": "6fdda7159c10da72", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app_bort.py:1645"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-eba66eaeeafba838", "level": "note", "message": {"text": "Possibly dead Python function: remove_tag"}, "properties": {"repobilityId": "eab206b14a0d3077", "scanner": "scanner-primary", "fingerprint": "eba66eaeeafba838", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app_bort.py:1646"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-506be2b95088f5d3", "level": "none", "message": {"text": "git log failed \u2014 history analysis incomplete"}, "properties": {"repobilityId": "b424308a11bb9b22", "scanner": "scanner-primary", "fingerprint": "506be2b95088f5d3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["git", "tooling"]}}, {"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-736691bd9e8f88fe", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in outreach.html:479"}, "properties": {"repobilityId": "fbd30b8187f832ea", "scanner": "scanner-primary", "fingerprint": "736691bd9e8f88fe", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "outreach.html"}, "region": {"startLine": 479}}}]}, {"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-d068278eed9eb994", "level": "note", "message": {"text": "Very large file: app_backup_before_patches.py (1295 lines)"}, "properties": {"repobilityId": "f5c947325b6ac7aa", "scanner": "scanner-primary", "fingerprint": "d068278eed9eb994", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-34c00fe3af8cccaa", "level": "note", "message": {"text": "Very large file: app_backup_current.py (1041 lines)"}, "properties": {"repobilityId": "61054e94151a7b82", "scanner": "scanner-primary", "fingerprint": "34c00fe3af8cccaa", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-960c9dd58fb43a3d", "level": "note", "message": {"text": "Very large file: app_bra_intro.py (2642 lines)"}, "properties": {"repobilityId": "7fb20460697c06ad", "scanner": "scanner-primary", "fingerprint": "960c9dd58fb43a3d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-d074f74f8c12eff6", "level": "note", "message": {"text": "Very large file: engine.py (1140 lines)"}, "properties": {"repobilityId": "76defd1a7e06900f", "scanner": "scanner-primary", "fingerprint": "d074f74f8c12eff6", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-f250142c44402ebb", "level": "note", "message": {"text": "Very large file: app.py (3145 lines)"}, "properties": {"repobilityId": "5a74e6652f3a10d4", "scanner": "scanner-primary", "fingerprint": "f250142c44402ebb", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-6ee4efcb931619fc", "level": "note", "message": {"text": "Very large file: app_backup_links_working.py (1356 lines)"}, "properties": {"repobilityId": "301c5846932492b3", "scanner": "scanner-primary", "fingerprint": "6ee4efcb931619fc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-476d94b5687706d3", "level": "note", "message": {"text": "Very large file: app_bort.py (2391 lines)"}, "properties": {"repobilityId": "d0aec00f5f5824ca", "scanner": "scanner-primary", "fingerprint": "476d94b5687706d3", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "e7e84624bde769ed", "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": "ac2aa546dc481353", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "01b14d83a90d3c63", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "d9e9b3581aa5301d", "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": "ea8e09b3219015f2", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "15bf7881b7f3e9a2", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-469b3b4e80ad6735", "level": "none", "message": {"text": "Commented-code block (6 lines) in server.py:60"}, "properties": {"repobilityId": "ef15bf239d090a13", "scanner": "scanner-primary", "fingerprint": "469b3b4e80ad6735", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-ac81893e3c35ec1c", "level": "none", "message": {"text": "Commented-code block (8 lines) in engine.py:422"}, "properties": {"repobilityId": "4d1b53f9a47a7d95", "scanner": "scanner-primary", "fingerprint": "ac81893e3c35ec1c", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-250f57e8a1dbd3c5", "level": "none", "message": {"text": "4 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "57584f22b735b5ee", "scanner": "scanner-primary", "fingerprint": "250f57e8a1dbd3c5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "4bbe3d1c7e1304e4", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-49c98f7cedd9c977", "level": "note", "message": {"text": "Near-duplicate function bodies in 4 places"}, "properties": {"repobilityId": "76d8cb6e83b8b3a6", "scanner": "scanner-primary", "fingerprint": "49c98f7cedd9c977", "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": "c8a817d23b6255b2", "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": "b3806f818d5ae78c", "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": "4441553962534cf6", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "294eddb3c65c36d3", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "146da966ba83de00", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "9954db19fdaa4be9", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "40d18b21a21dfdd0", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-081edf0fc5588e4b", "level": "error", "message": {"text": "Flask mutation route `analyze_stream_post` without `@login_required` \u2014 server.py:241"}, "properties": {"repobilityId": "e1869a758d24c30e", "scanner": "scanner-primary", "fingerprint": "081edf0fc5588e4b", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server.py"}, "region": {"startLine": 241}}}]}, {"ruleId": "scanner-a0a604d480bb176d", "level": "error", "message": {"text": "Flask mutation route `analyze_bg` without `@login_required` \u2014 server.py:399"}, "properties": {"repobilityId": "a4b6cc3a34e9f1c1", "scanner": "scanner-primary", "fingerprint": "a0a604d480bb176d", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server.py"}, "region": {"startLine": 399}}}]}, {"ruleId": "scanner-1a6d91f2236825bf", "level": "note", "message": {"text": "Unused endpoint: ANY /"}, "properties": {"repobilityId": "acd87918fd42fe63", "scanner": "scanner-primary", "fingerprint": "1a6d91f2236825bf", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-92339812dcef0486", "level": "note", "message": {"text": "Unused endpoint: ANY /analyze-stream"}, "properties": {"repobilityId": "ac5f5cc20453fb58", "scanner": "scanner-primary", "fingerprint": "92339812dcef0486", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c36a28b26354332f", "level": "note", "message": {"text": "Unused endpoint: ANY /analyze-bg"}, "properties": {"repobilityId": "80cd99f68192424c", "scanner": "scanner-primary", "fingerprint": "c36a28b26354332f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-34a19bf9e8191131", "level": "note", "message": {"text": "Unused endpoint: ANY /result/<job_id>"}, "properties": {"repobilityId": "1ecc8b60031c4dde", "scanner": "scanner-primary", "fingerprint": "34a19bf9e8191131", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f99c35fd76e8c6bc", "level": "note", "message": {"text": "Unused endpoint: ANY /history"}, "properties": {"repobilityId": "4c995b5166445b4f", "scanner": "scanner-primary", "fingerprint": "f99c35fd76e8c6bc", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-73d2f563392095b9", "level": "note", "message": {"text": "Unused endpoint: ANY /history/<path:filename>"}, "properties": {"repobilityId": "d7255c611a7ae51c", "scanner": "scanner-primary", "fingerprint": "73d2f563392095b9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-9cddfbedd3f968b8", "level": "note", "message": {"text": "Unused endpoint: ANY /pdf/<path:filename>"}, "properties": {"repobilityId": "a868ad9a23914b8b", "scanner": "scanner-primary", "fingerprint": "9cddfbedd3f968b8", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-98356fa7ff420a14", "level": "note", "message": {"text": "Unused endpoint: ANY /admin"}, "properties": {"repobilityId": "4daf5aaa79fbac20", "scanner": "scanner-primary", "fingerprint": "98356fa7ff420a14", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}