Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 46,
"has_wiki": true,
"homepage": null,
"languages": {
"Julia": 21778
},
"pushed_at": "2026-06-22T16:35:51Z",
"created_at": "2022-06-02T16:12:09Z",
"owner_type": "Organization",
"updated_at": "2026-06-22T16:35:50Z",
"description": "Interface package for StaticArrays.jl",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Julia",
"significant_languages": [
"Julia"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "JuliaArrays",
"company": null,
"location": null,
"followers": 92,
"avatar_url": "https://avatars.githubusercontent.com/u/21312771?v=4",
"created_at": "2016-08-29T14:36:10Z",
"is_verified": null,
"public_repos": 50,
"account_age_days": 3618
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.4.4",
"kind": "patch",
"published_at": "2025-10-22T16:21:22Z"
},
{
"tag": "v1.4.3",
"kind": "patch",
"published_at": "2024-06-07T12:55:25Z"
},
{
"tag": "v1.4.2",
"kind": "patch",
"published_at": "2023-07-17T09:26:52Z"
},
{
"tag": "v1.4.1",
"kind": "patch",
"published_at": "2023-07-12T11:06:08Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2022-09-21T19:38:38Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2022-08-23T13:04:01Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2022-08-22T14:13:14Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2022-08-15T10:41:03Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2022-06-27T16:23:25Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2022-06-10T15:30:56Z"
}
],
"recent_commits": [
{
"oid": "e1d176ac6a409911f111f6bf0662072e1afc13c8",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v6...v7)\n\n---\nupdated-dependenc\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 6 to 7 (#39)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T16:35:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4d18ff36a4cd6a120ff27fd6aeacf0f169a4a96b",
"body": "Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 2 to 3.\n- [Release notes](https://github.com/julia-actions/setup-julia/releases)\n- [Commits](https://github.com/julia-actions/setup-julia/compare/v2...v3)\n\n---\nupdated-dependencies:\n- dependency-name: julia-actions/\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump julia-actions/setup-julia from 2 to 3 (#38)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-20T10:56:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "42620a366277021ca88f7f0ac51b781b59adbf97",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v5...v6)\n\n---\nupdated-dependenc\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 5 to 6 (#35)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-25T08:14:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "91effb899a4bb58af38b770a3ce54ef27dbb4969",
"body": "* Make `DimensionMismatch` error string lazy\n\nThis appeases `JET.jl` and makes this path testable for trimming with JuliaC.jl.\n\n* Bump version\n\n* Fixup lazy string for older Julia versions\n\nThis is fine since trimmability is anyways only a concern for later\nversions of Julia.\n\n* Update src/StaticArraysCore.jl\n\n---------\n\nCo-authored-by: Mateusz Baran <mateuszbaran89@gmail.com>",
"is_bot": false,
"headline": "Make `DimensionMismatch` error string lazy (#34)",
"author_name": "RomeoV",
"author_login": "RomeoV",
"committed_at": "2025-10-22T12:26:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2971e55c4160fc22fcf24fe55fcd329ab0e88d6",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v5)\n\n---\nupdated-dependenc\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 4 to 5 (#33)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-19T12:32:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fbf024442d1109f90fc5f49da0599e8981e5f15d",
"body": "unintialized -> uninitialized",
"is_bot": false,
"headline": "chore: update StaticArraysCore.jl (#32)",
"author_name": "Ikko Eltociear Ashimine",
"author_login": "eltociear",
"committed_at": "2025-04-14T09:08:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aabc151f9bbd21e7a401947750244d096b24af9",
"body": "Use require_one_based_indexing from Base",
"is_bot": false,
"headline": "Merge pull request #31 from JuliaArrays/jishnub/reqindexing",
"author_name": "Jishnu Bhattacharya",
"author_login": "jishnub",
"committed_at": "2024-08-01T16:40:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31765bdcc87ada34287b2ee5828fa6fb6d3a720f",
"body": null,
"is_bot": false,
"headline": "Use require_one_based_indexing from Base",
"author_name": "Jishnu Bhattacharya",
"author_login": "jishnub",
"committed_at": "2024-08-01T12:14:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ce7b62f40dda5764d723fe845a88e30fab91148",
"body": null,
"is_bot": false,
"headline": "Fix comparison of invalidation counts (#30)",
"author_name": "Mateusz Baran",
"author_login": "mateuszbaran",
"committed_at": "2024-07-15T09:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2f6d4cd1e9755923eadf66f84f775b44d1b2721",
"body": "* Update headers and code examples in docstrings\r\n\r\n`abstract type` instead of `abstract` for Documenter,\r\nand fence in code blocks instead of 4-indent\r\n\r\n* Add links to See also section\r\n\r\n* Use multiplication sign in place of x\r\n\r\n* Add example of custom type output\r\n\r\nDemonstrate difference between transposed constructors\r\n\r\n* Add doctest\r\n\r\nDoctests used in StaticArrays.jl docs/make.jl site builder",
"is_bot": false,
"headline": "Documentation fixes (#29)",
"author_name": "abhro",
"author_login": "abhro",
"committed_at": "2024-07-01T08:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec3ce1c4b51e7b3f14bb81046ed1df45eab75cab",
"body": "* Make empty Size() type stable\r\n\r\n* Bump version",
"is_bot": false,
"headline": "Make empty `Size()` type stable (#28)",
"author_name": "Juan Ignacio Polanco",
"author_login": "jipolanco",
"committed_at": "2024-06-07T06:42:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e85e646d101d3cd33920a11c8183f460767dd7fc",
"body": "* provide docs for `SizedVector` and `SizedMatrix`\n\nThese are exported, so they should have some docs. This gives\na brief explaination of the alias and refers the user to\nthe docs in `SizedArray`.\n\n* Update src/StaticArraysCore.jl\n\nCo-authored-by: Mateusz Baran <mateuszbaran89@gmail.com>\n\n* Update src/StaticArraysCore.jl\n\nCo-authored-by: Mateusz Baran <mateuszbaran89@gmail.com>\n\n---------\n\nCo-authored-by: Mateusz Baran <mateuszbaran89@gmail.com>",
"is_bot": false,
"headline": "provide docs for `SizedVector` and `SizedMatrix` (#27)",
"author_name": "Steve Kelly",
"author_login": "sjkelly",
"committed_at": "2024-04-18T00:58:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c39daee3de17f3ace0d2f785d3f3ef3bb4f849dc",
"body": "Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1 to 2.\r\n- [Release notes](https://github.com/julia-actions/setup-julia/releases)\r\n- [Commits](https://github.com/julia-actions/setup-julia/compare/v1...v2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: julia-ac\n[…]\n:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump julia-actions/setup-julia from 1 to 2 (#26)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-08T11:57:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cc7d8fbb898c532d56678ce9904565df2d03444b",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.\r\n- [Release notes](https://github.com/actions/checkout/releases)\r\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/actions/checkout/compare/v3...v4)\r\n\r\n---\r\nupdated-dep\n[…]\n:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 3 to 4 (#23)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-09-11T10:45:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7f4097a04347baae051e9f70f99ec092035f3f13",
"body": "…#22)\n\nBumped patch version to 1.4.2.\r\n\r\nThe new method definitions make `Base.@pure` annotations for these\r\nmethods unnecessary.\r\n\r\nInference tested with Julia v1.9.2, the latest release; both with and\r\nwithout `--check-bounds=yes`.\r\n\r\nThe script for testing inference is appended. `:consistent` (`+\n[…]\nnfer_effects(f, (Type{T},)))\r\n end\r\n\r\n nothing\r\nend\r\n\r\nfunction test_func()\r\n for f ∈ test_functions\r\n println(f, \":\")\r\n test_func(f)\r\n println()\r\n end\r\n nothing\r\nend\r\n\r\ntest_func()\r\n```",
"is_bot": false,
"headline": "improve implementations of the `tuple_` functions, removing `@pure` (…",
"author_name": "Neven Sajko",
"author_login": "nsajko",
"committed_at": "2023-07-17T08:19:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b040cc3ee82f7b82c72534ac5033eee6f76c733b",
"body": "* fix return type inference failure for `Size`\r\n\r\nThe `ntuple` function has a method that takes a `Val` argument instead\r\nof an `Integer` as the second parameter. Using it helps Julia with type\r\ninference in some cases, in particular when the value of the argument\r\nis known when the code is being co\n[…]\nts@chrisrackauckas.com>\r\n\r\n* bump patch version to 1.4.1\r\n\r\n---------\r\n\r\nCo-authored-by: Mateusz Baran <mateuszbaran89@gmail.com>\r\nCo-authored-by: Christopher Rackauckas <accounts@chrisrackauckas.com>",
"is_bot": false,
"headline": "fix return type inference failure for `Size` (#21)",
"author_name": "Neven Sajko",
"author_login": "nsajko",
"committed_at": "2023-07-12T10:28:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "275f63c8bbe3078a48424e38e4e05c4cb2197209",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 3.\r\n- [Release notes](https://github.com/actions/checkout/releases)\r\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/actions/checkout/compare/v1...v3)\r\n\r\n---\r\nupdated-dep\n[…]\n:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 1 to 3 (#19)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-14T09:30:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b76b42edaa5cfec054e7193e1b8944a7146385d4",
"body": null,
"is_bot": false,
"headline": "enable dependabot for GitHub actions (#18)",
"author_name": "Hendrik Ranocha",
"author_login": "ranocha",
"committed_at": "2023-03-14T08:34:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33f4dada9a6e19dddc4eb0d65807d4185f4ed9a0",
"body": "* Move `Size` from StaticArrays.jl\r\n\r\n* one more test\r\n\r\n* export Size",
"is_bot": false,
"headline": "Move `Size` from StaticArrays.jl (#13)",
"author_name": "Mateusz Baran",
"author_login": "mateuszbaran",
"committed_at": "2022-09-21T16:58:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3024fe6c53a194496f13aa7d8624c606f41898d7",
"body": "Add Invalidations.yml [ci skip] [skip tests]",
"is_bot": false,
"headline": "Merge pull request #9 from ranocha/patch-1",
"author_name": "Mateusz Baran",
"author_login": "mateuszbaran",
"committed_at": "2022-09-02T09:08:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2963e07eb2faf3bbdbdaceac63dc895e468df1a5",
"body": "\r\n\r\nThis 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.\r\n\r\nSee also SciML/MuladdMacro.jl#26 and SciML/MuladdMacro.jl#29",
"is_bot": false,
"headline": "Add Invalidations.yml [ci skip] [skip tests]",
"author_name": "Hendrik Ranocha",
"author_login": "ranocha",
"committed_at": "2022-09-01T05:48:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8a087f9b942441dce299dc049da7cc21327befb",
"body": "Add similar_type",
"is_bot": false,
"headline": "Merge pull request #5 from JuliaArrays/mbaran/similar_type_move",
"author_name": "Mateusz Baran",
"author_login": "mateuszbaran",
"committed_at": "2022-08-23T11:41:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daeaa836224f4d91dc1fa858de22071a70256dae",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into mbaran/similar_type_move",
"author_name": "Mateusz Baran",
"author_login": "mateuszbaran",
"committed_at": "2022-08-23T11:15:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b4e390dc69de9d06fa35b4c4dc4edc3deae396e",
"body": "Move `StaticArrayStyle` here.",
"is_bot": false,
"headline": "Merge pull request #8 from N5N3/extendable_bc",
"author_name": "Mateusz Baran",
"author_login": "mateuszbaran",
"committed_at": "2022-08-22T11:22:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fd3332ef1ed44426ea9bfcd1efebe1690881031",
"body": "Co-authored-by: Mateusz Baran <mateuszbaran89@gmail.com>",
"is_bot": false,
"headline": "bump minor version",
"author_name": "N5N3",
"author_login": "N5N3",
"committed_at": "2022-08-22T10:58:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14c17d9531351128ce9a2212bc33be77a8efec1a",
"body": null,
"is_bot": false,
"headline": "bump",
"author_name": "N5N3",
"author_login": "N5N3",
"committed_at": "2022-08-22T10:00:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fcf984461e91c9a7fcded298d1848d3446534c4",
"body": null,
"is_bot": false,
"headline": "add test.",
"author_name": "N5N3",
"author_login": "N5N3",
"committed_at": "2022-08-22T09:59:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19952954653160e6813282b56af919bec23d4afd",
"body": null,
"is_bot": false,
"headline": "Move `StaticArrayStyle` to core package",
"author_name": "N5N3",
"author_login": "N5N3",
"committed_at": "2022-08-22T01:43:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c97edbf29b32001b57cda9d621bce019940a83b8",
"body": "Add FieldArray from StaticArrays",
"is_bot": false,
"headline": "Merge pull request #7 from JuliaArrays/mbaran/move-field-array",
"author_name": "Mateusz Baran",
"author_login": "mateuszbaran",
"committed_at": "2022-08-15T09:44:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34042581a6aa98689c884b459d028716cd052423",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Mateusz Baran",
"author_login": "mateuszbaran",
"committed_at": "2022-08-15T09:29:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bd3bea376133a18444707418f0dd8d8648674b5",
"body": null,
"is_bot": false,
"headline": "Add FieldArray from StaticArrays",
"author_name": "Mateusz Baran",
"author_login": "mateuszbaran",
"committed_at": "2022-07-22T07:37:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03d79864bc5d117f5716115fc8f1752fbd3a3972",
"body": null,
"is_bot": false,
"headline": "add similar_type",
"author_name": "Mateusz Baran",
"author_login": "mateuszbaran",
"committed_at": "2022-07-01T19:50:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d32a69e1bd0173898dbb6d4b316f5c5a73a12d5",
"body": "Export main types and aliases",
"is_bot": false,
"headline": "Merge pull request #4 from JuliaArrays/mbaran/exports",
"author_name": "Mateusz Baran",
"author_login": "mateuszbaran",
"committed_at": "2022-06-27T15:58:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8207586858a70813f4a57f347c9ad8c2891d4ac",
"body": null,
"is_bot": false,
"headline": "move exports to top",
"author_name": "Mateusz Baran",
"author_login": "mateuszbaran",
"committed_at": "2022-06-27T12:54:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ae23da2f63cf06a4a4b43c01495154fedb48e34",
"body": null,
"is_bot": false,
"headline": "export main types and aliases",
"author_name": "Mateusz Baran",
"author_login": "mateuszbaran",
"committed_at": "2022-06-27T07:59:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ced4ff218091ea445ceea89ab37eb4f5c766d47",
"body": null,
"is_bot": false,
"headline": "badges",
"author_name": "Mateusz Baran",
"author_login": "mateuszbaran",
"committed_at": "2022-06-07T14:20:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88e65c2a5162dabb3b5c0513d2b98d4db2e96fe8",
"body": null,
"is_bot": false,
"headline": "improve coverage",
"author_name": "Mateusz Baran",
"author_login": "mateuszbaran",
"committed_at": "2022-06-07T14:09:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39c605c8c4004fa6d37cd88f202a4286f78bdeb8",
"body": null,
"is_bot": false,
"headline": "improving coverage",
"author_name": "Mateusz Baran",
"author_login": "mateuszbaran",
"committed_at": "2022-06-06T20:49:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1465c4055f138ad4783a5791e7aa0a363a813ae",
"body": null,
"is_bot": false,
"headline": "moving more types",
"author_name": "Mateusz Baran",
"author_login": "mateuszbaran",
"committed_at": "2022-06-06T20:30:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ba80631fb03ef997cbe8ccb1ade41e947c2304f",
"body": null,
"is_bot": false,
"headline": "CI",
"author_name": "Mateusz Baran",
"author_login": "mateuszbaran",
"committed_at": "2022-06-02T16:39:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a0a588a4dd1f892ad77d3042b1db29c8e4f3c27",
"body": null,
"is_bot": false,
"headline": "Initial version",
"author_name": "Mateusz Baran",
"author_login": "mateuszbaran",
"committed_at": "2022-06-02T16:35:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8883893f418bbcae4e3c1b4e6ff77aeae623ac1",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Mateusz Baran",
"author_login": "mateuszbaran",
"committed_at": "2022-06-02T16:12:10Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 5,
"latest_release_at": "2025-10-22T16:21:22Z",
"latest_release_tag": "v1.4.4",
"releases_from_tags": false,
"days_since_last_push": 34,
"active_weeks_last_year": 5,
"days_since_latest_release": 277,
"mean_days_between_releases": 136.7
},
"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": 10,
"stars": 17,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2022-06-07",
"count": 1
},
{
"date": "2022-06-30",
"count": 1
},
{
"date": "2022-08-21",
"count": 1
},
{
"date": "2022-08-26",
"count": 1
},
{
"date": "2022-09-21",
"count": 1
},
{
"date": "2022-10-07",
"count": 1
},
{
"date": "2023-01-30",
"count": 1
},
{
"date": "2024-06-06",
"count": 1
},
{
"date": "2025-10-22",
"count": 1
},
{
"date": "2025-11-30",
"count": 1
}
],
"complete": true,
"collected": 10,
"total_forks": 10
},
"star_history": null,
"open_issues_and_prs": 4
},
"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": 2,
"merged_prs": 23,
"open_issues": 2,
"closed_ratio": 0.8,
"closed_issues": 8,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "mateuszbaran",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/2551062?v=4"
},
{
"type": "User",
"login": "N5N3",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/22023842?v=4"
},
{
"type": "User",
"login": "ranocha",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/12693098?v=4"
},
{
"type": "User",
"login": "jishnub",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/10461665?v=4"
},
{
"type": "User",
"login": "nsajko",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/4944410?v=4"
},
{
"type": "User",
"login": "eltociear",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/22633385?v=4"
},
{
"type": "User",
"login": "jipolanco",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3952024?v=4"
},
{
"type": "User",
"login": "RomeoV",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/8644490?v=4"
},
{
"type": "User",
"login": "sjkelly",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/2086412?v=4"
},
{
"type": "User",
"login": "abhro",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5664668?v=4"
}
],
"contributors_sampled": 10,
"top_contributor_share": 0.571
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"Invalidations.yml",
"TagBot.yml",
"ci.yml"
],
"has_docs_dir": false,
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 2,
"reason": "5 out of 22 merged PRs checked by a CI test -- score normalized to 2",
"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 11/15 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "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": 0,
"reason": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"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": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"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": "e1d176ac6a409911f111f6bf0662072e1afc13c8",
"ran_at": "2026-07-26T23:04:22Z",
"aggregate_score": 4.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T09:26:23Z",
"oldest_open_prs": [
{
"number": 1,
"created_at": "2022-06-07T16:38:29Z",
"last_comment_at": "2022-09-21T21:48:06Z",
"last_comment_author": "oscardssmith"
},
{
"number": 17,
"created_at": "2023-02-16T17:31:21Z",
"last_comment_at": "2023-06-14T19:34:18Z",
"last_comment_author": "mateuszbaran"
}
],
"last_merged_pr_at": "2026-06-22T16:35:43Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 11,
"created_at": "2022-09-12T20:58:54Z",
"last_comment_at": "2022-09-13T13:52:23Z",
"last_comment_author": "mateuszbaran"
},
{
"number": 15,
"created_at": "2022-12-12T07:24:54Z",
"last_comment_at": "2024-07-30T16:47:35Z",
"last_comment_author": "mateuszbaran"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/JuliaArrays/StaticArraysCore.jl",
"host": "github.com",
"name": "StaticArraysCore.jl",
"owner": "JuliaArrays"
},
"metrics": {
"overall": {
"key": "overall",
"band": "weak",
"name": "Overall health",
"note": "The weighted overall 48 is calibrated to 47 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 48,
"calibrated": 47,
"calibration": "2026-08-02"
}
}
],
"value": 47,
"inputs": {
"security": 46,
"vitality": 42,
"community": 40,
"governance": 61,
"calibration": "2026-08-02",
"engineering": 51,
"ai_readiness": 23,
"weighted_overall_raw": 48
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "weak",
"name": "Vitality",
"value": 42,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"commits_last_year": 5,
"human_commit_share": 0.833,
"days_since_last_push": 34,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 34 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 34
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "5 commits in the last year",
"points": 7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 5
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 62,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v1.4.4",
"releases_from_tags": false,
"days_since_latest_release": 277,
"mean_days_between_releases": 136.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 277 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 277
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~136.7 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 136.7
}
}
],
"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": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [
"recent_release"
],
"signals": [
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 2,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": 41,
"days_since_last_human_commit": 284,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 284 days, with nothing left unanswered; held at dormant by a release within the year",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 284
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "a release within the year"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 40,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"forks": 10,
"stars": 17,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "17 stars",
"points": 19.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 17
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "10 forks",
"points": 8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 10
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"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": 61,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 10,
"top_contributor_share": 0.571
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 57% of commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 57
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "10 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 10
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 80,
"inputs": {
"merged_prs": 23,
"open_issues": 2,
"closed_issues": 8,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.8,
"closed_unmerged_prs": 4,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "80% of issues closed",
"points": 33.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 80
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "23/27 decided PRs merged",
"points": 25.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 23,
"decided": 27
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 11/15 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"followers": 92,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "JuliaArrays",
"public_repos": 50,
"account_age_days": 3618
},
"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": "92 followers of JuliaArrays",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 92,
"login": "JuliaArrays"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "50 public repos, account ~9 yr old",
"points": 24.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 50
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"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": 51,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 52,
"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": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": "5 out of 22 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"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": 0,
"status": "missed",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "weak",
"name": "Security",
"value": 46,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 46,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"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": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "5 out of 22 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.5,
"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 11/15 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"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": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"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": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"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": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 16
},
"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": "at_risk",
"name": "AI Readiness",
"value": 23,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.486,
"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": "17 of 35 human commits state their intent (structured subject or explanatory body)",
"points": 25.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 17,
"sampled": 35
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 30,
"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.167
},
"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 42",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 42
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "7 of the last 42 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 7,
"sampled": 42
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"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? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [],
"scores": {},
"primary": null,
"evidence": [],
"artifacts": [],
"confidence": "none",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": false
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-26T23:04:40.247546Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/JuliaArrays/StaticArraysCore.jl.svg",
"full_name": "JuliaArrays/StaticArraysCore.jl",
"license_state": "standard",
"license_spdx": "MIT"
}