Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 356,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 234467
},
"pushed_at": "2026-07-26T11:39:48Z",
"created_at": "2022-05-24T16:27:44Z",
"owner_type": "User",
"updated_at": "2026-07-26T11:39:02Z",
"description": "JSON Pointer (RFC 6901) implementation for Rust",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": "Chance",
"type": "User",
"login": "chanced",
"company": null,
"location": "Columbia, SC, USA",
"followers": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/1073892?v=4",
"created_at": "2011-09-23T12:57:49Z",
"is_verified": null,
"public_repos": 151,
"account_age_days": 5420
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2023-05-31T17:04:50Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2022-06-12T17:41:05Z"
},
{
"tag": "v0.0.6",
"kind": "patch",
"published_at": "2022-06-09T03:47:24Z"
}
],
"recent_commits": [
{
"oid": "3dc1604acee53d4b3d7998c0351d0eff4b2c0602",
"body": "Rolls the Unreleased section -- Token::into_encoded, clippy/rustc lint\ncleanup, and the doc-link fixes from PR 126 -- into a versioned entry\nand bumps Cargo.toml/Cargo.lock accordingly.",
"is_bot": false,
"headline": "Release jsonptr version 0.8.1 (#127)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2026-07-26T11:38:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5a2a1b18f0796296ff17dacef2c3ebb75618323",
"body": "- crate::asign typo -> crate::assign in the lib.rs doc-link table\n- RFC 6091 -> RFC 6901 typo, and a doc comment that used `//`\n instead of `///` and was silently dropped from rendered docs\n- toml docs.rs links pointed at 0.8, dependency is now 0.9\n- ReplaceError (returned by PointerBuf::replace) w\n[…]\nd\n diagnostic.rs (Index, Subject, PointerBuf::parse, ParseError)\n\nVerified with cargo doc --all-features (0 warnings, was 8),\ncargo test --all-features, and cargo clippy --all-features --all-targets.",
"is_bot": false,
"headline": "Fix broken/stale intra-doc links and export ReplaceError (#126)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2026-07-26T11:25:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "986e5fa5ea3308bb6c16c1f1df437d7bdbf25063",
"body": "Resolves #115: consumers who already own a Cow<str> or String and\nwant the encoded form back without an extra clone can now call\ninto_encoded(), which just moves the internal Cow out.",
"is_bot": false,
"headline": "Add Token::into_encoded for allocation-free Cow extraction (#125)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2026-07-26T11:14:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0018d9ee18b05e2c6d9e1bb19ceb820a83977401",
"body": "…t (#124)\n\nClean bill of lints with no public API changes:\n\n- Fix the `clippy::all`/`clippy::pedantic` errors: an `explicit_auto_deref`\n in `StringOrToken::read_span`, redundant `.into_iter()` and\n `String::from(\"\")` in tests, and bare URLs in the README (included as crate\n docs).\n- Make elided o\n[…]\nfeatures --all-targets`. Preserves the intent of the\n`default_lifetime_is_correct` regression test (kept `unwrap_or_default`, with a\nlocal `#[allow]`, rather than letting clippy --fix reduce it away).",
"is_bot": false,
"headline": "Resolve all clippy and rustc lint warnings across the feature powerse…",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2026-07-26T11:08:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c96d8ddf508b9cceedac67e864bf2a30055b2aa9",
"body": "…at_offset (#123)\n\n* Fix stale deprecation version on ResolveError alias\n\nThe `ResolveError` alias was annotated `#[deprecated(since = \"0.7.2\")]`, but\n0.7.2 was never published (the releases went 0.7.0 [yanked] -> 0.7.1 -> 0.8.0).\nIt first ships deprecated in 0.8.0, so correct the `since`.\n\nClaude-S\n[…]\n still delegates. These cover the\n lines #89 left untested.\n- Fix the doctest that #89 left calling the deprecated `split_at`.\n\nClaude-Session: https://claude.ai/code/session_01XGvHsB4a2dxDVUQDGBScnW",
"is_bot": false,
"headline": "Finish 0.8.0: stale deprecation fix + deprecate split_at / add split_…",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2026-07-26T10:41:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d7f0498cc3abc0a6f0db5857e05e600ff64d95ab",
"body": "Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 7.\n- [Release notes](https://github.com/codecov/codecov-action/releases)\n- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/codecov/codecov-action/compare/v\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump codecov/codecov-action from 4 to 7 (#118)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-26T09:20:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "555bb545afa68da4225aa6422bf320491653714b",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v7)\n\n---\nupdated-dependenc\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 4 to 7 (#119)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-26T09:20:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "028c2c978b55d677cc12d0c007ad0f2084c81ce5",
"body": "Two checks (`semver` and `ubuntu / stable / coverage`) have been failing on\nevery PR, including the Dependabot Action bumps (#118, #119), for reasons\nunrelated to those PRs:\n\n- semver: `main` is still versioned 0.7.1 (the last published release) but has\n accumulated breaking changes since that tag \n[…]\ne `fail_ci_if_error` conditional\n so the error is only fatal for trusted PRs and pushes to main, where the token\n is present.\n\nClaude-Session: https://claude.ai/code/session_01XGvHsB4a2dxDVUQDGBScnW",
"is_bot": false,
"headline": "Unblock CI: release 0.8.0 and stop codecov failing untrusted PRs (#122)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2026-07-26T09:16:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8b4dfd3323b374b4f61bc14d6822a24da26adb2d",
"body": "`Delete::delete` used the inclusive bound helper `for_len_incl`, which\nadmits `index == len` and maps the RFC 6901 `-` token to `len`. That\nvalue was passed to `Vec::remove`, which requires `index < len`, causing\na panic for pointers such as `/-` on any array (reachable from untrusted\ninput, e.g. a \n[…]\nolve` and the documented contract that an unresolvable\npointer returns `None`. Add out-of-bounds delete test cases.\n\nFixes #120\n\nClaude-Session: https://claude.ai/code/session_01XGvHsB4a2dxDVUQDGBScnW",
"is_bot": false,
"headline": "Fix panic when deleting an array index equal to the array length (#121)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2026-07-26T09:04:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5265901b41d2cf7829168f6ce500f22341a43ce8",
"body": "Bumps [toml](https://github.com/toml-rs/toml) from 0.8.20 to 0.9.5.\n- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.20...toml-v0.9.5)\n\n---\nupdated-dependencies:\n- dependency-name: toml\n dependency-version: 0.9.5\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump toml from 0.8.20 to 0.9.5 (#114)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-21T21:48:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5602c64cf53fa72c15fe47b2ae16980f01dcca34",
"body": "Follow-up of #113",
"is_bot": false,
"headline": "add entry to CHANGELOG.md",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2025-07-15T21:45:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eced45074d0200424fd399f91bfc083612bfdab3",
"body": "This change makes `jsonptr` compatible with no-std environments.\n\nCo-authored-by: Andrej Krakau <krakau@filancore.com>",
"is_bot": false,
"headline": "Bump serde dependencies and deny default features (#113)",
"author_name": "DeppLearning",
"author_login": "DeppLearning",
"committed_at": "2025-07-15T21:42:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5136efdd0f4de3afccee346c45c3cfdb899b1b7",
"body": "* clean up misc from retro-review of #101\n\n* changelog\n\n* make `Label::new` public again, add comment\n\n* Update CHANGELOG.md",
"is_bot": false,
"headline": "clean up misc from retro-review of #101 (#105)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2025-06-08T18:35:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f11cb6576243930a273acb2f84dd99781324657",
"body": "* improve Token::from_encoded\n\n* updated changelog\n\n---------\n\nCo-authored-by: Chance <chanceusc@gmail.com>",
"is_bot": false,
"headline": "improve `Token::from_encoded` (#110)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2025-06-08T18:27:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29840e7e5a7bd1088ed6871b88e23091f3a41727",
"body": "* migrate remaining errors to new model\n\n* fix incomplete rebase\n\n* update changelog\n\n* box imports\n\n* tests for coverage, fix, and clippy on default features\n\n* more coverage\n\n* more coverage\n\n---------\n\nCo-authored-by: Chance <chanceusc@gmail.com>",
"is_bot": false,
"headline": "migrate remaining errors to new model (#108)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2025-06-02T23:57:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3025680213beba8abfc2e5b1e409ccb213c7d0c",
"body": "Seems like this was accidentally left as a copy-paste of the `Assign`\nexample. I took the liberty to add some extra keys to the object which\nwe're deleting from, as I think it makes it a bit clearer what's\nhappening than:\n\n { \"secret\": { \"universe\": 42 }} -> { \"secret\": {} }\n\nWhich confused me a bit at first (but that might just be me).\n\nCo-authored-by: Willem Garnier <willem.garnier@helsing.ai>",
"is_bot": false,
"headline": "README: Fix `Delete` example (#112)",
"author_name": "Willem Garnier",
"author_login": "brooswajne",
"committed_at": "2025-02-26T18:28:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a543dc845ab8a59a81d778b40e96b27f00007e78",
"body": "* seal the `Diagnose` trait",
"is_bot": false,
"headline": "seal the `Diagnose` trait (#107)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2025-02-25T15:52:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0abe6e52eab1d33d1181f6614b455f85600ffbad",
"body": "* fix overly strict lifetime bound in Default impl",
"is_bot": false,
"headline": "fix overly strict lifetime bound in Default impl (#111)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2025-02-25T15:42:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3c23b9109ea629cb32769b7e566771e23954f06",
"body": null,
"is_bot": false,
"headline": "add helix configuration (#106)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2025-02-18T19:27:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf163655d33b324c2c4f0d3f13ac27e767f4e34a",
"body": null,
"is_bot": false,
"headline": "misc fixes and nits from clippy (#104)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2025-02-17T19:50:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0201c7c45ab3f9982601cfe6947c64a0106d589",
"body": null,
"is_bot": false,
"headline": "removes acidentally enabled default features miette and toml (#102)",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2025-02-16T16:59:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "561224b5d1483c2f377051aaa09f41b4a7597458",
"body": "* Renames `crate::resolve::ResolveError` to `crate::resolve::Error`\n* Adds type alias `crate::resolve::ResolveError` for `crate::resolve::Error`\n* Renames `crate::assign::AssignError` to `crate::assign::Error`\n* Adds type alias `crate::assign::AssignError` for crate::assign::Error`\n* Adds `position` (token index) to variants of `assign::Error` & `resolve::Error`\n\n---------\n\nCo-authored-by: André Mello <3285133+asmello@users.noreply.github.com>",
"is_bot": false,
"headline": "Error docs and cleanup (#101)",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2025-02-13T22:23:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf648a4b438588cd975426b207f343397ab92b9e",
"body": "* improves ParseIndexError::InvalidCharacter",
"is_bot": false,
"headline": "Improve `ParseIndexError::InvalidCharacter` error (#94)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2024-10-29T14:56:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c81e4766087638945bfeb6b25ff0abf0b307c3f",
"body": null,
"is_bot": false,
"headline": "rename SlicePointer --> PointerIndex (#92)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2024-10-22T13:29:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6947653ceac0c2a887fa3196ee397126f72f598",
"body": "* add Oliver as author",
"is_bot": false,
"headline": "add wngr as author (#85)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2024-10-21T12:06:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7742c3bf9ea07ce40ed15a3fb7bd0df0e99003af",
"body": "* add starts_with and ends_with\r\n\r\n* update changelog",
"is_bot": false,
"headline": "Add `Pointer::starts_with` and `Pointer::ends_with` (#81)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2024-10-21T12:06:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b42348985b3f072f93e5c0f0f2a7db2f393c6671",
"body": "* implement slicing api\r\n\r\n* update changelog\r\n\r\n* add note about complexity of indexing tokens",
"is_bot": false,
"headline": "Slicing API for `Pointer` (#84)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2024-10-21T01:43:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adfc513d144a07c705e741dcef7a832011ffe86f",
"body": "* introduces a strict check on index values as rust allows for leading '+' in parsing of uints.\r\n* [breaking] introduces a new variant of `ParseIndexError` to account for invalid characters.",
"is_bot": false,
"headline": "Stricter validation of RFC 6901 array indices (#80)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2024-10-21T01:14:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a15d91e4adf813354997dd789a22d11a533e0b5",
"body": "* adds `Token::is_next method",
"is_bot": false,
"headline": "Add `Token::is_next` method (#82)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2024-10-21T01:00:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6ceb4b80f51da100344619abcec348cd0a7d410",
"body": "* enforce toml formatting",
"is_bot": false,
"headline": "check toml fmt (#87)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2024-10-20T20:13:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6630744de4ede3fc3e7c8726398334860c374484",
"body": "* update signature of PathBuf::parse",
"is_bot": false,
"headline": "update signature of PathBuf::parse (#77)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2024-10-18T15:08:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccef032290d2ebb549f6423cc8873958a361fef3",
"body": "* Adds box-related methods",
"is_bot": false,
"headline": "Add some box-related methods (#79)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2024-10-17T13:33:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b7790828a4fb824c722f0802bca248cb3d8ff33",
"body": "* unsafe enew_unchecked in Pointer and PointerBuf\r\n\r\n* from_encoded_unchecked now unsafe\r\n\r\n---------\r\n\r\nCo-authored-by: Chance <chanceusc@gmail.com>",
"is_bot": false,
"headline": "Refactor constructor safety (#76)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2024-10-16T16:19:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c96007e9285a0cb3f4778c76bf29fa07005ff105",
"body": "* use associated type bound\r\n\r\n* bump rust version\r\n\r\n* update changelog",
"is_bot": false,
"headline": "use associated type bound (#78)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2024-10-15T19:30:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73ce4ac37d601ee157c3813c70223685485dc9df",
"body": null,
"is_bot": false,
"headline": "0.6.3 (#73)",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-10-01T18:15:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e2d9769bb266a02d1736c2dc5645e2c39812fdf",
"body": "* improves `len`docs\r\n\r\n* removes `len` and `is_empty` from `PointerBuf`",
"is_bot": false,
"headline": "improves `len`docs (#72)",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-10-01T18:13:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd79f3403ac2e2ca01611b692f870d39891b467a",
"body": "adds `len` and `is_empty` to `Pointer`",
"is_bot": false,
"headline": "V0.6.2 (#70)",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-09-30T15:06:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d6cd24b499e320ebe4516e8b87ab6a3289402ef",
"body": "* adds `len` and `is_empty` to `Pointer`",
"is_bot": false,
"headline": "adds `len` and `is_empty` to `Pointer` (#69)",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-09-30T15:02:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c71d51a75df66187b923a26e0f0975e18fc2395",
"body": null,
"is_bot": false,
"headline": "v0.6.1 (#68)",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-09-26T18:55:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a19e3c8cc920de3daab86733d50dc23019507ac",
"body": "* adds `with_trailing_token`, `with_leading_token`, `concat` to `Pointer`",
"is_bot": false,
"headline": "Adds fluid methods to `Pointer` (#67)",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-09-26T18:52:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2453aa2a6fb0452f8afe2e0878c5a85a25a408f",
"body": "* adds error variant to account for leading zeros error",
"is_bot": false,
"headline": "Error on leading zeros when decoding indices (#66)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2024-08-06T22:40:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6c64f82a88d1739161a8e2bba085311bf4f8704",
"body": null,
"is_bot": false,
"headline": "version bump (#65)",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-07-10T22:14:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20a31bd011e37abdded8fb0a04cf58ab270ba900",
"body": null,
"is_bot": false,
"headline": "fixes documentation (#64)",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-07-10T22:09:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a180705534e3ad389c2c49025fe657dba12c0a5",
"body": "* removes offset method from `InvalidEncodingERror`",
"is_bot": false,
"headline": "removes offset method from `InvalidEncodingERror` (#63)",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-07-10T21:44:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf7371391959df875883700ce1e9db0dbc79b0e8",
"body": "* push and replace token methods take `T: Into<Token>` rather than `Token`\r\n\r\n* impl `From` all primitive int types for `Token`\r\n\r\n* docs & links\r\n\r\n* renames `replace_token` to `replace`, `ReplaceTokenError` to `ReplaceError`\r\n\r\n* removes Serialize and Deserialize from `Token`\r\n\r\n* adds apache license file, renames mit license to LICENSE-MIT",
"is_bot": false,
"headline": "Small DX changes + more docs (#61)",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-07-09T21:43:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02e1b95e3a65e67608a446682c3b2ecac7cde4ba",
"body": null,
"is_bot": false,
"headline": "fixes links in readme (#60)",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-07-09T02:44:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "522c81f6a25ba3e22c74b77d1186edcee826bf7e",
"body": null,
"is_bot": false,
"headline": "improves README verbiage (#59)",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-07-09T02:31:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89bfee5515ecd6145e8a1698d52fe79fa2b4ed0c",
"body": "* improves documentation\r\n* brings code coverage to 99%\r\n* fixes `TryFrom` for `Index`\r\n* adds `FromStr` for `Index`\r\n---------\r\n\r\nCo-authored-by: André Mello <3285133+asmello@users.noreply.github.com>",
"is_bot": false,
"headline": "Improve docs & codecov for 0.5.0 (#56)",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-07-09T01:05:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a67948de58df6d79eb8c57db2ec30558584cb208",
"body": null,
"is_bot": false,
"headline": "fixes build status shield + adds coverage shield (#55)",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-07-02T03:32:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53a6effb0fa06d23afce7ec59dded7c2959bbe05",
"body": "* fixes `no_std` & other remnants discovered by `cargo hack` & `cargo miri`\r\n* new ci (github actions) copied from [jonhoo/rust-ci-conf](https://github.com/jonhoo/rust-ci-conf)\r\n* bumps version to `0.5.0` in prep of release to satisfy semver check\r\n* bumps msrv to 1.76.0\r\n* removes all `#[must_use]\n[…]\nrde_json` version `1.0.203`\r\n* specifies explicit `serde` version `1.0.203`\r\n* remove unsafe helper\r\n* removes toml from default features\r\n---------\r\n\r\nCo-authored-by: André Sá de Mello <codasm@pm.me>",
"is_bot": false,
"headline": "Improves CI, fixes `no_std` and other misc issues discovered (#51)",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-07-01T22:50:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d8b0f2325f423481aad417af0a2d736af1e369cb",
"body": null,
"is_bot": false,
"headline": "merge `is_valid` and `validate` (#50)",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-06-30T21:41:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c41588163b1c0b7a66a26d2cddb5aae41bc9e1fd",
"body": null,
"is_bot": false,
"headline": "add repr transparent to `Pointer` (#49)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2024-06-30T16:55:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f9853e041b79a6851af7ec024adf6a3ea30f501",
"body": "…#48)\n\n* adds TOML support\r\n* implements `serde::Deserialize` for `Pointer`\r\n* refactors tests\r\n* docs, comments and minor cleanup\r\n* removes `Pointer::must_parse`, `PointerBuf::must_parse`\r\n* re-exports ops traits at root",
"is_bot": false,
"headline": "Adds TOML support, refactors tests, adds `Deserialize` to `Pointer` (…",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-06-30T13:15:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acd450376737aaf4bf5762df30a4cebe9121124e",
"body": null,
"is_bot": false,
"headline": "updates `CHANGELOG.md` (#47)",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-06-24T17:03:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2f585cf671ae595d6283945b5595e935c91518a",
"body": null,
"is_bot": false,
"headline": "fixes intersection issue #44 (#46)",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-06-24T16:59:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd92284a33e00aafea830c07af4d017d7d2bc0c7",
"body": "* refactoring errors & assignment\r\n\r\n* fixes assign offset\r\n\r\n* fixes creation of object in assignment\r\n\r\n* backs out snafu\r\n\r\n* quick cleanup\r\n\r\n* fixes compiler errors in commented out tests - 4 tests still failing\r\n\r\n* refactoring but not done\r\n\r\n* assignment wip\r\n\r\n* assignment refactor is close\n[…]\nps feature flags\r\n\r\n* fixes doc tests\r\n\r\n* CHANGELOG\r\n\r\n* adds skeleton for failing test to demonstrate issue #44\r\n\r\n---------\r\n\r\nCo-authored-by: André Mello <3285133+asmello@users.noreply.github.com>",
"is_bot": false,
"headline": "refactoring errors & assignment (#41)",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-06-24T16:41:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "54401ce0d87fdb60f671e60da9f414c418aab06b",
"body": null,
"is_bot": false,
"headline": "rename inside -> for_len (#40)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2024-06-17T19:22:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a54c707deba13df9937d32574629a41f95fa65e2",
"body": "Fixes #35",
"is_bot": false,
"headline": "introduce Index (#39)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2024-06-16T13:10:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f560cec3d43457f2c0f98ff867d2494b8bf0b704",
"body": "* token rework\r\n\r\n* tweaks\r\n\r\n* display impl\r\n\r\n* update CHANGELOG.md\r\n\r\n* update CHANGELOG.md (2)",
"is_bot": false,
"headline": "Rework `Token` type (#37)",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2024-06-14T20:37:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1a0c096784808d6aa1722d92d4354a849bba2f9",
"body": "removes optional dependencies `url`, `fluent-uri`, `uniresid`",
"is_bot": false,
"headline": "Merge pull request #34 from chanced/remove-uri-extensions",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-06-13T18:05:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65eb9a76702761b9cb54b4c53f76b2cd0cd4c813",
"body": null,
"is_bot": false,
"headline": "removes optional dependencies `url`, `fluent-uri`, `uniresid`",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-06-13T17:58:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "305b269ee65079728e1da456a9d62af1abc67e51",
"body": "update CHANGELOG.md",
"is_bot": false,
"headline": "Merge pull request #33 from asmello/changelog",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-06-13T12:53:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d77551a7b3cee126bc0132e4563a13316d6b243",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into changelog",
"author_name": "André Mello",
"author_login": "asmello",
"committed_at": "2024-06-12T22:05:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d91b18020d19569ca4c5a17bc8d03ed177883317",
"body": "add asmello as an author",
"is_bot": false,
"headline": "Merge pull request #32 from asmello/main",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-06-12T22:02:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf18a21dccfb710c3a7cf0a1ee201b4e8a1686b4",
"body": null,
"is_bot": false,
"headline": "tweaks",
"author_name": "André Sá de Mello",
"author_login": "asmello",
"committed_at": "2024-06-12T21:54:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "236c216569a934a4aaeb9e751f00d3f0b843ed82",
"body": null,
"is_bot": false,
"headline": "update CHANGELOG.md",
"author_name": "André Sá de Mello",
"author_login": "asmello",
"committed_at": "2024-06-12T21:47:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44defaf2298842c1432a834b02d1f932bd95c8e8",
"body": null,
"is_bot": false,
"headline": "update CHANGELOG.md",
"author_name": "André Sá de Mello",
"author_login": "asmello",
"committed_at": "2024-06-12T21:45:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e133ad2a3d041719ef481c95dfdeb302e0d124b",
"body": null,
"is_bot": false,
"headline": "add asmello as an author",
"author_name": "André Sá de Mello",
"author_login": "asmello",
"committed_at": "2024-06-12T21:21:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68dbfcb78720492060da2b6ba1e367415def7a81",
"body": "Slice-like Pointers",
"is_bot": false,
"headline": "Merge pull request #30 from asmello/wip",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-06-12T18:03:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "951fc734444e075169bf6d662ed9e15cb0d14709",
"body": null,
"is_bot": false,
"headline": "remove leftover println",
"author_name": "André Sá de Mello",
"author_login": null,
"committed_at": "2024-06-12T17:32:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de09d1f736e9a71146b90c17ddbb15186767d284",
"body": null,
"is_bot": false,
"headline": "add Serialize for PointerBuf",
"author_name": "André Sá de Mello",
"author_login": "asmello",
"committed_at": "2024-04-03T23:24:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "560548020e309643f381057f12f818c2ed394465",
"body": null,
"is_bot": false,
"headline": "implement Hash in PointerBuf",
"author_name": "André Sá de Mello",
"author_login": "asmello",
"committed_at": "2024-04-03T23:06:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7826201bcf96cafec3fb538fa41ea2fb0f9fa308",
"body": null,
"is_bot": false,
"headline": "implement ToOwned/Borrow",
"author_name": "André Sá de Mello",
"author_login": "asmello",
"committed_at": "2024-04-03T22:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07ea961cfdcb06bfcf95f618d12d15c15d515f70",
"body": null,
"is_bot": false,
"headline": "remove implicit uses of std",
"author_name": "André Sá de Mello",
"author_login": "asmello",
"committed_at": "2024-04-03T22:22:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7232a1ed4caaa847059c937ae4974ae4e7b3ab2f",
"body": null,
"is_bot": false,
"headline": "replace std with core",
"author_name": "André Sá de Mello",
"author_login": "asmello",
"committed_at": "2024-04-03T22:05:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6595e745bff30554fdc46942e298eb406dd8aaa9",
"body": null,
"is_bot": false,
"headline": "extra test case for good measure",
"author_name": "André Sá de Mello",
"author_login": "asmello",
"committed_at": "2024-03-31T19:47:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f25c0bf0b1f100ac7e620b4e2d525d09af2aa5c8",
"body": null,
"is_bot": false,
"headline": "fix edge case caught by quicktest",
"author_name": "André Sá de Mello",
"author_login": "asmello",
"committed_at": "2024-03-31T19:44:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2878e62dc2eaf5f95a30ae4409d582f3bd67574b",
"body": null,
"is_bot": false,
"headline": "fix url doc-test",
"author_name": "André Sá de Mello",
"author_login": "asmello",
"committed_at": "2024-03-31T19:30:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cac285ef5acae1ebdec67b65fbb8a5e5f970ca60",
"body": null,
"is_bot": false,
"headline": "add quickcheck tests",
"author_name": "André Sá de Mello",
"author_login": "asmello",
"committed_at": "2024-03-31T18:29:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7b5ded28f9a306bd0c99d71ccde9bbc2a92f8ab",
"body": null,
"is_bot": false,
"headline": "lifetimes",
"author_name": "André Sá de Mello",
"author_login": "asmello",
"committed_at": "2024-03-27T01:05:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66223a5e0d1d5a4d29ecec397a04e55a8a08bcee",
"body": null,
"is_bot": false,
"headline": "from_static",
"author_name": "André Sá de Mello",
"author_login": "asmello",
"committed_at": "2024-03-27T00:57:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbfe5c151ff904a8159bb8b2d27b904cb65d6def",
"body": null,
"is_bot": false,
"headline": "finish up",
"author_name": "André Sá de Mello",
"author_login": "asmello",
"committed_at": "2024-03-26T23:54:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7c39b41d43f0a9dc0359ee2a01d4f7a976faf80",
"body": null,
"is_bot": false,
"headline": "partial implementation of slice-like API",
"author_name": "André Sá de Mello",
"author_login": "asmello",
"committed_at": "2024-03-25T22:06:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a5636c9756f08902267749d7e2044cd6ab4d0da",
"body": "fixes `pop_back` `pop_front` on empty strings",
"is_bot": false,
"headline": "Merge pull request #27 from chanced/0.4.7",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-03-18T20:11:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d105420a83fcc8e0bfe881859a021b0c7f103d2",
"body": null,
"is_bot": false,
"headline": "fixes `pop_back` `pop_front` on empty strings",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-03-18T20:10:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8335883cb64577259515ab835ca89f77b2ce0bc0",
"body": "`Pointer::pop_front`: Correctly handle empty strings",
"is_bot": false,
"headline": "Merge pull request #26 from asmello/main",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-03-18T20:04:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e48cf46a466385d4ede51bec5941452685fcedb",
"body": "`Pointer::pop_back`: Correctly handle empty strings",
"is_bot": false,
"headline": "Merge pull request #25 from wngr/main",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-03-18T20:04:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcb50f94dadcc49a897ef9a9f587d8ff24961a98",
"body": null,
"is_bot": false,
"headline": "simplification",
"author_name": "andre.mello",
"author_login": "asmello",
"committed_at": "2024-03-18T10:43:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0094b72fcdf0422e93c912f659fe68f31f5b7de0",
"body": null,
"is_bot": false,
"headline": "update front",
"author_name": "andre.mello",
"author_login": "asmello",
"committed_at": "2024-03-18T10:05:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "192a8259bc45cf88db972a27654cc1355897195f",
"body": null,
"is_bot": false,
"headline": "fix pop_front",
"author_name": "andre.mello",
"author_login": "asmello",
"committed_at": "2024-03-18T09:55:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f556c22f47c2f36f39d3227034d7f9ff8fa1ba7b",
"body": "Empty strings weren't correctly handled in `pop_back`: When calling `pop_back`\nfor the pointer `//`, it would leave an empty string for `Pointer::inner` and\n`Pointer::count` at 1. Which is obviously wrong and leaves `Pointer`\ninconsistent.\n\nI also synchronized `fn back` with this, although in this case it was correct.",
"is_bot": false,
"headline": "`Pointer::pop_back`: Correctly handle empty strings",
"author_name": "ow",
"author_login": null,
"committed_at": "2024-03-12T20:59:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b604eec9c4a8df1d5bc15d57493cd42c9da7bc6",
"body": "V0.4.6",
"is_bot": false,
"headline": "Merge pull request #24 from chanced/v0.4.6",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-03-04T17:24:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ee275a351b074ab831944bd44516ff693d474c6",
"body": null,
"is_bot": false,
"headline": "CHANGELOG",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-03-04T17:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2432cd15c0dd4c31110050dfb34e999989cf52e3",
"body": null,
"is_bot": false,
"headline": "v0.4.6",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-03-04T17:20:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c17a55d3426ec4f456d67252c35e581c63d90a15",
"body": "`Pointer::last` return `None` for root pointer",
"is_bot": false,
"headline": "Merge pull request #23 from wngr/main",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-03-04T17:17:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0744b71bac65f002c2359db34595050deffbca9",
"body": null,
"is_bot": false,
"headline": "`Pointer::last` return `None` for root pointer",
"author_name": "ow",
"author_login": null,
"committed_at": "2024-03-04T13:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b13aff0574a040077679b4b74d4b6f00121ab5c",
"body": null,
"is_bot": false,
"headline": "update CHANGELOG.md",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-02-23T22:23:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f88be164f012a0214fb871903ee8030d4cf48c6",
"body": "v0.4.5",
"is_bot": false,
"headline": "Merge pull request #22 from chanced/v0.4.5",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-02-23T22:18:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c9041ffe2bdc354e28e8b0f5d713b63a315f7a7",
"body": null,
"is_bot": false,
"headline": "v0.4.5",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-02-23T22:13:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfbbd872b6a6396a270b4ed359ea56f142f377e3",
"body": "`Pointer::push_back`: Handle empty keys",
"is_bot": false,
"headline": "fix: `push_back` not respecting empty strings",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2024-02-23T22:12:57Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 1,
"latest_release_at": "2023-05-31T17:04:50Z",
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 1,
"days_since_latest_release": 1151,
"mean_days_between_releases": 178.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "jsonptr",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"6901",
"json-pointer",
"rfc-6901"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/jsonptr",
"is_deprecated": false,
"latest_version": "0.8.1",
"repository_url": "https://github.com/chanced/jsonptr",
"versions_count": 40,
"total_downloads": 57821317,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 6070096,
"first_published_at": "2022-06-02T13:47:07.079252Z",
"latest_published_at": "2026-07-26T11:40:08.818069Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 7,
"stars": 50,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2022-06-08",
"count": 1
},
{
"date": "2023-03-18",
"count": 1
},
{
"date": "2023-11-09",
"count": 1
},
{
"date": "2024-03-18",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-07-15",
"count": 1
},
{
"date": "2025-08-20",
"count": 1
}
],
"complete": true,
"collected": 7,
"total_forks": 7
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml"
],
"largest_source_bytes": 76029,
"source_files_sampled": 11,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "rand",
"direct": false,
"version": "0.8.5",
"severity": "low",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"GHSA-cq8v-f236-94qc",
"RUSTSEC-2026-0097"
],
"fixed_version": "0.10.1",
"advisory_count": 2,
"oldest_advisory_days": 108
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 1
},
"advisory_count": 2,
"affected_count": 1,
"assessed_count": 71,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "miette",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "7.4.0"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.219"
},
{
"name": "serde_json",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.140"
},
{
"name": "toml",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "miette",
"direct": true,
"version": "7.4.0",
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": "1.0.140",
"ecosystem": "crates"
},
{
"name": "toml",
"direct": true,
"version": "0.9.5",
"ecosystem": "crates"
},
{
"name": "addr2line",
"direct": false,
"version": "0.24.2",
"ecosystem": "crates"
},
{
"name": "adler2",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "aho-corasick",
"direct": false,
"version": "1.1.3",
"ecosystem": "crates"
},
{
"name": "backtrace",
"direct": false,
"version": "0.3.74",
"ecosystem": "crates"
},
{
"name": "backtrace-ext",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "2.6.0",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "env_logger",
"direct": false,
"version": "0.8.4",
"ecosystem": "crates"
},
{
"name": "equivalent",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "errno",
"direct": false,
"version": "0.3.9",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.2.15",
"ecosystem": "crates"
},
{
"name": "gimli",
"direct": false,
"version": "0.31.1",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.15.1",
"ecosystem": "crates"
},
{
"name": "indexmap",
"direct": false,
"version": "2.6.0",
"ecosystem": "crates"
},
{
"name": "is_ci",
"direct": false,
"version": "1.2.0",
"ecosystem": "crates"
},
{
"name": "itoa",
"direct": false,
"version": "1.0.11",
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": "0.2.162",
"ecosystem": "crates"
},
{
"name": "linux-raw-sys",
"direct": false,
"version": "0.4.14",
"ecosystem": "crates"
},
{
"name": "log",
"direct": false,
"version": "0.4.22",
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": false,
"version": "2.7.4",
"ecosystem": "crates"
},
{
"name": "miette-derive",
"direct": false,
"version": "7.4.0",
"ecosystem": "crates"
},
{
"name": "miniz_oxide",
"direct": false,
"version": "0.8.0",
"ecosystem": "crates"
},
{
"name": "object",
"direct": false,
"version": "0.36.5",
"ecosystem": "crates"
},
{
"name": "owo-colors",
"direct": false,
"version": "4.1.0",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": false,
"version": "1.0.89",
"ecosystem": "crates"
},
{
"name": "quickcheck",
"direct": false,
"version": "1.0.3",
"ecosystem": "crates"
},
{
"name": "quickcheck_macros",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": "1.0.37",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": false,
"version": "0.8.5",
"ecosystem": "crates"
},
{
"name": "rand_core",
"direct": false,
"version": "0.6.4",
"ecosystem": "crates"
},
{
"name": "regex",
"direct": false,
"version": "1.11.1",
"ecosystem": "crates"
},
{
"name": "regex-automata",
"direct": false,
"version": "0.4.9",
"ecosystem": "crates"
},
{
"name": "regex-syntax",
"direct": false,
"version": "0.8.5",
"ecosystem": "crates"
},
{
"name": "rustc-demangle",
"direct": false,
"version": "0.1.24",
"ecosystem": "crates"
},
{
"name": "rustix",
"direct": false,
"version": "0.38.40",
"ecosystem": "crates"
},
{
"name": "ryu",
"direct": false,
"version": "1.0.18",
"ecosystem": "crates"
},
{
"name": "serde_core",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_derive",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_spanned",
"direct": false,
"version": "1.0.3",
"ecosystem": "crates"
},
{
"name": "supports-color",
"direct": false,
"version": "3.0.1",
"ecosystem": "crates"
},
{
"name": "supports-hyperlinks",
"direct": false,
"version": "3.0.0",
"ecosystem": "crates"
},
{
"name": "supports-unicode",
"direct": false,
"version": "3.0.0",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "1.0.109",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "2.0.87",
"ecosystem": "crates"
},
{
"name": "terminal_size",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "textwrap",
"direct": false,
"version": "0.16.1",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": false,
"version": "1.0.69",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "1.0.69",
"ecosystem": "crates"
},
{
"name": "toml_datetime",
"direct": false,
"version": "0.7.3",
"ecosystem": "crates"
},
{
"name": "toml_parser",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "toml_writer",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": false,
"version": "1.0.13",
"ecosystem": "crates"
},
{
"name": "unicode-linebreak",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "unicode-width",
"direct": false,
"version": "0.1.14",
"ecosystem": "crates"
},
{
"name": "wasi",
"direct": false,
"version": "0.11.0+wasi-snapshot-preview1",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.52.0",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.59.0",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "winnow",
"direct": false,
"version": "0.7.13",
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 71,
"direct_count": 4,
"indirect_count": 67
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 85,
"open_issues": 2,
"closed_ratio": 0.923,
"closed_issues": 24,
"closed_unmerged_prs": 15
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "chanced",
"commits": 129,
"avatar_url": "https://avatars.githubusercontent.com/u/1073892?v=4"
},
{
"type": "User",
"login": "asmello",
"commits": 53,
"avatar_url": "https://avatars.githubusercontent.com/u/3285133?v=4"
},
{
"type": "User",
"login": "dwalker109",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/4749645?v=4"
},
{
"type": "User",
"login": "DeppLearning",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/31652093?v=4"
},
{
"type": "User",
"login": "brooswajne",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/9310798?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.697
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"check.yml",
"nostd.yml",
"safety.yml",
"scheduled.yml",
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 3,
"reason": "11 out of 29 merged PRs checked by a CI test -- score normalized to 3",
"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": 4,
"reason": "Found 12/27 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "9 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "3dc1604acee53d4b3d7998c0351d0eff4b2c0602",
"ran_at": "2026-07-26T15:30:51Z",
"aggregate_score": 5.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-26T11:39:24Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-26T11:38:49Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 57,
"created_at": "2024-07-09T00:58:16Z",
"last_comment_at": "2024-10-21T17:48:25Z",
"last_comment_author": "chanced"
},
{
"number": 91,
"created_at": "2024-10-21T13:51:06Z",
"last_comment_at": "2024-10-22T16:59:57Z",
"last_comment_author": "asmello"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/chanced/jsonptr",
"host": "github.com",
"name": "jsonptr",
"owner": "chanced"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"security": 66,
"vitality": 47,
"community": 57,
"governance": 62,
"engineering": 38
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 47,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"commits_last_year": 1,
"human_commit_share": 0.97,
"days_since_last_push": 0,
"active_weeks_last_year": 1
},
"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": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "1 commits in the last year",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 1
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "9 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_latest_release": 1151,
"mean_days_between_releases": 178.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1151 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1151
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~178.3 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 178.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 57,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"forks": 7,
"stars": 50,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "50 stars",
"points": 27.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 50
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "7 forks",
"points": 6.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 7
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"jsonptr"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 57821317,
"monthly_downloads": 6070096
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "6,070,096 downloads/month across crates",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 6070096,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 62,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.697
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 70% of commits",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 70
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"merged_prs": 85,
"open_issues": 2,
"closed_issues": 24,
"issue_closed_ratio": 0.923,
"closed_unmerged_prs": 15
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "92% of issues closed",
"points": 43.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 92
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "85/100 decided PRs merged",
"points": 32.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 85,
"decided": 100
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 12/27 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 59,
"inputs": {
"followers": 46,
"owner_type": "User",
"is_verified": null,
"owner_login": "chanced",
"public_repos": 151,
"account_age_days": 5420
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "46 followers of chanced",
"points": 12,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 46,
"login": "chanced"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "151 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 151
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"jsonptr"
],
"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": "40 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 40
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 38,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "5 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 5
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "11 out of 29 merged PRs checked by a CI test -- score normalized to 3",
"points": 6,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 66,
"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": 57,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "11 out of 29 merged PRs checked by a CI test -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 12/27 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "9 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"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 71 resolved dependencies against OSV. 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": 71
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 2,
"affected_packages": 1,
"assessed_packages": 71,
"unassessed_packages": 0,
"affected_by_severity": "low 1",
"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": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 71,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 3
},
"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": 50,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.691,
"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": "67 of 97 human commits state their intent (structured subject or explanatory body)",
"points": 36.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 67,
"sampled": 97
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [
"Cargo.lock"
],
"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.03
},
"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": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"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": "3 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 3,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 95,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 76029,
"source_files_sampled": 11,
"oversized_source_files": 1
},
"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": "1/11 source files over 60KB",
"points": 50,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 11,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"deps.dev does not index crates:jsonptr@0.8.1; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-26T15:31:08.885938Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/chanced/jsonptr.svg",
"full_name": "chanced/jsonptr",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}