{"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-3070420876ed3046", "name": "Possibly dead Python function: clone_to_assembly", "shortDescription": {"text": "Possibly dead Python function: clone_to_assembly"}, "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-842239cfe7112efc", "name": "Possibly dead Python function: set_label_fn", "shortDescription": {"text": "Possibly dead Python function: set_label_fn"}, "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-a215b24255cf1650", "name": "Possibly dead Python function: add_orientation", "shortDescription": {"text": "Possibly dead Python function: add_orientation"}, "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-0e82581fff09fadf", "name": "Possibly dead Python function: add_floating_check", "shortDescription": {"text": "Possibly dead Python function: add_floating_check"}, "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-2f71607ebb60230b", "name": "Possibly dead Python function: member", "shortDescription": {"text": "Possibly dead Python function: member"}, "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-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-5c448e09bc1f1dcb", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "cloudflare/wrangler-action@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4a864f331d88750b", "name": "Very large file: tests/test_harness.py (1537 lines)", "shortDescription": {"text": "Very large file: tests/test_harness.py (1537 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-771a3c2f18cb15d5", "name": "Very large file: cadclaw/assembly_compiler.py (4173 lines)", "shortDescription": {"text": "Very large file: cadclaw/assembly_compiler.py (4173 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-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 67 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-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-c4e57047ee82bcab", "name": "Commented-code block (7 lines) in tests/generate_fixtures.py:166", "shortDescription": {"text": "Commented-code block (7 lines) in tests/generate_fixtures.py:166"}, "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-1138fcbbd3921b22", "name": "Commented-code block (5 lines) in tests/test_harness.py:97", "shortDescription": {"text": "Commented-code block (5 lines) in tests/test_harness.py:97"}, "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-247465081cedee6f", "name": "Commented-code block (7 lines) in tests/generate_v09_sandbox.py:128", "shortDescription": {"text": "Commented-code block (7 lines) in tests/generate_v09_sandbox.py:128"}, "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-f0bc01bdadbff4ad", "name": "Commented-code block (5 lines) in cadclaw/render.py:170", "shortDescription": {"text": "Commented-code block (5 lines) in cadclaw/render.py:170"}, "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-4c2df8ab6c51d589", "name": "Legacy-named symbol `model_copy` in cadclaw/assembly_compiler.py:736", "shortDescription": {"text": "Legacy-named symbol `model_copy` in cadclaw/assembly_compiler.py:736"}, "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-25de35596bddc403", "name": "Commented-code block (6 lines) in cadclaw/assembly_compiler.py:701", "shortDescription": {"text": "Commented-code block (6 lines) in cadclaw/assembly_compiler.py:701"}, "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-14b077ac7c982cc7", "name": "Legacy-named symbol `python_too_old` in cadclaw/doctor.py:44", "shortDescription": {"text": "Legacy-named symbol `python_too_old` in cadclaw/doctor.py:44"}, "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-3d3ae8d6751e64ec", "name": "Commented-code block (5 lines) in cadclaw/claim_audit.py:88", "shortDescription": {"text": "Commented-code block (5 lines) in cadclaw/claim_audit.py:88"}, "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-960597140ae2c871", "name": "Commented-code block (8 lines) in cadclaw/bom_audit.py:86", "shortDescription": {"text": "Commented-code block (8 lines) in cadclaw/bom_audit.py:86"}, "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-feed457f853297f6", "name": "Commented-code block (6 lines) in examples/m3_crete/generate_zpmm_derived.py:46", "shortDescription": {"text": "Commented-code block (6 lines) in examples/m3_crete/generate_zpmm_derived.py:46"}, "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-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:\ncadclaw/findings.py:to_dict, cadclaw/findings.py:to_dict\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:\ncadclaw/fea/solver.py:solve, cadclaw/fea/solver.py:solve, cadclaw/fea/solver.py:solve\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/20513"}, "properties": {"repository": "sunnyday-technologies/CADCLAW", "repoUrl": "https://github.com/sunnyday-technologies/CADCLAW", "branch": "main"}, "results": [{"ruleId": "scanner-3070420876ed3046", "level": "note", "message": {"text": "Possibly dead Python function: clone_to_assembly"}, "properties": {"repobilityId": "a9723c27be813789", "scanner": "scanner-primary", "fingerprint": "3070420876ed3046", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cadclaw/geometry_import.py:95"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-842239cfe7112efc", "level": "note", "message": {"text": "Possibly dead Python function: set_label_fn"}, "properties": {"repobilityId": "ea09af62be3719bb", "scanner": "scanner-primary", "fingerprint": "842239cfe7112efc", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cadclaw/harness.py:96"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a215b24255cf1650", "level": "note", "message": {"text": "Possibly dead Python function: add_orientation"}, "properties": {"repobilityId": "c38b927525916797", "scanner": "scanner-primary", "fingerprint": "a215b24255cf1650", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cadclaw/harness.py:129"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-0e82581fff09fadf", "level": "note", "message": {"text": "Possibly dead Python function: add_floating_check"}, "properties": {"repobilityId": "eff6f1132a4c481a", "scanner": "scanner-primary", "fingerprint": "0e82581fff09fadf", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cadclaw/harness.py:141"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-2f71607ebb60230b", "level": "note", "message": {"text": "Possibly dead Python function: member"}, "properties": {"repobilityId": "b066d2b84d018c9a", "scanner": "scanner-primary", "fingerprint": "2f71607ebb60230b", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cadclaw/fea/solver.py:75"}, "region": {"startLine": 1}}}]}, {"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-5c448e09bc1f1dcb", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "99947a22a4200753", "scanner": "scanner-primary", "fingerprint": "5c448e09bc1f1dcb", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy-cloudflare.yml"}, "region": {"startLine": 40}}}]}, {"ruleId": "scanner-4a864f331d88750b", "level": "note", "message": {"text": "Very large file: tests/test_harness.py (1537 lines)"}, "properties": {"repobilityId": "a3c7c5c30c1aa9c9", "scanner": "scanner-primary", "fingerprint": "4a864f331d88750b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-771a3c2f18cb15d5", "level": "note", "message": {"text": "Very large file: cadclaw/assembly_compiler.py (4173 lines)"}, "properties": {"repobilityId": "59a0558b89cd5b97", "scanner": "scanner-primary", "fingerprint": "771a3c2f18cb15d5", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "7ab7973634c6b9f1", "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": "4e2d34e68bc3eaea", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "4455249e8a051d34", "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": "6c9aa209bfd00a6e", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-c4e57047ee82bcab", "level": "none", "message": {"text": "Commented-code block (7 lines) in tests/generate_fixtures.py:166"}, "properties": {"repobilityId": "5d4e40ef693531bd", "scanner": "scanner-primary", "fingerprint": "c4e57047ee82bcab", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1138fcbbd3921b22", "level": "none", "message": {"text": "Commented-code block (5 lines) in tests/test_harness.py:97"}, "properties": {"repobilityId": "d116ba5effcf1d31", "scanner": "scanner-primary", "fingerprint": "1138fcbbd3921b22", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-247465081cedee6f", "level": "none", "message": {"text": "Commented-code block (7 lines) in tests/generate_v09_sandbox.py:128"}, "properties": {"repobilityId": "c1c744731a67667a", "scanner": "scanner-primary", "fingerprint": "247465081cedee6f", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-f0bc01bdadbff4ad", "level": "none", "message": {"text": "Commented-code block (5 lines) in cadclaw/render.py:170"}, "properties": {"repobilityId": "a1360964c40e6dbf", "scanner": "scanner-primary", "fingerprint": "f0bc01bdadbff4ad", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-4c2df8ab6c51d589", "level": "note", "message": {"text": "Legacy-named symbol `model_copy` in cadclaw/assembly_compiler.py:736"}, "properties": {"repobilityId": "374062681572d530", "scanner": "scanner-primary", "fingerprint": "4c2df8ab6c51d589", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-25de35596bddc403", "level": "none", "message": {"text": "Commented-code block (6 lines) in cadclaw/assembly_compiler.py:701"}, "properties": {"repobilityId": "e58f35bf6a5bda14", "scanner": "scanner-primary", "fingerprint": "25de35596bddc403", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-14b077ac7c982cc7", "level": "note", "message": {"text": "Legacy-named symbol `python_too_old` in cadclaw/doctor.py:44"}, "properties": {"repobilityId": "7d08e3dbca23beb8", "scanner": "scanner-primary", "fingerprint": "14b077ac7c982cc7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-3d3ae8d6751e64ec", "level": "none", "message": {"text": "Commented-code block (5 lines) in cadclaw/claim_audit.py:88"}, "properties": {"repobilityId": "4ea3a6fcf28847cc", "scanner": "scanner-primary", "fingerprint": "3d3ae8d6751e64ec", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-960597140ae2c871", "level": "none", "message": {"text": "Commented-code block (8 lines) in cadclaw/bom_audit.py:86"}, "properties": {"repobilityId": "4ecff9d75d7ddb88", "scanner": "scanner-primary", "fingerprint": "960597140ae2c871", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-feed457f853297f6", "level": "none", "message": {"text": "Commented-code block (6 lines) in examples/m3_crete/generate_zpmm_derived.py:46"}, "properties": {"repobilityId": "fbb5694ad19abe29", "scanner": "scanner-primary", "fingerprint": "feed457f853297f6", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "815ad29d76f29779", "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": "7523ec7e0ebcf788", "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": "5f37d2196c3ebc25", "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": "aadcf9b2880f64ba", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}]}]}