Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"julia",
"immutable"
],
"is_fork": false,
"size_kb": 292,
"has_wiki": true,
"homepage": null,
"languages": {
"Julia": 33848
},
"pushed_at": "2026-07-10T09:19:59Z",
"created_at": "2019-09-29T12:02:11Z",
"owner_type": "Organization",
"updated_at": "2026-07-10T09:19:10Z",
"description": "Primitives for construction of objects",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Julia",
"significant_languages": [
"Julia"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "JuliaObjects",
"company": null,
"location": null,
"followers": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/55947575?v=4",
"created_at": "2019-09-29T11:43:07Z",
"is_verified": null,
"public_repos": 3,
"account_age_days": 2492
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2025-06-10T12:55:33Z"
},
{
"tag": "v1.5.8",
"kind": "patch",
"published_at": "2024-09-03T09:43:27Z"
},
{
"tag": "v1.5.7",
"kind": "patch",
"published_at": "2024-08-19T04:57:36Z"
},
{
"tag": "v1.5.6",
"kind": "patch",
"published_at": "2024-07-22T11:04:53Z"
},
{
"tag": "v1.5.5",
"kind": "patch",
"published_at": "2024-03-19T07:24:14Z"
},
{
"tag": "v1.5.4",
"kind": "patch",
"published_at": "2023-09-08T17:18:09Z"
},
{
"tag": "v1.5.3",
"kind": "patch",
"published_at": "2023-07-17T19:53:02Z"
},
{
"tag": "v1.5.2",
"kind": "patch",
"published_at": "2023-05-05T17:12:08Z"
},
{
"tag": "v1.5.1",
"kind": "patch",
"published_at": "2023-02-24T14:56:40Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2023-02-23T13:56:20Z"
},
{
"tag": "v1.4.1",
"kind": "patch",
"published_at": "2022-08-22T11:21:10Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2021-06-20T07:07:00Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2021-05-08T02:43:38Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2021-05-07T03:15:24Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2019-11-13T01:48:03Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2019-10-08T15:44:27Z"
}
],
"recent_commits": [
{
"oid": "410096fe0c6700e56bc42a2ea9fd57fd129d107b",
"body": "`check_patch_field_exist`: remove SnoopCompile noise by explicitly specifying `Base.nothing`",
"is_bot": false,
"headline": "Merge pull request #107 from KristofferC/patch-1",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2026-07-10T09:17:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b752f679835e37c428b826ae57c9d776ea8c7c1",
"body": "…ecifying `Base.nothing`\n\nWithout this I get a bunch of noise with SnoopCompile of the form\r\n\r\n```\r\n, rebinding Core.Binding(:(ConstructionBase.nothing), #undef, #undef, #undef, 0x08) invalidated:\r\n mt_backedges: 1: signature ConstructionBase.nothing triggered MethodInstance for ConstructionBase.\n[…]\ntandardNonlinearProblem, Nothing, Nothing}, ::@NamedTuple{u0::Float64}) (0 children)\r\n```\r\n\r\nIt isn't clear to me if this is a problem in practice but it shouldn't be harmful and it reduces the noise.",
"is_bot": false,
"headline": "`check_patch_field_exist`: remove SnoopCompile noise by explicitly sp…",
"author_name": "Kristoffer Carlsson",
"author_login": "KristofferC",
"committed_at": "2026-07-08T20:17:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a4725b0e7d7a738fa68b125303bfa4c478b56bd1",
"body": "fix constructorof(Base.Fix1/2) on 1.12+",
"is_bot": false,
"headline": "Merge pull request #106 from aplavin/master",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2025-07-18T07:24:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31a1e6507610119fb361697376882ff5ec0e6d3e",
"body": null,
"is_bot": false,
"headline": "fix constructorof(Base.Fix1/2) on 1.12+",
"author_name": "Alexander Plavin",
"author_login": "aplavin",
"committed_at": "2025-07-17T17:17:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51da6157bc705212b39f29ad5e7c66168015fba5",
"body": "- bump version to 1.6 (General automerge doesn't allow changing Julia compat in patch versions)\r\n- remove [deps] as they were only needed on Julia 1.8 and below",
"is_bot": false,
"headline": "some chores",
"author_name": "Alexander Plavin",
"author_login": "aplavin",
"committed_at": "2025-06-10T12:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3f586e87417e212a131b832f7267422650438db",
"body": "* remove no-op UB from FunctionConstructor\n\n* fix\n\n* Update functions.jl\n\n---------\n\nCo-authored-by: Jameson Nash <vtjnash@gmail.com>",
"is_bot": false,
"headline": "remove UB from FunctionConstructor (#104)",
"author_name": "Neven Sajko",
"author_login": "nsajko",
"committed_at": "2025-06-09T17:13:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e5a5671252dd669db53bf9c5f9a7651dee37069",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Alexander Plavin",
"author_login": "aplavin",
"committed_at": "2025-06-08T23:19:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da88ba761d3c2b479e45e5f5cc229de41424171d",
"body": "* replace constructorof with something not UB\n\nIt is confusing that `constructorof` is documented as returning the constructor of `T`, which is normally defined to be `T`, and then typically does not return `T`, and so does not usually construct `T`. However, this PR is intended just to remove the u\n[…]\nhing for unsupported versions of Julia\n\n* remove pieces specific to old julia versions\n\n---------\n\nCo-authored-by: Jameson Nash <vtjnash@gmail.com>\nCo-authored-by: Alexander Plavin <alexander@plav.in>",
"is_bot": false,
"headline": "replace constructorof with something not UB (#102)",
"author_name": "Neven Sajko",
"author_login": "nsajko",
"committed_at": "2025-06-08T23:17:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b9876401a1c3c4e2ea854b3bdb7ecdbcd5e3cf38",
"body": "* update CI jobs\n* run only on master push\n* fix job name\n* fix Julia version",
"is_bot": false,
"headline": "update CI jobs (#101)",
"author_name": "Alexander Plavin",
"author_login": "aplavin",
"committed_at": "2025-03-15T14:49:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72bb19dad11695fd94de66c738db534f89b23878",
"body": "Make LinearAlgebra a weak dependency",
"is_bot": false,
"headline": "Merge pull request #95 from devmotion/dw/linalg",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2024-08-30T05:57:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11851f96e4b999f3cbac23b6a756a66f4febc919",
"body": null,
"is_bot": false,
"headline": "Make LinearAlgebra a weak dependency",
"author_name": "David Widmann",
"author_login": "devmotion",
"committed_at": "2024-08-29T23:10:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dbfa1a6f7a9574751c60e3ee91556935cb4999f",
"body": null,
"is_bot": false,
"headline": "improve setproperties() error message (#93)",
"author_name": "Alexander Plavin",
"author_login": "aplavin",
"committed_at": "2024-08-21T22:10:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f1e80ec356acd025f977a942165d8fec6953f7c",
"body": "add LinearAlgebraExt",
"is_bot": false,
"headline": "Merge pull request #86 from longemen3000/LinearAlgebraExt",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2024-08-21T12:51:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6947d65c3ebb884091a60dc4ed9d1618aab613d5",
"body": "…Base.jl into LinearAlgebraExt",
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/JuliaObjects/Construction…",
"author_name": "longemen3000",
"author_login": "longemen3000",
"committed_at": "2024-08-19T06:03:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71fb5a5198f41f3ef29a53c01940cf7cf6b233eb",
"body": "…th unions (#91)\n\n* Use more generated functions for setproperties/getproperties\r\n* Fix properties_are_fields\r\n* Avoid allocations on older Julia versions\r\n* Allow allocs for union types on older Julia versions\r\n* Adjust test bound\r\n* Annotate patch with NamedTuple\r\n* Attempt to remove method on ::T\n[…]\nrties` implementation\r\n* Encourage union splitting during `NamedTuple` creation.\r\n* Turn Tuple check into an additional method\r\n* Make check more concise\r\n* Bump version\r\n* Whoops, check was backwards",
"is_bot": false,
"headline": "Improve performance of `setproperties`/`getproperties` for structs wi…",
"author_name": "Cédric Belmant",
"author_login": "serenity4",
"committed_at": "2024-08-19T04:33:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "244b9e260b19252dab62a5c32f58b644d3b7068c",
"body": "Now works with regular functions and non-closure anonymous functions as well.",
"is_bot": false,
"headline": "support more functions in constructorof (#89)",
"author_name": "Alexander Plavin",
"author_login": "aplavin",
"committed_at": "2024-07-22T10:45:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7ee255db41cbcaa55f4e76dc1f5160e5ad50436",
"body": null,
"is_bot": false,
"headline": "use LinearAlgebra unconditionally",
"author_name": "longemen3000",
"author_login": "longemen3000",
"committed_at": "2024-07-16T23:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5332160c4923f02516a875546bc7ca36f9f1e28",
"body": null,
"is_bot": false,
"headline": "fix typo",
"author_name": "Alexander Plavin",
"author_login": "aplavin",
"committed_at": "2024-07-16T10:02:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc66f8c1cfe987850f2cfcdd8143164b22abe3b1",
"body": "…ly has no fields (#83)",
"is_bot": false,
"headline": "only test that `getfields` on an array produce no fields if it actual…",
"author_name": "Kristoffer Carlsson",
"author_login": "KristofferC",
"committed_at": "2024-07-16T09:57:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d953c654ef4b14ccc5ead56af0d11580b2a9177",
"body": null,
"is_bot": false,
"headline": "Update runtests.jl",
"author_name": "Andrés Riedemann",
"author_login": "longemen3000",
"committed_at": "2024-07-16T06:26:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2596c4b4a7134e0900cca93356df058d4ba78d02",
"body": "Co-authored-by: Jan Weidner <jw3126@gmail.com>",
"is_bot": false,
"headline": "Update test/runtests.jl",
"author_name": "Andrés Riedemann",
"author_login": "longemen3000",
"committed_at": "2024-07-16T06:23:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6988031e955e25f503f8ab1951958c41ae095736",
"body": null,
"is_bot": false,
"headline": "add conditional test on getfields([])",
"author_name": "longemen3000",
"author_login": "longemen3000",
"committed_at": "2024-07-16T05:04:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad3df5224e42393421f188d28260b993b0b4f012",
"body": null,
"is_bot": false,
"headline": "another typo in ext include",
"author_name": "longemen3000",
"author_login": "longemen3000",
"committed_at": "2024-07-16T04:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01e17398d766adb3099eef1fed08bbb7ece71721",
"body": null,
"is_bot": false,
"headline": "typo in extension include",
"author_name": "longemen3000",
"author_login": "longemen3000",
"committed_at": "2024-07-16T04:49:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c4a4929d2febfee1cfa11b04cad2d54568742d2",
"body": null,
"is_bot": false,
"headline": "add `<0.0.1` in compat, typo in ext",
"author_name": "longemen3000",
"author_login": "longemen3000",
"committed_at": "2024-07-16T04:31:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b4bf8f6c81d20c078e41059e0d905f44ea4460c",
"body": null,
"is_bot": false,
"headline": "move usage of LinearAlgebra into conditional loading",
"author_name": "longemen3000",
"author_login": "longemen3000",
"committed_at": "2024-07-16T04:25:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71425d916228c91ac5c87f7d313567180be47668",
"body": null,
"is_bot": false,
"headline": "add LinearAlgebraExt",
"author_name": "longemen3000",
"author_login": "longemen3000",
"committed_at": "2024-07-16T04:18:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0442058404c6480c7d9bb690f8429d75004a8eab",
"body": null,
"is_bot": false,
"headline": "use a tuple instead of Ref in broadcasts",
"author_name": "rafaqz",
"author_login": "rafaqz",
"committed_at": "2024-06-01T12:23:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10cf41395e58a67f322cd7d6d35649b7f589dbc5",
"body": "Use strict equality for comparing properties",
"is_bot": false,
"headline": "Merge pull request #82 from pepijndevos/patch-1",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2024-03-19T07:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53825d999af47c60e0a47a783843cfd36e13f9d3",
"body": "Co-authored-by: Frames White <oxinabox@ucc.asn.au>",
"is_bot": false,
"headline": "Update src/ConstructionBase.jl",
"author_name": "Pepijn de Vos",
"author_login": "pepijndevos",
"committed_at": "2024-03-18T20:05:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d35cb993b11d65cb46b15f9c46e6b7371c0c40e",
"body": null,
"is_bot": false,
"headline": "Version bump",
"author_name": "Pepijn de Vos",
"author_login": "pepijndevos",
"committed_at": "2024-03-18T15:52:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b25fef564b7ff7912cc646d0effe0489cd47936a",
"body": null,
"is_bot": false,
"headline": "add comment",
"author_name": "Pepijn de Vos",
"author_login": "pepijndevos",
"committed_at": "2024-03-18T14:26:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "172134f4d7e4f3c24d40d7eb4dc6d596a070b71a",
"body": "We found that for really large tuples the Julia compiler would give up on constfolding the comparison leading to a runtime check. Tuples of symbols are `===` so this change makes it easier for the compiler to inline.",
"is_bot": false,
"headline": "Use strict equality for comparing properties",
"author_name": "Pepijn de Vos",
"author_login": "pepijndevos",
"committed_at": "2024-03-18T14:09:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e3e773c7ee65a664fae6af11dd0ccdc5ef6478a",
"body": "Implementation of `setproperties` for `LinearAlgebra.Cholesky`",
"is_bot": false,
"headline": "Merge pull request #80 from torfjelde/torfjelde/cholesky",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2023-09-08T16:59:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6988051c466de3b9de26e7256cca5cf5ceffda3d",
"body": null,
"is_bot": false,
"headline": "fixed issues with dispatch",
"author_name": "Tor Erlend Fjelde",
"author_login": "torfjelde",
"committed_at": "2023-09-08T14:21:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc04c8040baab9dd58df911688fa87cc2cebf40b",
"body": "…jelde/cholesky",
"is_bot": false,
"headline": "Merge remote-tracking branch 'torfjelde/torfjelde/cholesky' into torf…",
"author_name": "Tor Erlend Fjelde",
"author_login": "torfjelde",
"committed_at": "2023-09-08T13:58:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b2e395c49903ce24a08ead01653d8695ad376ae",
"body": null,
"is_bot": false,
"headline": "remove broadcasted mul in Choeslky tests",
"author_name": "Tor Erlend Fjelde",
"author_login": "torfjelde",
"committed_at": "2023-09-08T12:39:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a27f7a629842e816368433b6962743f036dedf5",
"body": "Co-authored-by: David Widmann <devmotion@users.noreply.github.com>",
"is_bot": false,
"headline": "Apply suggestions from code review",
"author_name": "Tor Erlend Fjelde",
"author_login": "torfjelde",
"committed_at": "2023-09-08T09:25:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01a64479f8d31024e6cde35761e71c4f57459d86",
"body": null,
"is_bot": false,
"headline": "use data field instead of parent for `UL` update to `Cholesky`",
"author_name": "Tor Erlend Fjelde",
"author_login": "torfjelde",
"committed_at": "2023-09-08T08:46:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8caceec210ae5a50f9a5e025ed948e93072640ad",
"body": null,
"is_bot": false,
"headline": "removed permutedims and parent in favour of copy and transpose",
"author_name": "Tor Erlend Fjelde",
"author_login": "torfjelde",
"committed_at": "2023-09-08T08:40:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eeb51978b44f2469f7debb1a825eb7d74ef23b71",
"body": null,
"is_bot": false,
"headline": "bumped patch version",
"author_name": "Tor Erlend Fjelde",
"author_login": "torfjelde",
"committed_at": "2023-09-08T08:21:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7575d09a3d58854f63c1276605fbeedb4d958c2c",
"body": "and UpperTriangular",
"is_bot": false,
"headline": "restrict setproperties for Cholesky to only work with LowerTriangular",
"author_name": "Tor Erlend Fjelde",
"author_login": "torfjelde",
"committed_at": "2023-09-08T08:19:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f69cc971738fb6ebd125543f362e71f5939137f",
"body": null,
"is_bot": false,
"headline": "added tests for the type-result of Cholesky setproperty to",
"author_name": "Tor Erlend Fjelde",
"author_login": "torfjelde",
"committed_at": "2023-09-07T14:40:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b8db5639e901a637ba3c1438a47e850103e45a2",
"body": null,
"is_bot": false,
"headline": "unwrap patch in setproperties for `Cholesky` using `parent`",
"author_name": "Tor Erlend Fjelde",
"author_login": "torfjelde",
"committed_at": "2023-09-07T14:37:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdd89ae99625ff06a55b148424d538d180a7aaa2",
"body": null,
"is_bot": false,
"headline": "Update test/runtests.jl",
"author_name": "Tor Erlend Fjelde",
"author_login": "torfjelde",
"committed_at": "2023-09-07T08:20:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0d98ff3b5ad1ae20d244f917626705297eb07af",
"body": "Co-authored-by: David Widmann <devmotion@users.noreply.github.com>",
"is_bot": false,
"headline": "Update src/nonstandard.jl",
"author_name": "Tor Erlend Fjelde",
"author_login": "torfjelde",
"committed_at": "2023-09-06T13:16:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1084be1eabe07943e050e8937d1d4d01b5bd033a",
"body": "matching of strings",
"is_bot": false,
"headline": "reverted to more primitive test_throws as Julia 1.0 does not support",
"author_name": "Tor Erlend Fjelde",
"author_login": "torfjelde",
"committed_at": "2023-09-06T13:12:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a452270f90a7cc3fde31fcbf721cd02da6ad9674",
"body": "…vmotion",
"is_bot": false,
"headline": "improved error for setproperties of Cholesky as per suggestion of @de…",
"author_name": "Tor Erlend Fjelde",
"author_login": "torfjelde",
"committed_at": "2023-09-06T13:05:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b945ca54829e8a8f22944cda8f21b0ff388bc95",
"body": null,
"is_bot": false,
"headline": "made tests for Cholesky not pass if setproperties is no-op",
"author_name": "Tor Erlend Fjelde",
"author_login": "torfjelde",
"committed_at": "2023-09-06T12:41:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bffad90b4e284b88d977d9099df146257d530f58",
"body": null,
"is_bot": false,
"headline": "remove @generated function in favour of 4 seperate implementations",
"author_name": "Tor Erlend Fjelde",
"author_login": "torfjelde",
"committed_at": "2023-09-06T12:35:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed1d1fc0f50b4fc2bc782a2b12bf3175726bfa0e",
"body": null,
"is_bot": false,
"headline": "added impl of setproperties for Cholesky",
"author_name": "Tor Erlend Fjelde",
"author_login": "torfjelde",
"committed_at": "2023-09-06T12:29:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd24e541fd90ab54d2ee12ddd6ccd229be9a5f1e",
"body": null,
"is_bot": false,
"headline": "support non-tuple propertynames (#79)",
"author_name": "Alexander Plavin",
"author_login": "aplavin",
"committed_at": "2023-07-17T16:38:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39a5daff8302f1ed14612fa839f1a7257a9e0fb2",
"body": "Prefix parent package name to extension names",
"is_bot": false,
"headline": "Merge pull request #78 from ven-k/fix-ext-names",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2023-05-05T16:50:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d0498ff0fc5c0ff5434e96ed7aa6814c785789c",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 1.5.2",
"author_name": "Venkateshprasad",
"author_login": "ven-k",
"committed_at": "2023-05-05T13:59:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71b6c8cbc94308326844d1ee881a0b4b88784e6d",
"body": "- this prevents clash of extension names",
"is_bot": false,
"headline": "fix: prefix parent package name to extension names",
"author_name": "Venkateshprasad",
"author_login": "ven-k",
"committed_at": "2023-05-05T13:41:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad37774f38aa4608ebeaa7b9e0aa94f78bc6b46a",
"body": "Fixed simple typo.",
"is_bot": false,
"headline": "Merge pull request #52 from thomvet/master",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2023-04-24T18:43:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7afe9145520a020815c4993018c9bacaca16a9e1",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into master",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2023-04-24T18:43:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12132dd7a1d44c92e4f7c2131cdca15bc9846898",
"body": "Fix typo",
"is_bot": false,
"headline": "Merge pull request #77 from fingolfin/patch-1",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2023-04-24T18:28:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f0c664319ee31eeac3ecfdfcc9791eb22c4120d",
"body": null,
"is_bot": false,
"headline": "Fix typo",
"author_name": "Max Horn",
"author_login": "fingolfin",
"committed_at": "2023-04-24T18:14:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e161e74b6b0a37c069bb0e5262eb32492c365ad",
"body": null,
"is_bot": false,
"headline": "bump",
"author_name": "Alexander Plavin",
"author_login": "aplavin",
"committed_at": "2023-02-24T14:13:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19e8a6f7106fa879f479ff1ddfab12b977d657c0",
"body": "fix constructorof(Expr)",
"is_bot": false,
"headline": "Merge pull request #71 from aplavin/expr",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2023-02-23T14:05:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "852910cd854e22e6b990b2b6cc7b23fac2fa8408",
"body": "This reverts commit 375ae551680ffe640b6b89b741c4743ffe54f2ea.",
"is_bot": false,
"headline": "Revert \"bump\"",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2023-02-23T13:30:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83d75cee7cf75fc698327711a13238ceb62efb79",
"body": "fix #72",
"is_bot": false,
"headline": "Merge pull request #75 from aplavin/fix72",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2023-02-23T12:29:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f08dd3c4f28c4b0cdc22cf95723fd5e2721d389",
"body": null,
"is_bot": false,
"headline": "remove 1.9-nightly CI",
"author_name": "Alexander Plavin",
"author_login": "aplavin",
"committed_at": "2023-02-23T11:15:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "375ae551680ffe640b6b89b741c4743ffe54f2ea",
"body": null,
"is_bot": false,
"headline": "bump",
"author_name": "Alexander Plavin",
"author_login": "aplavin",
"committed_at": "2023-02-23T11:14:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "376bffb570023c71bfb462f1d2062fa8eeb0729f",
"body": null,
"is_bot": false,
"headline": "simplify",
"author_name": "Alexander Plavin",
"author_login": "aplavin",
"committed_at": "2023-02-23T11:14:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "871a395f66d4aaf6292cef395764cc789195970d",
"body": null,
"is_bot": false,
"headline": "fix #72",
"author_name": "Alexander Plavin",
"author_login": "aplavin",
"committed_at": "2023-02-23T10:43:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16e8066d06953503a80ce0553bda98ea7b34d48f",
"body": null,
"is_bot": false,
"headline": "fix type-stability on old Julias",
"author_name": "Alexander Plavin",
"author_login": "aplavin",
"committed_at": "2023-02-17T09:36:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d661f8f3577f1ab66458533283e622afb8b6436",
"body": "add intervalsets and staticarrays support",
"is_bot": false,
"headline": "Merge pull request #69 from aplavin/master",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2023-02-17T09:11:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7034413b0e8cd662139df4496ea819c38459fdd",
"body": "support numeric propertynames",
"is_bot": false,
"headline": "Merge pull request #70 from aplavin/np",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2023-02-17T09:11:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25fc0c6911945961b784a5c373b94ce3ebcb2aaf",
"body": null,
"is_bot": false,
"headline": "fix constructorof(Expr)",
"author_name": "Alexander Plavin",
"author_login": "aplavin",
"committed_at": "2023-02-10T16:33:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33bf7b9d2af8f9ef29e4f4dc69cbb27b6401aac7",
"body": null,
"is_bot": false,
"headline": "fix test",
"author_name": "Alexander Plavin",
"author_login": "aplavin",
"committed_at": "2023-01-26T23:23:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c0b885347fd98e10c88f7e3eb5ceb02ebd0338c",
"body": null,
"is_bot": false,
"headline": "support numeric propertynames",
"author_name": "Alexander Plavin",
"author_login": "aplavin",
"committed_at": "2023-01-26T23:12:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d04874f6b56b28e3f7aa973d0b12ea151a4640a",
"body": null,
"is_bot": false,
"headline": "add @inferred",
"author_name": "Alexander Plavin",
"author_login": "aplavin",
"committed_at": "2023-01-26T23:10:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e1d7d16467b499de8f667ac269cf8167e13dce1",
"body": null,
"is_bot": false,
"headline": "better exception",
"author_name": "Alexander Plavin",
"author_login": "aplavin",
"committed_at": "2023-01-26T23:10:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c69d23fbedd5c98788e7e644acf47b7a4b55765",
"body": null,
"is_bot": false,
"headline": "support named properties of staticvectors",
"author_name": "Alexander Plavin",
"author_login": "aplavin",
"committed_at": "2023-01-26T23:10:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65dcf63f9c57e45d5199caa130ae599236873a9f",
"body": null,
"is_bot": false,
"headline": "add intervalsets and staticarrays support",
"author_name": "Alexander Plavin",
"author_login": "aplavin",
"committed_at": "2022-12-20T21:30:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a756095dd0fbf5941a20bfbe7a024c2a1f9e39e7",
"body": "This is based on https://github.com/julia-actions/julia-invalidations. Adding such checks came up in https://discourse.julialang.org/t/potential-performance-regressions-in-julia-1-8-for-special-un-precompiled-type-dispatches-and-how-to-fix-them/86359. I suggest to add this check here since this package is widely used as a dependency.\n\nSee also SciML/MuladdMacro.jl#26 and SciML/MuladdMacro.jl#29",
"is_bot": false,
"headline": "Add Invalidations.yml",
"author_name": "Hendrik Ranocha",
"author_login": "ranocha",
"committed_at": "2022-09-01T12:45:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40800e17ef953c5cccaeef2d1d651346cacc5014",
"body": "Fix worldage issue #64",
"is_bot": false,
"headline": "Merge pull request #66 from JuliaObjects/hint",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2022-08-22T11:04:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c1b2d06636d309d9e3668355ae4e84a3cff1e43",
"body": null,
"is_bot": false,
"headline": "v1.4.1",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2022-08-22T09:39:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8eecb3334189586e1234e951b62cb73d26e503da",
"body": null,
"is_bot": false,
"headline": "fix worldage issue (#64)",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2022-08-22T09:24:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ca3d7dfdf1266271cde24f809f974faf26a9ff3",
"body": "allow manual trigger of documenter action",
"is_bot": false,
"headline": "Merge pull request #65 from JuliaObjects/doc",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2022-08-16T06:05:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e2deff3c4b84ae3f22753df853ff5d188b52142",
"body": null,
"is_bot": false,
"headline": "allow manual trigger of documenter action",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2022-08-15T20:52:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a268e005efd272ddaf5a821b6fc01f28d02ec5ad",
"body": "implement and document getfields",
"is_bot": false,
"headline": "Merge pull request #54 from JuliaObjects/fieldvalues",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2022-07-04T07:56:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd06f8c1863d1f90faa1ba2770c386ca1058e061",
"body": null,
"is_bot": false,
"headline": "remove codecov",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2022-07-01T15:27:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7825e81ca124af7d3098dcb45635c878c63dad61",
"body": null,
"is_bot": false,
"headline": "probe ci",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2022-07-01T15:15:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e712a316d53cb3a08d0ba47161dab56891231872",
"body": null,
"is_bot": false,
"headline": "probe ci",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2022-07-01T15:03:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fe9b781f5e50687da70dbe3f9024699067aa9b5",
"body": null,
"is_bot": false,
"headline": "probe ci",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2022-07-01T14:56:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf80a504c59787753d98b3a96dfbcfa87018a1c8",
"body": null,
"is_bot": false,
"headline": "probe ci",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2022-07-01T14:40:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27de07fc164d38aeabe4cf6d37d8f1d8299247d3",
"body": null,
"is_bot": false,
"headline": "fix",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2022-07-01T14:33:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d1f5c14cc274f0408cc235f529a9b684dae48a1",
"body": null,
"is_bot": false,
"headline": "check for propertynames overload in setproperties",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2022-07-01T14:12:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96807ee21a1396c8e77238ae02efca71be21f83b",
"body": null,
"is_bot": false,
"headline": "v1.4.0",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2022-07-01T10:29:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b1222f6581111b7dd5f104c750c4bc1b8e0932b",
"body": null,
"is_bot": false,
"headline": "clarify semantic vs raw in the docs",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2022-06-30T14:06:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b3ed8f7967571b5f72b3485189e266a2dc3618e",
"body": null,
"is_bot": false,
"headline": "make CI fail fast",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2022-06-28T18:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cc0f98c1152ccd562a274da0ebdee305a6abe3b",
"body": null,
"is_bot": false,
"headline": "less @generated",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2022-06-28T18:51:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aed4cf38178b109f2250f06aeb44640842c7735e",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into fieldvalues",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2022-06-28T18:46:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "518a6b8ad817dd2270b4e09c03e06a66e046c5c2",
"body": "less generated for NamedTupleConstructor",
"is_bot": false,
"headline": "Merge pull request #63 from JuliaObjects/less_generated",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2022-06-28T14:42:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa460765100a6cc376750df9eac8393fd672213a",
"body": null,
"is_bot": false,
"headline": "fix setproperties(obj, ::NTuple{N,Any})",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2022-06-28T10:22:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12234d433ea78fd56cccdcc96d441468fe1e5b80",
"body": null,
"is_bot": false,
"headline": "less generated for NamedTupleConstructor",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2022-06-28T09:59:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fa5044d27f98d7e247c937ffd871240a8d6adac",
"body": "use properties, not fields",
"is_bot": false,
"headline": "Merge pull request #60 from aplavin/master",
"author_name": "Jan Weidner",
"author_login": "jw3126",
"committed_at": "2022-06-28T09:15:36Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 16,
"commits_last_year": 2,
"latest_release_at": "2025-06-10T12:55:33Z",
"latest_release_tag": "v1.6.0",
"releases_from_tags": false,
"days_since_last_push": 16,
"active_weeks_last_year": 1,
"days_since_latest_release": 411,
"mean_days_between_releases": 93.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 21,
"stars": 49,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2019-09-30",
"count": 2
},
{
"date": "2019-10-13",
"count": 1
},
{
"date": "2020-11-30",
"count": 1
},
{
"date": "2021-03-22",
"count": 1
},
{
"date": "2021-12-09",
"count": 1
},
{
"date": "2022-04-28",
"count": 1
},
{
"date": "2022-12-16",
"count": 1
},
{
"date": "2023-02-23",
"count": 1
},
{
"date": "2023-03-07",
"count": 1
},
{
"date": "2023-04-24",
"count": 1
},
{
"date": "2023-05-05",
"count": 1
},
{
"date": "2023-09-06",
"count": 1
},
{
"date": "2023-10-22",
"count": 1
},
{
"date": "2024-03-06",
"count": 1
},
{
"date": "2024-03-18",
"count": 1
},
{
"date": "2024-04-17",
"count": 1
},
{
"date": "2024-07-16",
"count": 1
},
{
"date": "2024-07-27",
"count": 1
},
{
"date": "2024-08-29",
"count": 1
},
{
"date": "2025-03-14",
"count": 1
}
],
"complete": true,
"collected": 21,
"total_forks": 21
},
"star_history": null,
"open_issues_and_prs": 9
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 59,
"open_issues": 9,
"closed_ratio": 0.727,
"closed_issues": 24,
"closed_unmerged_prs": 15
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "jw3126",
"commits": 95,
"avatar_url": "https://avatars.githubusercontent.com/u/7261506?v=4"
},
{
"type": "User",
"login": "tkf",
"commits": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/29282?v=4"
},
{
"type": "User",
"login": "aplavin",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/687995?v=4"
},
{
"type": "User",
"login": "rafaqz",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/2534009?v=4"
},
{
"type": "User",
"login": "torfjelde",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/11074788?v=4"
},
{
"type": "User",
"login": "longemen3000",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/38795484?v=4"
},
{
"type": "User",
"login": "pepijndevos",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/168609?v=4"
},
{
"type": "User",
"login": "KristofferC",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1282691?v=4"
},
{
"type": "User",
"login": "nsajko",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/4944410?v=4"
},
{
"type": "User",
"login": "ven-k",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/32921645?v=4"
}
],
"contributors_sampled": 16,
"top_contributor_share": 0.459
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"CI.yml",
"Documenter.yml",
"Downstream.yml",
"Invalidations.yml",
"RunTestsNoIncrementalPrecompile.yml",
"TagBot.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 1,
"reason": "2 out of 14 merged PRs checked by a CI test -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 7,
"reason": "Found 12/16 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 20 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "internal error: internal error: invalid GitHub workflow:\n:2:2: could not parse as YAML: did not find expected key [syntax-check]",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "internal error: internal error: invalid GitHub workflow:\n:2:2: could not parse as YAML: did not find expected key [syntax-check]",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "internal error: internal error: invalid GitHub workflow:\n:2:2: could not parse as YAML: did not find expected key [syntax-check]",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": null,
"reason": "internal error: internal error: invalid GitHub workflow:\n:2:2: could not parse as YAML: did not find expected key [syntax-check]",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "internal error: internal error: invalid GitHub workflow:\n:2:2: could not parse as YAML: did not find expected key [syntax-check]",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "410096fe0c6700e56bc42a2ea9fd57fd129d107b",
"ran_at": "2026-07-26T22:52:43Z",
"aggregate_score": 4.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-10T09:19:48Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-10T09:17:01Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 6,
"created_at": "2019-09-30T18:39:25Z",
"last_comment_at": "2019-11-11T13:17:38Z",
"last_comment_author": "jw3126"
},
{
"number": 21,
"created_at": "2019-10-05T00:16:24Z",
"last_comment_at": "2020-01-06T22:00:25Z",
"last_comment_author": "tkf"
},
{
"number": 29,
"created_at": "2020-01-29T21:49:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 57,
"created_at": "2022-05-10T09:18:58Z",
"last_comment_at": "2022-05-10T13:24:06Z",
"last_comment_author": "jw3126"
},
{
"number": 58,
"created_at": "2022-05-31T18:11:22Z",
"last_comment_at": "2022-05-31T22:14:55Z",
"last_comment_author": "jw3126"
},
{
"number": 68,
"created_at": "2022-09-02T12:44:35Z",
"last_comment_at": "2022-09-05T13:45:02Z",
"last_comment_author": "piever"
},
{
"number": 87,
"created_at": "2024-07-16T05:16:08Z",
"last_comment_at": "2024-07-16T10:08:44Z",
"last_comment_author": "rafaqz"
},
{
"number": 88,
"created_at": "2024-07-16T16:20:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 94,
"created_at": "2024-08-27T17:44:02Z",
"last_comment_at": "2024-08-28T10:14:25Z",
"last_comment_author": "rafaqz"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/JuliaObjects/ConstructionBase.jl",
"host": "github.com",
"name": "ConstructionBase.jl",
"owner": "JuliaObjects"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"security": 46,
"vitality": 45,
"community": 45,
"governance": 63,
"engineering": 64
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 45,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"commits_last_year": 2,
"human_commit_share": 1,
"days_since_last_push": 16,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 16 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 16
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "2 commits in the last year",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 2
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"releases_count": 16,
"latest_release_tag": "v1.6.0",
"releases_from_tags": false,
"days_since_latest_release": 411,
"mean_days_between_releases": 93.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "16 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 16
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 411 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 411
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~93.1 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 93.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 16,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 16 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 16
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 45,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"forks": 21,
"stars": 49,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "49 stars",
"points": 27.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 49
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "21 forks",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 21
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 63,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 16,
"top_contributor_share": 0.459
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 46% of commits",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 46
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "16 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 16
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 20 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"merged_prs": 59,
"open_issues": 9,
"closed_issues": 24,
"issue_closed_ratio": 0.727,
"closed_unmerged_prs": 15
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "73% of issues closed",
"points": 34,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 73
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "59/74 decided PRs merged",
"points": 30.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 59,
"decided": 74
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 12/16 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"followers": 6,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "JuliaObjects",
"public_repos": 3,
"account_age_days": 2492
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "6 followers of JuliaObjects",
"points": 6.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 6,
"login": "JuliaObjects"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "3 public repos, account ~6 yr old",
"points": 16.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 3
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 64,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "6 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 6
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 14 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"julia",
"immutable"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "2 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 2
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 46,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Dangerous-Workflow, Packaging, Pinned-Dependencies, SAST, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"sast",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 46,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 11,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 7,
"scorecard_aggregate": 4.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 14 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 12/16 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 20 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "internal error: internal error: invalid GitHub workflow:\n:2:2: could not parse as YAML: did not find expected key [syntax-check]",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "internal error: internal error: invalid GitHub workflow:\n:2:2: could not parse as YAML: did not find expected key [syntax-check]",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "internal error: internal error: invalid GitHub workflow:\n:2:2: could not parse as YAML: did not find expected key [syntax-check]",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "internal error: internal error: invalid GitHub workflow:\n:2:2: could not parse as YAML: did not find expected key [syntax-check]",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "internal error: internal error: invalid GitHub workflow:\n:2:2: could not parse as YAML: did not find expected key [syntax-check]",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 13
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "critical",
"name": "AI Readiness",
"value": 18,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.33,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "33 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 17.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 33,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "internal error: internal error: invalid GitHub workflow:\n:2:2: could not parse as YAML: did not find expected key [syntax-check]",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "critical",
"name": "Code legibility for models",
"note": "Excluded from scoring (no data or not applicable): Manageable file sizes. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"manageable_file_sizes"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"primary_language": "Julia",
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Julia without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Julia"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "no source files detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_source_files",
"params": {}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-26T22:53:04.155424Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/JuliaObjects/ConstructionBase.jl.svg",
"full_name": "JuliaObjects/ConstructionBase.jl",
"license_state": "standard",
"license_spdx": "MIT"
}