Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 4009,
"has_wiki": false,
"homepage": null,
"languages": {
"Rust": 2702423,
"Shell": 395
},
"pushed_at": "2026-07-29T20:42:58Z",
"created_at": "2018-12-14T18:49:14Z",
"owner_type": "Organization",
"updated_at": "2026-07-29T20:41:32Z",
"description": "Rust implementation of Amazon Ion",
"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": null,
"type": "Organization",
"login": "amazon-ion",
"company": null,
"location": null,
"followers": 50,
"avatar_url": "https://avatars.githubusercontent.com/u/105071691?v=4",
"created_at": "2022-05-06T16:58:03Z",
"is_verified": null,
"public_repos": 36,
"account_age_days": 1545
},
"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.0.1",
"kind": "patch",
"published_at": "2026-07-29T20:42:58Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-06-25T18:31:45Z"
},
{
"tag": "v1.0.0-rc.12",
"kind": "prerelease",
"published_at": "2026-05-15T19:53:26Z"
},
{
"tag": "v1.0.0-rc.11",
"kind": "prerelease",
"published_at": "2025-01-09T21:22:00Z"
},
{
"tag": "v1.0.0-rc.10",
"kind": "prerelease",
"published_at": "2024-12-13T21:30:10Z"
},
{
"tag": "v1.0.0-rc.9",
"kind": "prerelease",
"published_at": "2024-11-06T22:30:02Z"
},
{
"tag": "v1.0.0-rc.8",
"kind": "prerelease",
"published_at": "2024-10-14T16:33:08Z"
},
{
"tag": "v1.0.0-rc.7",
"kind": "prerelease",
"published_at": "2024-08-23T19:13:14Z"
},
{
"tag": "v1.0.0-rc.6",
"kind": "prerelease",
"published_at": "2024-06-06T17:18:24Z"
},
{
"tag": "v1.0.0-rc.5",
"kind": "prerelease",
"published_at": "2024-06-03T16:13:21Z"
},
{
"tag": "v1.0.0-rc.4",
"kind": "prerelease",
"published_at": "2024-05-31T20:06:04Z"
},
{
"tag": "v1.0.0-rc.3",
"kind": "prerelease",
"published_at": "2024-02-26T17:29:16Z"
},
{
"tag": "v1.0.0-rc.2",
"kind": "prerelease",
"published_at": "2024-02-08T17:20:45Z"
},
{
"tag": "v1.0.0-rc.1",
"kind": "prerelease",
"published_at": "2023-07-19T21:59:14Z"
},
{
"tag": "v0.18.1",
"kind": "patch",
"published_at": "2023-06-09T21:20:27Z"
},
{
"tag": "v0.18.0",
"kind": "minor",
"published_at": "2023-06-09T19:26:07Z"
},
{
"tag": "v0.17.0",
"kind": "minor",
"published_at": "2023-04-19T20:41:28Z"
},
{
"tag": "v0.16.0",
"kind": "minor",
"published_at": "2023-03-18T02:38:11Z"
},
{
"tag": "v0.15.0",
"kind": "minor",
"published_at": "2022-12-29T23:14:36Z"
},
{
"tag": "v0.14.0",
"kind": "minor",
"published_at": "2022-10-13T20:51:57Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2022-09-02T16:41:49Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2022-07-06T17:07:11Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2022-05-29T00:22:49Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2022-05-17T19:24:34Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2022-05-02T14:46:40Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2022-01-10T20:28:05Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2021-12-09T20:47:16Z"
}
],
"recent_commits": [
{
"oid": "fb3610386c193366c9cd6d2ca0d8bafadca750cc",
"body": null,
"is_bot": false,
"headline": "Version bump to v1.0.1 (#1032)",
"author_name": "Matthew Pope",
"author_login": "popematt",
"committed_at": "2026-07-29T20:41:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb0a1e540413eec2ce9d1ff47bef2959323f692b",
"body": "…ing (#1031)\n\nThe `rfind` reverse scan in `calculate_location_for_span` was O(rows)\nper lookup, making `Element::read_all` on multi-row text input\nO(rows × values). Two changes fix this:\n\n- Hoist `lazy_value.location()` above `read()` in\n `TryFrom<LazyValue> for Element` so queries arrive in ascend\n[…]\n `partition_point` (O(log rows)) for out-of-order\n callers.\n\nAdds a criterion throughput benchmark (`text_location_throughput`)\nwith in-process generated integer inputs for the controlled\ncomparison.",
"is_bot": false,
"headline": "perf(location): eliminate quadratic row lookup in text location track…",
"author_name": "Matthew Pope",
"author_login": "popematt",
"committed_at": "2026-07-29T16:48:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "49bd72b2e9400e2568fbdbd381d581a8a350c454",
"body": null,
"is_bot": false,
"headline": "fix clippy violations (#1030)",
"author_name": "Matthew Pope",
"author_login": "popematt",
"committed_at": "2026-07-27T23:51:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af150627c4be9d3ae7efc8f56b127791504fb393",
"body": null,
"is_bot": false,
"headline": "Version bump to v1.0.0 (#1029)",
"author_name": "Matthew Pope",
"author_login": "popematt",
"committed_at": "2026-06-23T16:44:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a392c6fee4961877b4e76c1751a4ae9be650cad",
"body": "`Element`'s `Eq` impl violated reflexivity because `Value::Float` uses\nstandard `f64` semantics where `NaN != NaN`. Remove `Eq` from `Element`,\n`Sequence`, `List`, `SExp`, and `Struct`.\n\nFix `Struct`'s `PartialEq` to use `==` instead of `ion_eq` for field\ncomparison, and fix a multiset matching bug where duplicate field values\ncould all match the same target value. `IonEq for Struct` now\nindependently uses `ion_eq` for field comparison.",
"is_bot": false,
"headline": "fix: remove `Eq` from `Element` and fix `Struct` equality (#1028)",
"author_name": "Matthew Pope",
"author_login": "popematt",
"committed_at": "2026-06-19T19:00:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f57dceeb798f3236f7b0b09ff76b13912ab75dec",
"body": "* fix: reduce public API surface for v1.0 stabilization\n\nGate items behind feature flags, remove vestigial types, fix\nun-nameable types in public signatures, and clean up re-exports.\n\n- Gate `AnyEncoding`, `ElementReader`, `ElementWriter`, `SymbolId`,\n `Catalog`, `EmptyCatalog`, `MapCatalog`, `Shar\n[…]\n arithmetic trait impls from `Int`, `UInt`, and `Decimal`\n* fix: gate chrono conversions behind `experimental-chrono` feature\n* chore: deny warnings in CI and fix warnings for all features and targets",
"is_bot": false,
"headline": "Clean up public API for v1.0.0 release (#1024)",
"author_name": "Matthew Pope",
"author_login": "popematt",
"committed_at": "2026-06-11T19:28:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2b0df7f647b2e185241e9205e35fa7575747f1d4",
"body": null,
"is_bot": false,
"headline": "Add regression test for IVM resetting the encoding context (#1022)",
"author_name": "Matthew Pope",
"author_login": "popematt",
"committed_at": "2026-05-14T19:57:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "235fc0307f5df077305b712ff23ec16d4b5a2edc",
"body": null,
"is_bot": false,
"headline": "fix: write annotations for all value types in serde serializer (#1023)",
"author_name": "Matthew Pope",
"author_login": "popematt",
"committed_at": "2026-05-14T19:31:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96d4ff5259b5d025789dcfff26ad5113cecdd8e1",
"body": null,
"is_bot": false,
"headline": "Version bump to v1.0.0-rc.12 (#1021)",
"author_name": "Matthew Pope",
"author_login": "popematt",
"committed_at": "2026-05-11T23:02:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0afce6116714cb580064cc7e4b9688147d4ab330",
"body": "…s (#1019)",
"is_bot": false,
"headline": "Add support for arbitrary precision integers, decimals, and timestamp…",
"author_name": "Matthew Pope",
"author_login": "popematt",
"committed_at": "2026-05-11T20:53:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d18d2bcd39a3eb37ed2c049cd389e907c85aaba6",
"body": "* fix: correctly parse `i128::MIN` from text Ion\n\nThe text Ion parser rejected `i128::MIN` (`-170141183460469231731687303715884105728`)\nas out of range, even though it is a valid `i128` value. This happened because the\nparser stripped the sign, parsed the magnitude as `i128`, then negated. Since the\n[…]\n8` boundary parsing\n\nAdd `read_ints_overflow` test to verify the parser correctly rejects\nintegers outside the `i128` range:\n- `i128::MAX + 1` (positive overflow)\n- `i128::MIN - 1` (negative overflow)",
"is_bot": false,
"headline": "fix: correctly parse `i128::MIN` from text Ion (#1018)",
"author_name": "Almann Goo",
"author_login": "almann",
"committed_at": "2026-01-06T15:25:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bbcd84c28a494a2f6397d974d840651242fea25a",
"body": "- Add `#[allow(unreachable_code)]` to `ValueWriter` impl for `Never`\n type, since the `delegate_value_writer_to_self!()` macro generates\n code the compiler correctly identifies as unreachable for this\n uninhabited type\n\n- Replace manual `Default` impl for `EvaluatorState` with\n `#[derive(Default)]` and `#[default]` attribute on `Empty` variant\n to satisfy `clippy::derivable_impls`\n\n- Remove unused imports (`ion_list`, `ion_sexp`, `ion_struct`) from\n test module in `src/element/builders.rs`",
"is_bot": false,
"headline": "fix: resolve clippy warnings from Rust toolchain update (#1017)",
"author_name": "Almann Goo",
"author_login": "almann",
"committed_at": "2026-01-05T14:19:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a83ec95b2bb4658ac1e8f5b8c454edbf8566f74d",
"body": "* Update github actions and migrate rust actions to a maintained set of actions\n\n* Address issue with OS name handling and job filtering on OS name\n\n* Revert OS change; misunderstood\n\n* Disable -D warnings\n\n* Remove -D warnings, from miri tests\n\n* Lock generic-array version to 0.14.7 to workaround deprecation warnings",
"is_bot": false,
"headline": "GH actions Maintenance (#1006)",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-10-13T23:07:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "803500c2ead06c3c5059ae8fc9c4cbf3de385cee",
"body": null,
"is_bot": false,
"headline": "rustfmt pass to appease rustfmt CI/CD check (#1008)",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-10-13T21:23:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3aaccc360bf06b8e5fb2a11dd0ed7bc482f90275",
"body": "* Move typed null handling from ion_type() to read_null() methods\n\n* Removed read_null\n\n* Fix ion_type() to correctly return typed null types in Ion 1.1 binary\n\n---------\n\nCo-authored-by: Shaurya Dwivedi <shauvy@amazon.com>",
"is_bot": false,
"headline": "Move typed null handling from ion_type() to read_null() methods (#1004)",
"author_name": "Shaurya Dwivedi",
"author_login": "Shaurya0108",
"committed_at": "2025-10-02T19:58:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4079473235760b4074639ce318d7e1197450fe78",
"body": "* Both Element and &Element implement WriteAsIon now\n\n* Added tests for element implementation\n\n* Updated tests for codecov\n\n* Changed tests for better coverage\n\n---------\n\nCo-authored-by: Shaurya Dwivedi <shauvy@amazon.com>",
"is_bot": false,
"headline": "Both `Element` and `&Element` implement `WriteAsIon` now (#1003)",
"author_name": "Shaurya Dwivedi",
"author_login": "Shaurya0108",
"committed_at": "2025-10-01T17:44:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "338e7b141d99246c42b217e7ea3a14f69e916021",
"body": "* Added basic u64 functions and updated gitignore\n\n* Added tests for Int-u64\n\n---------\n\nCo-authored-by: Shaurya Dwivedi <shauvy@amazon.com>",
"is_bot": false,
"headline": "Added u64 integer methods (#1002)",
"author_name": "Shaurya Dwivedi",
"author_login": "Shaurya0108",
"committed_at": "2025-09-30T20:57:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c25f9d71ee1335c8f0e78b1ce9f4c15972a3293",
"body": null,
"is_bot": false,
"headline": "Swapped to write scale then coefficient for long timestamps (#999)",
"author_name": "Shaurya Dwivedi",
"author_login": "Shaurya0108",
"committed_at": "2025-09-26T20:04:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3fe5ca2c5ddf342e5b0bd7950986f3639d92e5d",
"body": "Co-authored-by: Shaurya Dwivedi <shauvy@amazon.com>",
"is_bot": false,
"headline": "Removed unused variant access code (#1001)",
"author_name": "Shaurya Dwivedi",
"author_login": "Shaurya0108",
"committed_at": "2025-09-26T19:50:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe9e48d73eea08eed4e0073d400af78a895acdba",
"body": "…ns (#998)",
"is_bot": false,
"headline": "Add documentation for the byod benchmark and describe known limitatio…",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-09-25T23:38:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13e9aa03093a4775f1890cd455e32a9cdc924ffb",
"body": "* Add 'bring your own data' benchmark\n\n* Wire up configuration of field name encoding; configure the rest of symbol inline/reference benchmarks",
"is_bot": false,
"headline": "Add 'bring your own data' benchmark (#994)",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-09-10T06:23:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcc7eb12bda8a81f8d125e15cbad1d4576345e76",
"body": "* Implement uint8 tagless encoding\n\n* Address clippy; bit of clean up\n\n* Add BinaryEExpParameterValueWriter to handle tracking parameter types and prepare for safe e-group writer\n\n* Cleanup error reporting and simplify match branches\n\n* Address typo and remove print\n\n* Add implementation for remaining tagless uints\n\n* Fix error text to include correct byte size\n\n* Address feedback; eliminate redundancy by refactoring how encoding is mapped to byte-size\n\n* Address clippy feedback",
"is_bot": false,
"headline": "Implement remaining tagless uints (#993)",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-09-08T18:44:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62a7af82b3613d385a0d5fc67c87f066d4074772",
"body": "…#992)\n\n* Implement uint8 tagless encoding\n\n* Address clippy; bit of clean up\n\n* Add BinaryEExpParameterValueWriter to handle tracking parameter types and prepare for safe e-group writer\n\n* Cleanup error reporting and simplify match branches\n\n* Address typo and remove print\n\n* Remove commented code; validation is handled in the underlying parameter writer",
"is_bot": false,
"headline": "Add support for tagless types in binary writer through standard API (…",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-08-08T00:05:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9545798f0549fa8239bdff3d9e60fe6e2072ff22",
"body": "* Implement uint8 tagless encoding\n\n* Address clippy; bit of clean up",
"is_bot": false,
"headline": "Implement uint8 tagless encoding (#991)",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-08-06T22:40:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23e381a7b9cb4063854a12d89f35eff1b27aebcd",
"body": "* Implement make_timestamp system macro\n\n* Add trunc and fract to Decimal and migrate make_timestamp to use that for fractional seconds\n\n* Update comment; Return error, even though it shouldn't be reachable\n\n* Add comment to fract\n\n* Fix decimal handling of whole seconds; add test case\n\n* Remove unu\n[…]\ntampBuilderWrapper, and remove range checks\n\n* Read month as u32, instead of i64 and downconverting\n\n* Document signed-zero behaviors and address unguarded unwrap when handling zero value coefficients",
"is_bot": false,
"headline": "Implement system macro make_timestamp (#988)",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-07-17T00:21:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cddbbacd4f1f86b85256aa026870e9a52579a3e0",
"body": null,
"is_bot": false,
"headline": "Add feature for bigdecimal integration (#990)",
"author_name": "Josh Pschorr",
"author_login": "jpschorr",
"committed_at": "2025-07-16T00:24:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ed9ca55b824ab9aa4f95efee4ca6dd9fc1c4c04",
"body": "* Implement conversions to/from BigDecimal for Decimal\n\n* Loosen bigdecimal version requirements",
"is_bot": false,
"headline": "Implement conversions to/from BigDecimal for Decimal (#989)",
"author_name": "Joshua Barr",
"author_login": "jobarr-amzn",
"committed_at": "2025-07-14T21:49:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79d6e0532a2d9a3fb996c51db3befd15367c4b68",
"body": "* Implement system macro make_decimal\n\n* Address PR feedback",
"is_bot": false,
"headline": "Implement system macro make_decimal (#986)",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-07-02T21:11:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f030094624f2815974f4ccda6c5da080fb9c693",
"body": "* Implement delta system macro\n\n* Tidy up; add comments\n\n* Remove unused field\n\n* Simplify delta macro implementation a bit, add arg-type tests\n\n* Remove encoding context from delta macro expander, and provide it on-next\n\n* Fix delta macro not supporting single encoding of variadic arguments in bina\n[…]\n stream arg in expected test values\n\nCo-authored-by: Joshua Barr <70981087+jobarr-amzn@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Joshua Barr <70981087+jobarr-amzn@users.noreply.github.com>",
"is_bot": false,
"headline": "Implement delta system macro. (#981)",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-07-02T20:48:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3c793baafd0141070303932ccc44c3f120d57880",
"body": "* Add support for nested variant types\n\n* Add unit tests for primitive values\n\n* Add float tests, and tests for blob encoding\n\n* Update blob test to validate deserializer\n\n* Tighten up blob test to be more direct; trying to eliminate untested lines in codecov\n\n* Address PR feedback\n\n* Address PR feedback",
"is_bot": false,
"headline": "Add support for nested variant types (#983)",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-07-01T23:50:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e010fd41152b593f4859c7c134dec8656e9f6491",
"body": null,
"is_bot": false,
"headline": "Remove all but one test from skiplist for data_model/decimal.ion (#984)",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-06-30T23:54:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6307cf7b9faad26b3dcc1bb525606921f0afd7c0",
"body": "* Address new clippy lints for inline format\n\n* Remove unintended code",
"is_bot": false,
"headline": "Address new clippy lints for inline format (#987)",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-06-30T22:48:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4749ea61c09d801c7c69a2735e6a95e0218d4e9",
"body": null,
"is_bot": false,
"headline": "Do not allow incomplete errors during top-level comment parsing (#982)",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-06-25T19:41:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaeb84686ea31c967946c671317b4bd532b320b4",
"body": "* Implement sum system macro\n\n* Remove sum.ion from the skip-list\n\n* Address empty and multi-values in unit tests, and argument processing",
"is_bot": false,
"headline": "Implement sum system macro (#980)",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-06-20T00:10:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98d06df8054da9022ca9bcd6f53afc9e84d31161",
"body": "* Update skiplist for default system macro; and remove repeat in prep for implementation\n\n* Implement repeat system macro\n\n* Remove debug prints\n\n* Add unit tests for repeat sys macro; tidy up a little\n\n* Fix argument iterator end case (even though it's not used), and add unit test to verify empty rest arg\n\n* Simplify RepeatExpander; Address Ion Equality test",
"is_bot": false,
"headline": "Implement `repeat` system macro. (#979)",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-06-19T21:40:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51edecc32fa7334dda2eb84f54119a4dc903bc17",
"body": "* Implement symtab clause for conformance DSL\n\n* Add unit test for symtab at the document level",
"is_bot": false,
"headline": "Implement symtab clause for conformance DSL (#977)",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-06-19T20:04:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2a965de56f305f7f3a78d5e9d027516bb44970f",
"body": "* Implement conformance DSL's annot clause for denotes\n\n* Address clippy errors",
"is_bot": false,
"headline": "Implement conformance DSL's annot clause for denotes (#976)",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-06-12T21:43:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a351cb4e915e37e0a8aea85f1c9403e7b4e1ce7",
"body": "* Add expression group transcription to conformance DSL\n\n* Document reason for skip",
"is_bot": false,
"headline": "Add expression group transcription to conformance DSL (#975)",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-06-12T20:05:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c55a796cedd549ad7cec7d4546beea14db9c3cd1",
"body": "* Remove recently deleted conformance tests from the skip-list; add test that can check for future removals\n\n* Remove unused std::fs import\n\n* Address clippy issue",
"is_bot": false,
"headline": "chore: skiplist maintenance (#974)",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-06-06T23:46:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7632ea7ad74fe61c9f5ae7fcc3924b53f70e3012",
"body": null,
"is_bot": false,
"headline": "Update ion-tests and conformance test skip-list (#973)",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-06-05T22:35:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74cca994fd3b270f6b20c1337920cddb2e659ffa",
"body": null,
"is_bot": false,
"headline": "Adds guard rails to ApplicationEExpWriter (#968)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2025-06-04T16:44:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5fa650904eca6e5bd3a9d3a265a904a0fc893e6",
"body": "* Implement Sub for Int\n\n* cargo fmt",
"is_bot": false,
"headline": "Implement Sub for Int (#969)",
"author_name": "Joshua Barr",
"author_login": "jobarr-amzn",
"committed_at": "2025-05-31T04:57:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8935e5c98c8f100784ed3f205b5589a943452bfe",
"body": "* Split `WriterContext` into separate macros, symbols fields\n\nBecause new symbols can be added to the symbol table at any depth,\neach value writer needs to hold a mutable reference to the symbol table.\n\nBecause the ApplicationEExpWriter needs to hold information about the\nmacro being invoked, it nee\n[…]\nf the symbol and macro tables both\nreside in the same structure.\n\nThis commit splits the unified `WriterContext` into separate references.\n\n* Update ApplicationEExpWriter to resolve macro IDs up-front",
"is_bot": false,
"headline": "Adds initial guard rails to the `ApplicationEExpWriter` (#965)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2025-05-12T21:59:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "721ce941856df4f8ce66e897396b5b868342a06a",
"body": "* Reworks logic for FlexUInt::read\n* Replace old logic for decoding 9- and 10-byte FlexUInts",
"is_bot": false,
"headline": "Simplify `FlexUInt::read` (#964)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2025-05-06T18:47:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cfe5ce9fd7ae6ee788f5694868f28594d0820f8",
"body": "…inking (#963)\n\n* Improve inlining for int reading\n* Shrink binary 1.1 literals by removing redundant 'context' field\n* Refactor parser for binary 1.1 sequence values\n* Fields store a bump-allocated value reference, not a full value\n* Extract `next_field` logic for `make_struct` into a helper method\n* Macro evaluator cleanup",
"is_bot": false,
"headline": "Binary 1.1 optimizations including Improved inlining, type layout shr…",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2025-05-06T18:42:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84d77d3782928fd8297dd96aecbca230d02428a4",
"body": "* Make special case parsing logic for ints 1-3 bytes in length\n* Special case for the empty slice\n* Explain number of special cases\n\nCo-authored-by: Joshua Barr <70981087+jobarr-amzn@users.noreply.github.com>",
"is_bot": false,
"headline": "Make special case parsing logic for ints 1-3 bytes in length (#962)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2025-04-30T15:35:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1a98350fe60fe3460827a92afaee4312e416273",
"body": "* Make special case parsing logic for ints 1-3 bytes in length\n* Special case for the empty slice",
"is_bot": false,
"headline": "Make special case parsing logic for ints 1-3 bytes in length (#962)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2025-04-30T14:28:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52ac799f1819a2923ae67753eb739078c3201431",
"body": "Shrinks `Decimal` from 48 bytes to 32 bytes.",
"is_bot": false,
"headline": "Optimize the layout of `Decimal` (#961)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2025-04-29T08:37:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6877f80cf34a60abe2ec6d3e338f1eba5f0f6a52",
"body": null,
"is_bot": false,
"headline": "Bump-allocates Binary 1.0 values (#960)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2025-04-28T18:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "258fde1b5a47937f6608bee87cbd1db2e80ff5b2",
"body": null,
"is_bot": false,
"headline": "Fixes clippy warnings. (#959)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2025-04-25T21:44:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9eeffa3176009e692375d6616dd1dca09f5ecc83",
"body": null,
"is_bot": false,
"headline": "Writer::flush now also flushes underlying sink (#958)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2025-04-25T20:56:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2241e937d00a0be6ece1bb5ab4491cf4ebe37d0e",
"body": null,
"is_bot": false,
"headline": "Fix #955 by removing support for cr-only line endings (#957)",
"author_name": "Matthew Pope",
"author_login": "popematt",
"committed_at": "2025-04-18T14:51:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03262927e2928df8cbacdaabedba45f0c4ef6d6b",
"body": null,
"is_bot": false,
"headline": "Stop providing misleading row/column locations for binary Ion (#956)",
"author_name": "Matthew Pope",
"author_login": "popematt",
"committed_at": "2025-04-17T18:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "138ed13a80323cecf8d07d34c65200d30c2f67d5",
"body": null,
"is_bot": false,
"headline": "Fixes location metadata to support nested values (#952)",
"author_name": "Matthew Pope",
"author_login": "popematt",
"committed_at": "2025-04-10T19:46:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "039e6fa6a6c1a4a801f8259c1cc6bee2aad88def",
"body": null,
"is_bot": false,
"headline": "Clippy and rustfmt fixes (#950)",
"author_name": "Matthew Pope",
"author_login": "popematt",
"committed_at": "2025-04-09T16:06:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c197607bd2c3628725493a06f25cf4c7a4b395a6",
"body": null,
"is_bot": false,
"headline": "Adds implementation of `SourceLocation` (#949)",
"author_name": "Khushboo",
"author_login": "desaikd",
"committed_at": "2025-04-08T21:50:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4485f56089cd2b5645799f0dfcab8b4926d9c2c",
"body": null,
"is_bot": false,
"headline": "Adds location metadata support for `Element` API (#947)",
"author_name": "Khushboo",
"author_login": "desaikd",
"committed_at": "2025-04-02T19:42:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fd8468b0b55c0fb206249f2c103307390af3352",
"body": "…DSL fragment rendering. (#940)\n\n* Reset encoding context when IVM encountered regardless of position and version\n\n* Refactor fragment rendering to use a single writer for maintaining a single encoding context\n\n* Address rust fmt and clippy issues",
"is_bot": false,
"headline": "Reset encoding context whenever IVM encountered & update conformance …",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-04-02T18:37:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec59269f1925c363aa2773b3188c1ae90f4686ba",
"body": "* Removes old implementation of location calculation in text buffer\n* Removes feature flag `lazy-source-location`",
"is_bot": false,
"headline": "Removes old location calculation from buffer and feature flag (#945)",
"author_name": "Khushboo",
"author_login": "desaikd",
"committed_at": "2025-04-01T18:06:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7298b5b35d45a1e15701e5de3f555e766b54311d",
"body": "* Renames Macro -> MacroDef\n* Stubs out ExprGroupWriter, impl WriteAsIon for TemplateMacroRef\n* Enables `Writer` to compile macros and add them to the default module\n* Introduces `MacroIdLike` trait that allows `&Macro`, addresses, and names to be used for writing E-exps.\n* Updates `write_log_events` to use managed writer\n* Improves documentation for the `write_log_events` example",
"is_bot": false,
"headline": "Adds high-level Writer API for defining macros (#938)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2025-03-31T15:42:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbcf8cbfcbd2c325966b663cc26dc3e25843ea94",
"body": null,
"is_bot": false,
"headline": "Cargo fmt fixes",
"author_name": "Matthew Pope",
"author_login": "popematt",
"committed_at": "2025-03-28T19:55:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "384645607c1091121e446247dfc1e5273ad9df3f",
"body": null,
"is_bot": false,
"headline": "Implement AsRef<Element> for Element",
"author_name": "Matthew Pope",
"author_login": "popematt",
"committed_at": "2025-03-28T19:55:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "723ba1ca097246267718eb1df212d139e97f3e46",
"body": "* Adds `lazzy-soucre-location` feature flag\n* Adds `row` and `prev_newline_offset` for `IonSlice` and `IonStream`\n* Adds unit tests for `IonSlice` and `IonStream`",
"is_bot": false,
"headline": "Adds location metadata to `LazyValue` and unit tests (#941)",
"author_name": "Khushboo",
"author_login": "desaikd",
"committed_at": "2025-03-27T21:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "425828c4816e264b9b95c57e556d7e147e05fd43",
"body": "…p invocations (#932)",
"is_bot": false,
"headline": "Handle eexp invocation transcription for arguemnts of transcribed eex…",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-03-07T21:23:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a019631e9383e970a75d404ec0891f580f95d608",
"body": "…list with more error descriptions (#930)",
"is_bot": false,
"headline": "Fix parsing of documents with multiple extension clauses; update skip…",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-03-07T20:58:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51d5be2bf31df0e6ab581a549b06cb3b9ef8a5b1",
"body": "…t files. (#926)\n\n* Extend conformance test skip list to allow individual tests to be skipped\n\n* Update tests/conformance_tests.rs\n\nCo-authored-by: Zack Slayton <zack.slayton@gmail.com>\n\n---------\n\nCo-authored-by: Zack Slayton <zack.slayton@gmail.com>",
"is_bot": false,
"headline": "Extend the conformance test skip list to allow skipping tests not jus…",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-03-06T22:08:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3310f4605f074851fe34ce9752cb6f2b36865cd8",
"body": "* Adds IonDataHash to enable Hash for IonData\n* Renames IonOrd -> IonDataOrd",
"is_bot": false,
"headline": "Adds IonDataHash to enable Hash for IonData (#927)",
"author_name": "Matthew Pope",
"author_login": "popematt",
"committed_at": "2025-03-06T18:59:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8eafc36981414d5fe9f115934d9b8c74714fed94",
"body": "* Comment fixes",
"is_bot": false,
"headline": "Re-enables dead code lint (#924)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2025-03-04T17:25:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39b26a470fc83de87b8f6c645395c67ec42d86b7",
"body": null,
"is_bot": false,
"headline": "Makes Symbol::static_text a const fn (#923)",
"author_name": "Matthew Pope",
"author_login": "popematt",
"committed_at": "2025-03-03T22:06:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72ba68146b5af1812c1bea728b97639db84a12b6",
"body": "…eparated (#919)",
"is_bot": false,
"headline": "Add spacing to e-exp starting delimiter to ensure first argument is s…",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-03-03T21:04:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edf232140c55593078a24a469b16223d276aa951",
"body": "* Renames `immutable_buffer.rs` files to `binary_buffer.rs`\n* `EncodingContext` components are now `Rc<_>`\n* Adds shareable `IoBuffer` w/o lifetime\n* Remove lifetime from `TextEncoding` trait\n* Re-use `Span` in `TextBuffer`",
"is_bot": false,
"headline": "Introduces a `LazyElement` API (#918)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2025-03-03T15:32:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f79103bc403a3bb44b3a73ef3400c7b27127f140",
"body": "* Move conformance dsl unit tests to conformance dsl module; add unit test for e-exp invocation transcription\n\n* Default to text format if no format specified\n\n* Implement eexp invocation transcription with raw numeric and text IDs; needs lookup to support text ids for binary",
"is_bot": false,
"headline": "Implement macro invocation transcription (#915)",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-02-27T23:54:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cacaf6fdc4e7e87c478fcb5d7afa3c91047c8bea",
"body": "* Add skip list to conformance tests; add panic handling and ion output to conformance cli\n\n* Remove commented code\n\n* Add hacky path separator adjustment to handle windows paths\n\n* Address PR feedback; use recursive globbing for tests, rename PlainReporter",
"is_bot": false,
"headline": "Update ion-tests and start cataloging conformance issues. (#911)",
"author_name": "Richard Giliam",
"author_login": "nirosys",
"committed_at": "2025-02-26T01:20:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f92f2d8dcd707cd0d2684bfb8b122b09cb2257bf",
"body": "* Implement WriteAsIon for IonData\n* Fix clippy warning in ion-hash TypeQualifier",
"is_bot": false,
"headline": "Implement WriteAsIon for IonData (#913)",
"author_name": "Matthew Pope",
"author_login": "popematt",
"committed_at": "2025-02-25T23:45:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28b8db76d3632d3f9050acf78ade3aa77ddda8ac",
"body": null,
"is_bot": false,
"headline": "Adds source-location feature flag (#910)",
"author_name": "Khushboo",
"author_login": "desaikd",
"committed_at": "2025-02-19T20:15:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7c30d4542dff8d530faa43283c1033138171c92",
"body": null,
"is_bot": false,
"headline": "Adds location information to text buffer (#905)",
"author_name": "Khushboo",
"author_login": "desaikd",
"committed_at": "2025-02-18T22:55:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a34f51f1e4438402b2e200d476a61ce859cf7f1f",
"body": "Fixes #900",
"is_bot": false,
"headline": "Don't escape / in pretty-printed strings (#901)",
"author_name": "Joshua Barr",
"author_login": "jobarr-amzn",
"committed_at": "2025-01-22T16:03:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53561b45ee6cbaae9a3173ba0c1f6eedf0bb2061",
"body": null,
"is_bot": false,
"headline": "Improved text reader error reporting (#897)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2025-01-16T20:15:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8f169c2faa9b840cbd0cc82836eca13aac43ed5",
"body": null,
"is_bot": false,
"headline": "Version bump to v1.0.0-rc.11 (#895)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2025-01-09T21:20:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab0ada4a23ad7c0ad5d0fdaf21a3d70302f1aad1",
"body": null,
"is_bot": false,
"headline": "Statically computes text value kind lookup table (#894)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2025-01-09T21:12:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "094376690d828ca2aef5f037c5d7e55ca1d657ee",
"body": "* Migrated to winnow@0.6\n* inlines some hot parsers\n* Removes special cases for incompleteness detection\n* `match_value` now uses `dispatch!` instead of `alt`\n* Added macro to define mappings from MatchedValue to LazyRawTextValue\n* Adds text version-agnostic container parsers\n* Removes lots of versi\n[…]\nnd structs generic over Ion version\n* Removes skip list for incompletness checking.\n* Removes some `unsafe` usages from `StreamingRawReader`\n* Makes `IonDataSource::is_streaming()` an associated const",
"is_bot": false,
"headline": "Overhaul the text parsers, port from `nom` to `winnow` (#892)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2025-01-09T18:02:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "46cc6b2fff3c98ca5203bc1019572703cdf6ed42",
"body": "Co-authored-by: Zack Slayton <zslayton@amazon.com>",
"is_bot": false,
"headline": "Add deconstructing conversions for owned Elements (#890)",
"author_name": "Josh Pschorr",
"author_login": "jpschorr",
"committed_at": "2025-01-03T21:02:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54b16d800031b0162f94ea4ac341f4e5bbaeab9f",
"body": "* Records which variable produced each expr\n* Rename UnexpandedField to FieldSource\n* Adds iterator over struct field expressions _and_ expansions\n* Adds iterators over `ValueExpr` in a list or sexp\n* Renames `FieldSource` to `FieldExpr`\n* Additional tooling methods for binary encoded values",
"is_bot": false,
"headline": "Container tooling (#885)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2025-01-03T20:59:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75b0763ecdb7fa91d4be16f0eb5c4ce57fc582e3",
"body": "…b (#889)\n\n* Makes Writer symbol table experimentally pub\n* Makes AnnotatableWriter experimentally pub\n* Clippy suggestions RE: variant name prefixes",
"is_bot": false,
"headline": "Makes `AnnotatableWriter` and writer's symbol table experimentally pu…",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2024-12-28T02:54:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e0d2724dc2b8706e75b08d25aa16a11d24f0f58",
"body": "* Support for unqualified macro addresses in TDL\r\n\r\n* Remove unused methods",
"is_bot": false,
"headline": "Support for unqualified macro addresses in TDL (#883)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2024-12-16T20:03:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6654ed5bc6855f327827eceb57dcbcfc9411744f",
"body": null,
"is_bot": false,
"headline": "Defining `flatten` no longer requires special treatment (#882)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2024-12-16T16:51:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8366d0e6f234ce9096f582d99eca1dd3967cbfea",
"body": null,
"is_bot": false,
"headline": "Expose EExpArgGroup and related types, version bump (#881)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2024-12-13T21:27:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d55483e7619c254dd11f4caa1d0dde75c6f630c6",
"body": "* Update ion-tests to main\n* Rename `bytes` fragment to `binary`\n* Allow `(denotes (Null))` w/o type, defaulting to null.null",
"is_bot": false,
"headline": "Updates `ion-tests`, conformance test runner bugfixes (#880)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2024-12-13T18:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df7ba6c21b24bb2e4993ef92ca15cbbbff325747",
"body": null,
"is_bot": false,
"headline": "Restacks the 1.1 system symbol and macro tables (#879)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2024-12-11T21:57:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd97f5d67eb76a6974c776fddd0e17a86f86a0f4",
"body": null,
"is_bot": false,
"headline": "Implements the `make_field` system macro (#878)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2024-12-11T21:12:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ac3e7890da8a2f37afe4badf033d7dc5d7bb4d8",
"body": "…#877)",
"is_bot": false,
"headline": "List and SExp now impl From<Vec<Element>> and FromIterator<Element> (…",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2024-12-11T17:04:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2413aef5f93ab684a3b7478047b2238781a2ef3",
"body": null,
"is_bot": false,
"headline": "Implements `make_struct` (#876)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2024-12-11T16:56:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c768650f0ef5dc246be0fd2e719859a0f06a629",
"body": "---------\n\nCo-authored-by: Joshua Barr <70981087+jobarr-amzn@users.noreply.github.com>",
"is_bot": false,
"headline": "Implements `if_none` and friends (#875)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2024-12-11T12:44:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a0425f875c360410ef17fdbfd6c610d9bf1de02",
"body": null,
"is_bot": false,
"headline": "Implements `flatten`, `make_list`, `meta` (#874)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2024-12-09T21:22:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cf7f06eedd7a5b35723b826c39c0696251758af",
"body": null,
"is_bot": false,
"headline": "Switches from \"encoding module\" to \"default module\" (#873)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2024-12-06T17:38:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c103ca32c47c4e8cf89ccada059abecec30d6a6e",
"body": "This patch modifies `EncodingContext` to have an empty macro table when\nconstructed for use in v1.0 readers.\n\nThis allows the Ion 1.0 reader to be used in the process of bootstrapping\nthe Ion 1.1 system macro table, which was previously not possible due to\nthe (now eliminated) circular dependency be\n[…]\n TDL are now constructed from\na template definition encoded in Ion 1.0. As a result, the system macro\ntable initialization logic is now substantially easier to read and\nmore straightforward to modify.",
"is_bot": false,
"headline": "Overhauls system macro table bootstrapping (#872)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2024-12-06T16:47:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4131347c9431ca37323113391464b339ff7a0b1e",
"body": null,
"is_bot": false,
"headline": "Raw 1.1 writer now clears encoding buffer on `flush()` (#871)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2024-12-05T18:10:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "804ee883066aed7dab855004b59017e914c762e3",
"body": null,
"is_bot": false,
"headline": "Adds binary read support for delimited arg groups (#870)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2024-12-05T18:08:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed541e8f0b430404677af6e4f759aec89725079d",
"body": null,
"is_bot": false,
"headline": "Adds binary read support for system eexps (#869)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2024-12-04T17:14:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81038b6168b61cfee89adb6d60d0d5c94ff0df95",
"body": null,
"is_bot": false,
"headline": "Implements `make_symbol` system macro (#868)",
"author_name": "Zack Slayton",
"author_login": "zslayton",
"committed_at": "2024-12-04T02:37:52Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 27,
"commits_last_year": 24,
"latest_release_at": "2026-07-29T20:42:58Z",
"latest_release_tag": "v1.0.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 12,
"days_since_latest_release": 0,
"mean_days_between_releases": 87.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "ion-rs",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"format",
"ion",
"json",
"parser",
"serde",
"encoding",
"parser-implementations"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/ion-rs",
"is_deprecated": false,
"latest_version": "1.0.1",
"repository_url": "https://github.com/amazon-ion/ion-rust",
"versions_count": 36,
"total_downloads": 674719,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 35737,
"first_published_at": "2020-08-12T16:22:08.899264Z",
"latest_published_at": "2026-07-29T20:41:52.547966Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 40,
"stars": 172,
"watchers": 15,
"fork_history": {
"days": [
{
"date": "2020-04-13",
"count": 1
},
{
"date": "2020-08-10",
"count": 1
},
{
"date": "2020-08-31",
"count": 1
},
{
"date": "2020-09-30",
"count": 1
},
{
"date": "2020-11-12",
"count": 1
},
{
"date": "2021-01-14",
"count": 1
},
{
"date": "2021-03-08",
"count": 1
},
{
"date": "2021-03-26",
"count": 1
},
{
"date": "2021-03-31",
"count": 1
},
{
"date": "2021-04-06",
"count": 1
},
{
"date": "2021-04-10",
"count": 1
},
{
"date": "2021-05-28",
"count": 1
},
{
"date": "2021-06-02",
"count": 1
},
{
"date": "2021-07-10",
"count": 1
},
{
"date": "2021-10-20",
"count": 1
},
{
"date": "2021-11-18",
"count": 1
},
{
"date": "2021-11-22",
"count": 1
},
{
"date": "2022-02-11",
"count": 1
},
{
"date": "2022-06-18",
"count": 1
},
{
"date": "2022-06-21",
"count": 1
},
{
"date": "2022-08-08",
"count": 2
},
{
"date": "2022-08-19",
"count": 1
},
{
"date": "2022-09-13",
"count": 1
},
{
"date": "2022-09-30",
"count": 1
},
{
"date": "2023-05-11",
"count": 1
},
{
"date": "2023-09-21",
"count": 1
},
{
"date": "2024-01-11",
"count": 1
},
{
"date": "2024-01-16",
"count": 1
},
{
"date": "2024-05-04",
"count": 1
},
{
"date": "2024-06-18",
"count": 1
},
{
"date": "2024-08-22",
"count": 1
},
{
"date": "2024-09-30",
"count": 1
},
{
"date": "2024-11-19",
"count": 1
},
{
"date": "2025-02-16",
"count": 1
},
{
"date": "2025-05-12",
"count": 1
},
{
"date": "2026-02-16",
"count": 1
},
{
"date": "2026-03-06",
"count": 1
},
{
"date": "2026-03-07",
"count": 1
},
{
"date": "2026-06-18",
"count": 1
}
],
"complete": true,
"collected": 40,
"total_forks": 40
},
"star_history": null,
"open_issues_and_prs": 181
},
"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": 148785,
"source_files_sampled": 183,
"oversized_source_files": 11,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 2,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 29,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "base64",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12"
},
{
"name": "compact_str",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8.0"
},
{
"name": "chrono",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "delegate",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12.0"
},
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "winnow",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=0.6.24"
},
{
"name": "num-bigint",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "num-integer",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.44"
},
{
"name": "num-traits",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "arrayvec",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7"
},
{
"name": "smallvec",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.9.0"
},
{
"name": "bumpalo",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3.15.3"
},
{
"name": "generic-array",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=0.14.7"
},
{
"name": "digest",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9"
},
{
"name": "ice_code",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.4"
},
{
"name": "rustc-hash",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0.0"
},
{
"name": "phf",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.11.2"
},
{
"name": "sha2",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "serde_with",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3.7.0"
},
{
"name": "visibility",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.1"
},
{
"name": "memchr",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.7.4"
},
{
"name": "bigdecimal",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "arrayvec",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "base64",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "bigdecimal",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "bumpalo",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "chrono",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "compact_str",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "delegate",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "digest",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "generic-array",
"direct": true,
"version": "0.14.7",
"ecosystem": "crates"
},
{
"name": "ice_code",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "num-bigint",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "num-integer",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "num-traits",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "phf",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "rustc-hash",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde_with",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "sha2",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "smallvec",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "visibility",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "winnow",
"direct": true,
"version": "0.6.24",
"ecosystem": "crates"
},
{
"name": "criterion",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "rand",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "rstest",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "rstest_reuse",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde_bytes",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "tempfile",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "test-generator",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "walkdir",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 31,
"direct_count": 23,
"indirect_count": 8
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 587,
"open_issues": 181,
"closed_ratio": 0.557,
"closed_issues": 228,
"closed_unmerged_prs": 36
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "zslayton",
"commits": 289,
"avatar_url": "https://avatars.githubusercontent.com/u/611616?v=4"
},
{
"type": "User",
"login": "almann",
"commits": 103,
"avatar_url": "https://avatars.githubusercontent.com/u/503506?v=4"
},
{
"type": "User",
"login": "nirosys",
"commits": 52,
"avatar_url": "https://avatars.githubusercontent.com/u/1093697?v=4"
},
{
"type": "User",
"login": "popematt",
"commits": 49,
"avatar_url": "https://avatars.githubusercontent.com/u/81593196?v=4"
},
{
"type": "User",
"login": "desaikd",
"commits": 49,
"avatar_url": "https://avatars.githubusercontent.com/u/68757952?v=4"
},
{
"type": "User",
"login": "marcbowes",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/15209?v=4"
},
{
"type": "User",
"login": "jobarr-amzn",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/70981087?v=4"
},
{
"type": "User",
"login": "jpeddicord",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/95346?v=4"
},
{
"type": "User",
"login": "jpschorr",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/36067?v=4"
},
{
"type": "User",
"login": "therapon",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/284529?v=4"
}
],
"contributors_sampled": 19,
"top_contributor_share": 0.475
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"coverage.yml",
"miri.yml",
"rust.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": 8,
"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": 10,
"reason": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"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": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 7 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 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": 8,
"reason": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"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": 3,
"reason": "SAST tool is not run on all commits -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file 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": "fb3610386c193366c9cd6d2ca0d8bafadca750cc",
"ran_at": "2026-07-30T13:07:15Z",
"aggregate_score": 6.3,
"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-29T20:51:08Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-29T20:41:21Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 3,
"created_at": "2019-04-12T13:10:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 7,
"created_at": "2019-11-05T14:40:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 13,
"created_at": "2020-02-27T20:01:50Z",
"last_comment_at": "2020-02-27T20:12:46Z",
"last_comment_author": "almann"
},
{
"number": 14,
"created_at": "2020-02-27T20:35:05Z",
"last_comment_at": "2020-02-27T21:05:23Z",
"last_comment_author": "zslayton"
},
{
"number": 15,
"created_at": "2020-02-27T23:40:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 19,
"created_at": "2020-06-06T23:12:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 21,
"created_at": "2020-06-07T02:11:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 27,
"created_at": "2020-06-16T03:51:30Z",
"last_comment_at": "2020-06-17T03:18:59Z",
"last_comment_author": "ccqpein"
},
{
"number": 31,
"created_at": "2020-06-29T23:06:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 92,
"created_at": "2020-08-27T14:49:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 109,
"created_at": "2020-09-30T18:48:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 126,
"created_at": "2021-02-23T16:20:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 135,
"created_at": "2021-03-26T19:55:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 137,
"created_at": "2021-03-26T20:04:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 145,
"created_at": "2021-03-31T20:08:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 146,
"created_at": "2021-04-01T16:30:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 154,
"created_at": "2021-04-07T16:18:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 159,
"created_at": "2021-04-08T18:33:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 160,
"created_at": "2021-04-08T22:57:08Z",
"last_comment_at": "2021-04-09T16:05:43Z",
"last_comment_author": "almann"
},
{
"number": 171,
"created_at": "2021-04-10T17:12:19Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/amazon-ion/ion-rust",
"host": "github.com",
"name": "ion-rust",
"owner": "amazon-ion"
},
"metrics": {
"overall": {
"key": "overall",
"band": "excellent",
"name": "Overall health",
"note": "The weighted overall 70 is calibrated to 83 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 70,
"calibrated": 83,
"calibration": "2026-08-02"
}
}
],
"value": 83,
"inputs": {
"security": 70,
"vitality": 76,
"community": 74,
"governance": 73,
"calibration": "2026-08-02",
"engineering": 60,
"ai_readiness": 51,
"weighted_overall_raw": 70
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 76,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"commits_last_year": 24,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 12
},
"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": "12/52 weeks with commits",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 12
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "24 commits in the last year",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 24
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 8,
"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": 27,
"latest_release_tag": "v1.0.1",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 87.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "27 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 27
}
}
],
"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 ~87.4 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 87.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "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": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 74,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"forks": 40,
"stars": 172,
"watchers": 15,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "172 stars",
"points": 36.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 172
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "40 forks",
"points": 13.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 40
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "15 watchers",
"points": 6.4,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 15
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"readme_badge_services": [],
"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": 18,
"status": "met",
"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": "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": 76,
"inputs": {
"packages": [
"ion-rs"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 674719,
"monthly_downloads": 35737
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "35,737 downloads/month across crates",
"points": 60.7,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 35737,
"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": "good",
"name": "Sustainability & Governance",
"value": 73,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 19,
"top_contributor_share": 0.475
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 48% of commits",
"points": 11.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 48
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "19 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 19
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 77,
"inputs": {
"merged_prs": 587,
"open_issues": 181,
"closed_issues": 228,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.557,
"closed_unmerged_prs": 36,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "56% of issues closed",
"points": 23.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 56
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "587/623 decided PRs merged",
"points": 28.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 587,
"decided": 623
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"followers": 50,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "amazon-ion",
"public_repos": 36,
"account_age_days": 1545
},
"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": "50 followers of amazon-ion",
"points": 12.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 50,
"login": "amazon-ion"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "36 public repos, account ~4 yr old",
"points": 19.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 36
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"ion-rs"
],
"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": "36 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 36
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 60,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"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": 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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "weak",
"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": "good",
"name": "Security",
"value": 70,
"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": 63,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 6.3
},
"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": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 3",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"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": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 2 resolved dependencies against OSV; 29 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 2
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 29
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 2,
"unassessed_packages": 29,
"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": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"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": "exceptional",
"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": 2,
"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": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 6
},
"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": 51,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.92,
"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": "92 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 92,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"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,
"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": "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": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 97,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 148785,
"source_files_sampled": 183,
"oversized_source_files": 11
},
"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": "11/183 source files over 60KB",
"points": 51.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 183,
"oversized": 11
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"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? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:crates",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"deps.dev does not index crates:ion-rs@1.0.1; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-30T13:07:43.283226Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/amazon-ion/ion-rust.svg",
"full_name": "amazon-ion/ion-rust",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}