{"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": "AIC004", "name": "Suspicious implementation file appears unreferenced", "shortDescription": {"text": "Suspicious implementation file appears unreferenced"}, "fullDescription": {"text": "Confirm whether this file is reachable. If not, delete it; if yes, wire it through explicit imports, routes, or entry points and add a test that proves the path executes."}, "properties": {"scanner": "repobility-ai-code-hygiene", "category": "quality", "severity": "medium", "confidence": 0.78, "cwe": "", "owasp": ""}}, {"id": "AIC001", "name": "Parallel implementation file sits beside a canonical file", "shortDescription": {"text": "Parallel implementation file sits beside a canonical file"}, "fullDescription": {"text": "Merge the intended change into the canonical file, update tests/imports, and delete the parallel implementation if it is not the active entry point."}, "properties": {"scanner": "repobility-ai-code-hygiene", "category": "quality", "severity": "medium", "confidence": 0.82, "cwe": "", "owasp": ""}}, {"id": "CFG006", "name": "[CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build artifacts.", "shortDescription": {"text": "[CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build artifacts."}, "fullDescription": {"text": "Add a .gitignore appropriate for your language/framework."}, "properties": {"scanner": "repobility-threat-engine", "category": "practices", "severity": "medium", "confidence": 1.0, "cwe": "", "owasp": ""}}, {"id": "AIC003", "name": "Duplicated implementation block across source files", "shortDescription": {"text": "Duplicated implementation block across source files"}, "fullDescription": {"text": "Extract the shared behavior into one function/module or delete the inactive duplicate after proving which path is used."}, "properties": {"scanner": "repobility-ai-code-hygiene", "category": "quality", "severity": "low", "confidence": 0.86, "cwe": "", "owasp": ""}}, {"id": "AIC002", "name": "Source file name looks like an AI patch artifact", "shortDescription": {"text": "Source file name looks like an AI patch artifact"}, "fullDescription": {"text": "Rename it to the domain concept it implements or merge it into the existing module it was meant to change."}, "properties": {"scanner": "repobility-ai-code-hygiene", "category": "quality", "severity": "low", "confidence": 0.62, "cwe": "", "owasp": ""}}]}}, "automationDetails": {"id": "repobility/511"}, "properties": {"repository": "arangodb/arangodb", "repoUrl": "https://github.com/arangodb/arangodb.git", "branch": "main"}, "results": [{"ruleId": "AIC004", "level": "warning", "message": {"text": "Suspicious implementation file appears unreferenced"}, "properties": {"repobilityId": 30233, "scanner": "repobility-ai-code-hygiene", "fingerprint": "c80d17d11ac88d276579b721658adf7c33e8e97106a2dcc46c64fb3c5b2670ac", "category": "quality", "severity": "medium", "confidence": 0.78, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Patch-style source file has no detected inbound reference from other repository files.", "evidence": {"suffix": "new", "rule_id": "AIC004", "scanner": "repobility-ai-code-hygiene", "references": ["https://knip.dev/", "https://github.com/jendrikseipp/vulture"], "correlation_key": "fp|c80d17d11ac88d276579b721658adf7c33e8e97106a2dcc46c64fb3c5b2670ac"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/align/detail/aligned_alloc_new.hpp"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC004", "level": "warning", "message": {"text": "Suspicious implementation file appears unreferenced"}, "properties": {"repobilityId": 30232, "scanner": "repobility-ai-code-hygiene", "fingerprint": "5d1a24c9d026ad7d9b90b126762786ce477cdc66c702c2813777c2562c07a1ac", "category": "quality", "severity": "medium", "confidence": 0.78, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Patch-style source file has no detected inbound reference from other repository files.", "evidence": {"suffix": "copy", "rule_id": "AIC004", "scanner": "repobility-ai-code-hygiene", "references": ["https://knip.dev/", "https://github.com/jendrikseipp/vulture"], "correlation_key": "fp|5d1a24c9d026ad7d9b90b126762786ce477cdc66c702c2813777c2562c07a1ac"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/algorithm/cxx11/partition_copy.hpp"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC001", "level": "warning", "message": {"text": "Parallel implementation file sits beside a canonical file"}, "properties": {"repobilityId": 30231, "scanner": "repobility-ai-code-hygiene", "fingerprint": "afec9427ab91a753a3e1c9dd1d28dcb26800d360682914187878a4b560fe5d95", "category": "quality", "severity": "medium", "confidence": 0.82, "triageState": "open", "verdict": "likely", "isResolved": false, "reason": "Source filename has a patch-style suffix and a same-directory canonical sibling exists.", "evidence": {"suffix": "new", "rule_id": "AIC001", "scanner": "repobility-ai-code-hygiene", "references": ["https://arxiv.org/abs/2601.15195", "https://knip.dev/"], "canonical_file": "3rdParty/boost/1.78.0/boost/align/detail/aligned_alloc.hpp", "correlation_key": "fp|afec9427ab91a753a3e1c9dd1d28dcb26800d360682914187878a4b560fe5d95"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/align/detail/aligned_alloc_new.hpp"}, "region": {"startLine": 1}}}]}, {"ruleId": "CFG006", "level": "warning", "message": {"text": "[CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build artifacts."}, "properties": {"repobilityId": 30229, "scanner": "repobility-threat-engine", "fingerprint": "c65fc71ce58c37a0e07837c0fe294108b731c43ef16027a2f0971c757bbe9a16", "category": "practices", "severity": "medium", "confidence": 1.0, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "No .gitignore file found in repository root", "evidence": {"reason": "No .gitignore file found in repository root", "rule_id": "CFG006", "scanner": "repobility-threat-engine", "confidence": 1.0, "correlation_key": "repo|practices|cfg006"}}}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 30256, "scanner": "repobility-ai-code-hygiene", "fingerprint": "70734204b290b11b1eb4b99c9ed008546e5d8cbabc70b3d02785918de4b0eeba", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "3rdParty/boost/1.78.0/boost/align/detail/aligned_alloc_android.hpp", "duplicate_line": 1, "correlation_key": "fp|70734204b290b11b1eb4b99c9ed008546e5d8cbabc70b3d02785918de4b0eeba"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/align/detail/aligned_alloc_sunos.hpp"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 30255, "scanner": "repobility-ai-code-hygiene", "fingerprint": "dec740f85157522a0bc1ecf2c531342f46c7f2ef53662ff24572a2c338e1e08d", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "3rdParty/boost/1.78.0/boost/align/detail/aligned_alloc_macos.hpp", "duplicate_line": 14, "correlation_key": "fp|dec740f85157522a0bc1ecf2c531342f46c7f2ef53662ff24572a2c338e1e08d"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/align/detail/aligned_alloc_posix.hpp"}, "region": {"startLine": 11}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 30254, "scanner": "repobility-ai-code-hygiene", "fingerprint": "990978082d91ac91045355ae5813a640eb4397855dce8ebb4a259873a5984700", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "3rdParty/boost/1.78.0/boost/align/detail/aligned_alloc_new.hpp", "duplicate_line": 1, "correlation_key": "fp|990978082d91ac91045355ae5813a640eb4397855dce8ebb4a259873a5984700"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/align/detail/aligned_alloc.hpp"}, "region": {"startLine": 1}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 30253, "scanner": "repobility-ai-code-hygiene", "fingerprint": "300334165983116ff48b24a0ac82d2ed53aa6794a60b238d6c20b399ab5c6036", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "3rdParty/boost/1.78.0/boost/algorithm/searching/boyer_moore.hpp", "duplicate_line": 34, "correlation_key": "fp|300334165983116ff48b24a0ac82d2ed53aa6794a60b238d6c20b399ab5c6036"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/algorithm/searching/boyer_moore_horspool.hpp"}, "region": {"startLine": 25}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 30252, "scanner": "repobility-ai-code-hygiene", "fingerprint": "5f9edf0e6a4c78968fae013d0ba880901c4d38638667884c8f2253e756bc7dc0", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "3rdParty/boost/1.78.0/boost/accumulators/statistics/tail_variate_means.hpp", "duplicate_line": 70, "correlation_key": "fp|5f9edf0e6a4c78968fae013d0ba880901c4d38638667884c8f2253e756bc7dc0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/accumulators/statistics/weighted_tail_variate_means.hpp"}, "region": {"startLine": 72}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 30251, "scanner": "repobility-ai-code-hygiene", "fingerprint": "2cc7b257b5ba9ea76def5d5268bcb966f0065557e8f58c18efad068cadf0211c", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "3rdParty/boost/1.78.0/boost/accumulators/statistics/weighted_tail_mean.hpp", "duplicate_line": 32, "correlation_key": "fp|2cc7b257b5ba9ea76def5d5268bcb966f0065557e8f58c18efad068cadf0211c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/accumulators/statistics/weighted_tail_variate_means.hpp"}, "region": {"startLine": 57}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 30250, "scanner": "repobility-ai-code-hygiene", "fingerprint": "14b34c62c83e946eae883b705e3f8b78a010b1f7586184b0ea31de9e32cba726", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "3rdParty/boost/1.78.0/boost/accumulators/statistics/tail_mean.hpp", "duplicate_line": 80, "correlation_key": "fp|14b34c62c83e946eae883b705e3f8b78a010b1f7586184b0ea31de9e32cba726"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/accumulators/statistics/weighted_tail_quantile.hpp"}, "region": {"startLine": 38}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 30249, "scanner": "repobility-ai-code-hygiene", "fingerprint": "435364758b700fbf4ae35c7d009dd946bb53dfd731bd4f12eab2ccb61c4e6be0", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "3rdParty/boost/1.78.0/boost/accumulators/statistics/weighted_tail_mean.hpp", "duplicate_line": 32, "correlation_key": "fp|435364758b700fbf4ae35c7d009dd946bb53dfd731bd4f12eab2ccb61c4e6be0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/accumulators/statistics/weighted_tail_quantile.hpp"}, "region": {"startLine": 25}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 30248, "scanner": "repobility-ai-code-hygiene", "fingerprint": "ded9a87e5a85fcb9e1b71c93d14d346d4ab4a4e4badb791cef14c8144c13fdce", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "3rdParty/boost/1.78.0/boost/accumulators/statistics/peaks_over_threshold.hpp", "duplicate_line": 106, "correlation_key": "fp|ded9a87e5a85fcb9e1b71c93d14d346d4ab4a4e4badb791cef14c8144c13fdce"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/accumulators/statistics/weighted_peaks_over_threshold.hpp"}, "region": {"startLine": 48}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 30247, "scanner": "repobility-ai-code-hygiene", "fingerprint": "f028ef9e2bbb94d8d4b15d196451d26ec9d81a3062a2c5e23b6d91082a60d4f0", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "3rdParty/boost/1.78.0/boost/accumulators/statistics/p_square_cumul_dist.hpp", "duplicate_line": 88, "correlation_key": "fp|f028ef9e2bbb94d8d4b15d196451d26ec9d81a3062a2c5e23b6d91082a60d4f0"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/accumulators/statistics/weighted_p_square_quantile.hpp"}, "region": {"startLine": 97}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 30246, "scanner": "repobility-ai-code-hygiene", "fingerprint": "0c2045672fad18b5c0892ebb751b0b4f7e26212732fd2945feaa2c0c6756ec88", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "3rdParty/boost/1.78.0/boost/accumulators/statistics/p_square_quantile.hpp", "duplicate_line": 66, "correlation_key": "fp|0c2045672fad18b5c0892ebb751b0b4f7e26212732fd2945feaa2c0c6756ec88"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/accumulators/statistics/weighted_p_square_quantile.hpp"}, "region": {"startLine": 70}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 30245, "scanner": "repobility-ai-code-hygiene", "fingerprint": "22756ce960b95152c1549a36704d7fc4ad66be74320aa1965b5379ddc80f82af", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "3rdParty/boost/1.78.0/boost/accumulators/statistics/weighted_extended_p_square.hpp", "duplicate_line": 60, "correlation_key": "fp|22756ce960b95152c1549a36704d7fc4ad66be74320aa1965b5379ddc80f82af"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/accumulators/statistics/weighted_p_square_quantile.hpp"}, "region": {"startLine": 43}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 30244, "scanner": "repobility-ai-code-hygiene", "fingerprint": "5039ae1ee1b8ec8ea807541547cca962959cb8dc011cb7e2fc8132a0e07466d3", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "3rdParty/boost/1.78.0/boost/accumulators/statistics/p_square_cumul_dist.hpp", "duplicate_line": 62, "correlation_key": "fp|5039ae1ee1b8ec8ea807541547cca962959cb8dc011cb7e2fc8132a0e07466d3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/accumulators/statistics/weighted_p_square_cumul_dist.hpp"}, "region": {"startLine": 73}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 30243, "scanner": "repobility-ai-code-hygiene", "fingerprint": "abb6ef87e834982749dcd24a23c03b441ba9a3806797b5d0505ebc7542ba4b3c", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "3rdParty/boost/1.78.0/boost/accumulators/statistics/weighted_extended_p_square.hpp", "duplicate_line": 60, "correlation_key": "fp|abb6ef87e834982749dcd24a23c03b441ba9a3806797b5d0505ebc7542ba4b3c"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/accumulators/statistics/weighted_p_square_cumul_dist.hpp"}, "region": {"startLine": 47}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 30242, "scanner": "repobility-ai-code-hygiene", "fingerprint": "25d087d895459222eb4784db56e2b89a3340c79567ab27216fd7b0d2a5794ca3", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "3rdParty/boost/1.78.0/boost/accumulators/statistics/median.hpp", "duplicate_line": 60, "correlation_key": "fp|25d087d895459222eb4784db56e2b89a3340c79567ab27216fd7b0d2a5794ca3"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/accumulators/statistics/weighted_median.hpp"}, "region": {"startLine": 58}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 30241, "scanner": "repobility-ai-code-hygiene", "fingerprint": "5c21163c719a89b294e40be4135a6bc4af9a9453c5d90ed42dc714287092c637", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "3rdParty/boost/1.78.0/boost/accumulators/statistics/mean.hpp", "duplicate_line": 41, "correlation_key": "fp|5c21163c719a89b294e40be4135a6bc4af9a9453c5d90ed42dc714287092c637"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/accumulators/statistics/weighted_mean.hpp"}, "region": {"startLine": 52}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 30240, "scanner": "repobility-ai-code-hygiene", "fingerprint": "ef7ea77a85cb029d812f387dab12786b611c3a2ce2eaa0876ba48db0843f670f", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "3rdParty/boost/1.78.0/boost/accumulators/statistics/extended_p_square.hpp", "duplicate_line": 89, "correlation_key": "fp|ef7ea77a85cb029d812f387dab12786b611c3a2ce2eaa0876ba48db0843f670f"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/accumulators/statistics/weighted_extended_p_square.hpp"}, "region": {"startLine": 86}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 30239, "scanner": "repobility-ai-code-hygiene", "fingerprint": "1faf17406c34482b1c21c8752fbad37cda24b283f473f6ffcca09765d2cf1449", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "3rdParty/boost/1.78.0/boost/accumulators/statistics/density.hpp", "duplicate_line": 29, "correlation_key": "fp|1faf17406c34482b1c21c8752fbad37cda24b283f473f6ffcca09765d2cf1449"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/accumulators/statistics/weighted_density.hpp"}, "region": {"startLine": 25}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 30238, "scanner": "repobility-ai-code-hygiene", "fingerprint": "ea6ac7658298a77a6fbc7de36ef683f0902bcc1d20138485a3cdf74a254a957a", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "3rdParty/boost/1.78.0/boost/accumulators/statistics/covariance.hpp", "duplicate_line": 95, "correlation_key": "fp|ea6ac7658298a77a6fbc7de36ef683f0902bcc1d20138485a3cdf74a254a957a"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/accumulators/statistics/weighted_covariance.hpp"}, "region": {"startLine": 47}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 30237, "scanner": "repobility-ai-code-hygiene", "fingerprint": "c3462bc98e768f29f1cd9b094b1aa67b04a4861cce3c7e2da4c55e5bfda913b6", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "3rdParty/boost/1.78.0/boost/accumulators/statistics/tail_mean.hpp", "duplicate_line": 80, "correlation_key": "fp|c3462bc98e768f29f1cd9b094b1aa67b04a4861cce3c7e2da4c55e5bfda913b6"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/accumulators/statistics/tail_quantile.hpp"}, "region": {"startLine": 33}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 30236, "scanner": "repobility-ai-code-hygiene", "fingerprint": "c08cb8438f6febf34069f08a06cbe09a857d558f1bb21889fbce5aadd90fbdcb", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "3rdParty/boost/1.78.0/boost/accumulators/statistics/pot_quantile.hpp", "duplicate_line": 20, "correlation_key": "fp|c08cb8438f6febf34069f08a06cbe09a857d558f1bb21889fbce5aadd90fbdcb"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/accumulators/statistics/pot_tail_mean.hpp"}, "region": {"startLine": 21}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 30235, "scanner": "repobility-ai-code-hygiene", "fingerprint": "e5ff0cb05b7007991e6dab436f00246891e6c645c455132c6b5f0f1b7321a228", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "3rdParty/boost/1.78.0/boost/accumulators/numeric/functional/valarray.hpp", "duplicate_line": 132, "correlation_key": "fp|e5ff0cb05b7007991e6dab436f00246891e6c645c455132c6b5f0f1b7321a228"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/accumulators/numeric/functional/vector.hpp"}, "region": {"startLine": 140}}}]}, {"ruleId": "AIC003", "level": "note", "message": {"text": "Duplicated implementation block across source files"}, "properties": {"repobilityId": 30234, "scanner": "repobility-ai-code-hygiene", "fingerprint": "f3659ffeb4a7921a0b967dad99748e2f2cdffecbd37bf064656d7206a490c242", "category": "quality", "severity": "low", "confidence": 0.86, "triageState": "open", "verdict": "confirmed", "isResolved": false, "reason": "A normalized source-code window appears in two different non-test files.", "evidence": {"lines": 12, "rule_id": "AIC003", "scanner": "repobility-ai-code-hygiene", "references": ["https://jscpd.dev/"], "duplicate_file": "3rdParty/boost/1.78.0/boost/accumulators/accumulators_fwd.hpp", "duplicate_line": 59, "correlation_key": "fp|f3659ffeb4a7921a0b967dad99748e2f2cdffecbd37bf064656d7206a490c242"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/accumulators/framework/accumulator_set.hpp"}, "region": {"startLine": 306}}}]}, {"ruleId": "AIC002", "level": "note", "message": {"text": "Source file name looks like an AI patch artifact"}, "properties": {"repobilityId": 30230, "scanner": "repobility-ai-code-hygiene", "fingerprint": "87c03dff50c9c3eb51d56de1ceceb8a74976ab2c987fd4ff95c3e280ef5c9816", "category": "quality", "severity": "low", "confidence": 0.62, "triageState": "open", "verdict": "needs_review", "isResolved": false, "reason": "Source filename contains a temporary or patch-style suffix.", "evidence": {"suffix": "copy", "rule_id": "AIC002", "scanner": "repobility-ai-code-hygiene", "references": ["https://arxiv.org/abs/2601.15195"], "correlation_key": "fp|87c03dff50c9c3eb51d56de1ceceb8a74976ab2c987fd4ff95c3e280ef5c9816"}}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "3rdParty/boost/1.78.0/boost/algorithm/cxx11/partition_copy.hpp"}, "region": {"startLine": 1}}}]}]}]}