Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"dynasm",
"rust",
"jit",
"assembly"
],
"is_fork": false,
"size_kb": 14425,
"has_wiki": true,
"homepage": "https://censoredusername.github.io/dynasm-rs/language/index.html",
"languages": {
"Rust": 1348302,
"Shell": 3228,
"Python": 272895
},
"pushed_at": "2026-07-22T23:36:48Z",
"created_at": "2016-07-04T22:49:22Z",
"owner_type": "User",
"updated_at": "2026-07-22T23:34:10Z",
"description": "A dynasm-like tool for rust.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MPL-2.0",
"default_branch": "master",
"license_spdx_raw": "MPL-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust",
"Python"
]
},
"owner": {
"blog": null,
"name": "CensoredUsername",
"type": "User",
"login": "CensoredUsername",
"company": null,
"location": null,
"followers": 116,
"avatar_url": "https://avatars.githubusercontent.com/u/3411575?v=4",
"created_at": "2013-01-29T01:03:20Z",
"is_verified": null,
"public_repos": 30,
"account_age_days": 4923
},
"license": {
"state": "standard",
"spdx_id": "MPL-2.0",
"raw_spdx": "MPL-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v5.1.0",
"kind": "minor",
"published_at": "2026-07-22T23:33:03Z"
},
{
"tag": "v5.0.0",
"kind": "major",
"published_at": "2026-02-12T01:27:19Z"
},
{
"tag": "v4.0.2",
"kind": "patch",
"published_at": "2025-12-12T23:46:49Z"
},
{
"tag": "v4.0.1",
"kind": "patch",
"published_at": "2025-09-12T23:03:37Z"
},
{
"tag": "v4.0.0",
"kind": "major",
"published_at": "2025-09-10T14:16:47Z"
},
{
"tag": "v3.2.1",
"kind": "patch",
"published_at": "2025-06-20T21:53:48Z"
},
{
"tag": "v3.2.0",
"kind": "minor",
"published_at": "2025-03-13T13:56:11Z"
},
{
"tag": "v3.1.0",
"kind": "minor",
"published_at": "2025-03-13T10:29:35Z"
},
{
"tag": "v3.0.1",
"kind": "patch",
"published_at": "2024-10-29T01:30:18Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2024-10-09T21:51:22Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2023-01-31T16:19:49Z"
},
{
"tag": "v1.2.3",
"kind": "patch",
"published_at": "2022-03-31T23:27:37Z"
},
{
"tag": "v1.2.2",
"kind": "patch",
"published_at": "2022-03-31T23:21:46Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2021-12-19T15:47:48Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2021-11-19T17:21:57Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2021-05-07T21:52:07Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2021-01-12T00:33:16Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2020-07-20T10:23:26Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2020-06-30T17:15:59Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2017-02-22T02:22:40Z"
},
{
"tag": "v0.0.6",
"kind": "patch",
"published_at": "2016-10-27T20:18:37Z"
},
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2016-10-16T16:30:08Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2016-09-25T21:33:31Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2016-09-25T19:00:40Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2016-09-01T11:00:09Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2016-08-29T19:59:42Z"
}
],
"recent_commits": [
{
"oid": "d0b78d23f03cbfee442b427b7f7893f9c6917e33",
"body": null,
"is_bot": false,
"headline": "Move from proc-macro-error2 to proc-macro-error3, bump version to 5.1.0",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2026-07-22T23:33:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d39aaf658f9710411c8aaac3d446cee6bd3b580",
"body": null,
"is_bot": false,
"headline": "Add a test for adrp encoding and finalize release notes.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2026-02-12T01:27:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b95230514785e2d3925f4e8d863b8f28d6e6325",
"body": "the immlo bits of the ADRP instruction on aarch64 must be shifted\nby 2, as the bottom two bits are stored in the immhi field.\nSimilarly to how ADR works.",
"is_bot": false,
"headline": "fix(aarch64): shift immhi bits of adrp to account for immlo",
"author_name": "Juraj Petras",
"author_login": "Hackder",
"committed_at": "2026-02-11T16:53:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a294fba9cc16161dedb208ce4b10c4264ea3083e",
"body": null,
"is_bot": false,
"headline": "Update dependencies and version bump to v5.0.0",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2026-02-11T16:52:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d27beb35345c218c48d02b219ad5e301af25bee5",
"body": "… including labels, relocations, and the working of some of the internals of dynasm-rs.",
"is_bot": false,
"headline": "Update the documentation, adding a page on dynamic assembling basics,…",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2026-02-11T16:34:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c153e6f9cd5e20895200abb52558d6c9bdb3e0b9",
"body": null,
"is_bot": false,
"headline": "Handle new rustc warnings and fix test suite issues on 32-bit platforms.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2026-02-11T13:38:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cc81097b944ab62dadd89a4e47ed885acd3667b",
"body": "… new relocation directives.",
"is_bot": false,
"headline": "Add tests to validate the behaviour of the relocation changes and the…",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2026-02-11T13:36:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ab0bfe30e27b09cafa91092af7f55ec406dca38",
"body": "The main focus here is to decouple the way relocations need to be calculated\n(relative/absolute to relative/absolute) from their encoding format, where previously\nthis was often assumed based from the encoding format. This allows for more freedom in the type\nof emitted relocations, allowing both for\n[…]\nabelApi trait, so custom implementations will need changes. Simple users\nof the api should however not be affected as the locations of the different types, and how they\ninteract, has not been changed.",
"is_bot": false,
"headline": "Rework the way relocations are encoded and emitted.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2026-02-11T13:29:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "55e83aab2b25ce0cc39c63b9d13908e577b288fc",
"body": "…nce page.",
"is_bot": false,
"headline": "Add some notes on the special mov variants in the x64 language refere…",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2026-01-31T01:14:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "965db7143a2ab4361d75fb4e63ab99b3add43c4d",
"body": "…e in the mov and movabs instructions with 64-bit immediates.",
"is_bot": false,
"headline": "Implement x64 large code model: add absolute 64-bit relocations usabl…",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2026-01-31T00:32:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "123acd9ce91eee8e997b4898ad2d2526ceb2900d",
"body": "…estimation of the size of large negative immediates.",
"is_bot": false,
"headline": "Fix an issue in x64 constant immediate size detection leading to over…",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2026-01-31T00:14:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "604cf961f5e41bb25f46b9c1ecf8b157b9adc65f",
"body": null,
"is_bot": false,
"headline": "Bump version to 4.0.2",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-12-12T23:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6303e33b83ea3449a3e599524c6cc3ce7ff9fed",
"body": "Using 16-bit registers should emit the 16-bit prefix `0x66`.\n\nCo-authored-by: Thomas Prescher <thomas.prescher@cyberus-technology.de>",
"is_bot": false,
"headline": "Fix x86-64 OUT 16-bit opcode prefix",
"author_name": "Pascal Scholz",
"author_login": "scholzp",
"committed_at": "2025-12-12T23:19:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa89ac4ff8fe4f41fe0a2fdb2a2e4becec9c54a3",
"body": null,
"is_bot": false,
"headline": "Bump version to 4.0.1",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-09-12T23:03:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef8410c3e412189e58672b6cc5353690a22694d0",
"body": null,
"is_bot": false,
"headline": "Fix so all cache control functions only exist for RISC-V on unix",
"author_name": "wakabat",
"author_login": "wakabat",
"committed_at": "2025-09-12T22:52:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9a0067cb26bc590905b37b3efc130e56072d588",
"body": null,
"is_bot": false,
"headline": "Edit release notes, and version to v4.0.0.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-09-10T14:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5c03196b4f72b69568a9e4036d47472f59945a8",
"body": null,
"is_bot": false,
"headline": "Update dependencies and rustc version, silence new warnings.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-09-10T14:14:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac49bfd64765be318b15a0d2ee42e060177c5274",
"body": null,
"is_bot": false,
"headline": "Fix docs",
"author_name": "Syrus Akbary",
"author_login": "syrusakbary",
"committed_at": "2025-09-02T18:29:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c803cfdf9571639acaa19187d6715c2bef8eed1",
"body": null,
"is_bot": false,
"headline": "Update docs in anticipation of v4.0.0.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-09-02T17:30:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e563148987976aa4622e8b18abcb713d1950ffb",
"body": null,
"is_bot": false,
"headline": "Remove functions that have become unused.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-09-02T17:03:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29ab319a765835a4e832a0f2aeb1ec26c1f6be68",
"body": "…ous commit.",
"is_bot": false,
"headline": "Add test case and fixes for precedence issues introduced by the previ…",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-09-02T17:01:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d2600a4d50df957deb514ac1c20ac905783e2e9",
"body": null,
"is_bot": false,
"headline": "Support also arm64 target",
"author_name": "Martin Liska",
"author_login": "marxin",
"committed_at": "2025-09-02T16:47:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7368d12d7994349773bf5c5d0cb0bd523783a7f",
"body": "As shown in the testcase, it's pretty handy to be able to construct an assembly snippet directly from a user-defined type (e.g. `GprRegister`). The only requirement is the type implements `Into<u8>`.",
"is_bot": false,
"headline": "Support opaque type (with Into<u8>) as dynamic register",
"author_name": "Martin Liska",
"author_login": "marxin",
"committed_at": "2025-09-02T16:47:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "475c372b19586b353454a390633d227e7c3cd0ab",
"body": "…cm.push x, -imm.",
"is_bot": false,
"headline": "Suppress spurious compiler warning about a double inversion in riscv …",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-09-02T16:46:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3b13d6f5a3c954ac868056661b007231cbbedcf",
"body": "…s register.",
"is_bot": false,
"headline": "Allow the x86/x64 backends to use anything that implements Into<u8> a…",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-09-02T16:46:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b816ac2d8465576133694f2a36ee705454d433d3",
"body": "Allows for the pre-allocation of assembler buffer and executable section size, allowing for optimisation if these are already known in advance.",
"is_bot": false,
"headline": "Add new_with_capacity to Assembler (#115)",
"author_name": "N",
"author_login": "nhtyy",
"committed_at": "2025-07-07T22:22:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00dc400ac0a553b378b86e797c886c0b585ecf35",
"body": null,
"is_bot": false,
"headline": "Release notes and version bump for v3.2.1.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-06-20T21:53:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e74f2b9706e4fb6111d1963c2b2a0191097d3de4",
"body": "…nize_icache",
"is_bot": false,
"headline": "Call sys_icache_invalidate on MacOS arm64 instead of aarch64::synchro…",
"author_name": "Dillon Beliveau",
"author_login": "Dillonb",
"committed_at": "2025-04-26T22:34:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3446db33c23c7da0ecdf59f119dd25264cdd886",
"body": null,
"is_bot": false,
"headline": "Document workflow for risc-v tools scripts.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T14:13:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb70cfacc1553b94cbdcaaf8d52439b53d8d0f42",
"body": null,
"is_bot": false,
"headline": "Include accidentally forgotten new riscv tests file.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T14:08:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "069c4f09f35832c5056783ea75031ac1eaf6d0d1",
"body": null,
"is_bot": false,
"headline": "Regenerate tests, update release notes, and bump version to 3.2.0.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T13:56:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1de1894be77fb8446af2f8cd3629180c3c3a5de0",
"body": "…ISA extensions.",
"is_bot": false,
"headline": "RISC-V: add support for the Zfinx, Zhinx, Zfinx, Zfhmin and Zhinxmin …",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T13:51:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4580aacea7b06365c7ec49dc77dbb035911db37",
"body": null,
"is_bot": false,
"headline": "Fix a copy-paste error in the docs that slipped by.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T10:36:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77d18ecefaace88d18fdfd1d455cdd37794f7897",
"body": null,
"is_bot": false,
"headline": "Final polish of documentation, and version bump to v3.1.0",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T10:29:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "655b7f9d198c9af576e5a8d8f91119738f38a7bf",
"body": null,
"is_bot": false,
"headline": "RISC-V support: update release notes for incoming v3.1.0",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3602e8600d923f259e429fa5d98119aabd3b5f4",
"body": null,
"is_bot": false,
"headline": "Fix some accidental breakage of examples",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f96c20721f05a73f4fb39aefd52b643f2c1927f",
"body": null,
"is_bot": false,
"headline": "RISC-V support: quiet some clippy warnings.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00bf41a3a492e951792aff4cb3cd9fdb8c845ffa",
"body": null,
"is_bot": false,
"headline": "Bump some dependencies, and regenerate the test suite again.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "347ba8a2e588643cdde7c43e8893f79c8040c09a",
"body": null,
"is_bot": false,
"headline": "Some docs formatting changes and fixes.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b62ca600ef95f38c70a4841c70cb9a6c13545b4",
"body": null,
"is_bot": false,
"headline": "RISC-V support: check for invalid register numbers at runtime.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fec630ad40b2b123cfcc8004e11ab41f05a9e7b",
"body": null,
"is_bot": false,
"headline": "Some misc docs fixes.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c4be99990dba0c00a4742833a9d48bec0294b9a",
"body": null,
"is_bot": false,
"headline": "RISC-V support: first docs pass.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "151ee914d582812364f4b315ad44b8187ffb6079",
"body": "…t.[hw] pseudo-instructions for when Zbb/Zba are not available, and rename li.w to li.32 for consistency.",
"is_bot": false,
"headline": "RISC-V support: remove offset variant of addiw, add sext.[bh] and zex…",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b26469ce0b76c5c2b7c217ae55f84732b3662ad",
"body": null,
"is_bot": false,
"headline": "RISC-V support: regenerate test suite.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a93e74314263dede5d6ba4601cf7f43b36a5a004",
"body": null,
"is_bot": false,
"headline": "RISC-V support: Port examples to riscv64",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30a5f776682fdcf08edd3b68f982962960574d43",
"body": null,
"is_bot": false,
"headline": "RISC-V support: Add an additional li.12 alias for addi rd, zero, imm",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71c8215894416788291ba34a3a10220a8821c905",
"body": "…rently only on unixes), and add tests for it.",
"is_bot": false,
"headline": "RISC-V support: implement proper risc-v cache management support (cur…",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "171f622ce07530c38693c8a864391a69d6737494",
"body": null,
"is_bot": false,
"headline": "RISC-V support: more tests and polish.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb808210e72d347fb5d0eb1115af6cf2021c7b1c",
"body": null,
"is_bot": false,
"headline": "Also allow addiw to be used with an offset.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a75b488eee6f85be53858c6e20d3bf0f0665514",
"body": null,
"is_bot": false,
"headline": "Slight runtime misc cleanup.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6250e8c3b92db0ed50b76e3cf84a914b93ab2d98",
"body": null,
"is_bot": false,
"headline": "RISC-V support: runtime relocation support.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c2e96bdd1593e43a686f39680f80da3e83d330b",
"body": "…extension.",
"is_bot": false,
"headline": "RISC-V support: fixes to li's implementation due to issues with sign …",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcde2bc443e72b29a83883ccc440979ee02db409",
"body": null,
"is_bot": false,
"headline": "RISC-V support: fix dynamic immediate type correctness again.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78594cc394c3a723aa4ce90cebaff1db7e9dda0c",
"body": null,
"is_bot": false,
"headline": "RISC-V support: finish plugin side relocation support.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03a8c1061b66c3a7bf6fc85d358c902442cf97d3",
"body": null,
"is_bot": false,
"headline": "RISC-V support: also add 32-bit jump instruction.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f131f72c246def0dcd9795163a20043af76eeff",
"body": "…n these need linking so that's now added to test generation).",
"is_bot": false,
"headline": "RISC-V support: Add call and tail pseudo-instructions (for some reaso…",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "194975bcd43020e0d69ba291c9c2c49b3be6766c",
"body": "…as several li formats.",
"is_bot": false,
"headline": "RISC-V support: Implement pc-relative multi-op instructions, as well …",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f806abddda2b600dc2a9e42b5639035494091451",
"body": null,
"is_bot": false,
"headline": "RISC-V support: add pc-relative reference syntax.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4804296cb2ce67605ac0c39d3722aeb0088fd37a",
"body": null,
"is_bot": false,
"headline": "Fix riscv_complex test.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eed56faef475161674c1b528c2ea898c2bd894a8",
"body": "…p opcodes.",
"is_bot": false,
"headline": "RISC-V support: Add ISA feature validation. Also add unimp and c.unim…",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e62e1cd7cedbb01bb2e4009db818ab78ccb2d9f",
"body": "…without arguments)",
"is_bot": false,
"headline": "Add the following pseudo-ops that were missing: not, negw and fence (…",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36c3a8593fafa17c28c8829e67b7826ac32bc351",
"body": null,
"is_bot": false,
"headline": "Also fix errors in riscv_complex test.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3bdbce7fa3ed5a01d9cb5d657d018ee0a12bb5d",
"body": "- Had to introduce several new Matchers and edit Commands to deal with extra features\n- Generated code type correctness\n- Changed syntax of some ops to match gas or the spec better\n- And many misc bugfixes to get the tests to pass",
"is_bot": false,
"headline": "RISC-V support: Introduced testing suite and many bugfixes",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "260356edd77cd51299587b2e6c21450a6aad2fc9",
"body": "…with the specifications.",
"is_bot": false,
"headline": "RISC-V support: split Zicbo into Zicbom, Zicbop and Zicboz to comply …",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c00850731e623f61e712c6aeaeb87ce2b2d8016d",
"body": null,
"is_bot": false,
"headline": "RISC-V support: proper opmap generation.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1b57417f18078287191f345875240231e6de0f7",
"body": null,
"is_bot": false,
"headline": "RISC-V support: add very basic testcases",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db0eb03a10b897bcb0118381b3de6c55a4e40a39",
"body": null,
"is_bot": false,
"headline": "RISC-V support: add custom error messages and opmap export support",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f17b21b53b801e34bf80b80cd67e0cd369acf1c",
"body": "…g out valid instrucitons.",
"is_bot": false,
"headline": "RISC-V support: compiler is mostly functional and has started spittin…",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "884feef49fa77dbc6a121c75007064a0a8ace5d2",
"body": null,
"is_bot": false,
"headline": "Further work on RISC-V support: instruction variant selection.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f6cc7204bf9cb9c9515ddbb8a935bd7b6d66e42",
"body": "… machine-readable documentation existed.",
"is_bot": false,
"headline": "Manually verified the RISC-V opmap with documentation, as no complete…",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef793e6ded118ce5969de8aab5378359d71e86f5",
"body": null,
"is_bot": false,
"headline": "Initial risc-v opmap. Manual checking is still required.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cf4b4b981d5e6c7f9fadca30a3331933bfc038c",
"body": "…s, and module files. Also add risc-v opcodes repository as a submodule in preparation for generating the opcode listing.",
"is_bot": false,
"headline": "Start of RISC-V support work. Add RISC-V parser, target specification…",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c22568f4e41b3b0913d79d8894ab9d8c840308c2",
"body": null,
"is_bot": false,
"headline": "x64/x86: Add test for rdpru.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2025-03-13T09:30:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c6431461e5ce2c900316346db69c5485057cf98",
"body": "Adds the encoding for the RDPRU (\"Read Processor Register\") instruction which\nis supported on recent AMD processors (starting with Zen 2).",
"is_bot": false,
"headline": "Add support for the RDPRU instruction",
"author_name": "meta",
"author_login": "eigenform",
"committed_at": "2025-03-13T09:16:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92fc229631ebdd54cb0ef53bcd98031396faa7dd",
"body": null,
"is_bot": false,
"headline": "Fix unbalanced backticks in doc comment",
"author_name": "Bruce Mitchener",
"author_login": "waywardmonkeys",
"committed_at": "2024-11-18T10:13:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95fca78a9a84e801157536d189f32af85252d4e4",
"body": null,
"is_bot": false,
"headline": "Fix `clippy::unnecessary_lazy_evaluations` lint",
"author_name": "Bruce Mitchener",
"author_login": "waywardmonkeys",
"committed_at": "2024-11-18T10:13:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9d62c8d50e27f193370f48b55cc408e8c076dcd",
"body": null,
"is_bot": false,
"headline": "Fix `clippy::needless_borrow` lints",
"author_name": "Bruce Mitchener",
"author_login": "waywardmonkeys",
"committed_at": "2024-11-18T10:13:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f79611296a49ee8c6c70bcbab5dcd9fdf3d33b7",
"body": null,
"is_bot": false,
"headline": "Fix `clippy::explicit_auto_deref` lint",
"author_name": "Bruce Mitchener",
"author_login": "waywardmonkeys",
"committed_at": "2024-11-18T10:13:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d497ad6461bd578c4a92712d301eebbf97363381",
"body": null,
"is_bot": false,
"headline": "Fix `clippy::unnecessary_cast` lints",
"author_name": "Bruce Mitchener",
"author_login": "waywardmonkeys",
"committed_at": "2024-11-18T10:13:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c491841003563b791f2b5d7e6ccae3870055541c",
"body": null,
"is_bot": false,
"headline": "Fix `clippy::needless_borrowed_reference` lints",
"author_name": "Bruce Mitchener",
"author_login": "waywardmonkeys",
"committed_at": "2024-11-18T10:13:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d586d996ced25b047d364c596050c85abf6fd35",
"body": null,
"is_bot": false,
"headline": "Fix `clippy::to_string_in_format_args` lints",
"author_name": "Bruce Mitchener",
"author_login": "waywardmonkeys",
"committed_at": "2024-11-18T10:13:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cba828e74197308d8331d60325f33af6457c93b1",
"body": null,
"is_bot": false,
"headline": "Fix `clippy::legacy_numeric_constants` lints",
"author_name": "Bruce Mitchener",
"author_login": "waywardmonkeys",
"committed_at": "2024-11-18T10:13:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "460bc880f40466c45d782caf7760f1ffdbbe089b",
"body": null,
"is_bot": false,
"headline": "Fix `clippy::derivable_impls`",
"author_name": "Bruce Mitchener",
"author_login": "waywardmonkeys",
"committed_at": "2024-11-18T10:13:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b949029e4b56a6e5ccff83f69b257318134343c",
"body": null,
"is_bot": false,
"headline": "Fix `clippy::single_char_add_str` lints",
"author_name": "Bruce Mitchener",
"author_login": "waywardmonkeys",
"committed_at": "2024-11-18T10:13:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95fcae5348eb21e494df8c395548c210796be651",
"body": null,
"is_bot": false,
"headline": "Prevent some unnecessary cast warnings.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2024-11-18T01:05:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdbabfb12b62d919748f5568272f300d11ca0e3c",
"body": null,
"is_bot": false,
"headline": "Update release notes.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2024-10-29T01:30:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "149bfbe788128e47d79e1673bafe4baa27926e97",
"body": null,
"is_bot": false,
"headline": "Version v3.0.1.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2024-10-29T01:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73395f83ae6c0574c063fe2eaa5097d9a40390fb",
"body": "… complex immediates and displacements, due to changes needed for #95",
"is_bot": false,
"headline": "Fix x64 constant immediate size calculation failing for slightly more…",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2024-10-29T01:12:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7290dd60d1f7f96de4f441fdb2882de3fb9439f",
"body": "…add explicit error messages for old-style directives.",
"is_bot": false,
"headline": "Ensure examples don't fail to compile on aarch64 during testing, and …",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2024-10-09T21:51:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce3787d941ccb999d24720dd27513ffbf9b38acd",
"body": null,
"is_bot": false,
"headline": "Version bump to 3.0.0.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2024-10-09T16:05:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f9cf4ce6c87ba539372cfff48f657ce9f633753",
"body": null,
"is_bot": false,
"headline": "Update release notes and fix documentation sidebar layout hack.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2024-10-09T15:56:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8efebb9cd9c5307c2b1878ae4d21b940523dc9ec",
"body": null,
"is_bot": false,
"headline": "Add aarch64 immediate encoding tests.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2024-10-09T13:41:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "640ae8d862a3004c0ae6b4e0ae0af3034caf3187",
"body": "…verly big immediate will result in a panic at runtime, rather than the wrong immediate being encoded.",
"is_bot": false,
"headline": "Implement aarch64 immediate range checking: Attempting to encode an o…",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2024-10-09T00:49:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c225c6aef1e112b38d623d557c7619efcf7b3fc4",
"body": "…nstead of byte/word/dword/qword. There's also both unsigned and signed variants, as well as basic floats.",
"is_bot": false,
"headline": "Rework data directives. They now use the rust type names (like .u8) i…",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2024-10-01T02:52:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10786cc5e6b0f93e810d80e428b6d9303c8f4fba",
"body": null,
"is_bot": false,
"headline": "Properly handle aarch64 icache invalidation.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2024-10-01T02:01:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8187435dd6b6544b281c6f49380ad70f7afd11d8",
"body": "…ic testing folder some time ago.",
"is_bot": false,
"headline": "Remove old aarch64 testing folder. Tests have been moved to the gener…",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2024-10-01T02:00:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9f4d412eb6fe482fd067ae1e77ba2ced43c707b",
"body": "…now.",
"is_bot": false,
"headline": "Add aarch64 cache coherency tests. These are confirmed to fail right …",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2024-09-30T16:02:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6796c0b2954337d91bac8bc8a382e993ea044e7e",
"body": null,
"is_bot": false,
"headline": "Work around even more spurious unneeded parenthesis warnings.",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2024-09-27T22:18:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7a82999636d552262a1ac35cc8c681b4881354c",
"body": "…d directive tests.",
"is_bot": false,
"headline": "Reorganize tests: prefix x64 tests, add complex aarch64 tests, and ad…",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2024-09-27T21:58:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9877f32f2df38e21a5bebebbfda9c4b11426ca3b",
"body": "…t_of! being stabilized.",
"is_bot": false,
"headline": "Update minimum supported rust version to 1.77, due to std::mem::offse…",
"author_name": "CensoredUsername",
"author_login": "CensoredUsername",
"committed_at": "2024-09-27T12:56:38Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 26,
"commits_last_year": 25,
"latest_release_at": "2026-07-22T23:33:03Z",
"latest_release_tag": "v5.1.0",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 11,
"days_since_latest_release": 0,
"mean_days_between_releases": 72.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "dynasm",
"exists": true,
"license": "MPL-2.0",
"keywords": [
"assembler",
"jit",
"dynasm",
"dynasmrt",
"dynasm-rs"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/dynasm",
"is_deprecated": false,
"latest_version": "5.1.0",
"repository_url": "https://github.com/CensoredUsername/dynasm-rs",
"versions_count": 43,
"total_downloads": 7742937,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 415842,
"first_published_at": "2016-08-29T19:22:57.198818Z",
"latest_published_at": "2026-07-22T23:34:25.719823Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
},
{
"name": "dynasmrt",
"exists": true,
"license": "MPL-2.0",
"keywords": [
"assembler",
"jit",
"dynasm",
"dynasmrt",
"dynasm-rs"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/dynasmrt",
"is_deprecated": false,
"latest_version": "5.1.0",
"repository_url": "https://github.com/CensoredUsername/dynasm-rs",
"versions_count": 42,
"total_downloads": 7726583,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 412698,
"first_published_at": "2016-08-29T19:22:13.289591Z",
"latest_published_at": "2026-07-22T23:34:45.617989Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
},
{
"name": "testing",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/testing",
"is_deprecated": false,
"latest_version": "25.0.0",
"repository_url": "https://github.com/swc-project/swc.git",
"versions_count": 208,
"total_downloads": 4393857,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 245689,
"first_published_at": "2018-11-18T03:40:44.528204Z",
"latest_published_at": "2026-07-18T01:01:48.224011Z",
"latest_version_yanked": false,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 70,
"stars": 839,
"watchers": 20,
"fork_history": {
"days": [
{
"date": "2016-08-18",
"count": 1
},
{
"date": "2016-08-30",
"count": 1
},
{
"date": "2016-08-31",
"count": 1
},
{
"date": "2016-09-22",
"count": 1
},
{
"date": "2016-10-16",
"count": 1
},
{
"date": "2016-11-14",
"count": 1
},
{
"date": "2017-03-23",
"count": 1
},
{
"date": "2017-04-15",
"count": 1
},
{
"date": "2018-01-06",
"count": 1
},
{
"date": "2018-02-27",
"count": 1
},
{
"date": "2018-07-21",
"count": 1
},
{
"date": "2018-10-27",
"count": 1
},
{
"date": "2018-12-12",
"count": 1
},
{
"date": "2019-04-18",
"count": 2
},
{
"date": "2019-10-03",
"count": 1
},
{
"date": "2019-10-09",
"count": 1
},
{
"date": "2019-12-01",
"count": 1
},
{
"date": "2020-01-08",
"count": 1
},
{
"date": "2020-03-23",
"count": 1
},
{
"date": "2020-04-11",
"count": 1
},
{
"date": "2020-06-03",
"count": 1
},
{
"date": "2021-03-21",
"count": 1
},
{
"date": "2021-05-01",
"count": 1
},
{
"date": "2021-06-26",
"count": 1
},
{
"date": "2021-07-14",
"count": 1
},
{
"date": "2021-07-15",
"count": 1
},
{
"date": "2021-08-04",
"count": 1
},
{
"date": "2021-09-09",
"count": 1
},
{
"date": "2021-11-03",
"count": 1
},
{
"date": "2021-11-13",
"count": 1
},
{
"date": "2022-01-11",
"count": 1
},
{
"date": "2022-02-04",
"count": 1
},
{
"date": "2022-06-17",
"count": 1
},
{
"date": "2022-08-14",
"count": 1
},
{
"date": "2022-08-23",
"count": 1
},
{
"date": "2022-09-02",
"count": 1
},
{
"date": "2022-09-29",
"count": 1
},
{
"date": "2022-10-18",
"count": 1
},
{
"date": "2022-12-09",
"count": 1
},
{
"date": "2022-12-17",
"count": 1
},
{
"date": "2023-09-07",
"count": 1
},
{
"date": "2023-10-30",
"count": 1
},
{
"date": "2024-01-05",
"count": 1
},
{
"date": "2024-01-29",
"count": 1
},
{
"date": "2024-03-18",
"count": 1
},
{
"date": "2024-05-13",
"count": 1
},
{
"date": "2024-06-09",
"count": 1
},
{
"date": "2024-06-10",
"count": 1
},
{
"date": "2024-08-17",
"count": 1
},
{
"date": "2024-09-06",
"count": 1
},
{
"date": "2024-10-13",
"count": 1
},
{
"date": "2025-02-03",
"count": 1
},
{
"date": "2025-02-21",
"count": 1
},
{
"date": "2025-04-24",
"count": 1
},
{
"date": "2025-04-25",
"count": 1
},
{
"date": "2025-05-08",
"count": 1
},
{
"date": "2025-06-19",
"count": 1
},
{
"date": "2025-06-26",
"count": 1
},
{
"date": "2025-06-30",
"count": 1
},
{
"date": "2025-07-06",
"count": 1
},
{
"date": "2025-08-06",
"count": 1
},
{
"date": "2025-09-02",
"count": 1
},
{
"date": "2025-09-11",
"count": 1
},
{
"date": "2025-09-19",
"count": 1
},
{
"date": "2025-10-15",
"count": 1
},
{
"date": "2026-02-08",
"count": 1
},
{
"date": "2026-04-16",
"count": 1
},
{
"date": "2026-05-10",
"count": 1
},
{
"date": "2026-07-11",
"count": 1
}
],
"complete": true,
"collected": 70,
"total_forks": 70
},
"star_history": null,
"open_issues_and_prs": 15
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"doc/examples/bf-interpreter/Cargo.toml",
"doc/examples/bf-jit/Cargo.toml",
"doc/examples/hello-world/Cargo.toml",
"doc/insref/Cargo.toml",
"plugin/Cargo.toml",
"runtime/Cargo.toml",
"testing/Cargo.toml"
],
"largest_source_bytes": 279922,
"source_files_sampled": 129,
"oversized_source_files": 5,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"plugin/Cargo.toml",
"runtime/Cargo.toml",
"testing/Cargo.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 10,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "lazy_static",
"manifest": "plugin/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.5.0"
},
{
"name": "bitflags",
"manifest": "plugin/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.10.0"
},
{
"name": "byteorder",
"manifest": "plugin/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.5.0"
},
{
"name": "quote",
"manifest": "plugin/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.44"
},
{
"name": "proc-macro-error3",
"manifest": "plugin/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "3.0.3"
},
{
"name": "syn",
"manifest": "plugin/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0.114"
},
{
"name": "proc-macro2",
"manifest": "plugin/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.106"
},
{
"name": "memmap2",
"manifest": "runtime/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9.9"
},
{
"name": "byteorder",
"manifest": "runtime/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.5.0"
},
{
"name": "fnv",
"manifest": "runtime/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.7"
},
{
"name": "dynasm",
"manifest": "runtime/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "=5.1.0"
},
{
"name": "itertools",
"manifest": "testing/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.14.0"
},
{
"name": "dynasmrt",
"manifest": "testing/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "bitflags",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "byteorder",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "dynasm",
"direct": true,
"version": "5.1.0",
"ecosystem": "crates"
},
{
"name": "fnv",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "itertools",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "lazy_static",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "memmap2",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "proc-macro-error3",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "quote",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "syn",
"direct": true,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 11,
"direct_count": 11,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 29,
"open_issues": 13,
"closed_ratio": 0.835,
"closed_issues": 66,
"closed_unmerged_prs": 13
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "CensoredUsername",
"commits": 399,
"avatar_url": "https://avatars.githubusercontent.com/u/3411575?v=4"
},
{
"type": "User",
"login": "astocko",
"commits": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/104297?v=4"
},
{
"type": "User",
"login": "waywardmonkeys",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/178582?v=4"
},
{
"type": "User",
"login": "vext01",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/604955?v=4"
},
{
"type": "User",
"login": "syrusakbary",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/188257?v=4"
},
{
"type": "User",
"login": "llogiq",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/4200835?v=4"
},
{
"type": "User",
"login": "CreepySkeleton",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/50968528?v=4"
},
{
"type": "User",
"login": "marxin",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/2658545?v=4"
},
{
"type": "User",
"login": "quadrupleslap",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/6666547?v=4"
},
{
"type": "User",
"login": "eigenform",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/27898374?v=4"
}
],
"contributors_sampled": 29,
"top_contributor_share": 0.845
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"Build_and_test.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 8,
"reason": "6 out of 7 merged PRs checked by a CI test -- score normalized to 8",
"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": 2,
"reason": "Found 7/29 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 8 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": 2,
"reason": "1 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "d0b78d23f03cbfee442b427b7f7893f9c6917e33",
"ran_at": "2026-07-23T14:19:37Z",
"aggregate_score": 3.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T23:37:18Z",
"oldest_open_prs": [
{
"number": 76,
"created_at": "2023-04-05T11:09:59Z",
"last_comment_at": "2024-03-25T18:40:47Z",
"last_comment_author": "CensoredUsername"
},
{
"number": 105,
"created_at": "2024-11-10T18:27:00Z",
"last_comment_at": "2025-05-05T07:10:15Z",
"last_comment_author": "domenukk"
}
],
"last_merged_pr_at": "2026-02-11T16:53:30Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 8,
"created_at": "2016-08-29T18:21:38Z",
"last_comment_at": "2017-01-29T17:16:46Z",
"last_comment_author": "astocko"
},
{
"number": 12,
"created_at": "2016-11-01T22:41:06Z",
"last_comment_at": "2026-07-09T23:12:27Z",
"last_comment_author": "CensoredUsername"
},
{
"number": 28,
"created_at": "2018-04-10T18:34:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 30,
"created_at": "2018-04-30T17:45:19Z",
"last_comment_at": "2023-04-05T11:03:38Z",
"last_comment_author": "stevefan1999-personal"
},
{
"number": 48,
"created_at": "2020-06-15T15:41:47Z",
"last_comment_at": "2024-04-04T15:02:48Z",
"last_comment_author": "vext01"
},
{
"number": 54,
"created_at": "2021-04-14T22:15:06Z",
"last_comment_at": "2021-04-14T23:46:21Z",
"last_comment_author": "jamesblacklock"
},
{
"number": 71,
"created_at": "2022-09-12T16:06:36Z",
"last_comment_at": "2022-09-13T11:24:41Z",
"last_comment_author": "CensoredUsername"
},
{
"number": 73,
"created_at": "2022-10-12T12:52:07Z",
"last_comment_at": "2025-09-11T05:59:52Z",
"last_comment_author": "Techcable"
},
{
"number": 88,
"created_at": "2024-03-01T11:38:16Z",
"last_comment_at": "2024-03-01T17:51:31Z",
"last_comment_author": "CensoredUsername"
},
{
"number": 104,
"created_at": "2024-11-10T17:54:51Z",
"last_comment_at": "2024-11-11T01:53:27Z",
"last_comment_author": "CensoredUsername"
},
{
"number": 114,
"created_at": "2025-05-18T11:16:15Z",
"last_comment_at": "2025-07-28T14:33:33Z",
"last_comment_author": "wtdcode"
},
{
"number": 122,
"created_at": "2026-02-18T11:03:17Z",
"last_comment_at": "2026-02-18T11:34:33Z",
"last_comment_author": "CensoredUsername"
},
{
"number": 123,
"created_at": "2026-06-08T13:44:24Z",
"last_comment_at": "2026-07-22T23:38:49Z",
"last_comment_author": "CensoredUsername"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/CensoredUsername/dynasm-rs",
"host": "github.com",
"name": "dynasm-rs",
"owner": "CensoredUsername"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"security": 50,
"vitality": 67,
"community": 70,
"governance": 63,
"engineering": 78
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 67,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"commits_last_year": 25,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 11
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "11/52 weeks with commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 11
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "25 commits in the last year",
"points": 12.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 25
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "1 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 80,
"inputs": {
"releases_count": 26,
"latest_release_tag": "v5.1.0",
"releases_from_tags": true,
"days_since_latest_release": 0,
"mean_days_between_releases": 72.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "26 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 26
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~72.3 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 72.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 70,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"forks": 70,
"stars": 839,
"watchers": 20,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "839 stars",
"points": 47.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 839
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "70 forks",
"points": 15.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 70
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "20 watchers",
"points": 7.1,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 20
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MPL-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MPL-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 99,
"inputs": {
"packages": [
"dynasm",
"dynasmrt"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 15469520,
"monthly_downloads": 828540
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "828,540 downloads/month across crates",
"points": 78.9,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 828540,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 63,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 29,
"top_contributor_share": 0.845
},
"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 84% of commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 84
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "29 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 29
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 8 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"merged_prs": 29,
"open_issues": 13,
"closed_issues": 66,
"issue_closed_ratio": 0.835,
"closed_unmerged_prs": 13
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "84% of issues closed",
"points": 39,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 84
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "29/42 decided PRs merged",
"points": 26.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 29,
"decided": 42
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 7/29 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"followers": 116,
"owner_type": "User",
"is_verified": null,
"owner_login": "CensoredUsername",
"public_repos": 30,
"account_age_days": 4923
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "116 followers of CensoredUsername",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 116,
"login": "CensoredUsername"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "30 public repos, account ~13 yr old",
"points": 22.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 30
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"dynasm",
"dynasmrt"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "43 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 43
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 78,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "6 out of 7 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"dynasm",
"rust",
"jit",
"assembly"
],
"has_wiki": true,
"homepage": "https://censoredusername.github.io/dynasm-rs/language/index.html",
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://censoredusername.github.io/dynasm-rs/language/index.html",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 50,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "6 out of 7 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 7/29 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 8 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": "1 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 1 resolved dependencies against OSV; 10 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 1
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 10
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 10,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"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": 11
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 41,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 6,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.12,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "12 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 6.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 12,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"doc/examples/bf-interpreter/Cargo.toml",
"doc/examples/bf-jit/Cargo.toml",
"doc/examples/hello-world/Cargo.toml",
"doc/insref/Cargo.toml",
"plugin/Cargo.toml",
"runtime/Cargo.toml",
"testing/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, doc/examples/bf-interpreter/Cargo.toml, doc/examples/bf-jit/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, doc/examples/bf-interpreter/Cargo.toml, doc/examples/bf-jit/Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 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": 98,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 279922,
"source_files_sampled": 129,
"oversized_source_files": 5
},
"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": "5/129 source files over 60KB",
"points": 52.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 129,
"oversized": 5
}
}
],
"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 'testing' points at a different repository (https://github.com/swc-project/swc.git); excluded from ecosystem scoring",
"deps.dev does not index crates:dynasm@5.1.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-23T14:19:59.886180Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/CensoredUsername/dynasm-rs.svg",
"full_name": "CensoredUsername/dynasm-rs",
"license_state": "standard",
"license_spdx": "MPL-2.0"
}