Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"3d",
"geometry",
"graphics",
"polygon",
"rust",
"triangulation",
"computational-geometry"
],
"is_fork": false,
"size_kb": 5228,
"has_wiki": false,
"homepage": "https://crates.io/crates/earcut",
"languages": {
"Rust": 166520
},
"pushed_at": "2026-07-26T02:55:27Z",
"created_at": "2023-10-07T20:20:18Z",
"owner_type": "Organization",
"updated_at": "2026-07-26T02:52:36Z",
"description": "A Rust port of the Earcut polygon triangulation library",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://georust.org",
"name": "GeoRust",
"type": "Organization",
"login": "georust",
"company": null,
"location": null,
"followers": 892,
"avatar_url": "https://avatars.githubusercontent.com/u/10320338?v=4",
"created_at": "2014-12-27T03:19:13Z",
"is_verified": null,
"public_repos": 38,
"account_age_days": 4229
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.4.11",
"kind": "patch",
"published_at": "2026-07-26T02:55:28Z"
},
{
"tag": "v0.4.10",
"kind": "patch",
"published_at": "2026-05-07T15:35:27Z"
},
{
"tag": "v0.4.9",
"kind": "patch",
"published_at": "2026-04-21T06:55:17Z"
},
{
"tag": "v0.4.4",
"kind": "patch",
"published_at": "2025-03-23T04:18:59Z"
},
{
"tag": "v0.4.3",
"kind": "patch",
"published_at": "2025-02-18T14:48:59Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2024-10-21T16:57:57Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2024-04-19T02:39:09Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2024-04-15T07:58:31Z"
}
],
"recent_commits": [
{
"oid": "65f4d2ae1c7dde0f6f0a5286f0c19124e7694a42",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release v0.4.11 (#47)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-26T02:52:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5afbb0e4250e11c6363efa86ce9dfc82ea15ab68",
"body": null,
"is_bot": false,
"headline": "feat: sync with upstream earcut 3.2.3 (#46)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2026-07-25T23:14:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a381ffb8cf93db0eaa62ca7dadd52b7985c7e8ce",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: release v0.5.0 (#43)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-07T15:32:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92c893d19aa7b133fd6be001abf82714386835de",
"body": null,
"is_bot": false,
"headline": "chore: restore earcut_impl as deprecated and document utils3d (#45)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2026-05-04T07:59:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f92ebda8ce181a51845c6769b5c8c1062008088",
"body": "* visualizer\n\n* docs: Add visualizer screenshot to README",
"is_bot": false,
"headline": "feat(examples): Add visualizer (#44)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2026-05-04T07:18:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fffa65f0e5cefd15c84df560da6ece59b217d761",
"body": null,
"is_bot": false,
"headline": "Refresh README benchmark (#42)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2026-05-04T03:00:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95365275dafe4cd567ab0efe3a2feb8bc0045cef",
"body": "* perf: bbox prechecks and Vec-based z-order sort\n\n* fix(int): handle empty outer rings\n\n* Add integer earcut test coverage\n\n* test: Handle empty outer rings in deviation\n\n* Add pelease-plz PR job\n\n* copilot",
"is_bot": false,
"headline": "perf: bbox prechecks and Vec-based z-order sort (#40)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2026-05-04T02:29:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55db9426389b16349162f65ed13848c65e8dec4e",
"body": "* refactor(test): consolidate float and int fixture tests\n\n* copilot\n\n* Refactor .json fixtures into .rs sources",
"is_bot": false,
"headline": "refactor(test): consolidate float and int fixture tests (#39)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2026-05-03T17:42:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f707de56b79693b45f31df477b2e84df0351337",
"body": null,
"is_bot": false,
"headline": "chore: embed test fixtures (#38)",
"author_name": "Yuri Astrakhan",
"author_login": "nyurik",
"committed_at": "2026-04-27T05:06:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7975012cad67089ffbd64ea595c1ff73073d0184",
"body": "* refactor: consolidate unsafe node access helpers\n\n* copilot\n\n* remove unchecked NodeOffset creation\n\n* add bounds checks\n\n* add some SAFETY comments\n\n* clarify node offset comments",
"is_bot": false,
"headline": "refactor: consolidate unsafe node access helpers (#36)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2026-04-26T04:01:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4e2cdcfe1749b8ea5e13a455d067824a163391f",
"body": "* georust\n\n* Apply suggestion from @Copilot\n\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>\n\n* include LICENSE files\n\n---------\n\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "chore: prepare transfer of `earcut-rs` to GeoRust (#30)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2026-04-24T19:05:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a47bdad43f4fddca61f7892c9f164c6bbed95b88",
"body": null,
"is_bot": false,
"headline": "fix(ci): Set GitHub token for release-plz (#34)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2026-04-22T05:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99ffab8aed10ed19b38dcce1c7e5bfc20e9dfc52",
"body": null,
"is_bot": false,
"headline": "chore: Update README CI badge (#33)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2026-04-22T05:10:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1f04ca128eedf15e462a9f1fc0514883151c31d",
"body": null,
"is_bot": false,
"headline": "Setup release-plz (#32)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2026-04-21T18:09:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f95a84a2fc92774cd53a61c9e0c90c8d05b59856",
"body": "* Improve integer test coverage\n\n* copilot",
"is_bot": false,
"headline": "test: Improve integer test coverage (#31)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2026-04-21T06:50:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07613f4fd22e269ee450f619f440d14470248382",
"body": null,
"is_bot": false,
"headline": "Remove `AsPrimitive<u32>` trait bound (#29)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2026-04-21T05:35:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cff7fe207398c405e9d461a70081987d7ae2cd9",
"body": null,
"is_bot": false,
"headline": "Add integer-coordinate variant of Earcut (#28)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2026-04-21T04:08:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f77cb962f6f88d796ff10be8dabb481820858803",
"body": "* Performance improvements\n\n* Update README",
"is_bot": false,
"headline": "Performance improvements (#26)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2026-04-19T07:50:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f1d7667035345a802457cfcff57f6d5e05a727a",
"body": null,
"is_bot": false,
"headline": "Rust 2024 (#22)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2026-02-03T12:56:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27819293d8d1d6df751a438cda9b37e41adcc7b8",
"body": null,
"is_bot": false,
"headline": "Rust 2024 (#21)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2026-02-03T11:00:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d42d754686828e34377fe85d99efd2b5c565d0b5",
"body": null,
"is_bot": false,
"headline": "Add a test fixture 'issue186.json' (#20)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2026-01-27T01:58:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a75533b654dc7ef212e8e73e609fc7ffc0fb2c6",
"body": null,
"is_bot": false,
"headline": "fix README: Based on earcut 3.0.1",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2025-03-10T06:28:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbe952ecd4143608ed73ac8f7e5b2eedf7d96741",
"body": null,
"is_bot": false,
"headline": "Update benchmark results",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2025-02-20T16:24:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a96d4d4f0c0730186b170328dcd2bb72ad88454",
"body": null,
"is_bot": false,
"headline": "mapbox/earcut v3.0.1 (#19)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2025-02-18T14:48:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3898cc009723bbef827ba6ce1339c240ece52484",
"body": "* Update README to reflect earcut(-js) 3.0.0 release\r\n\r\n* stable sort",
"is_bot": false,
"headline": "Use stable sort (#17)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2024-10-21T16:57:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5782ed0e8605a2798f03090400dcf84f26777f7e",
"body": null,
"is_bot": false,
"headline": "Add authors on README",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2024-08-27T00:24:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81bf52b8dbd0276a444aaed85cab227a9c214ee7",
"body": null,
"is_bot": false,
"headline": "remove useless iteration from example",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2024-08-20T19:13:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "178426a53d1e53563f92b4080259e901009f0ff9",
"body": null,
"is_bot": false,
"headline": "fix typo in benchmark result on README (#14)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2024-07-13T05:31:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38c8e772629bbc4a76747e5c9bafad6a0d8f0b89",
"body": null,
"is_bot": false,
"headline": "0.4.1 (#12)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2024-04-18T08:36:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e51bb5ab2f94a6141362421f9893a3e8455c9c79",
"body": "* perf\r\n\r\n* no_std\r\n\r\n* more\r\n\r\n* improve\r\n\r\n* improments\r\n\r\n* benchmarks on readme",
"is_bot": false,
"headline": "Use [T; 2] as a vertex + some optimizations (#11)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2024-04-15T07:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c782a9a42f170fb95315e19c6fb056539815b7b0",
"body": "* tuning\r\n\r\n* improvement\r\n\r\n* bump to 0.3.6",
"is_bot": false,
"headline": "Performance improvements (#10)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2024-04-12T09:35:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97503acfba794b138476eeb71d20cf70c4f25d8a",
"body": null,
"is_bot": false,
"headline": "fix license metadata",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2024-04-07T05:50:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09230603672e7107e652eadb44482985c9727045",
"body": null,
"is_bot": false,
"headline": "remove -rs suffix from the crate name (#9)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2024-04-07T05:29:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd246436a0eeee05d0d4c9a617f9e65e041b62e7",
"body": null,
"is_bot": false,
"headline": "v0.3.1 (#8)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2024-04-07T03:51:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a889bb6d79e6060f5bef48704ebeac45fc6b385",
"body": "* v0.2\r\n\r\n* update utils3d\r\n\r\n* Improve API\r\n\r\n* Use f64 instead of [f64; 2] (similar to JS api)",
"is_bot": false,
"headline": "Improve API (copied iterator, flat indices) (#7)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2024-04-01T07:45:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afcb0f09bf9ae3d733dedd8e9387492d1305b91b",
"body": "* v0.2\r\n\r\n* update utils3d",
"is_bot": false,
"headline": "Major API changes (#5)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2024-03-26T11:18:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0303da0970c9190b352c6008635b152e928a3dd6",
"body": null,
"is_bot": false,
"headline": "utils3d: supports dim != 3 (#4)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2024-02-16T02:35:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1b775b3867b5fdf4ef6d3db7473587b47ea7267",
"body": null,
"is_bot": false,
"headline": "clippy(allow)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2024-02-01T08:33:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad217a00a2dda9e44823dfe7bb49d005642dfcc7",
"body": null,
"is_bot": false,
"headline": "Add authors",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2024-01-16T09:02:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0002bc30895ae061538b627247a8405fdc384c03",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2023-12-13T11:28:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f68456de21ee4b94c5bdb616d1917b292d5e90e",
"body": null,
"is_bot": false,
"headline": "clippy",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2023-11-10T11:32:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e02726df130c64667b572768a3eb2d3f8abb966",
"body": null,
"is_bot": false,
"headline": "no_std (#2)",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2023-10-25T04:52:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbc3324fdf7e7dd63b15df4a7c1046acc8d15055",
"body": null,
"is_bot": false,
"headline": "minor changes",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2023-10-24T07:33:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "728d6427c2fc2432da771fbfad85fe7cd894a446",
"body": null,
"is_bot": false,
"headline": "fix test",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2023-10-23T09:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e21e0eb218286ca9ac2ffe41f4f0d1e8bd37c8a",
"body": "Add small utility to project 3-d plane into 2-d space",
"is_bot": false,
"headline": "Merge pull request #1 from MIERUNE:feature/3d-utils",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2023-10-23T08:55:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e9d3ac7f8194cd580624bbaae7ee8cd3e1323c5",
"body": null,
"is_bot": false,
"headline": "add utils_3d",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2023-10-23T08:51:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfb34c008212faa7bd80dbf3b41d5f27fa6b0658",
"body": null,
"is_bot": false,
"headline": "Add LICENSE",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2023-10-18T05:18:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71d978aaf419f40ceb3eb67e77663c4bab3f87c7",
"body": null,
"is_bot": false,
"headline": "optimization",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2023-10-10T03:23:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e38499ef519b9a0f58f21203167c15260cdf75ee",
"body": null,
"is_bot": false,
"headline": "Some improvements",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2023-10-08T06:54:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "419d6b7293b215b54a33385537c17c2d2cd7228e",
"body": null,
"is_bot": false,
"headline": "init",
"author_name": "Taku Fukada",
"author_login": "ciscorn",
"committed_at": "2023-10-07T20:27:12Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 20,
"latest_release_at": "2026-07-26T02:55:28Z",
"latest_release_tag": "v0.4.11",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 6,
"days_since_latest_release": 0,
"mean_days_between_releases": 118.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "earcut",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"science",
"no-std",
"graphics"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/earcut",
"is_deprecated": false,
"latest_version": "0.4.11",
"repository_url": "https://github.com/georust/earcut",
"versions_count": 17,
"total_downloads": 1075505,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 223473,
"first_published_at": "2024-04-07T04:54:24.522331Z",
"latest_published_at": "2026-07-26T02:55:24.683063Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 5,
"stars": 53,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2024-12-20",
"count": 1
},
{
"date": "2025-04-27",
"count": 1
},
{
"date": "2026-04-21",
"count": 1
},
{
"date": "2026-04-26",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
}
],
"complete": true,
"collected": 5,
"total_forks": 5
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml"
],
"largest_source_bytes": 230588,
"source_files_sampled": 73,
"oversized_source_files": 3,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"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": 4,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "num-traits",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "num-traits",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "criterion",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "eframe",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "fastrand",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 4,
"direct_count": 1,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 35,
"open_issues": 3,
"closed_ratio": 0.727,
"closed_issues": 8,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "ciscorn",
"commits": 47,
"avatar_url": "https://avatars.githubusercontent.com/u/5351911?v=4"
},
{
"type": "User",
"login": "nyurik",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1641515?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.979
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 4,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 7,
"reason": "20 out of 26 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": 0,
"reason": "Found 2/28 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 6,
"reason": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"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": 3,
"reason": "dependency not pinned by hash detected -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 5,
"reason": "SAST tool is not run on all commits -- score normalized to 5",
"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": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"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": "65f4d2ae1c7dde0f6f0a5286f0c19124e7694a42",
"ran_at": "2026-07-26T18:08:26Z",
"aggregate_score": 5.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-26T02:55:30Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-26T02:52:32Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 23,
"created_at": "2026-02-25T07:19:12Z",
"last_comment_at": "2026-04-15T21:22:17Z",
"last_comment_author": "michaelkirk"
},
{
"number": 35,
"created_at": "2026-04-25T04:47:35Z",
"last_comment_at": "2026-04-25T13:39:59Z",
"last_comment_author": "ciscorn"
},
{
"number": 37,
"created_at": "2026-04-27T04:39:30Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/georust/earcut",
"host": "github.com",
"name": "earcut",
"owner": "georust"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"security": 55,
"vitality": 72,
"community": 61,
"governance": 63,
"engineering": 73
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 72,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"commits_last_year": 20,
"human_commit_share": 0.96,
"days_since_last_push": 0,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "20 commits in the last year",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 20
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 92,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v0.4.11",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 118.8
},
"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 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~118.8 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 118.8
}
}
],
"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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 61,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"forks": 5,
"stars": 53,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "53 stars",
"points": 27.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 53
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "5 forks",
"points": 5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 5
}
}
],
"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": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"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": 13.5,
"status": "met",
"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": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 89,
"inputs": {
"packages": [
"earcut"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 1075505,
"monthly_downloads": 223473
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "223,473 downloads/month across crates",
"points": 71.3,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 223473,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 63,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.979
},
"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 98% of commits",
"points": 0.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 98
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"merged_prs": 35,
"open_issues": 3,
"closed_issues": 8,
"issue_closed_ratio": 0.727,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "73% of issues closed",
"points": 34,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 73
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "35/36 decided PRs merged",
"points": 37.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 35,
"decided": 36
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"followers": 892,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "georust",
"public_repos": 38,
"account_age_days": 4229
},
"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": "892 followers of georust",
"points": 21.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 892,
"login": "georust"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "38 public repos, account ~11 yr old",
"points": 23.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 38
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"earcut"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "17 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 17
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 73,
"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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": "20 out of 26 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"3d",
"geometry",
"graphics",
"polygon",
"rust",
"triangulation",
"computational-geometry"
],
"has_wiki": false,
"homepage": "https://crates.io/crates/earcut",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://crates.io/crates/earcut",
"points": 15,
"status": "met",
"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": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 55,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"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": 55,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.5
},
"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 is not maximal on development and all release branches",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "20 out of 26 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 2/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"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 3",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 5",
"points": 2.5,
"status": "partial",
"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": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"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": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 4
},
"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": "moderate",
"name": "AI Readiness",
"value": 53,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.667,
"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": "32 of 48 human commits state their intent (structured subject or explanatory body)",
"points": 35.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 32,
"sampled": 48
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.02,
"toolchain_manifests": [
"Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"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": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"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": "1 of the last 50 commits agent-authored or agent-credited",
"points": 4,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 50
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 230588,
"source_files_sampled": 73,
"oversized_source_files": 3
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "3/73 source files over 60KB",
"points": 52.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 73,
"oversized": 3
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"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",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-26T18:08:42.464548Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/georust/earcut.svg",
"full_name": "georust/earcut",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}