JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 333,
"has_wiki": false,
"homepage": null,
"languages": {
"Rust": 112919
},
"pushed_at": "2026-07-21T19:56:56Z",
"created_at": "2022-02-18T20:24:43Z",
"owner_type": "User",
"updated_at": "2026-07-21T19:58:17Z",
"description": "An editorconfig core library in safe Rust",
"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": null,
"name": "daemoness",
"type": "User",
"login": "TheDaemoness",
"company": null,
"location": "Oregon, USA",
"followers": 50,
"avatar_url": "https://avatars.githubusercontent.com/u/5815194?v=4",
"created_at": "2013-10-30T15:51:55Z",
"is_verified": null,
"public_repos": 17,
"account_age_days": 4647
},
"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": "v1.2.0",
"kind": "minor",
"published_at": "2025-04-19T14:55:11Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2024-08-29T17:02:12Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2024-03-26T16:29:30Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2023-03-23T19:00:49Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2022-06-24T16:40:11Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2022-06-11T16:19:56Z"
},
{
"tag": "v1.0.0-rc.1",
"kind": "prerelease",
"published_at": "2022-03-07T19:55:23Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2022-03-06T05:50:01Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2022-03-04T10:52:40Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2022-03-03T22:42:27Z"
}
],
"recent_commits": [
{
"oid": "5ad5a16bc0069da83bd5d7e83ed47eed201f82b9",
"body": null,
"is_bot": false,
"headline": "Bump versions",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2026-07-21T19:49:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64d6bfee97326c241e46aea8242159112d226997",
"body": null,
"is_bot": false,
"headline": "Reformat changelog",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2026-07-05T23:47:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8f1fabd383aed8bce992b9c153e838751e4465e",
"body": null,
"is_bot": false,
"headline": "Fix formatting",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2026-06-27T16:30:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "311b57c2d30e916aa93578d410369797e9e677f4",
"body": null,
"is_bot": false,
"headline": "Improve docs",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2026-06-25T06:02:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "164ce27677dcc4377687c6a1972a38320418cf42",
"body": null,
"is_bot": false,
"headline": "Cleanup nits",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2026-06-21T22:46:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9221bb1e86d69c62a5bfd60d82873408634fa238",
"body": null,
"is_bot": false,
"headline": "Add ParseError::InvalidSection",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2026-06-21T20:16:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a23a36bfa3e713e51e8d43bd88c34a0cf11499b7",
"body": "This commit mostly rewrites parse_line,\nbut also modifies LineReader to use the improved behavior.\n\nFixes #10\n\nAlso adds tests for lines which contain the UTF-8 BOM.",
"is_bot": false,
"headline": "Rewrite line parsing logic",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2026-06-21T04:37:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b991737b6744d476ee2246ea1cd584547e14af5",
"body": "This commit replaces locations where a path reference and line number\nwere passed as individual arguments with a single Source argument.\nIt also merges the Error::InFile variant into Error::Parse.",
"is_bot": false,
"headline": "Export and use Source",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2026-06-21T02:05:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25ae7f6be672ecd789f7f880936d0c6c57ef74e4",
"body": null,
"is_bot": false,
"headline": "Add must_use attributes where reasonable",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2026-06-19T17:02:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ff96a2cddbe8299e657ee7b5463c7d24d58346e",
"body": null,
"is_bot": false,
"headline": "Take impl AsRefs by reference",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2026-06-19T16:58:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b66e6eccfb5599cd988865e3bb645a3e34c0549",
"body": null,
"is_bot": false,
"headline": "Export and rename methods in PropertiesSink",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2026-06-19T01:25:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2230ff7823f231597fa59ba6eb41af1fc11823d6",
"body": null,
"is_bot": false,
"headline": "Add stub Preamble type",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2026-06-15T01:08:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef7336695ef5a53bd8efef77ab70e740a4e512dc",
"body": "Allows other types to be used as arguments to PropertiesSource\nother than Properties.",
"is_bot": false,
"headline": "Add PropertiesSink",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2026-06-14T02:27:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "193a5197e0d02808ce57754c833551355ff0e15e",
"body": "Renames feature bcp-47 -> bcp_47.\nThis slightly improves feature name consistency.\n\nUpgrades unsafe_code lint to forbid.\n\nPartially sorts some of the Cargo.toml fields for ease of visual searching.",
"is_bot": false,
"headline": "Apply various project metadata changes",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2026-06-13T06:55:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "065c29c07a458edb1bfc4aae8aefd73db1b22a14",
"body": null,
"is_bot": false,
"headline": "Fix clippy lints",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2026-06-13T04:40:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80bc7b2e57c71127577ef0740eac7957e73c1819",
"body": "Adds a few more convenience implementations of ToSharedString.\nAdds a better to_lowercase implementation that allocates less.\nFixes the implementations of Eq and Hash.\nReorganization.",
"is_bot": false,
"headline": "SharedString improvements",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2026-06-13T04:37:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4160bcca9c43773b62351cc4d5c1f7d9695c78a4",
"body": null,
"is_bot": false,
"headline": "Add string caching",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2026-06-13T03:51:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b0eebc033989de0a76ccf5c5232a51b7890ca2f",
"body": "Increases MSRV to 1.79.\nAlso improves docs and parameter names for that function and\nthe properties_* functions in the crate root.",
"is_bot": false,
"headline": "Use std::path::absolute in ConfigFiles::open",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2026-06-12T22:58:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5e1657275662d8fa94321077e0fb9f710f83325",
"body": null,
"is_bot": false,
"headline": "Bump compliance test suite",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2026-05-30T16:47:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "526ff8eb89459e8cd87d631a88c7b2c82ba55fe2",
"body": "Fixes #21",
"is_bot": false,
"headline": "Fix missing negation in ConfigParser::has_more",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2026-05-30T16:35:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a9c4a019ac5965505a780e269e1d78a6f37e8af",
"body": null,
"is_bot": false,
"headline": "Check docs with --all-features",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2026-05-30T16:15:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b575f552c1eea3cbfaf8a5ade887945a7f31969c",
"body": null,
"is_bot": false,
"headline": "Minor cleanups",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2025-09-22T03:52:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d71d484ffa34d91617e3695f6aa45e7605180c55",
"body": null,
"is_bot": false,
"headline": "Reorganize tests",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2025-09-22T03:27:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8278f63b4ad5fef34bcc58c5d73202a26def40f",
"body": "Removes the `language-tags` feature.",
"is_bot": false,
"headline": "Add `bcp-47` feature to support a wider variety of language tags.",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2025-09-21T19:12:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c02623f77101289777711768b1cc8cad7b6bc37d",
"body": null,
"is_bot": false,
"headline": "Add support for globset",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2025-09-19T15:39:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2a859210267c1402c4de4ea46843ba2cb50aef3",
"body": null,
"is_bot": false,
"headline": "Normalize use of code spans for package names and features",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2025-09-19T15:39:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a00f2274e08009870f2c4884a99ec2e5f7c9b2c",
"body": "This is a breaking change as it adds non-defaulted type parameters to a few things.\nA few parameters have also been changed from impl Into<PathBuf> to impl AsRef<Path>.",
"is_bot": false,
"headline": "Generalize over glob types",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2025-09-19T15:39:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e932f616fe487cbdaee9e4b1cbcf53d63c3860e",
"body": "Adds a section about ec4rs_glob.\nFixes the broken CI badge and adds badges for the other checks.\nClarifies that _glob and _tools are also under the Apache license.",
"is_bot": false,
"headline": "Update README.md",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2025-09-13T18:00:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "739c3edef9f66eb262abc5109361d20a71dd515a",
"body": null,
"is_bot": false,
"headline": "Fix some issues in language_tag.rs that somehow got missed",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2025-09-13T17:37:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8575925088a54c757637d7f284515a4653495be2",
"body": "This commit contains a large update to ec4rs that involves major breakages.\nOf particular note:\n\n- Almost everything that returned a T<RawValue> now returns an Option<T<SharedString>>.\n- The PropertyValue trait was changed to put most of its functionality in supertraits, one of which is new.\n- Spell\n[…]\nt has been changed.\n- Removed feature allow-empty-values as empty values are now allowed by default.\n- Removed functionality of feature language-tags for now. Plan to eventually depend on unic-locale.",
"is_bot": false,
"headline": "Rework everything to use SharedString",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2025-09-13T17:32:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "22ce2052ef5d54fd80d6058389b3e59d84ba346d",
"body": "Written with the intention of replacing RawValue.\nNo additional unsafe code was required for this\nas it's just a tagged union of &'static str and Arc<str>\nwith optional source tracking.",
"is_bot": false,
"headline": "Add SharedString",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2025-09-10T01:32:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cab01f1cb958e17e4a024c95fa332e55d7be626",
"body": "Part of https://github.com/TheDaemoness/ec4rs/issues/17\n\nBased on https://github.com/editorconfig/editorconfig/discussions/556\nwhich explains that `off` is not a valid value and `unset` should be\nused instead.",
"is_bot": false,
"headline": "Remove `off` variant from `MaxLineLen` property (#19)",
"author_name": "Kirill Bulatov",
"author_login": "SomeoneToIgnore",
"committed_at": "2025-08-28T16:27:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ed2f3c2c1c044ddad86e7bafa5af37ca3ab3a06",
"body": "actions-rs is unmaintained and runners include rustup now,\ntherefore the actions are now plain commands.\n\nCI is now done for both ec4rs and ec4rs_glob separately.\n\nCI runs more selectively in PRs than before, based on which files change.",
"is_bot": false,
"headline": "Rewrite CI",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2025-08-27T00:15:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e6d13a551840f318d732ab2d08a2c3caec0a3cf",
"body": null,
"is_bot": false,
"headline": "Fix nits",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2025-07-30T16:50:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75eddf90a7bac94130bf72b01efd03a8b1710d39",
"body": null,
"is_bot": false,
"headline": "Move glob tests to the new glob crate",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2025-07-30T16:43:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed363714ecfe745f32b3d6c37a169f27c576a7f9",
"body": null,
"is_bot": false,
"headline": "Extract glob engine into its own crate",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2025-07-30T16:32:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79283801afe412b025c99ca5011a25cdb8031a79",
"body": null,
"is_bot": false,
"headline": "Fix year in 1.2.0 release date",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2025-04-19T15:27:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14bbca047324cedd5791b89f858eb5e17e6b0b3c",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.2.0",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2025-04-19T14:55:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c3eb5958f2e70b5e4475a14fdde77b028e5d4da",
"body": "Adds the `track-source` feature flag that, when enabled:\n- Allows `RawValue` to store the file and line number it originated\nfrom.\n- Makes `ConfigParser` generate `RawValue`s that store their sources.\n\nAdds flags to `ec4rs-parse` to allow printing sources.\n\nCloses #15",
"is_bot": false,
"headline": "Add support for source tracking (#16)",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2025-03-08T18:15:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd11621cc755f6f6ea77c2670adcfa3a94cdaf80",
"body": "Updates ec4rs-parse to return pairs with empty values\nImplements Display for RawValue\nBumps latest supported EditorConfig version\nFixes fallbacks adding an empty value for indent_size\nFixes Properties iterators not returning pairs with empty values when allow-empty-values is used",
"is_bot": false,
"headline": "Support key-value pairs with empty values",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2025-02-10T17:50:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50c0b958339387385c077317d42bedc3a40b1a11",
"body": "Fixes an issue with CMake 3.31 that causes all the multiline tests to fail.\nThe only failed test as of this commit (175 - key_set_to_empty_string)\nis also failed by the reference impl.",
"is_bot": false,
"headline": "Bump test suite",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2025-02-02T02:29:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14f64d13f42f03bb916d5cddf0b7008e2dac3fbb",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.1.1 and update docs",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2024-08-29T17:02:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96f9e241d911860fe5dd54f7e995935eb98301d8",
"body": "I believe this addresses the linked issue without compromising any\r\nexisting functionality. All UTs passing.\r\n\r\nResolves #11\r\n\r\nCo-authored-by: aaronberger <aaronberger@microsoft.com>",
"is_bot": false,
"headline": "Fix \"/*\" glob over match (#12)",
"author_name": "Aaron Berger",
"author_login": "charlietango558",
"committed_at": "2024-08-26T18:40:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2582370c760409aaad00a4d0d95beb295f42656",
"body": null,
"is_bot": false,
"headline": "ci: Run cmake and ctest in the test dir",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2024-08-26T18:32:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "337bd031c98b9b3ad2fc4422b49295d2a2228b20",
"body": "This should permit testing again with newer versions of ctest.",
"is_bot": false,
"headline": "ci: Change ctest --target-dir to --test-dir",
"author_name": "daemoness",
"author_login": "TheDaemoness",
"committed_at": "2024-08-26T18:15:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44bd45cfa49d2bf6693969e6033b5025f65079c0",
"body": null,
"is_bot": false,
"headline": "Fix stale doc filename in Cargo.toml",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2024-03-26T16:29:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b602ef152ee074d0ff420f5d84df1933e5dc370",
"body": null,
"is_bot": false,
"headline": "Fix broken rustdoc link with documenting without features",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2024-03-26T16:21:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d61ad936cff02c4207602ba06f8c9c882ac62255",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.1.0 and use unstable rustdoc features on docs.rs",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2024-03-26T15:03:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2047ff00927c6613dac363b6fff857dce1d93d31",
"body": "Most consumers of this crate will not notice any changes\nwithout the `allow-empty-values` feature.\nThis is a step in the direction of empty values being considered valid values.\n\nparser.rs: Revert non-insertion of empty values.\n\nEmpty values are now transferred by `<Properties as PropertiesSource>::apply_to`.\n\nDocument `LineReader` behavior with `allow-empty-values`.",
"is_bot": false,
"headline": "Fix empty values not overriding non-empty values",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2024-03-12T00:39:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20f8731b0d89c08b3df1c1bdd6f39420cdcbacbb",
"body": "ec4rs uses the language-tags crate to correctly support\na useful superset of what the spec requires.",
"is_bot": false,
"headline": "Add support for spelling_language",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2024-03-12T00:38:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edec31bef1f9515b3c3aa6f5b635e0748f76b37b",
"body": "Add a couple of useful missing trait implementations.\nFix up some documentation.\nparser.rs: When using allow-empty-values, do not add empty values to Properties.",
"is_bot": false,
"headline": "Tidy up Properties",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2024-03-07T23:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19de6683aa3eb8366a9361cb083883d50239d81e",
"body": "A small simplification from #6 since the `match` only cares about 1\r\nscenario, an `if let` block can do the same thing in a slightly cleaner\r\nway removing the unused match arm.\r\n\r\nCo-authored-by: Kyle Rader <kyrader@microsoft.com>",
"is_bot": false,
"headline": "Replace match with if let (#9)",
"author_name": "Kyle Rader",
"author_login": "kyle-rader-msft",
"committed_at": "2024-03-07T16:37:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca62ab4dccfaaeb8c708570642d409d14d4090e2",
"body": "This PR address #8, introducing our first feature flag to allow for\r\nparsing lines that have a key but no value.\r\n\r\nWe also enable running the tests with all features enabled as well as\r\nthe default.\r\n\r\nSigned-off-by: Kyle Rader <kyrader@microsoft.com>\r\nCo-authored-by: Kyle Rader <kyrader@microsoft.com>",
"is_bot": false,
"headline": "Create feature flag allow-empty-values (#7)",
"author_name": "Kyle Rader",
"author_login": "kyle-rader-msft",
"committed_at": "2024-03-07T16:36:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d469e3ec55764bcb0dd95786c15828dd8e511f39",
"body": "This PR addresses #5 in a relatively simple way looking for the last\r\nindex of matching `]` and comment (`#`, or `;`) chars. If we find both,\r\nand the comment is after the last `]`, then ignore everything after that\r\nlast comment character.\r\n\r\nSigned-off-by: Kyle Rader <kyrader@microsoft.com>\r\nCo-authored-by: Kyle Rader <kyrader@microsoft.com>",
"is_bot": false,
"headline": "Ignore single trailing comments on section header lines (#6)",
"author_name": "Kyle Rader",
"author_login": "kyle-rader-msft",
"committed_at": "2024-03-02T18:31:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59b645655978aee22a39b0a408c2963a2a90fee7",
"body": "This commit also renames DOC.md to rustdoc.md\nto prevent oopsies involving the newly-added DCO.txt.",
"is_bot": false,
"headline": "Add DCO requirement",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2023-10-27T14:54:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb6d7f81952391226944456acdb3d02e300220d8",
"body": null,
"is_bot": false,
"headline": "Enable and fix more clippy lints",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2023-09-13T04:11:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ab92e73e46167d7ab4dd2a3c3bcee879d985202",
"body": "CMake remembers where the build directory is on subsequent invocations,\r\nso the previous commands worked when a build system was already\r\ngenerated but not on a fresh clone.\r\n\r\nAlso added the git-submodule command for convenience and used long flags\r\nwhere possible.",
"is_bot": false,
"headline": "Fix test suite commands not working on fresh clone (#3)",
"author_name": "Em Zhan",
"author_login": "zqianem",
"committed_at": "2023-09-13T04:05:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b05c440f34beb29df9da8522bdbc26257f6aa6e",
"body": "- MSRV is now used for library tests.\n- Now attempts to build rustdoc.\n- Now uses the latest stable clippy.\n- Merges code quality checks into one job.",
"is_bot": false,
"headline": "Update CI workflow",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2023-04-06T20:20:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96769727f3d33a23d43e13fe68e4df8d6e850736",
"body": null,
"is_bot": false,
"headline": "Fix MSRV violation in PartialEq for Properties",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2023-04-06T20:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e32e588a83be8c8e09194dbe02c4629e2f660266",
"body": "Adds FlatSet, a wrapper for a sorted Vec that uses binary searches.\nUses FlatSet for CharClass and Alt.",
"is_bot": false,
"headline": "Optimize Alt and CharClass matching",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2023-04-06T20:04:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c03c59cfe9980ab9915f930ef0e3016e0db949b5",
"body": "- Adds some new trait impls.\n- Adds some new utility functions.\n- Fixes documentation in a few places.\n- Makes Properties::new() const.",
"is_bot": false,
"headline": "Refine interfaces to various types.",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2023-04-06T18:37:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "891a8e7224c608b5e64e454721dfe70a0c38f23f",
"body": "Unsafe code is now denied.\n\nDocumentation improvements:\n- Elaborated on the basic example.\n- Changed links from [foo] to [`foo`].\n- s/prelude/preamble/.\n- Improve wording in places.",
"is_bot": false,
"headline": "Improve documentation; add new lints",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2023-04-05T04:51:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdb48f80c46554c7c40195f0d93961d910d7947f",
"body": null,
"is_bot": false,
"headline": "Add .rustfmt.toml",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2023-04-05T03:18:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f7521ce183f58e663c56129c28ae42793298d8c",
"body": null,
"is_bot": false,
"headline": "Bump supported EditorConfig version",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2023-04-05T03:16:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb596ba47d191a8e0b814f212364d0d65f8cdd59",
"body": null,
"is_bot": false,
"headline": "Change code style; use rustfmt",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2023-03-24T00:30:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58471fa901396d183de2d4839447fb061c45d275",
"body": "Adds a changelog.\nTidies up README.md a little.\nRestructures DOC.md.",
"is_bot": false,
"headline": "Update root directory markdown files",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2023-03-24T00:13:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3306ec0602f4d77bef88f424be5f16793df6d68e",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.0.2",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2023-03-23T19:00:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "335fb5fa7281c32964318c7a36690e6a536f4c8c",
"body": "Improved separation of concerns,\nrestructured some conditionals,\nimproved allocation behavior.\n\nThis commit technically changes glob behavior to better-handle a few instances\nof inconsistent behavior, but said behavior was not required\nby either the spec or the test suite.",
"is_bot": false,
"headline": "Improve glob code quality",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2023-03-23T18:10:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6bb263ec3c02a0743aa82becc9eae2229b40425",
"body": null,
"is_bot": false,
"headline": "Remove TODOs that won't be done",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2023-03-23T04:54:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a0717b16af72847e6e2cb6b796aea16cbea8cac",
"body": "New implementation greatly cuts down on redundant UTF-8 validity checks.\nWe could also do the UTF-8 character decode ourselves,\nbut that's comparatively a micro-optimization.",
"is_bot": false,
"headline": "Rewrite glob Splitter::next_char() for performance",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2023-03-23T04:40:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77e48c9e6c04d06c57fb8f1fe9bb04f1a65d4feb",
"body": null,
"is_bot": false,
"headline": "Fix lifetime lint and remove dead code",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2023-03-23T03:42:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "240c29f9d8a63c6c3a00f30efdc180536e01123b",
"body": null,
"is_bot": false,
"headline": "Update core tests and testing commands",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2023-03-23T03:05:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1c45fe68e02af5d7d79bf52236a3070bf4363dc",
"body": "The main change of this version is that the MSRV was lowered.\nNo API changes were necessary for this.\nTherefore, there should be no forward or backward compatibility breakage,\nwhile the set of projects that can use ec4rs (notably: helix) has increased.",
"is_bot": false,
"headline": "Bump patch version",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-06-24T16:40:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d578f1a03b52c313901971f6515aee349a65803",
"body": null,
"is_bot": false,
"headline": "Allow ec4rs-parse to build under 1.56.0",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-06-24T16:35:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "250b66b9543f78519ecf10fc04273abc6e27339f",
"body": null,
"is_bot": false,
"headline": "Reduce MSRV to 1.56 (Rust 2021)",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-06-24T16:33:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87d815d3a266570b7bc9923116dd987abab9ea3d",
"body": null,
"is_bot": false,
"headline": "Use a MSRV toolchain for clippy",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-06-24T16:16:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "610df2d6aa2332cb688d26c420cb225d60a5649c",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.0.0",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-06-11T16:19:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3113575a268e9a8ebe314558ded159c4d6fbde43",
"body": null,
"is_bot": false,
"headline": "Refine documentation",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-06-11T16:11:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "684a13f6b9d259175f4f92ec5c51298a6316209a",
"body": null,
"is_bot": false,
"headline": "Rename the config*_for functions to properties*_of",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-06-09T19:06:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44e561d739fe98d1dc6e6d631f2149d291cd17c9",
"body": "Changes the Ec* prefix on type names to Config*.\nStrips the ec* prefix on module names entirely.",
"is_bot": false,
"headline": "Remove/replace Ec* prefixes on names",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-06-08T19:02:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d424217f8378d9f174edc9cd0904886902e51c7",
"body": null,
"is_bot": false,
"headline": "Change tests submodule URL to https",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-06-08T17:11:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41cdc9318d13515311475925d29b53fca324b9d9",
"body": "Now uses checkout v3.\nAlso changes submodule fetching to non-recursive.",
"is_bot": false,
"headline": "Update checkout actions for CI",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-06-08T06:39:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53b5134cbb99d1c27656a5341f61c511cc0d8ffd",
"body": "RawValue is now a struct with differing but similarly-named methods.\nRenamed Property to PropertyKey.\nAdded PropertyValue for parseable properties.\nChanged uses of ToString to Into<RawValue>.\nRestructured the module hierarchy to be flatter.",
"is_bot": false,
"headline": "Rewrite RawValue and Property",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-06-08T06:08:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62361f2ba860e9a98590f12f7cdd449e3b1db990",
"body": "Add dedicated Iter types\nAdd Properties::iter_mut\nChange Properties::iter to return RawValue values",
"is_bot": false,
"headline": "Rework iteration over Properties",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-06-04T16:54:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83d032ae3965daebedc129a031258f645ecf0a26",
"body": "The iterator returned by iter() now returns RawValue values.",
"is_bot": false,
"headline": "Rewrite internals of Properties",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-05-03T16:56:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c79eaf2126a1d0b3be2b05822b05256a75974f77",
"body": null,
"is_bot": false,
"headline": "Rename some Properties functions",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-03-29T03:23:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8412a9e4f94e297be59ce018e3c52cbbda46d19b",
"body": "This behavior doesn't fail the test suite.\nMaybe that should be an issue.",
"is_bot": false,
"headline": "Add more sensible behavior for [foo/]",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-03-08T18:33:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c5134139e8179fec1323bb6a176868df68fc5f8",
"body": "Fix license string in Cargo.toml.\nUse a separate markdown file for crate documentation.\nAdd badges to README.",
"is_bot": false,
"headline": "Finish prep for initial publication",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-03-07T19:55:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df77d4d227ec620c2e1ad79ec82f6d20f6be4f65",
"body": null,
"is_bot": false,
"headline": "Prevent some files from being packaged",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-03-07T19:28:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b343f0e5d0c373c630d9b600eede4fee19ca32ce",
"body": null,
"is_bot": false,
"headline": "Release 1.0.0-rc.1",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-03-07T19:09:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b937c73ab0a1f514ea75a20e27783f96a7f3298",
"body": null,
"is_bot": false,
"headline": "Format everything",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-03-07T18:45:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d210c67168a380ff4e3d402b3d86f66739689ceb",
"body": "Rust installations are now slimmer.\nAdded a job to run ec4rs-parse through the core test suite.",
"is_bot": false,
"headline": "Improve workflows",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-03-07T18:12:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "232d24226f64a5596b48aa4a68e7ffcde472d255",
"body": null,
"is_bot": false,
"headline": "Add core test suite as a submodule",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-03-07T17:34:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34124312324b4fa88b46c75a9b52d3a944aacce6",
"body": "ec4rs now fully passes the test suite. :hooray:",
"is_bot": false,
"headline": "Add legacy fallback behavior",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-03-07T09:03:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01a7bb98c71fed90bba776ca5c5c52b07c3a4123",
"body": "As of this commit, ec4rs passes the test suite except for one backward-compatibility test.",
"is_bot": false,
"headline": "Support the UTF-8 BOM",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-03-07T08:34:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb731905ab3b5dc7af27eba109700771a32a5c68",
"body": null,
"is_bot": false,
"headline": "Improve fallback behavior",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-03-07T08:18:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "678305a3d54b6cad8387d46931c6b92502c378bf",
"body": null,
"is_bot": false,
"headline": "Improve const-correctness",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-03-07T07:35:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f90341ad1c98340d20fcbe81ac3270bfc650d69",
"body": "Also deleted a file that survived way too long by mistake.",
"is_bot": false,
"headline": "Improve ec4rs::config_* function docs",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-03-07T07:34:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5794fcc08b93a624f64ab51ad3f2df550d40023",
"body": null,
"is_bot": false,
"headline": "Refine RawValue's interface",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-03-07T07:12:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "443e951caeb0a2f8b1c78eea9540b0d8e8355a58",
"body": null,
"is_bot": false,
"headline": "Add more flexible config file specification",
"author_name": "TheDaemoness",
"author_login": "TheDaemoness",
"committed_at": "2022-03-07T06:14:26Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 35,
"latest_release_at": "2025-04-19T14:55:11Z",
"latest_release_tag": "v1.2.0",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 10,
"days_since_latest_release": 458,
"mean_days_between_releases": 127
},
"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": [
{
"name": "ec4rs",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"editorconfig",
"config",
"parser-implementations"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/ec4rs",
"is_deprecated": false,
"latest_version": "1.2.0",
"repository_url": "https://github.com/TheDaemoness/ec4rs",
"versions_count": 8,
"total_downloads": 728187,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 52285,
"first_published_at": "2022-03-07T19:56:56.731273Z",
"latest_published_at": "2026-07-21T19:57:28.811531Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
},
{
"name": "ec4rs_glob",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/ec4rs_glob",
"is_deprecated": false,
"latest_version": "0.1.0",
"repository_url": "https://github.com/TheDaemoness/ec4rs",
"versions_count": 1,
"total_downloads": 0,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2026-07-21T19:57:08.195389Z",
"latest_published_at": "2026-07-21T19:57:08.195389Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 6,
"stars": 32,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2022-10-02",
"count": 1
},
{
"date": "2023-09-13",
"count": 1
},
{
"date": "2024-03-01",
"count": 1
},
{
"date": "2024-08-22",
"count": 1
},
{
"date": "2024-10-29",
"count": 1
},
{
"date": "2025-08-27",
"count": 1
}
],
"complete": true,
"collected": 6,
"total_forks": 6
},
"star_history": {
"days": [
{
"date": "2022-03-04",
"count": 1
},
{
"date": "2022-03-05",
"count": 1
},
{
"date": "2022-03-25",
"count": 1
},
{
"date": "2022-10-01",
"count": 1
},
{
"date": "2023-01-18",
"count": 1
},
{
"date": "2023-03-25",
"count": 1
},
{
"date": "2023-07-10",
"count": 1
},
{
"date": "2023-09-16",
"count": 1
},
{
"date": "2023-10-30",
"count": 1
},
{
"date": "2024-01-20",
"count": 1
},
{
"date": "2024-04-13",
"count": 1
},
{
"date": "2024-05-02",
"count": 1
},
{
"date": "2024-07-24",
"count": 1
},
{
"date": "2024-08-14",
"count": 1
},
{
"date": "2024-08-15",
"count": 1
},
{
"date": "2024-08-23",
"count": 1
},
{
"date": "2024-10-02",
"count": 1
},
{
"date": "2025-03-09",
"count": 1
},
{
"date": "2025-04-15",
"count": 1
},
{
"date": "2025-05-04",
"count": 1
},
{
"date": "2025-05-21",
"count": 1
},
{
"date": "2025-06-21",
"count": 2
},
{
"date": "2025-07-28",
"count": 1
},
{
"date": "2025-08-13",
"count": 1
},
{
"date": "2025-09-16",
"count": 1
},
{
"date": "2025-10-26",
"count": 1
},
{
"date": "2025-11-17",
"count": 1
},
{
"date": "2026-01-08",
"count": 1
},
{
"date": "2026-04-13",
"count": 1
},
{
"date": "2026-05-02",
"count": 1
},
{
"date": "2026-05-13",
"count": 1
}
],
"complete": true,
"collected": 32,
"total_stars": 32
},
"open_issues_and_prs": 3
},
"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": [
"Cargo.toml",
"glob/Cargo.toml",
"tools/Cargo.toml"
],
"largest_source_bytes": 11441,
"source_files_sampled": 36,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"glob/Cargo.toml",
"tools/Cargo.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"assessed_package": "crates:ec4rs@1.2.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "ec4rs_glob",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "globset",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.16"
},
{
"name": "unic-locale",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9.6"
},
{
"name": "ec4rs",
"manifest": "tools/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "semver",
"manifest": "tools/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "clap",
"manifest": "tools/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "clap",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "ec4rs_glob",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "globset",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "semver",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "unic-locale",
"direct": true,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 5,
"direct_count": 5,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 9,
"open_issues": 3,
"closed_ratio": 0.75,
"closed_issues": 9,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "TheDaemoness",
"commits": 167,
"avatar_url": "https://avatars.githubusercontent.com/u/5815194?v=4"
},
{
"type": "User",
"login": "kyle-rader-msft",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/126627085?v=4"
},
{
"type": "User",
"login": "charlietango558",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/22536234?v=4"
},
{
"type": "User",
"login": "zqianem",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/47396035?v=4"
},
{
"type": "User",
"login": "SomeoneToIgnore",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/2690773?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.965
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"check-ctest.yml",
"check-glob.yml",
"check-lib.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"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": null,
"reason": "no pull request found",
"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 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 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": 10,
"reason": "21 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10",
"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": "no SAST tool detected",
"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": "5ad5a16bc0069da83bd5d7e83ed47eed201f82b9",
"ran_at": "2026-07-21T21:13:48Z",
"aggregate_score": 4.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/TheDaemoness/ec4rs",
"host": "github.com",
"name": "ec4rs",
"owner": "TheDaemoness"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 53,
"vitality": 56,
"community": 49,
"governance": 58,
"engineering": 39
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 56,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"commits_last_year": 35,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 10
},
"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": "10/52 weeks with commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 10
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "35 commits in the last year",
"points": 14,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 35
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "21 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"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": 40,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v1.2.0",
"releases_from_tags": true,
"days_since_latest_release": 458,
"mean_days_between_releases": 127
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 458 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 458
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~127 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 127
}
}
],
"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": "at_risk",
"name": "Community & Adoption",
"value": 49,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"forks": 6,
"stars": 32,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "32 stars",
"points": 24.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 32
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "6 forks",
"points": 5.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 6
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"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 (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": 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
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"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": 79,
"inputs": {
"packages": [
"ec4rs",
"ec4rs_glob"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 728187,
"monthly_downloads": 52285
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "52,285 downloads/month across crates",
"points": 62.9,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 52285,
"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": 58,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.965
},
"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 96% of commits",
"points": 0.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 96
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"merged_prs": 9,
"open_issues": 3,
"closed_issues": 9,
"issue_closed_ratio": 0.75,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "75% of issues closed",
"points": 35.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 75
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "9/10 decided PRs merged",
"points": 34.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 9,
"decided": 10
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 54,
"inputs": {
"followers": 50,
"owner_type": "User",
"is_verified": null,
"owner_login": "TheDaemoness",
"public_repos": 17,
"account_age_days": 4647
},
"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": "50 followers of TheDaemoness",
"points": 12.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 50,
"login": "TheDaemoness"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "17 public repos, account ~12 yr old",
"points": 21.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 17
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"ec4rs",
"ec4rs_glob"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"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": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 39,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": true,
"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": 0,
"status": "missed",
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 53,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 41,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.1
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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": "21 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the crates:ec4rs@1.2.0 runtime dependency closure — what installing the published package pulls in — 1 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "crates:ec4rs@1.2.0",
"assessed": 1
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"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": "at_risk",
"name": "AI Readiness",
"value": 36,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.39,
"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": "39 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 20.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 39,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"glob/Cargo.toml",
"tools/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, glob/Cargo.toml, tools/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, glob/Cargo.toml, tools/Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"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": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 11441,
"source_files_sampled": 36,
"oversized_source_files": 0
},
"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": "0/36 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 36,
"oversized": 0
}
}
],
"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": [
"Could not fetch crates package 'ec4rs_tools' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-21T21:13:54.615054Z",
"schema_version": "0.23.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/TheDaemoness/ec4rs.svg",
"full_name": "TheDaemoness/ec4rs",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}