{"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-1fe693512e2167e8", "name": "Possibly dead Python function: extract_date_from_string", "shortDescription": {"text": "Possibly dead Python function: extract_date_from_string"}, "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-7f2e9c8ec4c88144", "name": "Possibly dead Python function: group_order_numbers_by_customer", "shortDescription": {"text": "Possibly dead Python function: group_order_numbers_by_customer"}, "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-eb2ef83a29b1e68f", "name": "Possibly dead Python function: convert_day_name_to_number", "shortDescription": {"text": "Possibly dead Python function: convert_day_name_to_number"}, "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-9b98e56bc8542b2b", "name": "Possibly dead Python function: should_skip_due_to_interval", "shortDescription": {"text": "Possibly dead Python function: should_skip_due_to_interval"}, "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-f8f762c395362e41", "name": "Possibly dead Python function: html_escape", "shortDescription": {"text": "Possibly dead Python function: html_escape"}, "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-629f107e26813271", "name": "Possibly dead Python function: interactive_mode", "shortDescription": {"text": "Possibly dead Python function: interactive_mode"}, "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-15e5dd59ebcbc12f", "name": "Possibly dead Python function: save_confirming_list", "shortDescription": {"text": "Possibly dead Python function: save_confirming_list"}, "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-b57883db98f6d712", "name": "Possibly dead Python function: group_order_numbers_by_customer", "shortDescription": {"text": "Possibly dead Python function: group_order_numbers_by_customer"}, "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-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 26 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-faccb9061e9b52a0", "name": "No README detected", "shortDescription": {"text": "No README detected"}, "fullDescription": {"text": "No README file was found. Generated repos without README context are hard to operate, validate, or safely hand off."}, "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 107 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, tests, operator-readme. 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": "medium", "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, tests, operator-readme. 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-fe0982179463a5c9", "name": "Legacy-named symbol `\u9867\u5ba2\u30de\u30b9\u30bf\u30fc_v2` in main.py:440", "shortDescription": {"text": "Legacy-named symbol `\u9867\u5ba2\u30de\u30b9\u30bf\u30fc_v2` in main.py:440"}, "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:\ndelivery_calc.py:calculate_delivery_date, report_generator.py:build_report_row\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/27138"}, "properties": {"repository": "kento1984/nouki_kaitou", "repoUrl": "https://github.com/kento1984/nouki_kaitou", "branch": "main"}, "results": [{"ruleId": "scanner-1fe693512e2167e8", "level": "note", "message": {"text": "Possibly dead Python function: extract_date_from_string"}, "properties": {"repobilityId": "46b6f529bd6c5595", "scanner": "scanner-primary", "fingerprint": "1fe693512e2167e8", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "utils.py:88"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-7f2e9c8ec4c88144", "level": "note", "message": {"text": "Possibly dead Python function: group_order_numbers_by_customer"}, "properties": {"repobilityId": "d20d44c91c751e95", "scanner": "scanner-primary", "fingerprint": "7f2e9c8ec4c88144", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "data_loader.py:269"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-eb2ef83a29b1e68f", "level": "note", "message": {"text": "Possibly dead Python function: convert_day_name_to_number"}, "properties": {"repobilityId": "ca6c1f2400f6d082", "scanner": "scanner-primary", "fingerprint": "eb2ef83a29b1e68f", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "customer.py:38"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9b98e56bc8542b2b", "level": "note", "message": {"text": "Possibly dead Python function: should_skip_due_to_interval"}, "properties": {"repobilityId": "0e15727c57a5e505", "scanner": "scanner-primary", "fingerprint": "9b98e56bc8542b2b", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "business_days.py:179"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f8f762c395362e41", "level": "note", "message": {"text": "Possibly dead Python function: html_escape"}, "properties": {"repobilityId": "f9a27471f266e04c", "scanner": "scanner-primary", "fingerprint": "f8f762c395362e41", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "email_builder.py:67"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-629f107e26813271", "level": "note", "message": {"text": "Possibly dead Python function: interactive_mode"}, "properties": {"repobilityId": "9735ad21f5e3c2bf", "scanner": "scanner-primary", "fingerprint": "629f107e26813271", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "main.py:305"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-15e5dd59ebcbc12f", "level": "note", "message": {"text": "Possibly dead Python function: save_confirming_list"}, "properties": {"repobilityId": "e5f004367162dc3e", "scanner": "scanner-primary", "fingerprint": "15e5dd59ebcbc12f", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "history.py:326"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-b57883db98f6d712", "level": "note", "message": {"text": "Possibly dead Python function: group_order_numbers_by_customer"}, "properties": {"repobilityId": "d20d44c91c751e95", "scanner": "scanner-primary", "fingerprint": "b57883db98f6d712", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "report_generator.py:87"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "c78cf6f66c5610c0", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-faccb9061e9b52a0", "level": "note", "message": {"text": "No README detected"}, "properties": {"repobilityId": "3006c2e98ed30e13", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "d056c7e8d27a86cd", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "07a8732e772aff1e", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "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": "58b647722339276c", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-fe0982179463a5c9", "level": "note", "message": {"text": "Legacy-named symbol `\u9867\u5ba2\u30de\u30b9\u30bf\u30fc_v2` in main.py:440"}, "properties": {"repobilityId": "02a8168575bbce77", "scanner": "scanner-primary", "fingerprint": "fe0982179463a5c9", "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": "72de6e048b225f7b", "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": "7fe871e2196735fc", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}