Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"rust-patterns",
"rust",
"future-proofing"
],
"is_fork": false,
"size_kb": 210,
"has_wiki": true,
"homepage": "https://docs.rs/sealed/",
"languages": {
"Rust": 14965
},
"pushed_at": "2026-07-22T11:15:09Z",
"created_at": "2020-12-17T13:57:28Z",
"owner_type": "User",
"updated_at": "2026-07-22T11:15:25Z",
"description": "Macro for sealing traits and structures",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "jmg-duarte.github.io/cv",
"name": "José Duarte",
"type": "User",
"login": "jmg-duarte",
"company": "@cowprotocol",
"location": "Portugal",
"followers": 130,
"avatar_url": "https://avatars.githubusercontent.com/u/15343819?v=4",
"created_at": "2015-10-27T13:39:08Z",
"is_verified": null,
"public_repos": 72,
"account_age_days": 3921
},
"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": "0.6.0",
"kind": "minor",
"published_at": "2024-10-06T16:17:10Z"
},
{
"tag": "0.6.0-rc3",
"kind": "prerelease",
"published_at": "2024-08-15T16:06:41Z"
},
{
"tag": "0.6.0-rc2",
"kind": "prerelease",
"published_at": "2024-08-15T16:05:21Z"
},
{
"tag": "0.6.0-rc1",
"kind": "prerelease",
"published_at": "2024-08-15T15:24:19Z"
},
{
"tag": "0.4.0",
"kind": "minor",
"published_at": "2022-01-30T20:19:49Z"
},
{
"tag": "0.3.0",
"kind": "minor",
"published_at": "2021-06-04T14:58:51Z"
},
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2021-05-14T13:08:59Z"
},
{
"tag": "0.2.0-rc2",
"kind": "prerelease",
"published_at": "2021-05-07T13:38:48Z"
},
{
"tag": "0.2.0-rc1",
"kind": "prerelease",
"published_at": "2021-05-06T22:07:39Z"
},
{
"tag": "0.1.3",
"kind": "patch",
"published_at": "2021-01-03T20:49:04Z"
},
{
"tag": "0.1.2",
"kind": "patch",
"published_at": "2020-12-17T22:18:55Z"
}
],
"recent_commits": [
{
"oid": "de8c0ac04a7e9e0648145c3a358a511670b9a15b",
"body": "Upgrade `syn` to 3.0 version",
"is_bot": false,
"headline": "Merge pull request #24 from tyranron/syn-3.0",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2026-07-22T11:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6619a663ffcb005a3ba26d4c5a4fc1bb720c548c",
"body": null,
"is_bot": false,
"headline": "Upgrade to `syn` 3.0",
"author_name": "Kai Ren",
"author_login": "tyranron",
"committed_at": "2026-07-20T13:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bd11ea70ea2610a6c3ae786d70367d950930a4c",
"body": "updated the version to match the release version of 0.6",
"is_bot": false,
"headline": "Merge pull request #23 from sirh3e/main",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2024-12-02T11:22:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dec83547c5500e2d08d63adf9b8a9d0553f02059",
"body": null,
"is_bot": false,
"headline": "updated the version to match the release version of 0.6",
"author_name": "sirh3e",
"author_login": "sirh3e",
"committed_at": "2024-11-29T20:19:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37a32450c42c7717454e170070c6f59ebceafe4d",
"body": null,
"is_bot": false,
"headline": "release: 0.6.0",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2024-10-06T16:17:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c33a418a4174be1fdc2f7dd65705bf4e585c71f",
"body": null,
"is_bot": false,
"headline": "release: 0.6.0-rc3",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2024-08-15T16:07:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f88c6c8c509b4898f075250e2be12fd194c501ac",
"body": null,
"is_bot": false,
"headline": "release: 0.6.0-rc2",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2024-08-15T16:05:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fba5bf2e3af67fca394723c3c47583826a0b6f3",
"body": "fixes #17",
"is_bot": false,
"headline": "fix: update rust version to 1.61",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2024-08-15T16:04:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ebb5b1c16f593793168501e6241268cb6229c0c",
"body": null,
"is_bot": false,
"headline": "fix: bump MSRV to 1.61",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2024-08-15T16:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a144593d952e798d653cd1c60f018b42f1fc957",
"body": "* adds support for supertrait's associated types — #22\n* remove dependency on heck",
"is_bot": false,
"headline": "release: 0.6.0-rc1",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2024-08-15T15:24:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1026b8183b1aa8fe243fee57dd351aa92636eda8",
"body": null,
"is_bot": false,
"headline": "fix: remove dependency on heck",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2024-08-15T15:22:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9fe92b378870e85f6b2c6e3eb630fcbe689f589",
"body": "Fix handling of supertraits, fix #21",
"is_bot": false,
"headline": "Merge pull request #22 from MingweiSamuel/supertrait",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2024-08-15T15:22:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7177c392f79ae80844f3430f2ee98eeba7f1da3",
"body": null,
"is_bot": false,
"headline": "Fix handling of supertraits, fix #21",
"author_name": "Mingwei Samuel",
"author_login": "MingweiSamuel",
"committed_at": "2024-08-13T01:26:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd857a3090851b4d9b376f6d496468d5ee991070",
"body": null,
"is_bot": false,
"headline": "Fix missing edition",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2023-12-19T09:11:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b3d5b7df354b8a10d316f9534439bb5fb61a794",
"body": null,
"is_bot": false,
"headline": "Finishing touch",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2023-12-18T22:31:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f43d8288dbbca4d9974833a7e70f98b3e1d2162",
"body": null,
"is_bot": false,
"headline": "Fix CI?",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2023-12-18T22:29:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c359e05ac3a6eac98a0c333b0860029f97e94436",
"body": null,
"is_bot": false,
"headline": "Update the lock",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2023-12-18T22:14:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7661eda8bcc5d816c57264291d392eddc986ec8",
"body": null,
"is_bot": false,
"headline": "Add CONTRIBUTING.md",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2023-12-17T18:51:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5712667cebfc5aa48b562b2b37ee0200055b1e81",
"body": null,
"is_bot": false,
"headline": "Add rust-toolchain",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2023-12-17T18:50:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee04f65fbf591654014aece758ca0fbc189385fb",
"body": null,
"is_bot": false,
"headline": "Add .rustfmt.toml",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2023-12-17T18:41:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ee4bb802a31bc46673b88194992f4b2bef8cbfe",
"body": null,
"is_bot": false,
"headline": "Remove edition from example",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2023-12-17T18:40:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "127bec364b6cfa30e75b1c69d814e3365b9929e9",
"body": null,
"is_bot": false,
"headline": "Update Cargo.toml",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2023-12-17T17:24:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b4781e4f47b706c6664e0213a04dc7a742d0b84",
"body": null,
"is_bot": false,
"headline": "Update doc note",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2023-12-17T17:23:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ffeff934c574785736808e5a85b20f79ae69c29",
"body": null,
"is_bot": false,
"headline": "Update gitignore",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2023-12-17T17:23:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "900cf84be5a48ac1ddb895990a77d49b656e840f",
"body": null,
"is_bot": false,
"headline": "release: 0.5.0",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2023-04-21T12:50:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54eb7af2b224cf1b59ca21c19bdb3b5b4c9a04a2",
"body": null,
"is_bot": false,
"headline": "Rework tests for the MSRV 1.56.0",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2023-04-21T12:47:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8629d041c74db074dc57903ba5ee7f8f17002c2a",
"body": null,
"is_bot": false,
"headline": "Prepare 0.5 release",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2023-04-21T12:41:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c60b617dee015a29a88c28c44bef7c6187d792f9",
"body": "Upgrade dependencies",
"is_bot": false,
"headline": "Merge pull request #16 from tyranron/upgrade-syn",
"author_name": "José Duarte",
"author_login": "jmg-duarte",
"committed_at": "2023-04-21T12:40:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b6b94cff20d56844db5acfd8d2faf06059359ac",
"body": null,
"is_bot": false,
"headline": "Upgrade deps",
"author_name": "tyranron",
"author_login": "tyranron",
"committed_at": "2023-04-21T12:01:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73c2dffffe9619ff4261952bb311ae9961fb3bb5",
"body": null,
"is_bot": false,
"headline": "fix: adjust tests to pass current stable version (1.58.1)",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2022-02-02T21:32:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e59df001bda34a239132067b0d34baa8694bf864",
"body": null,
"is_bot": false,
"headline": "fix(#14): simpler test for const-generics",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2022-02-02T20:51:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e1106d79e8006ed3e11bf5377034c958d87c7c6",
"body": null,
"is_bot": false,
"headline": "detail review",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2022-01-30T20:19:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d13c7347b36d7bbb838745a8a3d0ce848480ff3",
"body": null,
"is_bot": false,
"headline": "clean Cargo.toml",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2022-01-30T20:16:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a96fda7d259082f2ab6538838831214ca724b72",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2022-01-30T20:15:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92e0bf29eef3a261ebd730ac7387e066e390b463",
"body": "This reverts commit 3727f840f6a1639b9cb353a61c78b64a786a1fb0.",
"is_bot": false,
"headline": "Revert \"update CI\"",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2022-01-30T20:13:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3727f840f6a1639b9cb353a61c78b64a786a1fb0",
"body": null,
"is_bot": false,
"headline": "update CI",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2022-01-30T19:59:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6342cc2f3cbd65ebbf2d83f629a681a385194377",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2022-01-30T19:53:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db55ca0fe2330b2ddd0938e9ab4d80dd8d2a43cc",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2022-01-30T19:52:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccb2024cddf34ea3e67a2844f6124fbe58c75699",
"body": "Fix handling of where clauses, lifetimes, and const generics",
"is_bot": false,
"headline": "Merge pull request #13 from MingweiSamuel/const-generics",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2022-01-30T18:58:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73e8f289bbee132b5d87b436f58ba25a2dd3255a",
"body": "Fixes #12",
"is_bot": false,
"headline": "Fix handling of where clauses, lifetimes, and const generics",
"author_name": "Mingwei Samuel",
"author_login": "MingweiSamuel",
"committed_at": "2022-01-29T18:35:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d76cc997cec371446b0b48fcecd313d69a47090",
"body": null,
"is_bot": false,
"headline": "Add where clause, lifetime, and const generic tests",
"author_name": "Mingwei Samuel",
"author_login": "MingweiSamuel",
"committed_at": "2022-01-29T18:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "532db15fe5e2f5725178385a31bfdc02a453fb5e",
"body": null,
"is_bot": false,
"headline": "Update tests/fail stderr messages",
"author_name": "Mingwei Samuel",
"author_login": "MingweiSamuel",
"committed_at": "2022-01-28T21:09:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aea9c3db945db1ff535ccd1c3a49f7663b0c1a8e",
"body": null,
"is_bot": false,
"headline": "docs: fix wrong expansion on README",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-06-04T14:58:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05b1d2b194198c92ef94377de5ba306e9facb6cc",
"body": "Allow to control sealing module visibility",
"is_bot": false,
"headline": "Merge pull request #10 from tyranron/control-visibility",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-06-04T14:52:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f298cd24e14410b5c473147634f4002db04b0ea6",
"body": null,
"is_bot": false,
"headline": "docs: mention default visibility of sealing module",
"author_name": "tyranron",
"author_login": "tyranron",
"committed_at": "2021-06-04T14:45:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50ccd41bfb1b4a10d05e4cc16cc95863d7b5db57",
"body": null,
"is_bot": false,
"headline": "docs: improve error message for `pub` visibility",
"author_name": "tyranron",
"author_login": "tyranron",
"committed_at": "2021-06-04T13:33:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbdc81e581b51ed6fd766c7b691a4bcaea511cfd",
"body": null,
"is_bot": false,
"headline": "fix: make Clippy happy with main() fns",
"author_name": "tyranron",
"author_login": "tyranron",
"committed_at": "2021-06-04T13:33:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ae160f29eeeca318954be5152c67e0f725be4e9",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'upstream/main' into control-visibility",
"author_name": "tyranron",
"author_login": "tyranron",
"committed_at": "2021-06-04T13:33:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "326f0b4fd4dd5cccdd33cde732270ea725d336f0",
"body": null,
"is_bot": false,
"headline": "Update CI",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-06-04T13:08:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50dc9141ee31999779941b893ef6b1ed3e13895f",
"body": null,
"is_bot": false,
"headline": "feat: allow to control visibility of sealing module",
"author_name": "tyranron",
"author_login": "tyranron",
"committed_at": "2021-06-02T16:40:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47223e91d82958ee6aa95d60c0eec47b832b31b1",
"body": null,
"is_bot": false,
"headline": "chore: bump version",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-17T09:43:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67a8c7fbd134338449b71367f254ab32fbcb55b5",
"body": null,
"is_bot": false,
"headline": "test: add enum test",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-17T09:42:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b62428d985424a6b29e8803c0a1c77eec2348ec",
"body": null,
"is_bot": false,
"headline": "fix: error message",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-17T09:42:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69f0522e9746e02ef8cf8eb4d2a9bf9c59bf2a25",
"body": null,
"is_bot": false,
"headline": "fix: warning on drone",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-17T09:37:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "887b339fd5a146180a1985ede26030f480a10ee7",
"body": null,
"is_bot": false,
"headline": "Update readme",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-14T13:10:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66052d5a7409acf55749a783b03504612f6426b9",
"body": null,
"is_bot": false,
"headline": "Merge branch 'dev' into main",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-14T13:08:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3805ad04420c7a58d0296f105be4a7b66842392",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-14T13:08:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a638a22091138f8b57ac7be4aa0543f250a52ffa",
"body": null,
"is_bot": false,
"headline": "Add clippy pedantic suggestions",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-14T13:07:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80d6b5c7ee47fbc73362f13cedcf9d7bd5cf59ff",
"body": null,
"is_bot": false,
"headline": "Revert",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-14T13:04:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84c919aaad319e42c91fedd7f079a34b09a22770",
"body": null,
"is_bot": false,
"headline": "Add hooks",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-14T13:01:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1075465869705176cc558db9de0907ca59b07c09",
"body": "Fix issues #4 and #5",
"is_bot": false,
"headline": "Merge pull request #6 from jmg-duarte/dev",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-14T12:06:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32a150798892cbb85804a237f106918bf6230b2d",
"body": null,
"is_bot": false,
"headline": "Remove feature",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-14T10:59:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0609d80f0a8c938e52aa78fd3233c8a0f1837e21",
"body": null,
"is_bot": false,
"headline": "Remove example with nightly features",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-12T11:20:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d563403ec3eafcd57538c719f14a5bc00ce0ea09",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-12T11:16:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7924217e00c9f0181cc63a17fb172b0f43a2f7f5",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-12T11:16:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "234d89389c9987f5579fa5d43024e9c29574ce32",
"body": null,
"is_bot": false,
"headline": "Update library",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-12T11:11:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81b845c8f6027796c86e619f29aafeafe158f513",
"body": null,
"is_bot": false,
"headline": "Add tests",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-12T11:10:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02dc84caaab96fd2e1359d730039f18a1fcb2e00",
"body": null,
"is_bot": false,
"headline": "Update examples",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-12T11:10:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b82aa9a56232121184a1cb554d871b75f886a71c",
"body": null,
"is_bot": false,
"headline": "Fix bug in erase",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-12T10:30:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b329e32c1e4eaf5d3b6c3f16bd94ca976458ee46",
"body": null,
"is_bot": false,
"headline": "WIP - start implementing the erase arg",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-11T19:43:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb3eec6f3d1c83100986d230fe82a442cf97427a",
"body": null,
"is_bot": false,
"headline": "Update example",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-11T19:43:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8e73fccf7ad74f895baa4d51b386dfb20724a63",
"body": null,
"is_bot": false,
"headline": "Add example",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-11T19:43:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed37d2ad4be966c013b3edff9ced5dea4b16f259",
"body": null,
"is_bot": false,
"headline": "Bring back the where clauses",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-10T10:45:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee0e1964e65eed836085874ea1f81d9ed66eb046",
"body": null,
"is_bot": false,
"headline": "Format tests",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-07T17:33:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61c1af10db37730825ac04ef95f68d6447f33bb5",
"body": null,
"is_bot": false,
"headline": "Apply clippy pedantic suggestions",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-07T17:30:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6330912ac9df6bcc782fd660f1a733163c6881b2",
"body": null,
"is_bot": false,
"headline": "Update mini-docs",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-07T17:28:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71f715c70570561ea58bc1f984dc61194d641056",
"body": null,
"is_bot": false,
"headline": "Format",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-07T17:27:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8c1cd0d886df572e2798eff81c55bd286e047c2",
"body": null,
"is_bot": false,
"headline": "Shorten the seal",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-07T17:24:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9076a4f194554d21fa6e22f3b948214b45253cb",
"body": null,
"is_bot": false,
"headline": "Make parse_sealed_impl return early",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-07T17:23:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a158e387cdbb10fc32106b9eca80713ce8d64f01",
"body": null,
"is_bot": false,
"headline": "Address raw idents",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-07T17:21:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b53b0dc1bce56bad6dd539c63fb197a6321ee19",
"body": null,
"is_bot": false,
"headline": "Change resolver to v2",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-07T17:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18f88cca704ddac75352d432667f1d096bb5239c",
"body": null,
"is_bot": false,
"headline": "Typo fix",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-07T17:17:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c787dd84d97588e8f224bb4d8874b97e24b1916",
"body": null,
"is_bot": false,
"headline": "Add automatically_derived attribute",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-07T17:15:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07900bd2fabf6e50ca9cdf6972ebffe7b54e30dd",
"body": null,
"is_bot": false,
"headline": "Remove bound usage since it can break #seal",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-07T17:14:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99c51418391f9da0fea4574f22773e92a2aa5c25",
"body": null,
"is_bot": false,
"headline": "Update examples comments",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-07T13:38:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec2516520246c567267d1420bbe176cd37c422cc",
"body": null,
"is_bot": false,
"headline": "Address clippy::unnecessary-wraps",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-07T13:35:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e51a1c6ca6e3f83dbbee630132f767e542aa5ce",
"body": null,
"is_bot": false,
"headline": "Format Cargo.toml",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-07T13:34:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "170df326e4414d2fb8b703e04db9598930585092",
"body": null,
"is_bot": false,
"headline": "Address raw idents",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-07T13:31:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f336c997c7a4d6bada3de714fc5860c9c745d092",
"body": null,
"is_bot": false,
"headline": "Revert back to heck",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-07T13:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55690921cbe044686b1715215494755873c3f433",
"body": null,
"is_bot": false,
"headline": "Bump versions",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-07T13:19:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46e9472db802eaad8e16aae21652a1b9f6c87170",
"body": null,
"is_bot": false,
"headline": "Replace proc_macro2::TokenStream with TokenStream2",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-07T13:18:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c41596fdbc3f2f4f2505aa9ec7b44c3cd7ea6f9",
"body": null,
"is_bot": false,
"headline": "Replace Display with fully qualified name",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-07T13:17:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c00a613c72bcb25db9b4e3893ebd5e609d39d0e",
"body": null,
"is_bot": false,
"headline": "Remove comment",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-07T13:17:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "568b4264f64c7d0ded332aec019bf54025d934ae",
"body": null,
"is_bot": false,
"headline": "Remove the heck dep",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-06T22:07:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ace5a6c64cd5481cfd7b4ac34774265c821f583",
"body": null,
"is_bot": false,
"headline": "Replace the macro with a function",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-06T22:05:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68e81079ee00c48d84ab7785027f91ac73c44894",
"body": null,
"is_bot": false,
"headline": "Use split_for_impl to avoid problems with where clauses",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-06T22:01:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ec94e84177ddb3964625221bc38970fdc21581a",
"body": null,
"is_bot": false,
"headline": "Fix version",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-06T21:48:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c322e7e12f6ec8e116a6c979f5ed6181582a4084",
"body": null,
"is_bot": false,
"headline": "More format",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-06T16:57:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e1059686f09524d85c47fc524dcd20672e4e778",
"body": null,
"is_bot": false,
"headline": "Format",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-06T16:53:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb8969c54efb552d2133230e551cc36e9aafca4d",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "José Duarte",
"author_login": null,
"committed_at": "2021-05-06T16:47:12Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 1,
"latest_release_at": "2024-10-06T16:17:10Z",
"latest_release_tag": "0.6.0",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 1,
"days_since_latest_release": 653,
"mean_days_between_releases": 152.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "sealed",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"future-proofing",
"proc_macro",
"sealed",
"development-tools",
"rust-patterns"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/sealed",
"is_deprecated": false,
"latest_version": "0.7.0",
"repository_url": "https://github.com/jmg-duarte/sealed-rs",
"versions_count": 16,
"total_downloads": 34655651,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 1285754,
"first_published_at": "2020-12-17T14:15:07.906176Z",
"latest_published_at": "2026-07-22T12:13:36.147188Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 7,
"stars": 62,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2021-01-01",
"count": 1
},
{
"date": "2021-06-02",
"count": 1
},
{
"date": "2021-09-26",
"count": 1
},
{
"date": "2022-01-28",
"count": 1
},
{
"date": "2023-12-15",
"count": 1
},
{
"date": "2024-11-29",
"count": 1
},
{
"date": "2026-04-12",
"count": 1
}
],
"complete": true,
"collected": 7,
"total_forks": 7
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"demo/Cargo.toml"
],
"largest_source_bytes": 9467,
"source_files_sampled": 30,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"demo/Cargo.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 26,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "syn",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3.0"
},
{
"name": "quote",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "proc-macro2",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "proc-macro2",
"direct": true,
"version": "1.0.107",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": true,
"version": "1.0.24",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": true,
"version": "1.0.47",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": true,
"version": "1.0.7",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": true,
"version": "1.0.54",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": true,
"version": "2.0.41",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": true,
"version": "3.0.2",
"ecosystem": "crates"
},
{
"name": "basic-toml",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "demo",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "dissimilar",
"direct": false,
"version": "1.0.7",
"ecosystem": "crates"
},
{
"name": "glob",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "itoa",
"direct": false,
"version": "1.0.10",
"ecosystem": "crates"
},
{
"name": "once_cell",
"direct": false,
"version": "1.17.2",
"ecosystem": "crates"
},
{
"name": "ryu",
"direct": false,
"version": "1.0.16",
"ecosystem": "crates"
},
{
"name": "sealed",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "serde",
"direct": false,
"version": "1.0.193",
"ecosystem": "crates"
},
{
"name": "serde_derive",
"direct": false,
"version": "1.0.193",
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": false,
"version": "1.0.108",
"ecosystem": "crates"
},
{
"name": "termcolor",
"direct": false,
"version": "1.4.0",
"ecosystem": "crates"
},
{
"name": "trybuild",
"direct": false,
"version": "1.0.85",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": false,
"version": "1.0.12",
"ecosystem": "crates"
},
{
"name": "unicode-xid",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "winapi",
"direct": false,
"version": "0.3.9",
"ecosystem": "crates"
},
{
"name": "winapi-i686-pc-windows-gnu",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "winapi-util",
"direct": false,
"version": "0.1.6",
"ecosystem": "crates"
},
{
"name": "winapi-x86_64-pc-windows-gnu",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 26,
"direct_count": 7,
"indirect_count": 19
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 8,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 15,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "jmg-duarte",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/15343819?v=4"
},
{
"type": "User",
"login": "tyranron",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/7114909?v=4"
},
{
"type": "User",
"login": "MingweiSamuel",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/6778341?v=4"
},
{
"type": "User",
"login": "Sh3Rm4n",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/29653149?v=4"
},
{
"type": "User",
"login": "sirh3e",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/24867927?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.658
},
"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": [
"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": 2,
"reason": "1 out of 4 merged PRs checked by a CI test -- score normalized to 2",
"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": 1,
"reason": "Found 4/26 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 7 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"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": 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": "de8c0ac04a7e9e0648145c3a358a511670b9a15b",
"ran_at": "2026-07-22T13:44:03Z",
"aggregate_score": 3.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T11:15:46Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-22T11:15:09Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/jmg-duarte/sealed-rs",
"host": "github.com",
"name": "sealed-rs",
"owner": "jmg-duarte"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"security": 48,
"vitality": 40,
"community": 64,
"governance": 66,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 40,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"commits_last_year": 1,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "1 commits in the last year",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 1
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"releases_count": 11,
"latest_release_tag": "0.6.0",
"releases_from_tags": true,
"days_since_latest_release": 653,
"mean_days_between_releases": 152.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 653 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 653
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~152.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 152.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 64,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"forks": 7,
"stars": 62,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "62 stars",
"points": 29,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 62
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "7 forks",
"points": 6.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 7
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"sealed"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 34655651,
"monthly_downloads": 1285754
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "1,285,754 downloads/month across crates",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 1285754,
"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": 66,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.658
},
"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 66% of commits",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 66
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"merged_prs": 8,
"open_issues": 0,
"closed_issues": 15,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "8/9 decided PRs merged",
"points": 34,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 8,
"decided": 9
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/26 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 63,
"inputs": {
"followers": 130,
"owner_type": "User",
"is_verified": null,
"owner_login": "jmg-duarte",
"public_repos": 72,
"account_age_days": 3921
},
"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": "130 followers of jmg-duarte",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 130,
"login": "jmg-duarte"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "72 public repos, account ~10 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 72
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"sealed"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "16 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 16
}
}
],
"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": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 52,
"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": "1 out of 4 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"rust-patterns",
"rust",
"future-proofing"
],
"has_wiki": true,
"homepage": "https://docs.rs/sealed/",
"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/sealed/",
"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": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"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": "at_risk",
"name": "Security",
"value": 48,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.5
},
"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": "1 out of 4 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 4/26 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 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": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 26 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 26
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 26,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 26,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 10
},
"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": 48,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.27,
"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": "27 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 14.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 27,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"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",
"demo/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, demo/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, demo/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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 9467,
"source_files_sampled": 30,
"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/30 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 30,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"deps.dev does not index crates:sealed@0.7.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T13:44:13.571997Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/jmg-duarte/sealed-rs.svg",
"full_name": "jmg-duarte/sealed-rs",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}