JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"parsing",
"memory-safety"
],
"is_fork": false,
"size_kb": 104,
"has_wiki": true,
"homepage": "https://briansmith.org/rustdoc/untrusted/",
"languages": {
"Rust": 19051,
"Shell": 9804
},
"pushed_at": "2023-09-04T19:37:07Z",
"created_at": "2016-06-05T21:57:02Z",
"owner_type": "User",
"updated_at": "2026-07-16T14:10:19Z",
"description": "Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Rust",
"significant_languages": [
"Rust",
"Shell"
]
},
"owner": {
"blog": "https://briansmith.org/",
"name": "Brian Smith",
"type": "User",
"login": "briansmith",
"company": null,
"location": null,
"followers": 1076,
"avatar_url": "https://avatars.githubusercontent.com/u/16816?v=4",
"created_at": "2008-07-11T19:48:51Z",
"is_verified": null,
"public_repos": 50,
"account_age_days": 6596
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "0.6.0",
"kind": "minor",
"published_at": "2017-09-19T22:51:48Z"
},
{
"tag": "0.5.1",
"kind": "patch",
"published_at": "2017-08-28T03:38:47Z"
}
],
"recent_commits": [
{
"oid": "b7c4aea36ca2ddcec71c323fb7b27d5724d73f3a",
"body": null,
"is_bot": false,
"headline": "0.9.0.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2021-07-13T22:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87b89a5d88ffe3dcf93157521525efdb0672e1d6",
"body": "`untrusted` made no promises as to what the `Debug` implementations\nwould do, and many users probably do want them to do what they were\ndoing, but in general the pain of accidentally leaking a secret value is\nhigher than the pain of the inconvenience of useless `Debug`\nimplementatoins, so make the `Debug` implementations useless.",
"is_bot": false,
"headline": "Avoid leaking potentially-secret information in `Debug` implementations.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2021-07-13T21:57:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36f6dff818bd189e8ab9f57244da40a029d04673",
"body": "These implementations are less useful given that most users do not have\n`Input` in their public APIs (any more). I verified that *ring* and\nwebpki can be changed to work with this change.\n\nThis eliminates one potential place where secret data could leak through\na side channel. `untrusted` didn't make a promise about this previously,\nbut going forward we should err more on the side of caution.",
"is_bot": false,
"headline": "Remove `PartialEq` and `Eq` implementations for `Input`.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2021-07-13T21:43:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb3bd9d7eb82713593d93385eecae5b9472e5f59",
"body": "No functional change.\r\n\r\nI agree to license my contributions to each file under the terms given\r\nat the top of each file I changed.",
"is_bot": false,
"headline": "Fix a broken link",
"author_name": "Seiichi Uchida",
"author_login": "topecongiro",
"committed_at": "2021-07-13T21:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e2cba9b47b64ef3df31dfe16c51b9935a072262",
"body": null,
"is_bot": false,
"headline": "Add tests for `Copy` and `Clone` implementations of `Input`.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2021-07-13T21:34:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9692c877d5591678989cf331267fd3f949cd196",
"body": "Since 0.8.0 was yanked we can't use the 0.8.0 version number. Also since\nwe're planning to make breaking changes, we should increase the version\nnumber anyway.",
"is_bot": false,
"headline": "Bump version number in Cargo.toml.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2021-07-13T21:05:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb8d942ee2af7c37b64e6dbc06b2aaa78b3059aa",
"body": null,
"is_bot": false,
"headline": "0.8.0.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2021-05-04T00:03:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb9228aca56a9bda81cf2acd2ff63a3768d3f42e",
"body": "This is a step towards implementing the GitHub security hardening advice.\n\nsed -ri 's|(uses: +)([^/]+)/([^@])|\\1briansmith/\\2-\\3|g' .github/workflows/ci.yml",
"is_bot": false,
"headline": "CI/CD: Use private cache of (third-party) GitHub Actions.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2021-04-26T23:12:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "087bc85564e77faaff1c43f1826a948e69b8732e",
"body": "The optimization where mostly-redundant CI jobs are skipped for the owner's\nPRs is not too useful for this repository. And, those checks weren't\ncompletely redundant anyway. So, remove this optimization. (It came from\n*ring*, where such optimizations matter more, but even there I'm hoping to\nremove them.)",
"is_bot": false,
"headline": "CI/CD: Remove optimization for owner's commits.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2021-04-26T22:46:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a15d6eb840e170d38a5d554310270c0a7d0a41e",
"body": null,
"is_bot": false,
"headline": "Sync GitHub Actions permissions and GITHUB_TOKEN handling with *ring*.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2021-04-26T21:24:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "194fa524b08947c87bef606b356da7f424a0fdc7",
"body": null,
"is_bot": false,
"headline": "Rename main module file from `untrusted.rs` to `lib.rs`.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2021-01-26T05:51:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe18c44675a901fd8f83c3ade7f720abbe239db2",
"body": null,
"is_bot": false,
"headline": "Move `Reader` to its own module.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2021-01-26T05:51:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdaa824a3a8e6fafe497ae3b00c2c1846bea7438",
"body": null,
"is_bot": false,
"headline": "Move `no_panic` module into its own file.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2021-01-26T05:51:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8563a6d5d53fa2a2af102caf5242a56a8a97ed08",
"body": null,
"is_bot": false,
"headline": "Move `Input` into its own submodule to protect its internals.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2021-01-26T05:51:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2abafaf5a9af47e881231348840fe4227c9c885b",
"body": null,
"is_bot": false,
"headline": "Bump MSRV.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2021-01-26T04:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "525848777d55a429c2ce51000163b800872ad547",
"body": "After the `read_partial()` API was added, the `Mark` API is no longer\nneeded. Removing it will allow us to simplify the implementation of the\nrest of the library in the near future.",
"is_bot": false,
"headline": "Remove `Mark`.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2021-01-14T18:34:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a76f9aeb09f21932326a987640f6c6db3c9c76cf",
"body": null,
"is_bot": false,
"headline": "Add code coverage measurement to CI.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2021-01-14T18:18:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2de67086275915b793f145a1c7fc44ab3bd37f0",
"body": null,
"is_bot": false,
"headline": "Add a `cargo doc` CI job.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2021-01-14T17:53:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "648ddc8fde8e277aaef6331846866d76e39f39a7",
"body": null,
"is_bot": false,
"headline": "Add `cargo deny` configuration and CI job.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2021-01-14T17:41:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8efada99bc74b330d57733cb7061caa2cb6e0a8",
"body": null,
"is_bot": false,
"headline": "Use *ring*'s new rustfmt.toml; `cargo fmt`; Add rustfmt job to CI.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2021-01-14T17:33:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "354a1f9a34829f08f15125f01ac1d5788ee53233",
"body": null,
"is_bot": false,
"headline": "Address Clippy's complaints; add Clippy job to CI/CD.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2021-01-14T17:27:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdf1ef67d810bdd93d1d6b4c57bbe188f020981b",
"body": null,
"is_bot": false,
"headline": "Switch from Travis CI to GitHub Actions.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2021-01-14T17:22:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f934f697ff75c10ab3691ed591d1d93a3de3580f",
"body": "In a future PR, we'll use `cargo clippy --deny warnings` to stop PRs\nfrom being merged if they introduce warnings.",
"is_bot": false,
"headline": "Allow warnings during the build to fix Rust Nightly build.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2021-01-14T17:19:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3a0e38470aa35565764a68c65b75b9e2ffd732d",
"body": null,
"is_bot": false,
"headline": "0.7.1",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2020-04-28T16:30:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb39ceea4b90f53ba8dc8e4055d1e73813d2c3e8",
"body": "The compiler was complaining about this, so remove it.",
"is_bot": false,
"headline": "Remove now-redundant `#forbid(legacy_directory_ownership,)]`.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2020-04-28T16:29:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39226ea3d497ba0035fcd4e891f205e86850669e",
"body": null,
"is_bot": false,
"headline": "0.7.0.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2019-07-16T03:42:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86ea9b774f73c085c269744a9e014ca8c19e97de",
"body": null,
"is_bot": false,
"headline": "Into.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2019-04-06T08:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b06b39338091ac8abbf3b62b7fbf3c657de015fa",
"body": null,
"is_bot": false,
"headline": "`impl<'a> From<&'a [u8]> for Input<'a>`",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2019-04-06T03:34:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c655745770fca12748f03d9bf605c2538ba4cda6",
"body": null,
"is_bot": false,
"headline": "Make `untrusted::Input::from` a `const fn`.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2019-04-05T19:58:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a08ff4425356813496459bd50f3b50cbb9cba12",
"body": "https://github.com/rust-lang/rust/issues/27950 was closed in favor of\nhttps://github.com/rust-lang/rust/issues/26925.",
"is_bot": false,
"headline": "Update Rust `#[derive]` bug link.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2019-04-05T05:13:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d9cf9b57cee7d456f1e687cdbc2ce8b9552324f",
"body": null,
"is_bot": false,
"headline": "Make `PartialEq` symmetric for `[u8]` and `Input`.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2019-04-05T03:11:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c15e759be62faf73abaac5cc8e43308cd32b15a2",
"body": "The comment is relevant to the\n`impl PartialEq<[Input<_>] for Input<'_>`, not this one.",
"is_bot": false,
"headline": "Remove wrongly copy-pasted comment.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2019-04-05T03:10:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fc20cca861be1cc21e8168b993b4161f66322bd",
"body": null,
"is_bot": false,
"headline": "`impl PartialEq<[u8]>` not `PartialEq<&[u8]>`.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2019-04-05T03:08:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8bd180715f45f422b4d77e6cd65bcc6e6d649fb",
"body": null,
"is_bot": false,
"headline": "Add `read_partial()`.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2019-03-16T21:11:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "715735f6bfc340fcd5c1b48e03c95e17749125a3",
"body": "Match `read_all()`.",
"is_bot": false,
"headline": "Add lifetime annotations to `read_all_optional()`.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2019-03-16T21:11:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8980a6ca6bcc176a88f9d0748d689194b99f9fb3",
"body": null,
"is_bot": false,
"headline": "Remove redundant lifetime annotations.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2019-03-16T21:11:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3e343782c32be2d173eb9391b4b88c304416332",
"body": "`Input::iter()` returns an `Iterator`. `Iterator` exposes methods that can\npanic. Those methods go against the goals of this library.",
"is_bot": false,
"headline": "Remove `Input::iter()`.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2019-03-15T21:13:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48c8b37d58d06f3d1ee17be83b267fae5ca362b6",
"body": null,
"is_bot": false,
"headline": "Document versioning.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2019-03-15T05:13:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7fffec52a66c00e06bcaf167cfc190a96b4c387",
"body": "As far as performance is concerned, this crate is designed with the\nexpectation that the compiler will figure out how to elide and coalesce\nredundant bounds checks. Hopefully the compiler will avoid constructing a\n`Reader` in memory at all in many cases. However, this can only work if\n`Reader` methods are inlined.",
"is_bot": false,
"headline": "All `Reader` methods should be `#[inline]`.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2019-02-15T22:19:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b2ac8d62685a10408f401b5699694dc33df502d",
"body": "Make `skip` mean \"throw away.\" Rename the functions that returned\ninput to `read_bytes`.",
"is_bot": false,
"headline": "Simplify and rename `skip()` methods.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2019-02-15T22:13:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "754b3f97fb96feb2f9008dae19f084f40e717171",
"body": null,
"is_bot": false,
"headline": "Use `Self`.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2019-02-15T22:13:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a26c874cc00577d92c0e47a145c9ea19e35f872",
"body": "According to http://doc.crates.io/manifest.html:\n\n Cargo supports custom configuration of how rustc is invoked through\n profiles at the top level. Any manifest may declare a profile, but\n only the top level project’s profiles are actually read. All\n dependencies’ profiles will be overridden. Thi\n[…]\n are\n compiled.\n\nThis means profile.release is unneccessary.\n\nThis change keeps part of profile.bench. Testing with benchmark suite\nfrom PR #14 this profile gives the fastest results (on my machine).",
"is_bot": false,
"headline": "Remove unnecessary compiler profiles from Cargo.toml",
"author_name": "Ossi Herrala",
"author_login": "oherrala",
"committed_at": "2019-02-14T04:53:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1b1cf1d9c86678da8cf84ec050d5c7141b7e7f94",
"body": null,
"is_bot": false,
"headline": "Remove redundant `#![allow(...)]`.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2019-02-14T04:29:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "761c666be865a68bceb3394c1544d145dae81e40",
"body": null,
"is_bot": false,
"headline": "Fix clippy warning: `.into_iter()` to `.iter()`.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2019-02-14T04:26:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2299bd88d1dd86e4a69740071162cc743f3c16a",
"body": null,
"is_bot": false,
"headline": "Use Rust 2018 Edition.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2019-02-14T04:24:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "563fdd69e0e413981f17dd96eca51250640bbc8c",
"body": null,
"is_bot": false,
"headline": "Move tests from unit tests to integration tests.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2019-02-14T04:22:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ed25f5dd252a1558940b39477f49fab9d5a9dab",
"body": null,
"is_bot": false,
"headline": "Add rustfmt.toml and `cargo +nightly fmt.`",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2019-01-29T21:30:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6905e07cbc96b91f08da59605b5292fe4ec36480",
"body": "It is redundant with `read_all` because `FnMut` closures implement\n`FnOnce`. I verified that the *ring* and webpki crates can use\n`read_all` instead of `read_all_mut` in all cases.",
"is_bot": false,
"headline": "Remove `read_all_mut()`.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2019-01-29T21:28:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "402ae50d0ee531fde73a256b96eee99d65ad3dbb",
"body": null,
"is_bot": false,
"headline": "Replace `try!` with `?`.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2018-11-03T22:44:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ef32c50ddf5453942f2b486f06049f5cb3279ae",
"body": "`SliceIndex` doesn't work the way that the comment is expecting it to\nwork.",
"is_bot": false,
"headline": "Remove references to `SliceIndex`.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2018-11-03T22:42:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ad43873c258505e9bc6e5e87457df571ed960b0",
"body": "The original contribution of the fix didn't have a test, so add one.",
"is_bot": false,
"headline": "Add test for error handling fix for `Reader::skip_and_get_input()`.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2018-06-22T17:36:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6d1c6a739ff7c9959798c3935a101325c72b0e1",
"body": "Use *ring*'s.",
"is_bot": false,
"headline": "Add .gitignore",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2018-06-21T19:53:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62cb6889bf7066e84dfa8927352a9e959c6dc8c2",
"body": null,
"is_bot": false,
"headline": "0.6.2.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2018-06-21T19:51:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cf31901e7220af96c05fcb505978757fdae4a77",
"body": null,
"is_bot": false,
"headline": "Return error before incrementing Reader's index (self.i)",
"author_name": "Ossi Herrala",
"author_login": "oherrala",
"committed_at": "2018-06-21T17:52:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44384f81a3318b13430f3976c769d4925ec9d76d",
"body": null,
"is_bot": false,
"headline": "Remove fat_ptr_transmutes lint. It has been removed in Rust 1.23",
"author_name": "Ossi Herrala",
"author_login": "oherrala",
"committed_at": "2018-04-13T19:46:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5cadba18ded6441656b2f06f071ab5e94dcaaf9",
"body": null,
"is_bot": false,
"headline": "0.6.1.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2017-12-24T20:18:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f12e865ccdc461eee9ce0d72da65c8ca3f8de4e2",
"body": "The license file can stay in repository, but removing \"license-file\"\navoids one Cargo warning:\n\nwarning: only one of `license` or `license-file` is necessary",
"is_bot": false,
"headline": "Change \"license-file = ..\" into \"license = ISC\".",
"author_name": "Ossi Herrala",
"author_login": "oherrala",
"committed_at": "2017-10-02T06:37:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92d9c4ee5ced8e8bacf1757c25c0bad7bdfa12e9",
"body": "This better follows the convention that iter() borrows self while\ninto_iter() takes ownership of self.\n\nAdd unit test for Input::iter().\n\nI agree to license my contributions to each file under the terms given at the top of each file I changed.",
"is_bot": false,
"headline": "Rename no_panic::Slice::into_iter() as iter()",
"author_name": "Ossi Herrala",
"author_login": "oherrala",
"committed_at": "2017-10-02T06:35:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0418849c45410fad9563cbe012d1279bc91bd55",
"body": "No functional change.\n\nI agree to license my contributions to each file under the terms given at the top of each file I changed.",
"is_bot": false,
"headline": "Fix nags from Cargo and Clippy",
"author_name": "Ossi Herrala",
"author_login": "oherrala",
"committed_at": "2017-10-01T11:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c799719ae63b8137abb5053a5f28f7e1fc9938e3",
"body": null,
"is_bot": false,
"headline": "0.6.0",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2017-09-19T22:51:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af2821a6065371cf360e041357efcc8da8312a03",
"body": null,
"is_bot": false,
"headline": "Make comparisons #[inline].",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2017-09-19T22:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4415fa2e8238dd149137db8d9be2676205fd2954",
"body": "The lifetimes of the inputs to the comparisons don't need to be related\nto each other in any way.",
"is_bot": false,
"headline": "Make lifetimes in PartialEq implementation more flexible.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2017-09-19T22:51:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07322d4e7844ed454fe1451dfebcc81620e18e3d",
"body": null,
"is_bot": false,
"headline": "0.5.1.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2017-08-28T03:38:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01cde2d54e2f8fc234a8b5ea660fe510db2cf399",
"body": null,
"is_bot": false,
"headline": "Deny and forbid almost all lints.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2017-08-27T22:06:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dd059457651cc5b39a2ef4e01543c1d0e98fb7b",
"body": null,
"is_bot": false,
"headline": "0.5.0: Use new field init shorthand syntax.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2017-04-27T22:42:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b29257170075beda393a0e5bc5aaab0fe429662f",
"body": null,
"is_bot": false,
"headline": "Use `-vv` when running tests on Travis CI.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2017-03-19T04:09:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d61ecbd64e02433bc6f78c2e2ba661fc5ba251d3",
"body": null,
"is_bot": false,
"headline": "Fix whitespace in .travis.yml",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2017-03-19T04:09:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1047df8e50731e460b8f54cd14054ad9e6b40706",
"body": null,
"is_bot": false,
"headline": "Make `no_panic::Slice`'s API closer to the splice API.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2017-02-18T21:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "115a8e2cf25922ee4909aaf0459255b8ef462682",
"body": null,
"is_bot": false,
"headline": "Use Rust 1.15's non-panicing slicing feature.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2017-02-18T20:32:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80c52df51396bbf680b448ea78f3e16631dae981",
"body": null,
"is_bot": false,
"headline": "Fix indention in `no_panic` module.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2017-02-18T20:17:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28d7567b1df813878c0f2f5b498f07163c9b536e",
"body": null,
"is_bot": false,
"headline": "0.3.2.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2016-11-10T05:48:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "412739c36993cec32379ab67d19d7f50eacfbff2",
"body": null,
"is_bot": false,
"headline": "Add `untrusted::Input::iter()`.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2016-11-10T05:48:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8281cdfeda4431963d3a4b6bb79311d080caf431",
"body": "Remove the redundant \"NoPanic\" prefix.",
"is_bot": false,
"headline": "Rename internal no_panic::NoPanicSlice to no_panic::Slice.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2016-11-10T05:31:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6c7683d7f96b80da690567680bc67bb95242762",
"body": null,
"is_bot": false,
"headline": "Add GitHub link to documentation.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2016-08-13T03:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dee4b124c86053c63548f1798b6af6f6fac04761",
"body": null,
"is_bot": false,
"headline": "Add documentation links.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2016-08-12T20:54:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94d938cb191b002e88b835da5d7fc2f3d8e5a69a",
"body": null,
"is_bot": false,
"headline": "use `EndOfInput` instead of `()` for errors.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2016-08-11T00:21:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "334c288b27c0c8bde7c70a57f4eedc838b062736",
"body": "I agree to license my contributions to each file under the terms given\nat the top of each file I changed.",
"is_bot": false,
"headline": "Add basic unit tests for `untrusted::Input`.",
"author_name": "Corey Farwell",
"author_login": "frewsxcv",
"committed_at": "2016-07-10T23:00:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c842f49cb51fcc72b3656ad063e024d4b725115",
"body": null,
"is_bot": false,
"headline": "Fix dependency section documentation in README.md.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2016-07-10T22:56:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ea1cc6b638ed7a0eafd14082140778aff5cf9a8",
"body": "I agree to license my contributions to each file under the terms given\r\nat the top of each file I changed.",
"is_bot": false,
"headline": "Fix broken hyperlinks in README. (#3)",
"author_name": "Corey Farwell",
"author_login": "frewsxcv",
"committed_at": "2016-07-10T18:58:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "444899d79c6d4f5d1552cf8764c3393214894800",
"body": null,
"is_bot": false,
"headline": "Replace fallible `Input::new()` with infallible `Input::from()`.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2016-07-01T03:53:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2d86145554dc35ce6b73e175efdb71c9bc35ac7",
"body": null,
"is_bot": false,
"headline": "Fix reference to license file in Cargo.toml.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2016-06-05T23:46:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bae58adcfc5b0d70d2eb38ef80bf7fe8b4e3647",
"body": null,
"is_bot": false,
"headline": "Make `read_all` and `read_all_mut` methods of `Input`.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2016-06-05T23:00:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9836ad0853d84386eff2f915b6cc4c41a8ff8979",
"body": null,
"is_bot": false,
"headline": "Implement `==` instead of defining the `input_equals` function.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2016-06-05T22:39:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "487a0faa409667f7131c797b9bd867b723adb9ac",
"body": null,
"is_bot": false,
"headline": "Add .travis.yml and clarify documentation.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2016-06-05T22:08:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa40344c9a8ec8e47a47469f54189cc247c8c1ff",
"body": null,
"is_bot": false,
"headline": "Add LICENSE.txt.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2016-06-05T22:00:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca7449e22af7150ee63525033ba0f2eb1c17facf",
"body": null,
"is_bot": false,
"headline": "Add Cargo.toml.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2016-06-05T21:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19ad74eb312bef0c0f477a2994b7fcc2010fff74",
"body": null,
"is_bot": false,
"headline": "Rename input.rs to untrusted.rs and update the documentation.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2016-06-05T21:56:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07656f8cfd52603a9bce433500d21ed294f41e48",
"body": null,
"is_bot": false,
"headline": "Split `ring::input` into this new repository.",
"author_name": "Brian Smith",
"author_login": "briansmith",
"committed_at": "2016-06-05T21:56:17Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 0,
"latest_release_at": "2017-09-19T22:51:48Z",
"latest_release_tag": "0.6.0",
"releases_from_tags": true,
"days_since_last_push": 1063,
"active_weeks_last_year": 0,
"days_since_latest_release": 3239,
"mean_days_between_releases": 22.8
},
"artifacts": {
"collected": true,
"structure": [
"tree.cargo_lib"
],
"declarations": [
{
"name": "untrusted",
"path": "Cargo.toml",
"tokens": [
"cargo.lib"
],
"ecosystem": "crates"
}
]
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [],
"total": 0,
"header": 0,
"collected": true,
"has_inspect_badge": false
},
"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": "untrusted",
"exists": true,
"license": "ISC",
"keywords": [],
"ecosystem": "crates",
"categories": [],
"matches_repo": true,
"registry_url": "https://crates.io/crates/untrusted",
"declared_type": null,
"is_deprecated": false,
"latest_version": "0.9.0",
"repository_url": "https://github.com/briansmith/untrusted",
"versions_count": 15,
"total_downloads": 669994163,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 53048145,
"first_published_at": "2016-06-05T23:47:03.228558Z",
"latest_published_at": "2021-07-13T22:13:26.650010Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1846
}
]
},
"popularity": {
"forks": 28,
"stars": 217,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2016-07-10",
"count": 1
},
{
"date": "2016-10-03",
"count": 1
},
{
"date": "2017-02-17",
"count": 1
},
{
"date": "2017-09-25",
"count": 1
},
{
"date": "2018-11-04",
"count": 1
},
{
"date": "2018-11-27",
"count": 1
},
{
"date": "2018-12-15",
"count": 1
},
{
"date": "2019-06-14",
"count": 1
},
{
"date": "2019-10-05",
"count": 1
},
{
"date": "2019-11-25",
"count": 1
},
{
"date": "2019-12-23",
"count": 1
},
{
"date": "2020-01-28",
"count": 1
},
{
"date": "2021-02-17",
"count": 1
},
{
"date": "2021-03-24",
"count": 1
},
{
"date": "2021-04-29",
"count": 1
},
{
"date": "2021-07-01",
"count": 1
},
{
"date": "2022-05-12",
"count": 1
},
{
"date": "2022-05-16",
"count": 1
},
{
"date": "2023-02-05",
"count": 1
},
{
"date": "2023-09-04",
"count": 1
},
{
"date": "2023-10-02",
"count": 1
},
{
"date": "2023-10-20",
"count": 1
},
{
"date": "2024-02-14",
"count": 1
},
{
"date": "2025-07-21",
"count": 1
},
{
"date": "2025-11-15",
"count": 1
},
{
"date": "2025-12-15",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
},
{
"date": "2026-06-21",
"count": 1
}
],
"complete": true,
"collected": 28,
"total_forks": 28
},
"star_history": null,
"open_issues_and_prs": 13
},
"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": 5736,
"source_files_sampled": 5,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 26,
"open_issues": 11,
"closed_ratio": 0.607,
"closed_issues": 17,
"closed_unmerged_prs": 15
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "briansmith",
"commits": 79,
"avatar_url": "https://avatars.githubusercontent.com/u/16816?v=4"
},
{
"type": "User",
"login": "oherrala",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/89251?v=4"
},
{
"type": "User",
"login": "frewsxcv",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/416575?v=4"
},
{
"type": "User",
"login": "topecongiro",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/21980157?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.898
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 21 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/27 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 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": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "b7c4aea36ca2ddcec71c323fb7b27d5724d73f3a",
"ran_at": "2026-08-03T03:54:59Z",
"aggregate_score": 4.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 0,
"decided_7d": 0,
"merged_30d": 0,
"authors_30d": 0,
"decided_30d": 0,
"sample_size": 41,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 0,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 0,
"newcomer_decided_30d": 0
},
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 67,
"created_at": "2023-09-04T19:37:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 70,
"created_at": "2025-12-15T15:00:39Z",
"last_comment_at": "2026-02-03T11:36:54Z",
"last_comment_author": "weiznich"
}
],
"last_merged_pr_at": "2021-07-13T22:35:57Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 1,
"created_at": "2016-06-07T02:48:33Z",
"last_comment_at": "2023-09-04T19:43:37Z",
"last_comment_author": "berendsliedrecht"
},
{
"number": 21,
"created_at": "2018-06-21T19:38:11Z",
"last_comment_at": "2019-03-15T05:21:59Z",
"last_comment_author": "briansmith"
},
{
"number": 23,
"created_at": "2018-06-21T20:24:26Z",
"last_comment_at": "2019-03-16T21:24:39Z",
"last_comment_author": "briansmith"
},
{
"number": 32,
"created_at": "2019-12-23T19:40:30Z",
"last_comment_at": "2021-07-13T22:08:52Z",
"last_comment_author": "briansmith"
},
{
"number": 33,
"created_at": "2019-12-23T19:50:19Z",
"last_comment_at": "2021-01-26T06:32:47Z",
"last_comment_author": "briansmith"
},
{
"number": 50,
"created_at": "2021-04-26T21:28:47Z",
"last_comment_at": "2022-10-15T16:13:34Z",
"last_comment_author": "briansmith"
},
{
"number": 53,
"created_at": "2021-04-27T01:59:14Z",
"last_comment_at": "2021-05-04T23:25:35Z",
"last_comment_author": "briansmith"
},
{
"number": 59,
"created_at": "2021-06-10T23:49:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 64,
"created_at": "2021-07-13T21:44:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 68,
"created_at": "2023-12-25T02:47:35Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 69,
"created_at": "2024-04-01T13:06:55Z",
"last_comment_at": "2026-03-03T10:59:03Z",
"last_comment_author": "konstin"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/briansmith/untrusted",
"host": "github.com",
"name": "untrusted",
"owner": "briansmith"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "The weighted overall 47 is calibrated to 45 on the published index scale (record calibration 2026-08-02). Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 34.",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 47,
"calibrated": 45,
"calibration": "2026-08-02"
}
},
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 34,
"pct": 60
}
}
],
"value": 27,
"inputs": {
"security": 44,
"vitality": 20,
"community": 62,
"governance": 52,
"calibration": "2026-08-02",
"engineering": 59,
"ai_readiness": 44,
"abandonment_cap": 34,
"abandonment_state": "likely_abandoned",
"weighted_overall_raw": 47,
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 45,
"overall_after_abandonment_multiplier": 27
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 20,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 1063,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1063 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1063
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "weak",
"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": 48,
"inputs": {
"releases_count": 2,
"latest_release_tag": "0.6.0",
"releases_from_tags": true,
"days_since_latest_release": 3239,
"mean_days_between_releases": 22.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 3239 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 3239
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~22.8 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 22.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 34,
"state": "likely_abandoned",
"guards": [],
"signals": [
"issue_rot",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 2,
"unanswered_open_issues": 5,
"days_since_last_merged_pr": 1846,
"days_since_last_human_commit": 1846,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1846 days; 3 unmet obligation(s): issues unanswered, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1846,
"count": 3,
"signals": "issues unanswered, releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 62,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"forks": 28,
"stars": 217,
"watchers": 7,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "217 stars",
"points": 37.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 217
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "28 forks",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 28
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "weak",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 0,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"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": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"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": "exceptional",
"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": [
"untrusted"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 669994163,
"monthly_downloads": 53048145
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "53,048,145 downloads/month across crates",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 53048145,
"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": 52,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.898
},
"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 90% of commits",
"points": 2.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 90
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"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": 51,
"inputs": {
"merged_prs": 26,
"open_issues": 11,
"closed_issues": 17,
"prs_merged_7d": 0,
"prs_decided_7d": 0,
"prs_merged_30d": 0,
"prs_decided_30d": 0,
"issue_closed_ratio": 0.607,
"closed_unmerged_prs": 15,
"first_time_authors_30d": 0,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "61% of issues closed",
"points": 25.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 61
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "26/41 decided PRs merged",
"points": 19,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 26,
"decided": 41
}
}
],
"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": "Found 1/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"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": 70,
"inputs": {
"followers": 1076,
"owner_type": "User",
"is_verified": null,
"owner_login": "briansmith",
"public_repos": 50,
"account_age_days": 6596
},
"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": "1,076 followers of briansmith",
"points": 21.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1076,
"login": "briansmith"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "50 public repos, account ~18 yr old",
"points": 24.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 50
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"untrusted"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 1846
},
"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 1846 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1846
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "15 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 15
}
}
],
"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": 59,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "weak",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 21 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"parsing",
"memory-safety"
],
"has_wiki": true,
"homepage": "https://briansmith.org/rustdoc/untrusted/",
"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": "https://briansmith.org/rustdoc/untrusted/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "2 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 2
}
}
],
"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": "weak",
"name": "Security",
"value": 44,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 21 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 1/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 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.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"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": 9
},
"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": "weak",
"name": "AI Readiness",
"value": 44,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.239,
"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": "21 of 88 human commits state their intent (structured subject or explanatory body)",
"points": 12.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 21,
"sampled": 88
}
}
],
"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 88",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 88
}
}
],
"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": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 5736,
"source_files_sampled": 5,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/5 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 5,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"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": 19
},
"primary": "library",
"evidence": [
{
"tier": "declared",
"label": "library",
"source": "cargo.lib",
"weight": 10
},
{
"tier": "distribution",
"label": "library",
"source": "registry:crates",
"weight": 6
},
{
"tier": "structure",
"label": "library",
"source": "tree.cargo_lib",
"weight": 3
}
],
"artifacts": [
{
"path": "Cargo.toml",
"labels": [
"library"
],
"ecosystem": "crates"
}
],
"confidence": "high",
"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"
],
"report_type": "repository",
"generated_at": "2026-08-03T03:55:13.109610Z",
"schema_version": "0.30.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/briansmith/untrusted.svg",
"full_name": "briansmith/untrusted",
"license_state": "custom",
"license_spdx": null
}