{"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-7e23824f0a9594d8", "name": "Possibly dead Python function: find_new_episode", "shortDescription": {"text": "Possibly dead Python function: find_new_episode"}, "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-f042234f2568dd68", "name": "Possibly dead Python function: fetch_usdtwd", "shortDescription": {"text": "Possibly dead Python function: fetch_usdtwd"}, "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-3d55729e798f5917", "name": "Possibly dead Python function: card_repl", "shortDescription": {"text": "Possibly dead Python function: card_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-214efd3a20b7f940", "name": "Insecure pattern 'tls_verify_false' in morning_report.py:4325", "shortDescription": {"text": "Insecure pattern 'tls_verify_false' in morning_report.py:4325"}, "fullDescription": {"text": "Found a known-risky pattern (tls_verify_false). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "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-de44e2d2b8ea1a1a", "name": "Very large file: morning_report.py (13253 lines)", "shortDescription": {"text": "Very large file: morning_report.py (13253 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-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-2179cee001ba5b7b", "name": "Commented-code block (5 lines) in morning_report.py:230", "shortDescription": {"text": "Commented-code block (5 lines) in morning_report.py:230"}, "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-b68bb7d44f81e92e", "name": "Network/subprocess call without timeout or try/except \u2014 morning_report.py:9235", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 morning_report.py:9235"}, "fullDescription": {"text": "`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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:\npodcast_digest.py:find_new_episodes, podcast_digest.py:find_new_episode\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}}]}}, "automationDetails": {"id": "repobility/25757"}, "properties": {"repository": "expertise88864/-morning-report", "repoUrl": "https://github.com/expertise88864/-morning-report", "branch": "main"}, "results": [{"ruleId": "scanner-7e23824f0a9594d8", "level": "note", "message": {"text": "Possibly dead Python function: find_new_episode"}, "properties": {"repobilityId": "24867fbea722e331", "scanner": "scanner-primary", "fingerprint": "7e23824f0a9594d8", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "podcast_digest.py:338"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f042234f2568dd68", "level": "note", "message": {"text": "Possibly dead Python function: fetch_usdtwd"}, "properties": {"repobilityId": "0e8da0c3b8f17f0a", "scanner": "scanner-primary", "fingerprint": "f042234f2568dd68", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "morning_report.py:464"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-3d55729e798f5917", "level": "note", "message": {"text": "Possibly dead Python function: card_repl"}, "properties": {"repobilityId": "0196f65073053d42", "scanner": "scanner-primary", "fingerprint": "3d55729e798f5917", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "morning_report.py:9549"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-214efd3a20b7f940", "level": "error", "message": {"text": "Insecure pattern 'tls_verify_false' in morning_report.py:4325"}, "properties": {"repobilityId": "d343205b4c73d998", "scanner": "scanner-primary", "fingerprint": "214efd3a20b7f940", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "tls_verify_false"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "morning_report.py"}, "region": {"startLine": 4325}}}]}, {"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-de44e2d2b8ea1a1a", "level": "note", "message": {"text": "Very large file: morning_report.py (13253 lines)"}, "properties": {"repobilityId": "4ed04b4c641ef91c", "scanner": "scanner-primary", "fingerprint": "de44e2d2b8ea1a1a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "b10700828abfc7b9", "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": "6a474f2679a4b588", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2179cee001ba5b7b", "level": "none", "message": {"text": "Commented-code block (5 lines) in morning_report.py:230"}, "properties": {"repobilityId": "0fa4aea44e4c2a55", "scanner": "scanner-primary", "fingerprint": "2179cee001ba5b7b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-b68bb7d44f81e92e", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 morning_report.py:9235"}, "properties": {"repobilityId": "f6d94198477368aa", "scanner": "scanner-primary", "fingerprint": "b68bb7d44f81e92e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "71f571073241ab6c", "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": "7c72b2963ef55820", "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": "51bcef2a3648919f", "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": "bfe3b3bb9db0525e", "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": "cdbae160cab0784e", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}