Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"julia"
],
"is_fork": false,
"size_kb": 43,
"has_wiki": true,
"homepage": null,
"languages": {
"Julia": 18571
},
"pushed_at": "2026-07-01T12:14:59Z",
"created_at": "2022-03-11T11:55:49Z",
"owner_type": "User",
"updated_at": "2026-06-26T19:29:16Z",
"description": "This is what I wish `Base.@enum` was.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Julia",
"significant_languages": [
"Julia"
]
},
"owner": {
"blog": "https://fredrikekre.se",
"name": "Fredrik Ekre",
"type": "User",
"login": "fredrikekre",
"company": null,
"location": null,
"followers": 266,
"avatar_url": "https://avatars.githubusercontent.com/u/11698744?v=4",
"created_at": "2015-03-28T19:44:49Z",
"is_verified": null,
"public_repos": 257,
"account_age_days": 4138
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.0.7",
"kind": "patch",
"published_at": "2026-02-25T12:04:08Z"
},
{
"tag": "v1.0.6",
"kind": "patch",
"published_at": "2026-01-21T11:27:37Z"
},
{
"tag": "v1.0.5",
"kind": "patch",
"published_at": "2025-03-28T08:48:19Z"
},
{
"tag": "v1.0.4",
"kind": "patch",
"published_at": "2022-12-01T13:09:17Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2022-09-14T07:26:00Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2022-03-18T14:16:06Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2022-03-18T13:32:06Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2022-03-18T11:03:57Z"
}
],
"recent_commits": [
{
"oid": "8228805cebcedd2dcace451e573421cedc6c4dcc",
"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 (#23)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-01T17:07:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a46b1f7217f9a19fce5c1db5e33743f8218433ac",
"body": "There are two advantages in using `reinterpret` instead of `Base.bitcast`.\r\n1. `reinterpret` is exported while `Base.bitcast` is private\r\n2. `reinterpret` can handle `isbitstype`s, while `Base.bitcast` is limited to `primitive type`s (being a subgroup of `isbitstype`). The main difference is the typ\n[…]\n@code_llvm(debuginfo=:none, g(MyPrimitive, v))\r\n; Function Signature: g(Type{Main.MyPrimitive}, UInt8)\r\ndefine i8 @julia_g_9220(i8 zeroext %\"value::UInt8\") #0 {\r\ntop:\r\n ret i8 %\"value::UInt8\"\r\n}\r\n```",
"is_bot": false,
"headline": "Use `reinterpret` instead of `Base.bitcast` (#13)",
"author_name": "PatrickHaecker",
"author_login": "PatrickHaecker",
"committed_at": "2026-04-30T09:18:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dae210966f5a8be7a622e88210352d629e2d3037",
"body": null,
"is_bot": false,
"headline": "Fix aliased enum names not being marked as public",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2026-02-25T11:33:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16ba3e8f122beb2feea8e087fe86b47bc6a39c3e",
"body": "This should help for two things:\n- Based on the single-feature examples, it might be hard to generalize\n them (e.g. to get the order right), see e.g. #16.\n- It serves as a quick syntax reference, where you can grasp everything\n on one screen.",
"is_bot": false,
"headline": "Provide an example combining all features (#19)",
"author_name": "Patrick Häcker",
"author_login": "MagicMuscleMan",
"committed_at": "2026-02-25T11:08:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfe71fc8f8a4995ea37b3a470f4ae3038b7d1c54",
"body": null,
"is_bot": false,
"headline": "Set version to 1.0.6",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2026-01-14T09:11:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5605d39fbd272bcf39fa861c6ff2f8da7a4a4b9e",
"body": null,
"is_bot": false,
"headline": "Mark enum typename as public on supported Julia versions (#17)",
"author_name": "Daniel Wennberg",
"author_login": "danielwe",
"committed_at": "2026-01-14T09:07:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc9020b6e0627e30bfded3f5f4c5f920a7480ab7",
"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 (#15)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-10T10:18:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3f42111f3f83ec9c1758b870fadee53316640ff7",
"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 (#14)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-01T21:47:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "373233cfb5eaec6c6ab790f622e62b687462eaab",
"body": null,
"is_bot": false,
"headline": "Update TagBot.yml",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2025-03-28T07:51:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c850aa7c65e59c133d5fdc15cdf0807768d40998",
"body": null,
"is_bot": false,
"headline": "Mark enum member values as public on supported Julia versions (#12)",
"author_name": "PatrickHaecker",
"author_login": "PatrickHaecker",
"committed_at": "2025-03-28T07:48:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd85aac1614e5657a68159172204566d917cca41",
"body": null,
"is_bot": false,
"headline": "Update README links.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2024-12-11T14:03:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e18e086fe420b020a5cbd71eed4c7e868ae8964",
"body": null,
"is_bot": false,
"headline": "Misc CI updates",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2024-12-11T11:44:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7920eacd87d36d67d887f57f9eb2e342dff7879",
"body": null,
"is_bot": false,
"headline": "Apply Runic.jl formatting.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2024-12-11T11:26:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6120a51ecd8bf90927479b564178e6b48d42e682",
"body": null,
"is_bot": false,
"headline": "Fix show(...) of invalid instances.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-12-01T12:53:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a8e89c3c2e66b645ae78209717a7e13de113d36",
"body": null,
"is_bot": false,
"headline": "Set version to 1.0.3.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-09-14T07:14:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a1d9bfa92e51ae8121c4315cded43a396e5ad41",
"body": null,
"is_bot": false,
"headline": "Add docstring to at-enumx macro, closes #2.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-09-14T07:12:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92560b30df68066b2364fa0dbdcec1dee10bea72",
"body": null,
"is_bot": false,
"headline": "Use show instead of print for displaying the values.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-03-18T13:56:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab2f86dc30ae6453954f1933f5c528a98e8c5a1f",
"body": null,
"is_bot": false,
"headline": "Mention tab-completion in the README.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-03-18T13:45:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5f17530203ae760efa18dba95e962822b6a58fd",
"body": null,
"is_bot": false,
"headline": "Fix display bug of abstract type EnumX.Enum.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-03-18T13:11:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a00c55fb3fc85ee5105af49eddebcd42f3250fd8",
"body": "…stances.",
"is_bot": false,
"headline": "Support attaching documentation to the enum-module, and individual in…",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-03-15T15:48:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b1fe3d0187a3067df8b94d3ab94082e4c746257",
"body": null,
"is_bot": false,
"headline": "Use Meta.isexpr.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-03-15T11:30:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2938bf85c76ec93215544cb555dd89b30af0f94f",
"body": null,
"is_bot": false,
"headline": "Fix missing code in README.md.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-03-14T15:28:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6138bfc9cfd2fef701012b2c4085e9387e49849e",
"body": null,
"is_bot": false,
"headline": "Add CI badges to README.md.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-03-14T15:20:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd843e6e799be48fcb49b8a8dc0e9112d1eb82a7",
"body": null,
"is_bot": false,
"headline": "Remove dead code.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-03-14T15:15:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bdade5759978b0e936d20dbdb2952a25670ecf7",
"body": null,
"is_bot": false,
"headline": "Update coverage submission.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-03-14T15:15:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "445a39ed6cc0f2822507c49cb3b24ee3d88d7a9c",
"body": null,
"is_bot": false,
"headline": "Add a test for empty enums.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-03-14T15:00:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "972723564ae1e6739073511a3743dab19932bee4",
"body": null,
"is_bot": false,
"headline": "Change default typename to 'T', and allow overriding by passing T=Typ.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-03-14T15:00:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db0d1f2655fee383b449e2a03fd10c3ed4783864",
"body": null,
"is_bot": false,
"headline": "Fix print order bug",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-03-14T14:42:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1de65ca1d1691238164ba5bc1860554e05d233ae",
"body": null,
"is_bot": false,
"headline": "Update README.md.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-03-14T14:10:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5410ec9f230c1d7c6eb4f938c81aa3adf38edde8",
"body": null,
"is_bot": false,
"headline": "Fix overflow bug with unsigned integer types.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-03-14T13:51:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d623eb6805918ada63c7ef6a886737bda747ce98",
"body": null,
"is_bot": false,
"headline": "Allow initialization of values from preview enum instances.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-03-14T12:59:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2ed44fe0c6bae5d9a163ab56a14a5fa7db5c43a",
"body": null,
"is_bot": false,
"headline": "Indent instances in show.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-03-14T12:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abc504194efb7779981c2ad04c46969236c73389",
"body": null,
"is_bot": false,
"headline": "Allow duplicate values.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-03-14T12:42:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32ced8b47955608bba0e4262d1ad3445f7fcf65d",
"body": null,
"is_bot": false,
"headline": "Add CI configuration.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-03-11T22:30:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f991da92045c9c56993f3b52e8cd00f7e3e5ba81",
"body": null,
"is_bot": false,
"headline": "Support custom values.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-03-11T22:28:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca8fac3ecbac1865364dac3923067eb2d09648fb",
"body": null,
"is_bot": false,
"headline": "Support block syntax: at-enumx begin; ...; end.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-03-11T14:23:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a50603d73f3b954a67e096fce79c5374c955a40",
"body": null,
"is_bot": false,
"headline": "Support base types other than Int32.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-03-11T14:22:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5a2636c2f7596891c3a2d6aa011febf8bb289c3",
"body": null,
"is_bot": false,
"headline": "Add package content.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-03-11T14:14:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e7c9265bffa1cf163d21b47c5d2b3c07f9344b2",
"body": null,
"is_bot": false,
"headline": "Add package skeleton.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-03-11T11:27:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8abd180bb01e2988b647b60c21099bac1eac103c",
"body": null,
"is_bot": false,
"headline": "Initial empty commit.",
"author_name": "Fredrik Ekre",
"author_login": "fredrikekre",
"committed_at": "2022-03-11T00:30:52Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 8,
"latest_release_at": "2026-02-25T12:04:08Z",
"latest_release_tag": "v1.0.7",
"releases_from_tags": false,
"days_since_last_push": 25,
"active_weeks_last_year": 5,
"days_since_latest_release": 151,
"mean_days_between_releases": 205.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 3,
"stars": 116,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2025-03-27",
"count": 1
},
{
"date": "2026-01-10",
"count": 1
},
{
"date": "2026-01-30",
"count": 1
}
],
"complete": true,
"collected": 3,
"total_forks": 3
},
"star_history": null,
"open_issues_and_prs": 8
},
"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": 4,
"merged_prs": 7,
"open_issues": 4,
"closed_ratio": 0.667,
"closed_issues": 8,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "fredrikekre",
"commits": 33,
"avatar_url": "https://avatars.githubusercontent.com/u/11698744?v=4"
},
{
"type": "User",
"login": "PatrickHaecker",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/152268010?v=4"
},
{
"type": "User",
"login": "danielwe",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5809017?v=4"
},
{
"type": "User",
"login": "MagicMuscleMan",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/762135?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.892
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"CI.yml",
"Check.yml",
"TagBot.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": 7,
"reason": "5 out of 7 merged PRs checked by a CI test -- score normalized to 7",
"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": 1,
"reason": "Found 4/27 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 13 contributing companies or organizations",
"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": 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": "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": "8228805cebcedd2dcace451e573421cedc6c4dcc",
"ran_at": "2026-07-26T22:49:36Z",
"aggregate_score": 4.4,
"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-01T12:15:02Z",
"oldest_open_prs": [
{
"number": 21,
"created_at": "2026-04-01T14:51:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 22,
"created_at": "2026-04-30T12:04:47Z",
"last_comment_at": "2026-06-07T03:31:14Z",
"last_comment_author": "PatrickHaecker"
},
{
"number": 25,
"created_at": "2026-07-01T12:14:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 26,
"created_at": "2026-07-01T12:14:59Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-05-01T17:07:31Z",
"ci_last_conclusion": "SKIPPED",
"oldest_open_issues": [
{
"number": 7,
"created_at": "2024-09-04T03:00:28Z",
"last_comment_at": "2026-06-07T04:11:49Z",
"last_comment_author": "PatrickHaecker"
},
{
"number": 10,
"created_at": "2025-02-03T11:55:22Z",
"last_comment_at": "2026-06-15T09:32:36Z",
"last_comment_author": "PatrickHaecker"
},
{
"number": 18,
"created_at": "2026-01-24T11:45:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 24,
"created_at": "2026-05-07T10:58:15Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/fredrikekre/EnumX.jl",
"host": "github.com",
"name": "EnumX.jl",
"owner": "fredrikekre"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 44,
"vitality": 55,
"community": 43,
"governance": 50,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 55,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"commits_last_year": 8,
"human_commit_share": 0.925,
"days_since_last_push": 25,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 25 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 25
}
}
],
"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": "8 commits in the last year",
"points": 8.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 8
}
}
],
"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": "good",
"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": 74,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v1.0.7",
"releases_from_tags": false,
"days_since_latest_release": 151,
"mean_days_between_releases": 205.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 151 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 151
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~205.7 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 205.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": "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": 87,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 87 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 87
}
}
],
"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": 43,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"forks": 3,
"stars": 116,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "116 stars",
"points": 33.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 116
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "3 forks",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 3
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"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": 50,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.892
},
"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 89% of commits",
"points": 2.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 89
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 13 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"merged_prs": 7,
"open_issues": 4,
"closed_issues": 8,
"issue_closed_ratio": 0.667,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "67% of issues closed",
"points": 31.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 67
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "7/10 decided PRs merged",
"points": 26.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 10
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/27 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 66,
"inputs": {
"followers": 266,
"owner_type": "User",
"is_verified": null,
"owner_login": "fredrikekre",
"public_repos": 257,
"account_age_days": 4138
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "266 followers of fredrikekre",
"points": 17.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 266,
"login": "fredrikekre"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "257 public repos, account ~11 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 257
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"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": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 62,
"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 7 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"julia"
],
"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": "1 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 1
}
}
],
"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": 44,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"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": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.4
},
"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 7 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"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 4/27 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 13 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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": "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": "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
}
]
}
],
"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": 17,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 7,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.135,
"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": "5 of 37 human commits state their intent (structured subject or explanatory body)",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 5,
"sampled": 37
}
}
],
"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.075
},
"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 40",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 40
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "3 of the last 40 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 3,
"sampled": 40
}
}
],
"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? 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:49:44.980838Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/f/fredrikekre/EnumX.jl.svg",
"full_name": "fredrikekre/EnumX.jl",
"license_state": "standard",
"license_spdx": "MIT"
}