Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"rust",
"interpreted-programming-language",
"jinko",
"language",
"hacktoberfest"
],
"is_fork": false,
"size_kb": 2039,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 715748,
"Shell": 2641,
"Dockerfile": 2460,
"RenderScript": 1
},
"pushed_at": "2024-12-02T11:59:43Z",
"created_at": "2020-05-02T12:20:53Z",
"owner_type": "Organization",
"updated_at": "2026-05-28T23:21:33Z",
"description": "Jinko is a small and safe interpreted language with fast Rust and C FFI",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-2.0",
"default_branch": "master",
"license_spdx_raw": "GPL-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://matrix.to/#/#jinko-lang:matrix.org",
"name": null,
"type": "Organization",
"login": "jinko-core",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/94370869?v=4",
"created_at": "2021-11-15T12:41:38Z",
"is_verified": null,
"public_repos": 10,
"account_age_days": 1712
},
"license": {
"state": "standard",
"spdx_id": "GPL-2.0",
"raw_spdx": "GPL-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.3.0-jinx7",
"kind": "prerelease",
"published_at": "2022-08-26T13:25:26Z"
},
{
"tag": "v0.3.0-jinx6",
"kind": "prerelease",
"published_at": "2022-08-26T12:46:08Z"
},
{
"tag": "v0.3.0-jinx5",
"kind": "prerelease",
"published_at": "2022-08-26T10:26:34Z"
},
{
"tag": "v0.3.0-jinx4",
"kind": "prerelease",
"published_at": "2022-01-16T22:54:04Z"
},
{
"tag": "v0.3.0-jinx3",
"kind": "prerelease",
"published_at": "2021-12-29T14:20:38Z"
},
{
"tag": "v0.3.0-jinx2",
"kind": "prerelease",
"published_at": "2021-12-07T15:28:52Z"
},
{
"tag": "v0.3.0-jinx1",
"kind": "prerelease",
"published_at": "2021-11-29T21:49:48Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2021-10-31T22:42:35Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2021-10-26T08:16:07Z"
},
{
"tag": "v0.2.0-jinx5",
"kind": "prerelease",
"published_at": "2021-10-25T11:54:00Z"
},
{
"tag": "v0.2.1-jinx4",
"kind": "prerelease",
"published_at": "2021-10-21T09:55:29Z"
},
{
"tag": "v0.2.0-jinx4",
"kind": "prerelease",
"published_at": "2021-10-21T08:09:57Z"
},
{
"tag": "v0.2.0-jinx3",
"kind": "prerelease",
"published_at": "2021-10-15T21:13:02Z"
},
{
"tag": "v0.2.0-jinx2",
"kind": "prerelease",
"published_at": "2021-10-14T08:11:24Z"
},
{
"tag": "v0.2.0-jinx1",
"kind": "prerelease",
"published_at": "2021-10-13T08:58:01Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2021-01-27T20:04:16Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2021-01-27T13:24:01Z"
}
],
"recent_commits": [
{
"oid": "77b14e5b41b4f048263db618b6730a71da29c150",
"body": null,
"is_bot": false,
"headline": "chore: Fix new clippy warnings",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-12-02T11:59:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "790b52e283d33aff6373876100d732996f43d5ce",
"body": "This commit renames the VarAssign nodes to Assignments instead. Before,\nthese nodes were used for both field assignments and var assignemnts,\nbut removing mutability from the language means variable assignments are\nno longer necessary.",
"is_bot": false,
"headline": "ast: Remove variable assignment and use Assignment instead",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-11-13T14:30:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07987168ad732dfccd706c2b6a1cd2a298dad0d4",
"body": null,
"is_bot": false,
"headline": "ast: Remove mutability from VarDeclaration",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-11-13T14:30:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5917c1ee9d9b3e08220ea536e5f95e175f31439e",
"body": null,
"is_bot": false,
"headline": "clippy: Use if-let where suggested",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-11-13T14:07:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29544d24fbb6bad812dd6efed8b69b7c33604e89",
"body": null,
"is_bot": false,
"headline": "clippy: Reduce the size of the Error(s) enums",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-11-13T14:07:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "526f9647deb1a2f450b58ce72d9d9f3e031bc34d",
"body": null,
"is_bot": false,
"headline": "dedup_bench: Remove output",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2f2bfb5842fab4e1e7355f32b78cc0581acae39",
"body": null,
"is_bot": false,
"headline": "chore: Remove deadcode",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f422886fe25f417f8ac0ff125451433ed9924672",
"body": null,
"is_bot": false,
"headline": "chore: Formatting",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ba53709c1bcab5c5546c3a7f60724059c377b38",
"body": null,
"is_bot": false,
"headline": "tools: Add deduplication benchmark tool",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7865a85862f4a8ba92d821e76484079f484b87e0",
"body": null,
"is_bot": false,
"headline": "dedup: Add deduplication of float literals",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4355dd3940f4d27a9fbda71155f5d969c5e49a5f",
"body": null,
"is_bot": false,
"headline": "builtins: Cleanup operators and add Equality kind",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76b593f70171418abf0b462c6b1fa30f8b63335a",
"body": null,
"is_bot": false,
"headline": "chore: Clippy fixes",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cd495c7ce13a73dab08dac69fb7b33e8046e6d7",
"body": null,
"is_bot": false,
"headline": "tyck: Add testcases mentioned in #677",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02e7f80b7a1920b6c9d772e30880267ffaecbec1",
"body": null,
"is_bot": false,
"headline": "chore: Clippy fix old code",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88795a88d333f42184a256071ff9ec818a9b4464",
"body": null,
"is_bot": false,
"headline": "tyck: Split arithmetic builtins into Comparable and Equalable types",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a232b271e52d0d579c75c86cfa17f68e1fe87a7",
"body": null,
"is_bot": false,
"headline": "tyck: Fix widening of binary operations",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a4d248f79be9e0c00afaf88c12ca7e83a320262",
"body": null,
"is_bot": false,
"headline": "interpreter: Show constant values in Fir formatter",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c8cf425246901078630ee6b7495ff6b4e4ac920",
"body": null,
"is_bot": false,
"headline": "debug-fir: Clean-up implementation slightly",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06b10c199af8745d75e40ba2792edfd24c257561",
"body": null,
"is_bot": false,
"headline": "builtins: Create builtin types as a union type",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fba118aae8762d9212a8bf5de61f0c018c8ce42e",
"body": null,
"is_bot": false,
"headline": "tyck: Workaround test failure in type error formatting code",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6f603913c9a5db341470c9c372b4194c294d225",
"body": null,
"is_bot": false,
"headline": "tyck: Build float as a union of all float constants too",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fec27fa35c6bda80cb5096c3fca7c2e957b8b28e",
"body": null,
"is_bot": false,
"headline": "widen: Keep track of nodes when creating new TypeMap",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "207bb3cbaf86716c00b6d1f82a75711bf987161e",
"body": null,
"is_bot": false,
"headline": "checker: Do not default to unit type when node is not present in typectx",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b67508972caefb42d5ab1d330aab87cafb1cac3",
"body": null,
"is_bot": false,
"headline": "tyck: Clean up implementation of `widen`",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c37aa6d9e4e627cdd3135ddbcb93d57011579f5c",
"body": null,
"is_bot": false,
"headline": "[wip] widen: Done?",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2e634c958a2edc623ebb6a9cf2282974253ff10",
"body": null,
"is_bot": false,
"headline": "[wip]: more wip",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f562a06ea356b41feae047efdd56d8562a901c08",
"body": null,
"is_bot": false,
"headline": "[wip] widen: Add base for widening typesets",
"author_name": "CohenArthur",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80ba3e26679e4cbeee9a87efef859a84cd985402",
"body": null,
"is_bot": false,
"headline": "tyck: Build bool as a union type of constants too",
"author_name": "CohenArthur",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "566dcacd7dbc41383ed854666155c572ab5d49f4",
"body": null,
"is_bot": false,
"headline": "tyck: Add typechecking of literal types",
"author_name": "CohenArthur",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fafd5c42e44bdd1088c8ec99eca61e623a42ab6",
"body": null,
"is_bot": false,
"headline": "fir: Add IndexMut impl, cleanup Index impl",
"author_name": "CohenArthur",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b75d3c0035fa4f8c17436c15e8de0e73f043732",
"body": "…averse",
"is_bot": false,
"headline": "error: Add From<Vec<Into<Error>>> to allow Fallible<Infallible> in Tr…",
"author_name": "CohenArthur",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e051513b535233c5186c3cd0a8534e829f71f84",
"body": null,
"is_bot": false,
"headline": "fir: Allow constants to refer to themselves as types",
"author_name": "CohenArthur",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f988213596687d668a00837e378ad8b33c3c4bb",
"body": null,
"is_bot": false,
"headline": "dedup: Add constant deduplication",
"author_name": "CohenArthur",
"author_login": "CohenArthur",
"committed_at": "2024-09-25T22:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce7a19f5e5410ae7f958716ad60c17bfc79d9bc3",
"body": null,
"is_bot": false,
"headline": "name_resolve: Handle type literals properly by doing nothing",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-08-29T11:54:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c5ec7f27db49971936120aa60cef2fc194d2546",
"body": null,
"is_bot": false,
"headline": "xparser: Parse literals as types",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-08-29T11:53:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6be993b52d021dd5bd2f6242f942f2b8b9c64d7d",
"body": null,
"is_bot": false,
"headline": "typer: Add comment about unreachable binding",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-03-23T23:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b440a28a900b47891fe6d3656dc65d75eab63db",
"body": null,
"is_bot": false,
"headline": "recursive_tyck: Remove dead code",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-03-23T23:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f711e1c44062b1825c728961e2cc060eaa9d057",
"body": null,
"is_bot": false,
"headline": "flatten: Remove dbg!() call",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-03-23T23:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49d8ca7a5916e62cd77c514f7b21c812fbed3f28",
"body": null,
"is_bot": false,
"headline": "chore: fir: Cleanup",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-03-23T23:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f89f76e7c8d7aa34f48e7ba7236f1dc9f062080",
"body": null,
"is_bot": false,
"headline": "fire: Add fire function for Kind::NodeRef",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-03-23T23:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e083eae1a2948a9d903c2a82004dd1a980a7ae0d",
"body": null,
"is_bot": false,
"headline": "fire: Rename fire_node_ref -> fire_reference",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-03-23T23:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e4b4567dfe906b5f76371acf2e084a40cdbb4d8",
"body": null,
"is_bot": false,
"headline": "fir: Fix unused warning",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-03-23T23:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b970635541c67f13a1740a1e12e371d7d0ffed2",
"body": null,
"is_bot": false,
"headline": "fire: Remove unused method",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-03-23T23:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6f215da5d729948c29da6ee09137575834ebcd4",
"body": null,
"is_bot": false,
"headline": "interpreter: Debug print the FIR after typechecking",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-03-23T23:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8069398855600e6c13f625abc3f7e70c2e37e4a5",
"body": null,
"is_bot": false,
"headline": "fir: Make binding type optional",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-03-23T23:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80715507d99688bd264d1f9e75427f047bdb21a4",
"body": "…iven type",
"is_bot": false,
"headline": "typecheck: Only trust a binding's bound value's type if there is no g…",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-03-23T23:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6989f3108302ea0f0522d68eaa4ad7667bbb2c9c",
"body": null,
"is_bot": false,
"headline": "debug-fir: Fix display string of NodeRef",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-03-23T23:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6358d8a1298a14536d9fd99deb504c91cb88f6c",
"body": null,
"is_bot": false,
"headline": "fire: Handle Kind::NodeRef properly",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-03-23T23:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8832262ebb7120a062340674496362010bfa4cdf",
"body": null,
"is_bot": false,
"headline": "name_resolve: Add proper handling of NodeRef, fix tests",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-03-23T23:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ad9b3b95a0ea1270cad8c81022a9a42e981f22a",
"body": null,
"is_bot": false,
"headline": "fir: Switch Binding behavior to proper declaration point",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-03-23T23:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "652395ea29e9e00b410d5da84700a81096343e42",
"body": null,
"is_bot": false,
"headline": "fir: Switch NodeRef to a simple RefIdx container",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-03-23T23:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4022679b3e92d7410987949f6edba4431be108a2",
"body": "Rename TypedValue -> ValueRef and store different fields in Binding\n\nfir: Use new API",
"is_bot": false,
"headline": "fir: Rework Binding and TypedValue nodes",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-03-23T23:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6124ec991bcc4016a7d442d50efeae49244e20b",
"body": null,
"is_bot": false,
"headline": "chore: cargo update",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-03-07T12:37:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdf8779ad87d8c1f7d331892d29488adb86bf3b3",
"body": null,
"is_bot": false,
"headline": "fir: Improve field order, fix checks",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-08T10:49:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54930c78da7e3d18ce821f3a3777d68885313292",
"body": null,
"is_bot": false,
"headline": "xrepl: Declare unit type",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-08T10:48:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1877339b92b0edd6ceb22137dd3ed95a0cb6b599",
"body": null,
"is_bot": false,
"headline": "fire: Fix documentation link",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:28:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26a44003d39b8c1f468d310254b27591effe3b9c",
"body": null,
"is_bot": false,
"headline": "name_resolve: Improve documentation",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:28:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9c677e5a11247c3938c6b5c1d6f1c30ecf9ac0a",
"body": null,
"is_bot": false,
"headline": "flatten: Cleanup documentation",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:28:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db44b04ef56423646247367fe93a11f18d7c4fcc",
"body": null,
"is_bot": false,
"headline": "ast: Improve documentation",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:28:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54dd0833f1f73e2431dfd69108889bdb88327198",
"body": null,
"is_bot": false,
"headline": "fir: Fix documentation links",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:28:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf7b285f1e083e92dafc23d2ed0006d571018286",
"body": null,
"is_bot": false,
"headline": "chore: Fix rustdoc warnings",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:28:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd8c724d8b25a98d3234e1b6583671025676d3c8",
"body": null,
"is_bot": false,
"headline": "chore: typecheck: Cleanup",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a27cab7c2a0fbd40cd68803f4b4973b5bc2517f4",
"body": null,
"is_bot": false,
"headline": "chore: Fix typos",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20a19c732f603aec066e843d51a4fa3541a2253f",
"body": null,
"is_bot": false,
"headline": "chore: Fix clippy warnings",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48ee1284e9857dc60f8e9b2082ce4ada123d32a7",
"body": null,
"is_bot": false,
"headline": "typemap: Allow fetching types directly",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2147348c696e55f807a7d24786b882029e1ac4f5",
"body": null,
"is_bot": false,
"headline": "typecheck: Add Nullable testcase",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c211f1fdc65d03e3ff1b81d66de0d8cfba91fa6a",
"body": null,
"is_bot": false,
"headline": "fir: Allow TypeRefs to refer to other TypeRefs",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc01a5008dfecac045e50ca3b6c078602107f18a",
"body": null,
"is_bot": false,
"headline": "name-resolve: Handle type aliases properly",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de4f83c8d32f3073a9d56b0b850192fe360a3af4",
"body": "This is useful as type aliases are flattened to TypeReferences that\nare already resolved",
"is_bot": false,
"headline": "name-resolve: Handle resolved type references better",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4187cbda10b1646b5d44e88307da36ec6d057edd",
"body": null,
"is_bot": false,
"headline": "flatten: Handle type aliases properly",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dbed3b05963591965f57ef340a521b3d946aea5",
"body": null,
"is_bot": false,
"headline": "ast: Fix documentation syntax",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1c0a2b85102963032bb16a86c026f1690754ca9",
"body": null,
"is_bot": false,
"headline": "name-resolve: Output colored symbols for unresolved errors",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c813c4e28b5e6f1cfb957bc2262fbbe14fc79ddc",
"body": null,
"is_bot": false,
"headline": "typechecker: Handle unit type properly instead of using Option::None",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ac40f594064bd65af837bfe0a67b745764b42ae",
"body": null,
"is_bot": false,
"headline": "fire: Fix test missing unit type",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab718279282527f6ec0759f02c8b0b637a5f4d2a",
"body": null,
"is_bot": false,
"headline": "name-resolve: Remove dbg!() calls",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e55f94e3613b74f6d65c65fef0858d1a06a5926d",
"body": null,
"is_bot": false,
"headline": "fir: Add custom Debug impl for OriginIdx",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f38fb98cab26a41233c1a7d2eb17c8aea254ee3c",
"body": null,
"is_bot": false,
"headline": "typecheck: Fix test when creating typesets manually",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10e193566f51054a2331985387a9f54c59e40312",
"body": null,
"is_bot": false,
"headline": "fir: Allow return type of functions to be a Union",
"author_name": "CohenArthur",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb984edb24cb678764d20fdfdbf1fce2e0b90e56",
"body": null,
"is_bot": false,
"headline": "typechecker: Add typemap data structure",
"author_name": "CohenArthur",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c7f9ae076f1daeee1a82fae59c3fe6a8ea00d3b",
"body": null,
"is_bot": false,
"headline": "actual: Add proper recursive immutable flattening of typelinks",
"author_name": "CohenArthur",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d28362834d96e3f608fb131c38577bac14509689",
"body": null,
"is_bot": false,
"headline": "typechecker: Add base for typelevel interpreter",
"author_name": "CohenArthur",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T22:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "196ac7c32c4870c668690f513dbfdf3a2beb3022",
"body": null,
"is_bot": false,
"headline": "chore: Fix clippy warnings, start using new error type",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T12:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6398c383e332367b14bbcc9b9ffac584742f962",
"body": null,
"is_bot": false,
"headline": "xparser: Start reworking Errors, wip",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T12:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1044df73c2687b7592997ad51c57143f1fdeee4f",
"body": null,
"is_bot": false,
"headline": "chore: Fix xrepl clippy warnings",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T12:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3d892ac0b851658104c8539abceb209f9435b91",
"body": null,
"is_bot": false,
"headline": "xrepl: Do not underline prompt",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T12:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "816c9625b696d50e69b78dee8f2d3dd210a87a6f",
"body": null,
"is_bot": false,
"headline": "interpreter: Add comment explaining creation of empty Context",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T12:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1aa6f7d806203ea7806edbc034a156a7074fe216",
"body": null,
"is_bot": false,
"headline": "xrepl: Start calling experimental REPL",
"author_name": "CohenArthur",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T12:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49c4da685265c5eb3b95d0588861f1575cde90eb",
"body": null,
"is_bot": false,
"headline": "xrepl: [wip]",
"author_name": "CohenArthur",
"author_login": "CohenArthur",
"committed_at": "2024-02-06T12:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bc14d8df47f8e321208ea1ea0b074c930432ee2",
"body": null,
"is_bot": false,
"headline": "fire: Add logic for handling floats and chars properly",
"author_name": "CohenArthur",
"author_login": "CohenArthur",
"committed_at": "2024-01-26T14:29:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16efa64c2f7aef92270a1152710cd71e513e7d62",
"body": null,
"is_bot": false,
"headline": "chore: Fix clippy warning",
"author_name": "CohenArthur",
"author_login": "CohenArthur",
"committed_at": "2024-01-16T11:45:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3e56f1f46b1c9a84748ea230cf0837a7ef23f59",
"body": null,
"is_bot": false,
"headline": "flatten: Cleanup `handle_type_node`",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2023-12-05T22:26:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "feb6061c8ecfbc5c2c94598506deefe4ed62c650",
"body": null,
"is_bot": false,
"headline": "flatten: Clean up documentation",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2023-12-05T22:26:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4364a2769e42b2ac8cf75c7cd90360f47e5fbb4",
"body": null,
"is_bot": false,
"headline": "ast: Remove comment, rename TypeFields -> TypeContent",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2023-12-05T22:26:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2fc6ce52b1f9a8afee3f605a8da698ddf04252f",
"body": null,
"is_bot": false,
"headline": "builtins: Use new AST type API",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2023-12-05T22:26:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebe19ca1beb116dbad84eb49cda4feb581e7af74",
"body": null,
"is_bot": false,
"headline": "flatten: Handle multi types properly",
"author_name": "CohenArthur",
"author_login": "CohenArthur",
"committed_at": "2023-12-05T22:26:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cabbc7934b32bad126787329df143e596762b914",
"body": null,
"is_bot": false,
"headline": "ast: Rename GenericArgument, TypeArgument -> GenericParameter, Type",
"author_name": "CohenArthur",
"author_login": "CohenArthur",
"committed_at": "2023-12-05T22:26:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe3fe34d4bd3e49cc2282122beed6534b6fe041a",
"body": null,
"is_bot": false,
"headline": "name_resolve: Add tests",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2023-12-05T22:26:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4387b89b714d5a60138d274daa48e6e2dcd72908",
"body": null,
"is_bot": false,
"headline": "flatten: Handle multi-types properly",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2023-12-05T22:26:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1562a82cc999d4c977675e677bf6b19d16cc0cac",
"body": null,
"is_bot": false,
"headline": "xparser: Generate proper TypeField",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2023-12-05T22:26:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f72708dedf1d9950d29cabc8e7fa1f0f578c8643",
"body": null,
"is_bot": false,
"headline": "flatten: [wip] Start handling TypeFields properly",
"author_name": "Arthur Cohen",
"author_login": "CohenArthur",
"committed_at": "2023-12-05T22:26:09Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 17,
"commits_last_year": 0,
"latest_release_at": "2022-08-26T13:25:26Z",
"latest_release_tag": "v0.3.0-jinx7",
"releases_from_tags": false,
"days_since_last_push": 599,
"active_weeks_last_year": 0,
"days_since_latest_release": 1428,
"mean_days_between_releases": 33.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "jinko",
"exists": true,
"license": "non-standard",
"keywords": [],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/jinko",
"is_deprecated": false,
"latest_version": "0.2.1",
"repository_url": "https://github.com/cohenarthur/jinko",
"versions_count": 9,
"total_downloads": 11816,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 10,
"first_published_at": "2021-01-27T13:08:40.528019Z",
"latest_published_at": "2022-08-26T13:32:25.757230Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1428
},
{
"name": "fir",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/fir",
"is_deprecated": false,
"latest_version": "0.1.0",
"repository_url": "https://github.com/hsabouri/rust_fir",
"versions_count": 1,
"total_downloads": 2104,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 4,
"first_published_at": "2018-08-02T08:17:49.239639Z",
"latest_published_at": "2018-08-02T08:17:49.239639Z",
"latest_version_yanked": false,
"days_since_latest_publish": 2913
},
{
"name": "fire",
"exists": true,
"license": "BSD-2-Clause",
"keywords": [],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/fire",
"is_deprecated": false,
"latest_version": "0.5.0",
"repository_url": "https://github.com/aisk/rust-fire",
"versions_count": 5,
"total_downloads": 5615,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 14,
"first_published_at": "2018-02-26T05:55:20.000122Z",
"latest_published_at": "2026-07-12T12:44:38.018602Z",
"latest_version_yanked": false,
"days_since_latest_publish": 12
},
{
"name": "dedup",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"dedup",
"unique",
"command-line-utilities",
"text-processing"
],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/dedup",
"is_deprecated": false,
"latest_version": "0.2.0",
"repository_url": "https://github.com/cjm00/dedup",
"versions_count": 1,
"total_downloads": 2173,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 5,
"first_published_at": "2018-03-30T18:48:46.583223Z",
"latest_published_at": "2018-03-30T18:48:46.583223Z",
"latest_version_yanked": false,
"days_since_latest_publish": 3038
},
{
"name": "error",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/error",
"is_deprecated": false,
"latest_version": "0.1.9",
"repository_url": "https://github.com/reem/rust-error",
"versions_count": 14,
"total_downloads": 837580,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 10139,
"first_published_at": "2014-11-11T06:17:40.518247Z",
"latest_published_at": "2015-12-10T04:13:56.738630Z",
"latest_version_yanked": false,
"days_since_latest_publish": 3879
},
{
"name": "symbol",
"exists": true,
"license": "Apache-2.0/MIT",
"keywords": [],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/symbol",
"is_deprecated": false,
"latest_version": "0.1.9",
"repository_url": "https://github.com/remexre/symbol-rs",
"versions_count": 10,
"total_downloads": 42902,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 4478,
"first_published_at": "2018-01-10T18:34:52.020611Z",
"latest_published_at": "2021-11-19T11:29:50.107625Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1708
}
]
},
"popularity": {
"forks": 5,
"stars": 35,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2020-12-28",
"count": 1
},
{
"date": "2021-09-18",
"count": 1
},
{
"date": "2021-10-18",
"count": 1
},
{
"date": "2021-11-09",
"count": 1
},
{
"date": "2021-11-26",
"count": 1
}
],
"complete": true,
"collected": 5,
"total_forks": 5
},
"star_history": null,
"open_issues_and_prs": 141
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"tests/fixtures/clib/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"ast-sanitizer/Cargo.toml",
"ast/Cargo.toml",
"builtins/Cargo.toml",
"debug-fir/Cargo.toml",
"dedup/Cargo.toml",
"error/Cargo.toml",
"fir/Cargo.toml",
"fire/Cargo.toml",
"flatten/Cargo.toml",
"include_code/Cargo.toml",
"location/Cargo.toml",
"loop_desugar/Cargo.toml",
"name_resolve/Cargo.toml",
"recursive_typecheck/Cargo.toml",
"symbol/Cargo.toml",
"tools/dedup_bench/Cargo.toml",
"typecheck/Cargo.toml",
"xparser/Cargo.toml",
"xrepl/Cargo.toml"
],
"largest_source_bytes": 72042,
"source_files_sampled": 89,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"ast-sanitizer/Cargo.toml",
"ast/Cargo.toml",
"builtins/Cargo.toml",
"debug-fir/Cargo.toml",
"dedup/Cargo.toml",
"error/Cargo.toml",
"fir/Cargo.toml",
"fire/Cargo.toml",
"flatten/Cargo.toml",
"include_code/Cargo.toml",
"location/Cargo.toml",
"loop_desugar/Cargo.toml",
"name_resolve/Cargo.toml",
"recursive_typecheck/Cargo.toml",
"symbol/Cargo.toml",
"typecheck/Cargo.toml",
"xparser/Cargo.toml",
"xrepl/Cargo.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "atty",
"direct": false,
"version": "0.2.14",
"severity": "low",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"GHSA-g98v-hv3f-hcfr",
"RUSTSEC-2021-0145",
"RUSTSEC-2024-0375"
],
"fixed_version": null,
"advisory_count": 3,
"oldest_advisory_days": 1846
},
{
"name": "structopt",
"direct": true,
"version": "0.3.26",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2022-0104"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 1627
},
{
"name": "ansi_term",
"direct": false,
"version": "0.12.1",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2021-0139"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 1801
},
{
"name": "proc-macro-error",
"direct": false,
"version": "1.0.4",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2024-0370"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 691
},
{
"name": "smallstr",
"direct": false,
"version": "0.2.0",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2026-0215"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 2
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 1,
"unknown": 4
},
"advisory_count": 7,
"affected_count": 5,
"assessed_count": 82,
"malicious_count": 0,
"assessed_package": "crates:jinko@0.2.1",
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "ast",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "ast-sanitizer",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "fir",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "debug-fir",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "dedup",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "flatten",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "name_resolve",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "symbol",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "error",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "location",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "include_code",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "loop_desugar",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "builtins",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "xparser",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "typecheck",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "recursive_typecheck",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "fire",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "xrepl",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "structopt",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "colored",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0"
},
{
"name": "nom",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "7.1"
},
{
"name": "nom_locate",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4.0"
},
{
"name": "linefeed",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.6"
},
{
"name": "downcast-rs",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.2"
},
{
"name": "anyhow",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "libffi",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0.0"
},
{
"name": "libloading",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7"
},
{
"name": "lazy_static",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.4"
},
{
"name": "ast",
"manifest": "ast-sanitizer/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "error",
"manifest": "ast-sanitizer/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "symbol",
"manifest": "ast-sanitizer/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "location",
"manifest": "ast-sanitizer/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "symbol",
"manifest": "ast/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "location",
"manifest": "ast/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "error",
"manifest": "ast/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "ast",
"manifest": "builtins/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "symbol",
"manifest": "builtins/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "location",
"manifest": "builtins/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "error",
"manifest": "builtins/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "colored",
"manifest": "debug-fir/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0"
},
{
"name": "fir",
"manifest": "debug-fir/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "ast",
"manifest": "dedup/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "fir",
"manifest": "dedup/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "flatten",
"manifest": "dedup/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "error",
"manifest": "dedup/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "location",
"manifest": "error/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "colored",
"manifest": "error/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0"
},
{
"name": "ast",
"manifest": "fire/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "fir",
"manifest": "fire/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "flatten",
"manifest": "fire/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "builtins",
"manifest": "fire/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "ast",
"manifest": "flatten/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "fir",
"manifest": "flatten/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "symbol",
"manifest": "flatten/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "location",
"manifest": "flatten/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "builtins",
"manifest": "flatten/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "ast",
"manifest": "include_code/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "symbol",
"manifest": "include_code/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "location",
"manifest": "include_code/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "error",
"manifest": "include_code/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "xparser",
"manifest": "include_code/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "nom_locate",
"manifest": "location/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4.0"
},
{
"name": "nom",
"manifest": "location/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "7.1"
},
{
"name": "ast",
"manifest": "loop_desugar/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "error",
"manifest": "loop_desugar/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "location",
"manifest": "loop_desugar/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "symbol",
"manifest": "loop_desugar/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "ast",
"manifest": "name_resolve/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "fir",
"manifest": "name_resolve/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "debug-fir",
"manifest": "name_resolve/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "symbol",
"manifest": "name_resolve/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "flatten",
"manifest": "name_resolve/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "error",
"manifest": "name_resolve/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "location",
"manifest": "name_resolve/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "distance",
"manifest": "name_resolve/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "colored",
"manifest": "name_resolve/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.1.0"
},
{
"name": "fir",
"manifest": "recursive_typecheck/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "flatten",
"manifest": "recursive_typecheck/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "error",
"manifest": "recursive_typecheck/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "symbol",
"manifest": "recursive_typecheck/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "location",
"manifest": "recursive_typecheck/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "lazy_static",
"manifest": "symbol/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.4"
},
{
"name": "colored",
"manifest": "typecheck/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0"
},
{
"name": "fir",
"manifest": "typecheck/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "flatten",
"manifest": "typecheck/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "error",
"manifest": "typecheck/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "symbol",
"manifest": "typecheck/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "location",
"manifest": "typecheck/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "ast",
"manifest": "typecheck/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "builtins",
"manifest": "typecheck/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "ast",
"manifest": "xparser/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "location",
"manifest": "xparser/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "symbol",
"manifest": "xparser/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "nom",
"manifest": "xparser/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "7.0"
},
{
"name": "nom_locate",
"manifest": "xparser/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4.0"
},
{
"name": "colored",
"manifest": "xrepl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.1.0"
},
{
"name": "rustyline",
"manifest": "xrepl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "13.0.0"
},
{
"name": "ast",
"manifest": "xrepl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "ast-sanitizer",
"manifest": "xrepl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "fir",
"manifest": "xrepl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "debug-fir",
"manifest": "xrepl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "flatten",
"manifest": "xrepl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "name_resolve",
"manifest": "xrepl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "symbol",
"manifest": "xrepl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "error",
"manifest": "xrepl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "location",
"manifest": "xrepl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "include_code",
"manifest": "xrepl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "loop_desugar",
"manifest": "xrepl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "builtins",
"manifest": "xrepl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "xparser",
"manifest": "xrepl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "typecheck",
"manifest": "xrepl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "fire",
"manifest": "xrepl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "anyhow",
"direct": true,
"version": "1.0.80",
"ecosystem": "crates"
},
{
"name": "colored",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "colored",
"direct": true,
"version": "2.1.0",
"ecosystem": "crates"
},
{
"name": "distance",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "distance",
"direct": true,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "downcast-rs",
"direct": true,
"version": "1.2.0",
"ecosystem": "crates"
},
{
"name": "lazy_static",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "lazy_static",
"direct": true,
"version": "1.4.0",
"ecosystem": "crates"
},
{
"name": "libffi",
"direct": true,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "libloading",
"direct": true,
"version": "0.7.4",
"ecosystem": "crates"
},
{
"name": "linefeed",
"direct": true,
"version": "0.6.0",
"ecosystem": "crates"
},
{
"name": "nom",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "nom",
"direct": true,
"version": "7.1.3",
"ecosystem": "crates"
},
{
"name": "nom_locate",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "nom_locate",
"direct": true,
"version": "4.2.0",
"ecosystem": "crates"
},
{
"name": "rustyline",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "rustyline",
"direct": true,
"version": "13.0.0",
"ecosystem": "crates"
},
{
"name": "structopt",
"direct": true,
"version": "0.3.26",
"ecosystem": "crates"
},
{
"name": "abort_on_panic",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "ansi_term",
"direct": false,
"version": "0.12.1",
"ecosystem": "crates"
},
{
"name": "arrayref",
"direct": false,
"version": "0.3.7",
"ecosystem": "crates"
},
{
"name": "arrayvec",
"direct": false,
"version": "0.5.2",
"ecosystem": "crates"
},
{
"name": "atty",
"direct": false,
"version": "0.2.14",
"ecosystem": "crates"
},
{
"name": "base64",
"direct": false,
"version": "0.13.1",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "1.3.2",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "2.4.2",
"ecosystem": "crates"
},
{
"name": "blake2b_simd",
"direct": false,
"version": "0.5.11",
"ecosystem": "crates"
},
{
"name": "bytecount",
"direct": false,
"version": "0.6.7",
"ecosystem": "crates"
},
{
"name": "cc",
"direct": false,
"version": "1.0.90",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "clap",
"direct": false,
"version": "2.34.0",
"ecosystem": "crates"
},
{
"name": "clipboard-win",
"direct": false,
"version": "5.2.0",
"ecosystem": "crates"
},
{
"name": "constant_time_eq",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "crossbeam-utils",
"direct": false,
"version": "0.8.19",
"ecosystem": "crates"
},
{
"name": "dirs",
"direct": false,
"version": "1.0.5",
"ecosystem": "crates"
},
{
"name": "dirs",
"direct": false,
"version": "4.0.0",
"ecosystem": "crates"
},
{
"name": "dirs-sys",
"direct": false,
"version": "0.3.7",
"ecosystem": "crates"
},
{
"name": "endian-type",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "errno",
"direct": false,
"version": "0.3.8",
"ecosystem": "crates"
},
{
"name": "error-code",
"direct": false,
"version": "3.2.0",
"ecosystem": "crates"
},
{
"name": "fd-lock",
"direct": false,
"version": "4.0.2",
"ecosystem": "crates"
},
{
"name": "fnv",
"direct": false,
"version": "1.0.7",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.1.16",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.2.12",
"ecosystem": "crates"
},
{
"name": "heck",
"direct": false,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "hermit-abi",
"direct": false,
"version": "0.1.19",
"ecosystem": "crates"
},
{
"name": "home",
"direct": false,
"version": "0.5.9",
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": "0.2.153",
"ecosystem": "crates"
},
{
"name": "libffi-sys",
"direct": false,
"version": "1.3.2",
"ecosystem": "crates"
},
{
"name": "libredox",
"direct": false,
"version": "0.0.1",
"ecosystem": "crates"
},
{
"name": "linux-raw-sys",
"direct": false,
"version": "0.4.13",
"ecosystem": "crates"
},
{
"name": "log",
"direct": false,
"version": "0.4.21",
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": false,
"version": "2.7.1",
"ecosystem": "crates"
},
{
"name": "minimal-lexical",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "mortal",
"direct": false,
"version": "0.2.4",
"ecosystem": "crates"
},
{
"name": "nibble_vec",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "nix",
"direct": false,
"version": "0.26.4",
"ecosystem": "crates"
},
{
"name": "nix",
"direct": false,
"version": "0.27.1",
"ecosystem": "crates"
},
{
"name": "phf",
"direct": false,
"version": "0.11.2",
"ecosystem": "crates"
},
{
"name": "phf_codegen",
"direct": false,
"version": "0.11.2",
"ecosystem": "crates"
},
{
"name": "phf_generator",
"direct": false,
"version": "0.11.2",
"ecosystem": "crates"
},
{
"name": "phf_shared",
"direct": false,
"version": "0.11.2",
"ecosystem": "crates"
},
{
"name": "proc-macro-error",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "proc-macro-error-attr",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": false,
"version": "1.0.78",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": "1.0.35",
"ecosystem": "crates"
},
{
"name": "radix_trie",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": false,
"version": "0.8.5",
"ecosystem": "crates"
},
{
"name": "rand_core",
"direct": false,
"version": "0.6.4",
"ecosystem": "crates"
},
{
"name": "redox_syscall",
"direct": false,
"version": "0.1.57",
"ecosystem": "crates"
},
{
"name": "redox_syscall",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "redox_users",
"direct": false,
"version": "0.3.5",
"ecosystem": "crates"
},
{
"name": "redox_users",
"direct": false,
"version": "0.4.4",
"ecosystem": "crates"
},
{
"name": "rust-argon2",
"direct": false,
"version": "0.8.3",
"ecosystem": "crates"
},
{
"name": "rustix",
"direct": false,
"version": "0.38.31",
"ecosystem": "crates"
},
{
"name": "siphasher",
"direct": false,
"version": "0.3.11",
"ecosystem": "crates"
},
{
"name": "smallstr",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "smallvec",
"direct": false,
"version": "1.13.1",
"ecosystem": "crates"
},
{
"name": "strsim",
"direct": false,
"version": "0.8.0",
"ecosystem": "crates"
},
{
"name": "structopt-derive",
"direct": false,
"version": "0.4.18",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "1.0.109",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "2.0.52",
"ecosystem": "crates"
},
{
"name": "terminfo",
"direct": false,
"version": "0.8.0",
"ecosystem": "crates"
},
{
"name": "textwrap",
"direct": false,
"version": "0.11.0",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": false,
"version": "1.0.57",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "1.0.57",
"ecosystem": "crates"
},
{
"name": "tinyvec",
"direct": false,
"version": "1.6.0",
"ecosystem": "crates"
},
{
"name": "tinyvec_macros",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": false,
"version": "1.0.12",
"ecosystem": "crates"
},
{
"name": "unicode-normalization",
"direct": false,
"version": "0.1.23",
"ecosystem": "crates"
},
{
"name": "unicode-segmentation",
"direct": false,
"version": "1.11.0",
"ecosystem": "crates"
},
{
"name": "unicode-width",
"direct": false,
"version": "0.1.11",
"ecosystem": "crates"
},
{
"name": "utf8parse",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "vec_map",
"direct": false,
"version": "0.8.2",
"ecosystem": "crates"
},
{
"name": "version_check",
"direct": false,
"version": "0.9.4",
"ecosystem": "crates"
},
{
"name": "wasi",
"direct": false,
"version": "0.11.0+wasi-snapshot-preview1",
"ecosystem": "crates"
},
{
"name": "wasi",
"direct": false,
"version": "0.9.0+wasi-snapshot-preview1",
"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-x86_64-pc-windows-gnu",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.48.0",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.52.0",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.52.4",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.52.4",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.52.4",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.52.4",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.52.4",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.52.4",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.52.4",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.52.4",
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 118,
"direct_count": 18,
"indirect_count": 100
}
},
"maintainership": {
"issues": {
"open_prs": 11,
"merged_prs": 335,
"open_issues": 130,
"closed_ratio": 0.583,
"closed_issues": 182,
"closed_unmerged_prs": 23
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "CohenArthur",
"commits": 1721,
"avatar_url": "https://avatars.githubusercontent.com/u/43524065?v=4"
},
{
"type": "User",
"login": "SanderJSA",
"commits": 78,
"avatar_url": "https://avatars.githubusercontent.com/u/31779371?v=4"
},
{
"type": "User",
"login": "Skallwar",
"commits": 66,
"avatar_url": "https://avatars.githubusercontent.com/u/15075443?v=4"
},
{
"type": "User",
"login": "n1tram1",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/3044134?v=4"
},
{
"type": "User",
"login": "Yumasi",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/24368641?v=4"
},
{
"type": "User",
"login": "BastienGermond",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/30369999?v=4"
},
{
"type": "User",
"login": "IFcoltransG",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/47414286?v=4"
},
{
"type": "User",
"login": "jh2k2",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/50159290?v=4"
},
{
"type": "User",
"login": "Rivee",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/32517676?v=4"
}
],
"contributors_sampled": 9,
"top_contributor_share": 0.914
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build_test_fmt.yml",
"clippy.yml",
"docker.yml",
"release.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": 9,
"reason": "binaries present in source code",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/4 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 6 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": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": 2,
"reason": "8 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "77b14e5b41b4f048263db618b6730a71da29c150",
"ran_at": "2026-07-24T21:43:43Z",
"aggregate_score": 2.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": null,
"oldest_open_prs": [
{
"number": 218,
"created_at": "2021-08-29T23:24:08Z",
"last_comment_at": "2021-10-18T09:53:47Z",
"last_comment_author": "CohenArthur"
},
{
"number": 350,
"created_at": "2021-11-01T02:02:08Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 384,
"created_at": "2021-11-30T21:48:00Z",
"last_comment_at": "2021-12-05T07:59:40Z",
"last_comment_author": "CohenArthur"
},
{
"number": 584,
"created_at": "2022-09-02T15:37:52Z",
"last_comment_at": "2022-09-13T13:07:32Z",
"last_comment_author": "CohenArthur"
},
{
"number": 626,
"created_at": "2023-10-19T22:26:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 654,
"created_at": "2024-02-07T14:53:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 656,
"created_at": "2024-02-07T15:36:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 657,
"created_at": "2024-03-07T12:27:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 659,
"created_at": "2024-03-09T16:06:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 660,
"created_at": "2024-03-11T20:39:07Z",
"last_comment_at": "2024-03-17T23:22:48Z",
"last_comment_author": "CohenArthur"
},
{
"number": 670,
"created_at": "2024-03-26T22:59:25Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2024-12-02T11:59:11Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 24,
"created_at": "2020-08-24T13:04:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 30,
"created_at": "2020-08-26T13:09:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 34,
"created_at": "2020-09-06T13:44:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 44,
"created_at": "2020-09-17T07:09:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 52,
"created_at": "2020-09-19T19:25:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 53,
"created_at": "2020-09-19T22:52:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 56,
"created_at": "2020-09-20T10:57:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 57,
"created_at": "2020-09-20T11:00:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 83,
"created_at": "2020-12-30T09:31:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 84,
"created_at": "2020-12-30T12:44:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 148,
"created_at": "2021-01-28T10:41:44Z",
"last_comment_at": "2021-02-11T19:10:33Z",
"last_comment_author": "Skallwar"
},
{
"number": 154,
"created_at": "2021-02-03T09:33:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 170,
"created_at": "2021-02-10T22:06:12Z",
"last_comment_at": "2021-02-16T10:40:59Z",
"last_comment_author": "BastienGermond"
},
{
"number": 179,
"created_at": "2021-02-19T00:39:45Z",
"last_comment_at": "2021-04-05T07:59:30Z",
"last_comment_author": "CohenArthur"
},
{
"number": 181,
"created_at": "2021-04-24T08:08:35Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 182,
"created_at": "2021-04-24T20:29:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 191,
"created_at": "2021-05-08T15:51:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 198,
"created_at": "2021-05-08T20:47:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 203,
"created_at": "2021-06-06T13:54:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 207,
"created_at": "2021-08-13T08:53:52Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/jinko-core/jinko",
"host": "github.com",
"name": "jinko",
"owner": "jinko-core"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 25,
"inputs": {
"security": 35,
"vitality": 22,
"community": 50,
"governance": 47,
"engineering": 53,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 41,
"overall_after_abandonment_multiplier": 25
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 22,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 599,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 599 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 599
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"releases_count": 17,
"latest_release_tag": "v0.3.0-jinx7",
"releases_from_tags": false,
"days_since_latest_release": 1428,
"mean_days_between_releases": 33.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "17 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 17
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1428 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1428
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~33.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 33.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 11,
"unanswered_open_issues": 17,
"days_since_last_merged_pr": 599,
"days_since_last_human_commit": 599,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 599 days; 4 unmet obligation(s): pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 599,
"count": 4,
"signals": "pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 50,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"forks": 5,
"stars": 35,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "35 stars",
"points": 24.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 35
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "5 forks",
"points": 5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 5
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "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 (GPL-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "GPL-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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 47,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 9,
"top_contributor_share": 0.914
},
"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 91% of commits",
"points": 1.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 91
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "9 contributors",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 9
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"merged_prs": 335,
"open_issues": 130,
"closed_issues": 182,
"issue_closed_ratio": 0.583,
"closed_unmerged_prs": 23
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "58% of issues closed",
"points": 27.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 58
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "335/358 decided PRs merged",
"points": 35.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 335,
"decided": 358
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/4 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"followers": 0,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "jinko-core",
"public_repos": 10,
"account_age_days": 1712
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "0 followers of jinko-core",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "jinko-core"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "10 public repos, account ~4 yr old",
"points": 17,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 10
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 53,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "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": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"rust",
"interpreted-programming-language",
"jinko",
"language",
"hacktoberfest"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"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": 35,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 25,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 2.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 4 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/4 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 6 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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "8 existing vulnerabilities detected",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "good",
"name": "Dependency advisories",
"note": "Matched the crates:jinko@0.2.1 runtime dependency closure — what installing the published package pulls in — 82 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "crates:jinko@0.2.1",
"assessed": 82
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 75,
"inputs": {
"source": "osv",
"advisories": 7,
"affected_packages": 5,
"assessed_packages": 82,
"unassessed_packages": 0,
"affected_by_severity": "low 1, unknown 4",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: structopt 0.3.26 (unknown)",
"points": 26.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "structopt 0.3.26 (unknown)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "4 affected: atty 0.2.14 (low), ansi_term 0.12.1 (unknown), proc-macro-error 1.0.4 (unknown), +1 more",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 4,
"packages": "atty 0.2.14 (low), ansi_term 0.12.1 (unknown), proc-macro-error 1.0.4 (unknown)"
}
},
{
"code": "advisories_affected_more",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "4 advisory-carrying package(s) unaddressed past 90 days; oldest published 1846 days ago",
"points": 32,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 4,
"oldest": 1846
}
}
],
"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": 82,
"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": 9
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 57,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.86,
"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": "86 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 86,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"tests/fixtures/clib/Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"ast-sanitizer/Cargo.toml",
"ast/Cargo.toml",
"builtins/Cargo.toml",
"debug-fir/Cargo.toml",
"dedup/Cargo.toml",
"error/Cargo.toml",
"fir/Cargo.toml",
"fire/Cargo.toml",
"flatten/Cargo.toml",
"include_code/Cargo.toml",
"location/Cargo.toml",
"loop_desugar/Cargo.toml",
"name_resolve/Cargo.toml",
"recursive_typecheck/Cargo.toml",
"symbol/Cargo.toml",
"tools/dedup_bench/Cargo.toml",
"typecheck/Cargo.toml",
"xparser/Cargo.toml",
"xrepl/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "tests/fixtures/clib/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tests/fixtures/clib/Makefile"
}
}
],
"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": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, 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": 99,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 72042,
"source_files_sampled": 89,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/89 source files over 60KB",
"points": 54.4,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 89,
"oversized": 1
}
}
],
"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",
"crates package 'jinko' points at a different repository (https://github.com/cohenarthur/jinko); excluded from ecosystem scoring",
"Could not fetch crates package 'ast' from its registry",
"crates package 'fir' points at a different repository (https://github.com/hsabouri/rust_fir); excluded from ecosystem scoring",
"crates package 'fire' points at a different repository (https://github.com/aisk/rust-fire); excluded from ecosystem scoring",
"crates package 'dedup' points at a different repository (https://github.com/cjm00/dedup); excluded from ecosystem scoring",
"crates package 'error' points at a different repository (https://github.com/reem/rust-error); excluded from ecosystem scoring",
"Could not fetch crates package 'xrepl' from its registry",
"crates package 'symbol' points at a different repository (https://github.com/remexre/symbol-rs); excluded from ecosystem scoring",
"Could not fetch crates package 'dedup_bench' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-24T21:44:02.518806Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/jinko-core/jinko.svg",
"full_name": "jinko-core/jinko",
"license_state": "standard",
"license_spdx": "GPL-2.0"
}