{"$schema":"https://json.schemastore.org/sarif-2.1.0.json","version":"2.1.0","runs":[{"tool":{"driver":{"name":"codehealth","informationUri":"https://codehealth.canine.dev","rules":[{"id":"D1","name":"Cyclomatic Complexity","shortDescription":{"text":"Cyclomatic Complexity"},"helpUri":"https://codehealth.canine.dev/dimensions/D1"},{"id":"D2","name":"Cognitive Complexity","shortDescription":{"text":"Cognitive Complexity"},"helpUri":"https://codehealth.canine.dev/dimensions/D2"},{"id":"D3","name":"God Classes","shortDescription":{"text":"God Classes"},"helpUri":"https://codehealth.canine.dev/dimensions/D3"},{"id":"D4","name":"Code Duplication","shortDescription":{"text":"Code Duplication"},"helpUri":"https://codehealth.canine.dev/dimensions/D4"},{"id":"D7","name":"Architectural Integrity","shortDescription":{"text":"Architectural Integrity"},"helpUri":"https://codehealth.canine.dev/dimensions/D7"},{"id":"D13","name":"Secret Scanning","shortDescription":{"text":"Secret Scanning"},"helpUri":"https://codehealth.canine.dev/dimensions/D13","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D15","name":"Churn \u00D7 Complexity Hotspots","shortDescription":{"text":"Churn \u00D7 Complexity Hotspots"},"helpUri":"https://codehealth.canine.dev/dimensions/D15"},{"id":"D16","name":"Bus Factor","shortDescription":{"text":"Bus Factor"},"helpUri":"https://codehealth.canine.dev/dimensions/D16"},{"id":"D19","name":"Documentation Quality","shortDescription":{"text":"Documentation Quality"},"helpUri":"https://codehealth.canine.dev/dimensions/D19"},{"id":"D20","name":"ADR Quality","shortDescription":{"text":"ADR Quality"},"helpUri":"https://codehealth.canine.dev/dimensions/D20"},{"id":"D21","name":"Naming Consistency","shortDescription":{"text":"Naming Consistency"},"helpUri":"https://codehealth.canine.dev/dimensions/D21"},{"id":"D28","name":"Secrets (history)","shortDescription":{"text":"Secrets (history)"},"helpUri":"https://codehealth.canine.dev/dimensions/D28","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D29","name":"Static Analysis (SAST)","shortDescription":{"text":"Static Analysis (SAST)"},"helpUri":"https://codehealth.canine.dev/dimensions/D29","relationships":[{"target":{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-89","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-78","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-94","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-77","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-79","CWE-89","CWE-78","CWE-94","CWE-77"]}},{"id":"D34","name":"Knowledge Freshness","shortDescription":{"text":"Knowledge Freshness"},"helpUri":"https://codehealth.canine.dev/dimensions/D34"},{"id":"D35","name":"Change Coupling","shortDescription":{"text":"Change Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D35"},{"id":"D36","name":"Supply-chain Provenance \u0026 Signing","shortDescription":{"text":"Supply-chain Provenance \u0026 Signing"},"helpUri":"https://codehealth.canine.dev/dimensions/D36","relationships":[{"target":{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-494","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1357","CWE-494"]}},{"id":"D38","name":"OSV Dependency Vulnerabilities","shortDescription":{"text":"OSV Dependency Vulnerabilities"},"helpUri":"https://codehealth.canine.dev/dimensions/D38","relationships":[{"target":{"id":"CWE-1395","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-937","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1395","CWE-937"]}}]}},"results":[{"ruleId":"D2","level":"warning","message":{"text":"Runtime.ensure_planned_pod_node (cognitive 26): Runtime.ensure_planned_pod_node has cognitive complexity 26 (threshold 15). Drivers by points: if/else 17, match/switch 9 (nesting depth added 15). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/pod/runtime.ex"},"region":{"startLine":552}}}],"partialFingerprints":{"codehealthFindingId/v1":"7c3473e9f58b49c679f5701fe57adae506059d3d38625e2f0aea2303ee9c84f9"}},{"ruleId":"D2","level":"warning","message":{"text":"Runtime.ensure_planned_pod_node_locally (cognitive 26): Runtime.ensure_planned_pod_node_locally has cognitive complexity 26 (threshold 15). Drivers by points: if/else 17, match/switch 9 (nesting depth added 15). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/pod/runtime.ex"},"region":{"startLine":623}}}],"partialFingerprints":{"codehealthFindingId/v1":"a5267de5cf28ed162fa7037e7eee4e70267966ab64a9c9e1e023c5a4c60c14eb"}},{"ruleId":"D2","level":"warning","message":{"text":"Mutable.mutate (cognitive 20): Mutable.mutate has cognitive complexity 20 (threshold 15). Drivers by points: if/else 14, match/switch 6 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/pod/mutable.ex"},"region":{"startLine":20}}}],"partialFingerprints":{"codehealthFindingId/v1":"7424eefb8da46d9b59ed303fef4b876940064da535f1a77eef741741246571d1"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: jido/agent_server.ex: FileTooLong \u2014 2605 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/agent_server.ex"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"82c036423d64c2dcd316f85c43a0ea3f966f5af03ab1df1034814f126b4d7eaa"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: AgentServer: TooManyMethods \u2014 135 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/agent_server.ex"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"fc6351ab47e3d956f8bb68ba2f5c4acffe49d4e41dabbf62ee869fa79982fbcc"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: pod/runtime.ex: FileTooLong \u2014 1141 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/pod/runtime.ex"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"7146695fa0b5f1194adc81695576e55b438ec9a883bfd1fead39583b0df736d7"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: jido/agent.ex: FileTooLong \u2014 1136 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/agent.ex"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"f362370a170d5d8142f6b304828d7a0b67982af67c9fca04dc69c4df7ca596ae"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Runtime: TooManyMethods \u2014 63 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/pod/runtime.ex"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"be6c4edd020716107cd232cfccc1c98c8633da0deffdaa6b440bb6e95a38b78f"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: jido/error.ex: FileTooLong \u2014 711 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/error.ex"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"66b1e75b23882a08c06c49184aff41a1129978c9ec9dc49cd2f67bc442435c9e"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: agent/directive.ex: FileTooLong \u2014 669 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/agent/directive.ex"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"2b3516b22b88aa3478dd33b2565d276d1270bd15b780ca9377b654abd004b4db"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Error: TooManyMethods \u2014 38 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/error.ex"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"14a72745083a5e5474a73da1fdbcbb2b856959c935af65255321585248db2419"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Observe: TooManyMethods \u2014 37 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/observe.ex"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"07f6f17cfc6850bea05fc173f98f72444f5be5563dd17739fdee07cf130cbe93"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Config: TooManyMethods \u2014 37 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/observe/config.ex"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"490614e3a90956623968383726a933d8c6f530b296287d3bb9dcd39c9f4fd80a"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: jido/plugin.ex: FileTooLong \u2014 608 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/plugin.ex"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"22b11fde9c180efb3be943ed3163f2b3e273bb88e35ba4aa7827af575cbda46a"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: jido/telemetry.ex: FileTooLong \u2014 599 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/telemetry.ex"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"5961fec8d4ac68372bc1f5a70b30254c582934678295e72c5bf5c3c55295fa3d"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Jido: TooManyMethods \u2014 35 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido.ex"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"97eea8e8903edd42b5625208d309500c7951ef613fc1a456ef93665e8478ad3b"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Persist: TooManyMethods \u2014 34 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/persist.ex"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"248322d29e140d380eefd0570adc767b41c1344739c0b4743b39da1198bcf64b"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: jido/observe.ex: FileTooLong \u2014 553 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/observe.ex"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"db16cd5e9dbedaebf48c5fdac0601b1d8a471863487689970d21298149ded728"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: lib/jido.ex: FileTooLong \u2014 545 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido.ex"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"ac9ffe1268cd570ce354420c4da4ea12905492c2f01628542157c09e9ecadad7"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Topology: TooManyMethods \u2014 32 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/pod/topology.ex"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"cedcd8cb18bd00d3518f845bba044899f53ab9910e82ad7b37f324d7a983c33f"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: File: TooManyMethods \u2014 32 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/storage/file.ex"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"7201b58fec9181f9a8b3f56cac332b52035581191e16f47ac81dba362c38777d"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Discovery: TooManyMethods \u2014 31 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/discovery.ex"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"887748b612a70a2911a6edf71f44d8067c1e7ac2fc4db69ad0442d681ade5b12"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (18 lines \u00D7 3): lib/jido/agent_server.ex:2378-2395 | lib/jido/agent_server.ex:2433-2450 | lib/jido/agent_server.ex:2498-2515 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/agent_server.ex"},"region":{"startLine":2378}}}],"partialFingerprints":{"codehealthFindingId/v1":"43804a365a397f2ee656f7210df870bf15d3062a824b7fdf96f9c95eb4adfe27"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): lib/jido/pod/mutation/planner.ex:261-272 | lib/jido/pod/topology.ex:551-562 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/pod/mutation/planner.ex"},"region":{"startLine":261}}}],"partialFingerprints":{"codehealthFindingId/v1":"39e57ee990bc73567ab6bd16e0fb02057df03701cc18be71063940888c627206"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 3): lib/jido/agent_server.ex:1222-1232 | lib/jido/agent_server.ex:1280-1290 | lib/jido/agent_server.ex:1369-1379 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/agent_server.ex"},"region":{"startLine":1222}}}],"partialFingerprints":{"codehealthFindingId/v1":"6ed4cdbaf8238003576d7a119f84c84de8385b0d30fc49b5ba5a4131645f3bd2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): lib/jido/agent_server.ex:1880-1897 | lib/jido/agent_server.ex:1915-1925 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/agent_server.ex"},"region":{"startLine":1880}}}],"partialFingerprints":{"codehealthFindingId/v1":"ba6da4f69e5ff408dc8025ad0b8df0798af6e1c509212754ec187657ee326dcd"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): lib/jido/await.ex:188-198 | lib/jido/await.ex:262-272 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/await.ex"},"region":{"startLine":188}}}],"partialFingerprints":{"codehealthFindingId/v1":"5227d762582946ca04cab9241e97e21882c26102f2095fd788c971fe3ce8f3d8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): lib/jido/pod/runtime.ex:275-285 | lib/jido/pod/runtime.ex:327-337 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/pod/runtime.ex"},"region":{"startLine":275}}}],"partialFingerprints":{"codehealthFindingId/v1":"581dfeff83091b05e0eb796765ccb06ada338e16add8d2f54cbd5ebf274bd380"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): lib/jido/await.ex:224-232 | lib/jido/await.ex:295-303 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/await.ex"},"region":{"startLine":224}}}],"partialFingerprints":{"codehealthFindingId/v1":"7c9693e88a4a245eb7f2a804f68d29b062ff0c47f8bf74d1be1cf8ea777869b3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): lib/jido/pod/mutation/planner.ex:53-61 | lib/jido/pod/topology.ex:301-309 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/pod/mutation/planner.ex"},"region":{"startLine":53}}}],"partialFingerprints":{"codehealthFindingId/v1":"bd8969164207982ab482849d1b1c74fa1e1dbb916af8a3a788ca02e253f0101b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): lib/jido/pod/runtime.ex:536-544 | lib/jido/pod/runtime.ex:571-579 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/pod/runtime.ex"},"region":{"startLine":536}}}],"partialFingerprints":{"codehealthFindingId/v1":"512239b1680b317e722e4fff9c52a6ea9b698b8b15a549da9449b512d595f258"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): lib/jido/pod/runtime.ex:604-612 | lib/jido/pod/runtime.ex:643-651 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/pod/runtime.ex"},"region":{"startLine":604}}}],"partialFingerprints":{"codehealthFindingId/v1":"d0f282b24c1d4db635119a73a756e7e3f22a193ba7df32601886ff9ef00a5344"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): lib/jido/agent/strategy/fsm.ex:184-191 | lib/jido/agent/strategy/fsm.ex:290-297 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/agent/strategy/fsm.ex"},"region":{"startLine":184}}}],"partialFingerprints":{"codehealthFindingId/v1":"38ddbd243bda143a28e494984ed54e431f6363b193c44d375588ed7a4ae1d0f5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): lib/jido/pod/runtime.ex:377-384 | lib/jido/pod/runtime.ex:414-421 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/pod/runtime.ex"},"region":{"startLine":377}}}],"partialFingerprints":{"codehealthFindingId/v1":"3541a2314f67bda389fe653afb89ba363c50e30413e39f628af4f06fbc9e55a0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): lib/jido/pod/mutation/planner.ex:242-248 | lib/jido/pod/topology.ex:532-538 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/pod/mutation/planner.ex"},"region":{"startLine":242}}}],"partialFingerprints":{"codehealthFindingId/v1":"5729b6ae23a97006ebe00fddccb265a32574d2c080a04b7845a1eb64b0f8689f"}},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user #1: If anonymized user #1 becomes unavailable, 31 significant file(s) lose their only recent owner: lib/jido/agent_server.ex, lib/jido/pod/runtime.ex, lib/jido/agent/directive.ex, lib/jido/telemetry.ex, lib/jido/observe.ex, lib/jido/persist.ex, lib/jido/agent_server/state.ex, lib/jido/observe/config.ex (\u002B23 more). Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"8263737835e0b831a4d5adc4792863dc1c2d839ba31fb0d806e950fcad77fa65"}},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"d5b8f11381d61a58459ffc7c595fd52d09c03c711894a63a9578043d2338412b"},"taxa":[{"id":"CWE-829","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"b51a2f7dde20710a2b7e23d6f43643473bcc1d97e07f09b483d71b0f06980159"},"taxa":[{"id":"CWE-250","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: direct.ex \u2194 fsm.ex: \u0060lib/jido/agent/strategy/direct.ex\u0060 and \u0060lib/jido/agent/strategy/fsm.ex\u0060 change together 60% of the time (6 of the 10 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) with no explicit dependency between them. They sit in the same directory, but in this ecosystem each file is its own module \u2014 a sibling reference still needs an import \u2014 so the missing import edge is real: the coupling runs through shared behaviour, not a declared dependency. If they duplicate structure, extract the common part into one unit; otherwise the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/jido/agent/strategy/direct.ex"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"fd4b4dafe384c34eebcb555e7b94c3908f9770f1793a420348991f81c20d79f0"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: config.exs \u2194 mix.exs: \u0060config/config.exs\u0060 and \u0060mix.exs\u0060 change together 58% of the time (7 of the 12 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) with no explicit dependency \u2014 the edge is real but nothing declares it. Read the pair before acting: if one registers itself into the other through a hook or an initialiser, the missing dependency is DELIBERATE \u2014 the registration is the link, and it is meant not to be an import \u2014 and the thing to add is a comment on each side naming the other, not a merge; if they simply belong together, co-locate them; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"config/config.exs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"a983e46daa0dd6d9b31dca269dd8a26ed3f58a0fec280a4dcba0e2a4e9c80e44"}},{"ruleId":"D36","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"1b213f6eedd4b140d0bc37bdf1496f72811a643f34064f12518b32e9e83bcfc7"}},{"ruleId":"D36","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"0e17f71490e4d120a48b2b2881ab866c93b272bef2febb673a3e8e42b2c288ab"}},{"ruleId":"D36","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"eb00976a698a5d68999b7ee6d27206fd374e916853e7ff1ead5eed42386f043f"}},{"ruleId":"D36","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"90f83b4fa27db32740afe9540c905f3c0499caed87f61049a8a903ecc95b41c3"}},{"ruleId":"D38","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"3f5c47cd8c679054f8897b4facee7c38d348ee73f7b964a49b9b513e1ba87ef8"}}],"taxonomies":[{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d","organization":"MITRE","informationUri":"https://cwe.mitre.org/","isComprehensive":false,"shortDescription":{"text":"The MITRE Common Weakness Enumeration (CWE)."},"taxa":[{"id":"CWE-1357","guid":"e4d2e772-757e-0a5c-bd7d-77052949d866","name":"Reliance on Insufficiently Trustworthy Component","shortDescription":{"text":"Reliance on Insufficiently Trustworthy Component"},"helpUri":"https://cwe.mitre.org/data/definitions/1357.html"},{"id":"CWE-1395","guid":"800e09e7-c11a-8654-9fa6-86f398995fed","name":"Dependency on Vulnerable Third-Party Component","shortDescription":{"text":"Dependency on Vulnerable Third-Party Component"},"helpUri":"https://cwe.mitre.org/data/definitions/1395.html"},{"id":"CWE-250","guid":"52ee12e8-390a-7351-b1e6-388afa694e54","name":"CWE-250","shortDescription":{"text":"CWE-250"},"helpUri":"https://cwe.mitre.org/data/definitions/250.html"},{"id":"CWE-259","guid":"ae9ad959-fbb6-9d5e-892d-3dca66da0b69","name":"Use of Hard-coded Password","shortDescription":{"text":"Use of Hard-coded Password"},"helpUri":"https://cwe.mitre.org/data/definitions/259.html"},{"id":"CWE-494","guid":"b8a65e0d-e459-4a55-a931-fc1136482375","name":"Download of Code Without Integrity Check","shortDescription":{"text":"Download of Code Without Integrity Check"},"helpUri":"https://cwe.mitre.org/data/definitions/494.html"},{"id":"CWE-77","guid":"332c8ade-6612-9f56-a06b-d8d90b1a8750","name":"Command Injection","shortDescription":{"text":"Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/77.html"},{"id":"CWE-78","guid":"2e31ceaf-c7ae-2e5e-9661-cfb1362789cf","name":"OS Command Injection","shortDescription":{"text":"OS Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/78.html"},{"id":"CWE-79","guid":"fd45580b-e8c4-fc5e-8c2f-aa8fab0b4dbf","name":"Cross-site Scripting (XSS)","shortDescription":{"text":"Cross-site Scripting (XSS)"},"helpUri":"https://cwe.mitre.org/data/definitions/79.html"},{"id":"CWE-798","guid":"5e8f057d-fee3-995a-a0cb-9fc5b0d174d1","name":"Use of Hard-coded Credentials","shortDescription":{"text":"Use of Hard-coded Credentials"},"helpUri":"https://cwe.mitre.org/data/definitions/798.html"},{"id":"CWE-829","guid":"13c33925-97fb-5a5e-b40c-56d328b8a4d7","name":"CWE-829","shortDescription":{"text":"CWE-829"},"helpUri":"https://cwe.mitre.org/data/definitions/829.html"},{"id":"CWE-89","guid":"6d08fdad-37eb-c150-bbf0-d7d946863407","name":"SQL Injection","shortDescription":{"text":"SQL Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/89.html"},{"id":"CWE-937","guid":"16f316ae-415c-b354-a59b-1f7905f756e9","name":"Using Components with Known Vulnerabilities","shortDescription":{"text":"Using Components with Known Vulnerabilities"},"helpUri":"https://cwe.mitre.org/data/definitions/937.html"},{"id":"CWE-94","guid":"75e7f50c-6c2f-dd52-bf40-bf6c52b861fd","name":"Code Injection","shortDescription":{"text":"Code Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/94.html"}]}],"properties":{"codehealthPublication":{"public":true,"notice":"This is the PUBLIC form of this artifact. Findings are listed in full, but the details of SECURITY findings \u2014 which rule fired, in which file, on which line, and how to fix it \u2014 are deliberately withheld, and any secret-scanner results are excluded entirely. Where detail is absent here it was REMOVED FOR PUBLICATION; it is not missing from the analysis. The complete artifact is available from the repository owner.","securityFindingsRedacted":7,"secretScannerRunsExcluded":0}},"redactionTokens":["A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."]}]}