Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 71,
"has_wiki": false,
"homepage": "https://docs.rs/as_repr",
"languages": {
"Rust": 58736
},
"pushed_at": "2026-07-27T04:57:19Z",
"created_at": "2025-10-27T06:10:30Z",
"owner_type": "User",
"updated_at": "2026-07-27T04:57:39Z",
"description": "Rust trait for constant `#[repr(T)]` conversions",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "v1",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": "Jeryn Aldaron Lau",
"type": "User",
"login": "AldaronLau",
"company": "@physicalgraph @z-fest @ardaku",
"location": "Twin Cities, Minnesota, USA",
"followers": 90,
"avatar_url": "https://avatars.githubusercontent.com/u/8846235?v=4",
"created_at": "2014-09-20T22:12:59Z",
"is_verified": null,
"public_repos": 135,
"account_age_days": 4328
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.10.0",
"kind": "minor",
"published_at": "2026-07-27T05:00:58Z"
},
{
"tag": "v1.9.0",
"kind": "minor",
"published_at": "2026-07-27T03:02:48Z"
},
{
"tag": "v1.8.0",
"kind": "minor",
"published_at": "2026-06-20T23:18:26Z"
},
{
"tag": "v1.7.0",
"kind": "minor",
"published_at": "2026-04-11T22:36:08Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2026-04-09T04:11:33Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2026-04-06T23:31:16Z"
},
{
"tag": "v1.4.1",
"kind": "patch",
"published_at": "2026-04-06T15:51:38Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2026-04-05T04:46:15Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2026-04-03T19:42:48Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2026-01-03T23:23:42Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2025-11-02T05:56:26Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2025-11-02T05:37:56Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2025-10-27T06:58:53Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2025-10-27T06:48:08Z"
}
],
"recent_commits": [
{
"oid": "d09ee5eec25b08e7dae266fcfeac1ae4c5f4bb63",
"body": null,
"is_bot": false,
"headline": "v1.10.0",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-07-27T04:56:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c670876060337a532815c61f0604ee5a3f8314f4",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.10.0",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-07-27T04:54:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb151453e68db318fba69a44529958c9c8c7e329",
"body": " - `&Wrapper` implements `AsRepr<&Inner>`\n - `&mut Wrapper` implements `AsRepr<&mut Inner>`\n - `Pin<&Wrapper>` implements `AsRepr<Pin<&Inner>>`\n - `Pin<&mut Wrapper>` implements `AsRepr<Pin<&mut Inner>>`",
"is_bot": false,
"headline": "Add impls for `transparent_newtype!()`",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-07-27T04:47:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43b248bc491f5da2cdd7b052507dcf39461782c0",
"body": " - unsafe impl<T, U> AsRepr<Pin<&[T]>> for Pin<&mut [U]> where U: AsRepr<T> {}\n - unsafe impl<T, U> AsRepr<Option<&[T]>> for Option<&mut [U]>\n - unsafe impl<T, U> AsRepr<&[T]> for &mut [U]\n - as_repr_pinned_ref()\n - as_repr_pinned_slice()",
"is_bot": false,
"headline": "Inline fns and add new APIS:",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-07-27T04:16:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "180ae7748f176e21ac821543ae5b80f251b9974b",
"body": null,
"is_bot": false,
"headline": "v1.9.0",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-07-27T02:57:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3201b136afc04347d7b89519be61acb1dc62bad",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.9.0",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-07-27T02:56:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35febf07778634b4ea734058249b25fe9ff67451",
"body": "Things must remain pinned, even though representation is the same.\n`&mut T` can be downgraded to `&T` however through the pinned type",
"is_bot": false,
"headline": "Replace `AsRepr<T> for Pin<T>` with `AsRepr<Pin<&T>> for Pin<&mut U>`",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-07-27T02:48:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bb68c8678d1a3f1139897e97ab93c476c219c06",
"body": "* Add `transparent!()` macro for newtype wrappers\n\n* features: Add \"derive\", \"macros\"",
"is_bot": false,
"headline": "Add `transparent_newtype!()` macro for newtype wrappers (#6)",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-07-27T02:47:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e87f4b4fc353e6e67dbede83bf7c9cffa37bbef",
"body": null,
"is_bot": false,
"headline": "impl `AsRepr<T> for Pin<T> {}`",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-07-27T01:51:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8249d5164b3fe492e8de85e766a2402e6275c0bd",
"body": null,
"is_bot": false,
"headline": "Delete FUNDING.yml",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-06-21T00:00:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9750a830e3526d24a5089cb97dcc4746c16fdb24",
"body": "GitHub can link it without it in repo",
"is_bot": false,
"headline": "Defer CODE_OF_CONDUCT.md to default",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-06-20T23:56:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fae681d8eb6ed2ef650e8c185177846a03f5668f",
"body": null,
"is_bot": false,
"headline": "v1.8.0",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-06-20T23:10:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f4444e481138d46249af0b912d8093c783fae1c",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.8.0",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-06-20T23:05:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c3bcc8a9c508bfc91eb3c5ed062e8feb4dccfcf",
"body": null,
"is_bot": false,
"headline": "Add .github/FUNDING.yml",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-06-20T23:03:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37a76ab0a4ff212b4e6c2567766daae9d634d5a2",
"body": null,
"is_bot": false,
"headline": "Add AI contribution policy to README",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-06-20T22:41:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41e048367919c1b850af2483f7f17d45815ae58c",
"body": null,
"is_bot": false,
"headline": "Add implementation of `Cmp` for `()` and `Infallible`",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-06-20T22:23:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "737c7a243b0450eecab9030bc7668acf89c4c759",
"body": null,
"is_bot": false,
"headline": "ci: Fix branch matching",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-05-02T22:19:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad33859eb597d19a55f54ff971466ac26610d36d",
"body": null,
"is_bot": false,
"headline": "ci: update ci.yml",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-05-02T21:56:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16021dd88ccfab68f5d793de0c832557657171a4",
"body": null,
"is_bot": false,
"headline": "ci: Update publish*.yml files tag patterns",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-04-24T04:56:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba09f8ad9ca66b1129d380e32db50891ae9e8d5f",
"body": null,
"is_bot": false,
"headline": "v1.7.0",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-04-11T22:28:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c89709fcad0e3d12166ad16938e974675bb7387c",
"body": null,
"is_bot": false,
"headline": "Fix `NonNull` impls",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-04-11T22:26:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc8400c4468abf89d1f6433373d40aaa71dd3e09",
"body": null,
"is_bot": false,
"headline": "v1.6.0",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-04-09T04:04:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "723e60a95e6d75b3238c8b348eb512695abff4d5",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.6.0",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-04-09T04:01:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fe0106d01e354e8e3267151f84ae62b6dd57c86",
"body": null,
"is_bot": false,
"headline": "Add more implementations for `AsRepr` from core",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-04-09T03:34:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2e290ff59d973d0f1b51840ce59076c181851b3",
"body": null,
"is_bot": false,
"headline": "Add more features to README.md",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-04-08T23:20:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8015401f2d177d1a1b03c8a4f156543873516f8",
"body": null,
"is_bot": false,
"headline": "ci: Consistent indentation",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-04-07T06:02:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dadbf624d9c856a8baca88381312ef8e241138e4",
"body": null,
"is_bot": false,
"headline": "ci: Try to make it easier to read the workflow file (#3)",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-04-07T05:59:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2216af5c5916634f4c76461b26ce6087ae5d7913",
"body": "* ci: Add cargo-hack and wasm32-wasip2 checks\n\n* Set shell to bash",
"is_bot": false,
"headline": "ci: Add cargo-hack and wasm32-wasip2 checks (#2)",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-04-07T05:05:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14e8beac40619ddb9e29cd9136f69894c1d988b3",
"body": null,
"is_bot": false,
"headline": "v1.5.0",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-04-06T23:30:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ea13e641f422028afce331f11e95d1aa1078a16",
"body": null,
"is_bot": false,
"headline": "Support `isize`, `usize` for cmp",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-04-06T23:25:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "472650693b37ed8e28ef4ddd4ddaebb5a11f736f",
"body": null,
"is_bot": false,
"headline": "v1.4.1",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-04-06T15:50:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67d0991477da17d73f0551615b551b1f3a7b7bb3",
"body": null,
"is_bot": false,
"headline": "Enable All Features For Docs.rs (#1)",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-04-05T19:13:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1edc7a828dc43f430d43656aea14c21f4b7db4a0",
"body": null,
"is_bot": false,
"headline": "v1.4.0",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-04-05T04:40:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de2c8644d124bd91d4b26f5f76c083921800ff2d",
"body": null,
"is_bot": false,
"headline": "ci: Update MSRV to 1.91.0",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-04-05T04:29:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0879bf85c167e924ff95e86d56e094d880031698",
"body": null,
"is_bot": false,
"headline": "Update CI",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-04-05T04:27:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8deb19318231f8cc9a63198a68306630d4010732",
"body": null,
"is_bot": false,
"headline": "Add new APIs",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-04-05T04:20:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28e77257448d7ce206e18c215ec10db81af429c9",
"body": "Moved over from ranch and made more generic",
"is_bot": false,
"headline": "Add `cmp` and `inherent` modules and features",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-04-03T22:05:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dd43dfd3aa790a3572c2ae1fa0414c7fd1d9c1f",
"body": null,
"is_bot": false,
"headline": "Try fix CI",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-04-03T19:38:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58b4fbb140bee1110f275f5a12fcf574d06b9368",
"body": null,
"is_bot": false,
"headline": "v1.3.1",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-04-03T19:31:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19ab7c49096cfbd19cf1850aabdb338f9b75da0c",
"body": null,
"is_bot": false,
"headline": "Add `as_repr-core` and `as_repr-derive`",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-04-03T19:28:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a4c913b8104b690f3699115b61ae6b740b03f24",
"body": null,
"is_bot": false,
"headline": "Update Cargo.lock",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-01-03T23:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2892ab1f9eb5a0ef504362b5882f6e0117b54a40",
"body": null,
"is_bot": false,
"headline": "Add guaranteed non-zero as_repr transmutations",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2026-01-03T23:12:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42c12e00cd025a1a7056554a828a7f1cb10f5ea9",
"body": null,
"is_bot": false,
"headline": "Update Cargo.lock",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2025-11-02T05:55:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42177e68890c06fa36fda464de80d786f0000e8e",
"body": null,
"is_bot": false,
"headline": "Support `AsRepr` impls for up to 4 nested arrays",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2025-11-02T05:54:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09cc09c3b774040d01c29bef9ba9ed721b9dec27",
"body": null,
"is_bot": false,
"headline": "Add impl `AsRepr` for `T` <-> `[T; 1]`",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2025-11-02T05:36:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e3ea0c9b6ab0c392c5bf3d232375cec2e477e96",
"body": null,
"is_bot": false,
"headline": "Add missing period",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2025-10-27T08:29:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bef080a6fc446078a909b5c303e660d63da2bfca",
"body": null,
"is_bot": false,
"headline": "Fix inaccurate description",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2025-10-27T06:57:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "061565c7a65ec3637a26f354206dec0db6444f42",
"body": null,
"is_bot": false,
"headline": "Revert `rust-version` change",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2025-10-27T06:54:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95c3586f0ef97017b07c88e1efd36b416acbaa16",
"body": null,
"is_bot": false,
"headline": "Split out tests",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2025-10-27T06:53:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dff4c843990130dfb054fd65c61a082a741c9a79",
"body": null,
"is_bot": false,
"headline": "Prepare v1.0.1",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2025-10-27T06:47:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2271b0b81fb8246d0f06c17188fcef373b11992a",
"body": null,
"is_bot": false,
"headline": "Add CI",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2025-10-27T06:45:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d66d6ac8d4cbd880c12c43305f82696175736f0",
"body": null,
"is_bot": false,
"headline": "Prepare v1.0.0 release",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2025-10-27T06:43:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef3f56f0c7e339f82652d07097cd1f0d8e74dbee",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2025-10-27T06:14:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cc8ade7e31f4dfb5db763ce17aa1d3c7822dd99",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Jeryn Aldaron Lau",
"author_login": "AldaronLau",
"committed_at": "2025-10-27T06:10:33Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 14,
"commits_last_year": 54,
"latest_release_at": "2026-07-27T05:00:58Z",
"latest_release_tag": "v1.10.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 9,
"days_since_latest_release": 0,
"mean_days_between_releases": 22.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 71,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "as_repr",
"exists": true,
"license": "Apache-2.0 OR BSL-1.0 OR MIT",
"keywords": [
"as",
"cast",
"const",
"repr",
"transmute",
"no-std",
"no-std::no-alloc",
"rust-patterns"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/as_repr",
"is_deprecated": false,
"latest_version": "1.10.0",
"repository_url": "https://github.com/AldaronLau/as_repr",
"versions_count": 14,
"total_downloads": 34496,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 7082,
"first_published_at": "2025-10-27T06:44:23.656097Z",
"latest_published_at": "2026-07-27T04:57:30.507614Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
},
{
"name": "as_repr-core",
"exists": true,
"license": "Apache-2.0 OR BSL-1.0 OR MIT",
"keywords": [
"as",
"cast",
"const",
"repr",
"transmute",
"no-std",
"no-std::no-alloc",
"rust-patterns"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/as_repr-core",
"is_deprecated": false,
"latest_version": "1.10.0",
"repository_url": "https://github.com/AldaronLau/as_repr",
"versions_count": 9,
"total_downloads": 29267,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 7209,
"first_published_at": "2026-04-03T19:29:38.425188Z",
"latest_published_at": "2026-07-27T04:55:49.241034Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
},
{
"name": "as_repr-derive",
"exists": true,
"license": "Apache-2.0 OR BSL-1.0 OR MIT",
"keywords": [
"as",
"cast",
"const",
"repr",
"transmute",
"no-std",
"no-std::no-alloc",
"rust-patterns"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/as_repr-derive",
"is_deprecated": false,
"latest_version": "1.10.0",
"repository_url": "https://github.com/AldaronLau/as_repr",
"versions_count": 9,
"total_downloads": 773,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 93,
"first_published_at": "2026-04-03T19:29:59.476900Z",
"latest_published_at": "2026-07-27T04:55:42.461766Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"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",
"core/Cargo.toml",
"derive/Cargo.toml"
],
"largest_source_bytes": 15002,
"source_files_sampled": 10,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"core/Cargo.toml",
"derive/Cargo.toml"
],
"advisories": {
"error": null,
"scope": null,
"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": [
{
"name": "as_repr-core",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=1.10.0"
},
{
"name": "as_repr-derive",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=1.10.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 4,
"open_issues": 2,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "AldaronLau",
"commits": 54,
"avatar_url": "https://avatars.githubusercontent.com/u/8846235?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"ci.yml",
"publish.yml",
"publish_core.yml",
"publish_derive.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": 10,
"reason": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 9 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": 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": "18 commit(s) and 0 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": 10,
"reason": "packaging workflow 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": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "d09ee5eec25b08e7dae266fcfeac1ae4c5f4bb63",
"ran_at": "2026-07-28T00:54:33Z",
"aggregate_score": 5.4,
"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-27T16:04:51Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-27T02:47:37Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 4,
"created_at": "2026-04-09T05:14:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 5,
"created_at": "2026-04-09T05:27:57Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/AldaronLau/as_repr",
"host": "github.com",
"name": "as_repr",
"owner": "AldaronLau"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 54,
"vitality": 81,
"community": 47,
"governance": 51,
"engineering": 48
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 81,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"commits_last_year": 54,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 9
},
"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": "9/52 weeks with commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 9
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "54 commits in the last year",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 54
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "18 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 14,
"latest_release_tag": "v1.10.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 22.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "14 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 14
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~22.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 22.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 47,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"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": 69,
"inputs": {
"packages": [
"as_repr",
"as_repr-core",
"as_repr-derive"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 64536,
"monthly_downloads": 14384
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "14,384 downloads/month across crates",
"points": 55.4,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 14384,
"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": 51,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"merged_prs": 4,
"open_issues": 2,
"closed_issues": 0,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "4/4 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 4,
"decided": 4
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 61,
"inputs": {
"followers": 90,
"owner_type": "User",
"is_verified": null,
"owner_login": "AldaronLau",
"public_repos": 135,
"account_age_days": 4328
},
"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": "90 followers of AldaronLau",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 90,
"login": "AldaronLau"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "135 public repos, account ~11 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 135
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"as_repr",
"as_repr-core",
"as_repr-derive"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "3 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 3,
"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": "14 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 14
}
}
],
"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": 48,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 44,
"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": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"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": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://docs.rs/as_repr",
"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://docs.rs/as_repr",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 54,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 54,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 5.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": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 9 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": "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": "18 commit(s) and 0 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 detected",
"points": 5,
"status": "met",
"details": [],
"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": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "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": 7
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 40,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.222,
"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": "12 of 54 human commits state their intent (structured subject or explanatory body)",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 12,
"sampled": 54
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 39,
"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",
"core/Cargo.toml",
"derive/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, core/Cargo.toml, derive/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, core/Cargo.toml, derive/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 54",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 54
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 15002,
"source_files_sampled": 10,
"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/10 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 10,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index crates:as_repr@1.10.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-28T00:54:41.154868Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/AldaronLau/as_repr.svg",
"full_name": "AldaronLau/as_repr",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}