Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 16900,
"has_wiki": true,
"homepage": "https://dasm-assembler.github.io/",
"languages": {
"C": 388002,
"Shell": 6659,
"Python": 3750,
"Assembly": 198470,
"Makefile": 13435,
"Dockerfile": 902
},
"pushed_at": "2026-07-07T14:57:19Z",
"created_at": "2019-08-06T19:26:51Z",
"owner_type": "Organization",
"updated_at": "2026-07-07T14:58:33Z",
"description": "Macro assembler with support for several 8-bit microprocessors",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-2.0",
"default_branch": "master",
"license_spdx_raw": "GPL-2.0",
"primary_language": "C",
"significant_languages": [
"C",
"Assembly"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "dasm-assembler",
"company": null,
"location": null,
"followers": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/53835057?v=4",
"created_at": "2019-08-06T18:23:26Z",
"is_verified": null,
"public_repos": 3,
"account_age_days": 2541
},
"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": "v2.20.17",
"kind": "patch",
"published_at": "2026-06-25T10:49:49Z"
},
{
"tag": "v2.20.16",
"kind": "patch",
"published_at": "2026-06-25T08:48:39Z"
},
{
"tag": "2.20.14.1",
"kind": "other",
"published_at": "2020-11-09T22:10:47Z"
},
{
"tag": "2.20.14",
"kind": "patch",
"published_at": "2020-09-15T11:55:03Z"
},
{
"tag": "2.20.13",
"kind": "patch",
"published_at": "2020-02-19T16:39:28Z"
},
{
"tag": "2.20.12",
"kind": "patch",
"published_at": "2019-12-13T16:34:21Z"
},
{
"tag": "2.20.11",
"kind": "patch",
"published_at": "2019-08-08T11:55:01Z"
},
{
"tag": "2.20.10",
"kind": "patch",
"published_at": "2019-08-08T10:37:39Z"
}
],
"recent_commits": [
{
"oid": "c361b8201320e66c2452c58b248030b34be38495",
"body": "…breaking_character_literals\n\nResolve issue with carriage return breaking whitespace character literals",
"is_bot": false,
"headline": "Merge pull request #148 from ajxs/resolve_issue_with_carriage_return_…",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2026-07-07T14:57:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3720e87f66f6bde3b24b42485a6bf197563ba9b",
"body": "…g_character_literals",
"is_bot": false,
"headline": "Merge branch 'master' into resolve_issue_with_carriage_return_breakin…",
"author_name": "Anthony",
"author_login": "ajxs",
"committed_at": "2026-07-07T12:41:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cee322098fdf56585247433922dbac4aa93001fe",
"body": "permalloc() declaration in asm.h and definition in main.c used int bytes; the internal left counter was also int. Changed both to size_t to match checked_malloc/zero_malloc.\nfix: retire ckmalloc/zmalloc in favour of checked_malloc/zero_malloc\n\nckmalloc and zmalloc in main.c duplicated checked_malloc\n[…]\nlue() return-value pattern is intentional in DASM's multi-pass model; the branch displacement -1 has been in production since 2004 without reported issues. Comments now reflect what is actually known.",
"is_bot": false,
"headline": "fix: permalloc uses int instead of size_t",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2026-06-25T10:43:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a727cc96955439bdd7e3368d9805ed035f27c602",
"body": null,
"is_bot": false,
"headline": "doc and other cleanups",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2026-06-25T09:22:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90922e4b78a10a1fe6d84a23bbf64a4db8165f7e",
"body": null,
"is_bot": false,
"headline": "added instructions for release build",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2026-06-25T08:46:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "221a23633c5b7c799536577b4027a252a1f38c18",
"body": null,
"is_bot": false,
"headline": "workflow for auto-building releases",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2026-06-25T08:43:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2c027a471be62068d51651213d1741ca6e87a36",
"body": null,
"is_bot": false,
"headline": "caught buffer overflow on too many passes",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2026-06-25T08:35:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afe99c07053f6869ff80165b6a2315238b2494e9",
"body": "Build system\n- Makefile: compile objects into .objs/<OS>/ to prevent Mac Mach-O and\n Linux ELF .o files clobbering each other when the source tree is shared\n- .gitignore: add src/.objs/\n- errors.c: add missing #include \"util.h\" so getprogname/strlcat\n prototypes are visible on Linux (was causing i\n[…]\nile in binary mode (\"rb\")\n- ftobin.c getwlh(): same EOF fix as ftohex.c\n\nStyle\n- Apply K&R formatting (.clang-format) across all source files\n- Add blank line after opening brace of each function body",
"is_bot": false,
"headline": "Fix safety/correctness bugs, add include guards, per-platform build dirs",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2026-06-25T08:17:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6f786065ee0a64928a7cff8fa245f992642b5f75",
"body": "changed to v4 for upload-artifact",
"is_bot": false,
"headline": "Update main.yml",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2026-06-25T07:01:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b4696401a9fd9cf48123bed9cf5a761bae17f44",
"body": "new test suite/handling -- all pass",
"is_bot": false,
"headline": "new error handler",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2026-06-25T06:45:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ccbc74caecfd0ab7d38424674003a9721661471",
"body": null,
"is_bot": false,
"headline": "new bugfix version #",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2026-06-25T04:34:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fc7846f92ff63a599a8c7c01f49a1d5ccb3b202",
"body": "This commit addresses a systematic audit of the DASM source across\nsrc/globals.c, src/exp.c, src/main.c, src/ops.c, and src/mnef8.c.\nChanges fall into four categories: buffer overflows/overreads, memory\nleaks, logic errors, and silent error suppression. F8-specific bugs in\nmnef8.c are annotated with\n[…]\nbranch instructions are 2 bytes wide so the displacement should\n be measured from PC + 2, not PC + 1. All F8 branches land one byte\n short of their target.\n Fix: change to target_adr - getPC() - 2.",
"is_bot": false,
"headline": "Fix multiple memory safety, correctness, and robustness bugs",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2026-06-25T03:19:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5b0b83b2ad33920bdf126e2001f366b3a5a8c34b",
"body": "Buildsystem improvements",
"is_bot": false,
"headline": "Merge pull request #107 from ismaell/buildsystem-fixes",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2026-04-15T12:01:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8209fb1eb731a8f3d89374d9cddbdcc0cea927e",
"body": "Updated version number and added new macros for alignment and timing.",
"is_bot": false,
"headline": "Update macro.h to version 1.11 with new macros",
"author_name": "Dionoid",
"author_login": "dionoid",
"committed_at": "2026-02-01T12:05:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed21db28a0e9693c455d6491cdc120a5936b007a",
"body": "…compilers",
"is_bot": false,
"headline": "fix: add specific prototypes for casting to avoid warnings in modern …",
"author_name": "msaarna@gmail.com",
"author_login": "msaarna",
"committed_at": "2026-01-01T18:03:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2374adc438639d7c4325d71a50141c9e0362d1ec",
"body": "This reverts commit 4d6c4b5351d5f1c79a20984f1268a3a5b37b5863.",
"is_bot": false,
"headline": "Revert \"fix:grown output buffer is used without init.\"",
"author_name": "msaarna@gmail.com",
"author_login": "msaarna",
"committed_at": "2025-11-02T00:18:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2b4131581ff2885a0c4f9aaa69ffbed732e6912",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/dasm-assembler/dasm",
"author_name": "msaarna@gmail.com",
"author_login": "msaarna",
"committed_at": "2025-11-01T23:48:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d6c4b5351d5f1c79a20984f1268a3a5b37b5863",
"body": null,
"is_bot": false,
"headline": "fix:grown output buffer is used without init.",
"author_name": "msaarna@gmail.com",
"author_login": "msaarna",
"committed_at": "2025-11-01T23:48:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c46737bf8895bf6ad327766ac96ac31b7c9ad3a5",
"body": "fixed typo in macro.h",
"is_bot": false,
"headline": "Merge pull request #154 from Pinjontall94/feature/fix-typo",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2025-06-21T03:59:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac29773bc9fba6ed64bc76cf94f6197e615a6242",
"body": null,
"is_bot": false,
"headline": "fixed typo in macro.h",
"author_name": "Sam Johnson",
"author_login": "Pinjontall94",
"committed_at": "2025-06-21T02:45:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "628ac98e72f9c7fb4d3bdb9829083792c2457218",
"body": null,
"is_bot": false,
"headline": "Spit out an error for unresolved symbols that actually held up assembly.",
"author_name": "msaarna@gmail.com",
"author_login": "msaarna",
"committed_at": "2025-06-11T21:46:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03239cb6ea2566b9437945451bf613238137a9d5",
"body": "Correct ranges of signed bytes and words in documentation",
"is_bot": false,
"headline": "Merge pull request #151 from seancwall/fix_minor_issues_in_docs",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2025-04-17T17:32:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfc7b153dbd51e06c17aef9757f2a65e3303d27e",
"body": null,
"is_bot": false,
"headline": "Correct ranges of signed bytes and words in documentation",
"author_name": "Sean Wall",
"author_login": null,
"committed_at": "2025-04-17T15:46:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16a0c61f515faecc2750672f8c8df28acd2aad9e",
"body": null,
"is_bot": false,
"headline": "fixes #149",
"author_name": "thrust26",
"author_login": "thrust26",
"committed_at": "2024-11-25T08:09:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57fd734889f9ab95eceb96bdd607e51e9e79ce33",
"body": "…rals",
"is_bot": false,
"headline": "Resolve issue with carriage return breaking whitespace character lite…",
"author_name": "Anthony",
"author_login": "ajxs",
"committed_at": "2024-06-08T03:08:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f16f1c9a5d9f80e88d6a85dbc96ffdad28d3a4d7",
"body": "Spelling fixes for vcs.h",
"is_bot": false,
"headline": "Merge pull request #146 from unwiredben/patch-1",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2023-11-20T04:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "378e93aad9b938703df704d4fd91e567ec9de20d",
"body": "Noticed the word \"to\" was written as \"ot\" while reviewing pull-request, so include that fix too.",
"is_bot": false,
"headline": "Fix transposition error in vcs.h comment",
"author_name": "Ben Combee",
"author_login": "unwiredben",
"committed_at": "2023-11-20T04:02:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fd760df74ed8f3aac85b36e54b4f0f585146cd1",
"body": "vcs.h consistently was using the wrong spelling for the word \"missile\". Fix this with the correct spelling which also matches the usage in the Stella programming manual.",
"is_bot": false,
"headline": "Fix spelling of \"missile\" in vcs.h",
"author_name": "Ben Combee",
"author_login": "unwiredben",
"committed_at": "2023-11-20T03:48:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0508258f8ae1becf256ee075cafb1ebd1e277371",
"body": null,
"is_bot": false,
"headline": "allow dynamic labels to contain macro argumnts",
"author_name": "msaarna@gmail.com",
"author_login": "msaarna",
"committed_at": "2023-08-07T01:53:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "833d5d9a1868d2304f6856b802d71e7d17f4ce68",
"body": "…xpression",
"is_bot": false,
"headline": "New: 'setsym' assignment, which assigns the sybol named in a string e…",
"author_name": "msaarna@gmail.com",
"author_login": "msaarna",
"committed_at": "2023-08-07T00:40:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e897fe267fb85227c28c0023693d0ef05e12dba0",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/dasm-assembler/dasm",
"author_name": "msaarna@gmail.com",
"author_login": "msaarna",
"committed_at": "2023-08-06T18:13:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e400d325bd6c2eb1ba3a59c31d850c4abccd2863",
"body": null,
"is_bot": false,
"headline": "test for setstr",
"author_name": "msaarna@gmail.com",
"author_login": "msaarna",
"committed_at": "2023-08-06T18:12:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "147a08530babdbc2fccfb124fd7b02bd9499e5e5",
"body": "Adding missing files for INCBIN test",
"is_bot": false,
"headline": "Merge pull request #144 from neilsf/master",
"author_name": "Mike Saarna",
"author_login": "msaarna",
"committed_at": "2023-08-06T16:54:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c719f47965d3acdd266553b87ef30ef536ddfc40",
"body": "…n eventually fail, throw fatal error",
"is_bot": false,
"headline": "allow incbin symbol to get defined in later pass. If include or incbi…",
"author_name": "msaarna@gmail.com",
"author_login": "msaarna",
"committed_at": "2023-08-06T16:53:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b467045a768925d627789da41b4c4f4d4573e0f4",
"body": null,
"is_bot": false,
"headline": "abort assembly if include never succeeds",
"author_name": "msaarna@gmail.com",
"author_login": "msaarna",
"committed_at": "2023-08-06T15:40:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1948b3acaddaf0e10ca631e69e40b7cb6ec4d5c",
"body": null,
"is_bot": false,
"headline": "Adding missing files for INCBIN test",
"author_name": "Csaba Fekete",
"author_login": "neilsf",
"committed_at": "2023-08-06T15:37:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec84adf8073e9016d520f23d06d2f1ac7c2bfae0",
"body": null,
"is_bot": false,
"headline": "pass buffer resizing failure made non-fatal",
"author_name": "msaarna@gmail.com",
"author_login": "msaarna",
"committed_at": "2023-08-02T11:50:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d543e700bb7649028158ae2119da2fd7d5dd3f75",
"body": "Update main.yml - v2 actions updated to v3",
"is_bot": false,
"headline": "Merge pull request #143 from dasm-assembler/branch/actionv3-test",
"author_name": "Dionoid",
"author_login": "dionoid",
"committed_at": "2023-06-03T13:49:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58455fc40b245fbe0029d87c30fd0b4104f93c2a",
"body": null,
"is_bot": false,
"headline": "Update main.yml - v2 actions updated to v3",
"author_name": "Dionoid",
"author_login": "dionoid",
"committed_at": "2023-06-03T13:46:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f9949921a8b264de12f16b14e19fe05338f7d3e",
"body": null,
"is_bot": false,
"headline": "Running automatic build actions on latest versions of OS runners",
"author_name": "Dionoid",
"author_login": "dionoid",
"committed_at": "2023-06-03T13:36:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73fc1ab9c0a2cbabf9b84a84576090dc06bb0250",
"body": "added option (-T2) to order symbols by definition appearance in code",
"is_bot": false,
"headline": "Merge pull request #142 from dasm-assembler/OrderedSymbols",
"author_name": "Dionoid",
"author_login": "dionoid",
"committed_at": "2023-06-03T13:29:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f65e1aab3a2c2480f80c89b745be7634448ba3c0",
"body": "adding documentation for 68hc705 and 68hc908 to the manual",
"is_bot": false,
"headline": "Merge pull request #103 from thomas374b/updateManual",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2023-06-03T00:36:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e67290a9ce447194d1f3d9789ce3fcc30ce1e435",
"body": null,
"is_bot": false,
"headline": "minor fixes",
"author_name": "thrust26",
"author_login": "thrust26",
"committed_at": "2023-06-02T17:21:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d5c6b2419996dae4d5295aa4fa79c6e673e9766",
"body": null,
"is_bot": false,
"headline": "added option (-T2) to order symbols by definition appearance in code",
"author_name": "thrust26",
"author_login": "thrust26",
"committed_at": "2023-06-02T17:08:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "224855289f449da9b361fa39ac84fa0af8859413",
"body": "Fixed typos",
"is_bot": false,
"headline": "Merge pull request #141 from polluks/master",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2023-06-02T11:42:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdf59c1dd46ee320b17bca4c0fff5e92d204ba31",
"body": null,
"is_bot": false,
"headline": "Fixed typos",
"author_name": "polluks",
"author_login": "polluks",
"committed_at": "2023-06-02T11:22:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "865b2c6f42b7178c385b802b7bd9d3f97de20521",
"body": "updated source documentation files for recent change",
"is_bot": false,
"headline": "Merge pull request #138 from dasm-assembler/20230201-pdf",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2023-02-01T00:39:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed623ae4fe8583be97ad3bac9559123cb43f88ed",
"body": null,
"is_bot": false,
"headline": "updated source documentation files for recent change",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2023-02-01T00:38:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93f9063bda6dd2372636d7211b42478054774aa4",
"body": "Updated PDF to latest documentation",
"is_bot": false,
"headline": "Merge pull request #137 from dasm-assembler/20230201-pdf",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2023-02-01T00:36:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68e3842f76584d7be61fb566f92d2ea8aa4fb93f",
"body": null,
"is_bot": false,
"headline": "Updated PDF to latest documentation",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2023-02-01T00:33:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e42dd9230cb35f764828256d061e6b7cdc7c9b5",
"body": "Updated docs dynamic label example",
"is_bot": false,
"headline": "Merge pull request #136 from Settis/dynamicLabelDocs",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2023-02-01T00:12:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dff0318648356b815e83d5cb6d29445f329b7b15",
"body": null,
"is_bot": false,
"headline": "Updated docs dynamic label example",
"author_name": "Anton",
"author_login": "Settis",
"committed_at": "2023-01-31T19:09:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3306b32abe8f6d632b6b52dbc8990d5861fcfec9",
"body": "New (optional) parameter to INCBIN to allow skipping first N bytes of file",
"is_bot": false,
"headline": "Merge pull request #131 from neilsf/feature/incbin_skipbytes",
"author_name": "Mike Saarna",
"author_login": "msaarna",
"committed_at": "2022-07-02T22:22:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a215404f173f9650f77b54d5104c7417e1c473f9",
"body": null,
"is_bot": false,
"headline": "Updated docs with INCBIN changes",
"author_name": "Csaba Fekete",
"author_login": "neilsf",
"committed_at": "2022-07-01T04:46:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4946afba4faec0c724ccd9db4f2080ee966a905c",
"body": null,
"is_bot": false,
"headline": "Added test for INCBIN pseudo-op",
"author_name": "Csaba Fekete",
"author_login": "neilsf",
"committed_at": "2022-07-01T04:33:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b404a3c3f02aed6cab36a219b45572cf219392c",
"body": null,
"is_bot": false,
"headline": "Added second parameter to INCBIN directive",
"author_name": "Csaba Fekete",
"author_login": "neilsf",
"committed_at": "2022-06-30T20:57:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c828d41f03fe8e0c7b82b3702ae9e8ce6845a569",
"body": null,
"is_bot": false,
"headline": "version fix",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2022-05-08T15:41:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "620df1a81dd3e01f432914dc5921508645590979",
"body": null,
"is_bot": false,
"headline": "per https://github.com/dasm-assembler/dasm/issues/129",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2022-05-08T15:38:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1ce14438ad2518192547c67568ad801d37085e6",
"body": null,
"is_bot": false,
"headline": "Reworded/fixed info on signed constants.",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2022-01-21T05:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c9994c86a7d3bebd97f1a72e194556f0772ce42",
"body": null,
"is_bot": false,
"headline": "build of PDF",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2022-01-21T04:45:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9872f586d0999ef82f4ea17c01c0e58bd0fe368",
"body": null,
"is_bot": false,
"headline": "A typo fixed, and slight rewording of some text",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2022-01-21T04:42:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d69144494be3ffd14ed59ca5baea901e4d57b6ed",
"body": null,
"is_bot": false,
"headline": "2.20.15 manual changes",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2021-11-24T04:53:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "060dd56fabd0a3e9b626f8874b4a641a9b7ce976",
"body": null,
"is_bot": false,
"headline": "added timer interrupt registers",
"author_name": "Thomas Jentzsch",
"author_login": "thrust26",
"committed_at": "2021-10-08T11:24:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4639b84a788b3cc86e22b94555ac4834d31040c9",
"body": "Add (WDC)65C02 support",
"is_bot": false,
"headline": "Merge pull request #118 from ElectronicsTinkerer/master",
"author_name": "Dion Olsthoorn",
"author_login": "dionoid",
"committed_at": "2021-07-01T16:52:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d0ca2e0b151f74c184431570ee24aa0f128e7e4",
"body": null,
"is_bot": false,
"headline": "Fix whitespace",
"author_name": "ElectronicsTinkerer",
"author_login": "ElectronicsTinkerer",
"committed_at": "2021-05-23T12:42:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5ccbbae18386a2da9c81d6d8464988bee0493cf",
"body": null,
"is_bot": false,
"headline": "Fixed line endings CRLF -> LF",
"author_name": "ElectronicsTinkerer",
"author_login": "ElectronicsTinkerer",
"committed_at": "2021-05-23T12:32:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e568bd77b53ba1e73c89ae78905c4996e650b0a",
"body": null,
"is_bot": false,
"headline": "Remove MF_ZPREL and ERROR_NON_ZP_ADRESS",
"author_name": "ElectronicsTinkerer",
"author_login": "ElectronicsTinkerer",
"committed_at": "2021-05-23T12:23:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d09c3d7b7906020eca278852f0f51c6e56dabb4",
"body": null,
"is_bot": false,
"headline": "Added (WDC)65C02 support",
"author_name": "ElectronicsTinkerer",
"author_login": "ElectronicsTinkerer",
"committed_at": "2021-05-23T03:29:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ae0750da47a9ed5668e2bdbac5f345a1587d2fa",
"body": null,
"is_bot": false,
"headline": "DASM has been built on OpenBSD and NetBSD",
"author_name": "Dion Olsthoorn",
"author_login": "dionoid",
"committed_at": "2021-04-13T15:08:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae48292889c1a07ba6a56f98c05a886c89217109",
"body": "Added netbsd to operating systems lists",
"is_bot": false,
"headline": "Merge pull request #114 from martintc/AddNetBSD",
"author_name": "Dion Olsthoorn",
"author_login": "dionoid",
"committed_at": "2021-03-14T22:23:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54c404fe4ba5ccd0a9518a69084bf485e1bc9d80",
"body": null,
"is_bot": false,
"headline": "Added netbsd to operating systems lists",
"author_name": "toddmartin",
"author_login": "martintc",
"committed_at": "2021-03-13T10:10:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "883e2a51a099a7aa4420cdfea4bbfb567f6ae0c2",
"body": "Fixed misspellings across docs + a header file",
"is_bot": false,
"headline": "Merge pull request #112 from careyes17/master",
"author_name": "andrew-davie",
"author_login": "andrew-davie",
"committed_at": "2021-02-28T05:40:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ee29a4c34495999091ebddfcae7614b5a4959db",
"body": null,
"is_bot": false,
"headline": "fixed misspelling in header file",
"author_name": "careyes17",
"author_login": "careyes17",
"committed_at": "2021-02-28T01:33:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0705f272052e79f480ba21c740ada7d57eff8ae",
"body": null,
"is_bot": false,
"headline": "fixed misspellings in docs",
"author_name": "careyes17",
"author_login": "careyes17",
"committed_at": "2021-02-28T01:33:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f8b9e19bf1cef9551d874bb2c78135b74d199ca",
"body": "…ed bankswitched formats",
"is_bot": false,
"headline": "Address>64k error only during strict mode. Previous broke commonly us…",
"author_name": "msaarna@gmail.com",
"author_login": "msaarna",
"committed_at": "2020-12-26T21:28:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fdbb5c72e139cd42362bd1ba4535b2984f73e65",
"body": null,
"is_bot": false,
"headline": "Makefile: Mark clean, beta and dist targets as phony",
"author_name": "Ismael Luceno",
"author_login": "ismaell",
"committed_at": "2020-11-29T19:21:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "108eaeba314f08a3beffeecbfa49d90687c0f46d",
"body": null,
"is_bot": false,
"headline": "Makefile: Install man pages",
"author_name": "Ismael Luceno",
"author_login": "ismaell",
"committed_at": "2020-11-29T19:21:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32d9001f6f4b0739e356dfe7f7f3fd9e196c6d6f",
"body": null,
"is_bot": false,
"headline": "Makefile: Fix double echoing on rule",
"author_name": "Ismael Luceno",
"author_login": "ismaell",
"committed_at": "2020-11-29T19:20:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad50182062d1cdd1ffaedacb0e14a56d85bc2400",
"body": null,
"is_bot": false,
"headline": "Makefile: Simplify binary release spec",
"author_name": "Ismael Luceno",
"author_login": "ismaell",
"committed_at": "2020-11-29T19:20:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f56a2216b5a68f100f7baf8c2e21d6ea1c60bad",
"body": null,
"is_bot": false,
"headline": "Makefile: Replace wildcard in BINS",
"author_name": "Ismael Luceno",
"author_login": "ismaell",
"committed_at": "2020-11-29T19:20:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaa74c2bb80f2dbcd210cec99c5f1a1e2f70a935",
"body": null,
"is_bot": false,
"headline": "Makefile: Use make's -C to change dir",
"author_name": "Ismael Luceno",
"author_login": "ismaell",
"committed_at": "2020-11-29T19:20:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "551f6da41f1848700a9eff04d3d995ee7fb6f483",
"body": null,
"is_bot": false,
"headline": "Makefile: Implement installation of binaries",
"author_name": "Ismael Luceno",
"author_login": "ismaell",
"committed_at": "2020-11-29T19:20:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "808d5a035027bfd864bb62f1e065ba70a473ebf1",
"body": "…pard\n\nFeature/build for mac leopard",
"is_bot": false,
"headline": "Merge pull request #105 from dasm-assembler/feature/build-for-mac-leo…",
"author_name": "Dion Olsthoorn",
"author_login": "dionoid",
"committed_at": "2020-10-28T20:24:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "028348032339eac2a01b24851fd99b31452bac1f",
"body": null,
"is_bot": false,
"headline": "added seperator",
"author_name": "Dion Olsthoorn",
"author_login": "dionoid",
"committed_at": "2020-10-27T23:14:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db0869b4c933c1877edd91219e74fa5ef9c922f6",
"body": null,
"is_bot": false,
"headline": "another try",
"author_name": "Dion Olsthoorn",
"author_login": "dionoid",
"committed_at": "2020-10-27T23:10:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf87d05c225919d71f4914bf298be5964416d4ce",
"body": null,
"is_bot": false,
"headline": "testing Makefile changes",
"author_name": "Dion Olsthoorn",
"author_login": "dionoid",
"committed_at": "2020-10-27T22:54:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b75e89458140382e0ae7d560d23ea5c9f952861",
"body": "add manpage for dasm",
"is_bot": false,
"headline": "Merge pull request #97 from jnahmias/dasm-manpage",
"author_name": "Dion Olsthoorn",
"author_login": "dionoid",
"committed_at": "2020-10-19T19:15:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65d8863f5f40ec4b07fb2ea09529186a3377e57e",
"body": null,
"is_bot": false,
"headline": "re-added merge fallout",
"author_name": "thomas374b",
"author_login": "thomas374b",
"committed_at": "2020-10-19T15:38:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2930b373a9e996ca74c77cc79f301533aa901c63",
"body": null,
"is_bot": false,
"headline": "third branch-for-pull-request attempt",
"author_name": "thomas374b",
"author_login": "thomas374b",
"committed_at": "2020-10-19T15:30:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a9134b5fb1e6cd5b1e83356cc23bb545d60483c",
"body": null,
"is_bot": false,
"headline": "update copyright / author statements",
"author_name": "jnahmias",
"author_login": "jnahmias",
"committed_at": "2020-10-18T00:42:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a65bba32a023a6e06b8cd698021a8d104efb8193",
"body": "(cherry picked from commit db418823a7c0f201e21889e3a60b4b30f3204b8a)",
"is_bot": false,
"headline": "clean-up overall mnemonic-testcase, missing opcodes added",
"author_name": "thomas374b",
"author_login": "thomas374b",
"committed_at": "2020-10-17T12:51:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eaedb9537d2bfffd0cf820873e877652f603061",
"body": "(cherry picked from commit 8bfec57eb837b1fc86187510846b37257aa7dd58)",
"is_bot": false,
"headline": "missing opcode \"daa\" (BCD decimal adjust) added",
"author_name": "thomas374b",
"author_login": "thomas374b",
"committed_at": "2020-10-17T12:51:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05bbbd9f45dbb778fc12f651ff6a93a3f2866ad5",
"body": "(cherry picked from commit dc66701423e2610cda50a65a28496f6830886bff)",
"is_bot": false,
"headline": "support for last two missing opcodes added",
"author_name": "thomas374b",
"author_login": "thomas374b",
"committed_at": "2020-10-17T12:50:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cb01da2c6ae6acb680631e165a5efe5e27be3f0",
"body": "…s calling a NULL function pointer\n\n(cherry picked from commit 68412e47e2f0fa492108a9e18e99541bd1c78e2f)",
"is_bot": false,
"headline": "bugfix to issue #98, dasm can't handle recursions well, the fix avoid…",
"author_name": "thomas374b",
"author_login": "thomas374b",
"committed_at": "2020-10-17T12:50:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6328c0449d89499aef93e8f43eb3e24c7c73994",
"body": null,
"is_bot": false,
"headline": "add manpage for dasm",
"author_name": "jnahmias",
"author_login": "jnahmias",
"committed_at": "2020-10-12T04:54:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "283e30de2c71a2fcf368be0e05b0477c32dcfcf9",
"body": "fix spelling mistake",
"is_bot": false,
"headline": "Merge pull request #96 from jnahmias/patch-1",
"author_name": "andrew-davie",
"author_login": "andrew-davie",
"committed_at": "2020-10-12T04:51:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bacd21d0079d6346b6f60178fe2209095bfaac6",
"body": null,
"is_bot": false,
"headline": "fix spelling mistake",
"author_name": "jnahmias",
"author_login": "jnahmias",
"committed_at": "2020-10-12T04:50:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f51bcf6d721d6231d37ff8da1af895280917d472",
"body": null,
"is_bot": false,
"headline": "added missing image",
"author_name": "Andrew Davie",
"author_login": "andrew-davie",
"committed_at": "2020-10-09T14:31:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a87dd52964e180c7d8e600be8bcbef85873f71de",
"body": "testcase result file \"test/multiline.bin.ref\" has changed",
"is_bot": false,
"headline": "Merge pull request #94 from thomas374b/master",
"author_name": "Dion Olsthoorn",
"author_login": "dionoid",
"committed_at": "2020-10-04T10:04:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3aad3eab539e6c1d2f4dbf0887b051f36c98a55c",
"body": "…entation fault again, follow-up to issue #32",
"is_bot": false,
"headline": "another attempt to write a string-concatenation-macro results in segm…",
"author_name": "thomas374b",
"author_login": "thomas374b",
"committed_at": "2020-09-28T01:08:50Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 18,
"latest_release_at": "2026-06-25T10:49:49Z",
"latest_release_tag": "v2.20.17",
"releases_from_tags": false,
"days_since_last_push": 14,
"active_weeks_last_year": 6,
"days_since_latest_release": 26,
"mean_days_between_releases": 359
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 56,
"stars": 255,
"watchers": 19,
"fork_history": {
"days": [
{
"date": "2019-09-10",
"count": 1
},
{
"date": "2019-10-16",
"count": 1
},
{
"date": "2019-11-05",
"count": 1
},
{
"date": "2020-01-11",
"count": 1
},
{
"date": "2020-01-19",
"count": 1
},
{
"date": "2020-04-23",
"count": 1
},
{
"date": "2020-07-13",
"count": 1
},
{
"date": "2020-07-29",
"count": 1
},
{
"date": "2020-08-11",
"count": 1
},
{
"date": "2020-09-11",
"count": 1
},
{
"date": "2020-09-27",
"count": 1
},
{
"date": "2020-10-12",
"count": 1
},
{
"date": "2020-11-27",
"count": 1
},
{
"date": "2020-12-04",
"count": 1
},
{
"date": "2021-01-23",
"count": 1
},
{
"date": "2021-02-28",
"count": 1
},
{
"date": "2021-03-13",
"count": 1
},
{
"date": "2021-06-28",
"count": 1
},
{
"date": "2021-08-18",
"count": 1
},
{
"date": "2022-03-16",
"count": 1
},
{
"date": "2022-05-11",
"count": 1
},
{
"date": "2022-05-15",
"count": 1
},
{
"date": "2022-06-30",
"count": 1
},
{
"date": "2022-08-11",
"count": 1
},
{
"date": "2022-10-28",
"count": 1
},
{
"date": "2022-12-10",
"count": 1
},
{
"date": "2023-01-05",
"count": 1
},
{
"date": "2023-01-28",
"count": 1
},
{
"date": "2023-02-05",
"count": 1
},
{
"date": "2023-02-21",
"count": 1
},
{
"date": "2023-03-12",
"count": 1
},
{
"date": "2023-04-20",
"count": 1
},
{
"date": "2023-06-01",
"count": 1
},
{
"date": "2023-08-11",
"count": 1
},
{
"date": "2023-08-19",
"count": 1
},
{
"date": "2023-11-20",
"count": 1
},
{
"date": "2024-03-08",
"count": 1
},
{
"date": "2024-06-08",
"count": 1
},
{
"date": "2024-10-21",
"count": 1
},
{
"date": "2024-10-23",
"count": 1
},
{
"date": "2024-12-25",
"count": 1
},
{
"date": "2025-01-29",
"count": 1
},
{
"date": "2025-02-16",
"count": 1
},
{
"date": "2025-02-20",
"count": 1
},
{
"date": "2025-03-26",
"count": 1
},
{
"date": "2025-04-17",
"count": 1
},
{
"date": "2025-05-05",
"count": 1
},
{
"date": "2025-05-13",
"count": 1
},
{
"date": "2025-07-18",
"count": 1
},
{
"date": "2025-09-28",
"count": 1
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2025-12-05",
"count": 1
},
{
"date": "2025-12-26",
"count": 1
},
{
"date": "2026-02-15",
"count": 1
},
{
"date": "2026-06-07",
"count": 1
},
{
"date": "2026-06-15",
"count": 1
}
],
"complete": true,
"collected": 56,
"total_forks": 56
},
"star_history": {
"days": [
{
"date": "2019-10-05",
"count": 1
},
{
"date": "2019-10-07",
"count": 1
},
{
"date": "2019-10-13",
"count": 1
},
{
"date": "2019-10-18",
"count": 1
},
{
"date": "2019-11-03",
"count": 2
},
{
"date": "2019-11-04",
"count": 1
},
{
"date": "2019-11-05",
"count": 1
},
{
"date": "2019-11-07",
"count": 1
},
{
"date": "2019-11-11",
"count": 2
},
{
"date": "2019-11-12",
"count": 1
},
{
"date": "2019-11-17",
"count": 1
},
{
"date": "2019-11-21",
"count": 1
},
{
"date": "2019-12-01",
"count": 1
},
{
"date": "2019-12-06",
"count": 1
},
{
"date": "2019-12-09",
"count": 1
},
{
"date": "2019-12-11",
"count": 2
},
{
"date": "2019-12-13",
"count": 1
},
{
"date": "2019-12-14",
"count": 1
},
{
"date": "2019-12-16",
"count": 1
},
{
"date": "2019-12-17",
"count": 1
},
{
"date": "2019-12-19",
"count": 1
},
{
"date": "2019-12-21",
"count": 1
},
{
"date": "2019-12-25",
"count": 2
},
{
"date": "2020-01-03",
"count": 1
},
{
"date": "2020-01-05",
"count": 1
},
{
"date": "2020-01-10",
"count": 1
},
{
"date": "2020-01-13",
"count": 1
},
{
"date": "2020-01-17",
"count": 1
},
{
"date": "2020-01-19",
"count": 1
},
{
"date": "2020-01-20",
"count": 1
},
{
"date": "2020-01-27",
"count": 1
},
{
"date": "2020-01-29",
"count": 1
},
{
"date": "2020-02-01",
"count": 1
},
{
"date": "2020-02-02",
"count": 1
},
{
"date": "2020-02-08",
"count": 1
},
{
"date": "2020-02-13",
"count": 1
},
{
"date": "2020-02-20",
"count": 1
},
{
"date": "2020-02-22",
"count": 1
},
{
"date": "2020-03-20",
"count": 1
},
{
"date": "2020-03-22",
"count": 1
},
{
"date": "2020-03-26",
"count": 1
},
{
"date": "2020-04-02",
"count": 1
},
{
"date": "2020-04-14",
"count": 1
},
{
"date": "2020-04-18",
"count": 1
},
{
"date": "2020-04-19",
"count": 1
},
{
"date": "2020-04-22",
"count": 1
},
{
"date": "2020-04-26",
"count": 1
},
{
"date": "2020-05-03",
"count": 1
},
{
"date": "2020-05-18",
"count": 1
},
{
"date": "2020-05-24",
"count": 1
},
{
"date": "2020-05-28",
"count": 1
},
{
"date": "2020-05-31",
"count": 1
},
{
"date": "2020-06-11",
"count": 1
},
{
"date": "2020-07-02",
"count": 1
},
{
"date": "2020-07-04",
"count": 1
},
{
"date": "2020-07-21",
"count": 1
},
{
"date": "2020-07-22",
"count": 1
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2020-07-29",
"count": 1
},
{
"date": "2020-08-02",
"count": 1
},
{
"date": "2020-08-03",
"count": 1
},
{
"date": "2020-08-08",
"count": 2
},
{
"date": "2020-08-14",
"count": 1
},
{
"date": "2020-08-25",
"count": 1
},
{
"date": "2020-08-29",
"count": 1
},
{
"date": "2020-08-30",
"count": 1
},
{
"date": "2020-10-03",
"count": 1
},
{
"date": "2020-10-12",
"count": 1
},
{
"date": "2020-10-21",
"count": 1
},
{
"date": "2020-11-24",
"count": 1
},
{
"date": "2020-11-28",
"count": 1
},
{
"date": "2020-12-01",
"count": 2
},
{
"date": "2020-12-20",
"count": 1
},
{
"date": "2021-01-08",
"count": 1
},
{
"date": "2021-01-09",
"count": 3
},
{
"date": "2021-02-10",
"count": 1
},
{
"date": "2021-02-15",
"count": 1
},
{
"date": "2021-03-04",
"count": 1
},
{
"date": "2021-03-11",
"count": 1
},
{
"date": "2021-03-16",
"count": 1
},
{
"date": "2021-03-21",
"count": 1
},
{
"date": "2021-04-01",
"count": 1
},
{
"date": "2021-04-02",
"count": 1
},
{
"date": "2021-04-06",
"count": 1
},
{
"date": "2021-04-23",
"count": 1
},
{
"date": "2021-05-09",
"count": 1
},
{
"date": "2021-05-11",
"count": 1
},
{
"date": "2021-05-15",
"count": 1
},
{
"date": "2021-05-31",
"count": 1
},
{
"date": "2021-06-10",
"count": 1
},
{
"date": "2021-06-13",
"count": 1
},
{
"date": "2021-06-18",
"count": 1
},
{
"date": "2021-06-19",
"count": 1
},
{
"date": "2021-06-28",
"count": 1
},
{
"date": "2021-06-30",
"count": 1
},
{
"date": "2021-08-01",
"count": 1
},
{
"date": "2021-08-14",
"count": 1
},
{
"date": "2021-08-15",
"count": 1
},
{
"date": "2021-09-21",
"count": 1
},
{
"date": "2021-09-25",
"count": 1
},
{
"date": "2021-10-01",
"count": 1
},
{
"date": "2021-10-07",
"count": 1
},
{
"date": "2021-10-09",
"count": 1
},
{
"date": "2021-10-14",
"count": 1
},
{
"date": "2021-10-17",
"count": 1
},
{
"date": "2021-10-30",
"count": 1
},
{
"date": "2021-11-05",
"count": 1
},
{
"date": "2021-11-27",
"count": 1
},
{
"date": "2021-12-14",
"count": 1
},
{
"date": "2021-12-16",
"count": 1
},
{
"date": "2022-01-03",
"count": 2
},
{
"date": "2022-01-05",
"count": 1
},
{
"date": "2022-01-07",
"count": 1
},
{
"date": "2022-01-11",
"count": 1
},
{
"date": "2022-01-17",
"count": 1
},
{
"date": "2022-01-21",
"count": 1
},
{
"date": "2022-01-28",
"count": 1
},
{
"date": "2022-02-03",
"count": 1
},
{
"date": "2022-02-04",
"count": 1
},
{
"date": "2022-02-09",
"count": 1
},
{
"date": "2022-02-21",
"count": 1
},
{
"date": "2022-02-22",
"count": 1
},
{
"date": "2022-03-14",
"count": 1
},
{
"date": "2022-03-21",
"count": 1
},
{
"date": "2022-03-25",
"count": 1
},
{
"date": "2022-03-29",
"count": 1
},
{
"date": "2022-04-18",
"count": 1
},
{
"date": "2022-04-20",
"count": 2
},
{
"date": "2022-05-04",
"count": 1
},
{
"date": "2022-05-05",
"count": 1
},
{
"date": "2022-06-03",
"count": 1
},
{
"date": "2022-07-06",
"count": 1
},
{
"date": "2022-07-19",
"count": 1
},
{
"date": "2022-07-25",
"count": 1
},
{
"date": "2022-08-14",
"count": 1
},
{
"date": "2022-08-18",
"count": 2
},
{
"date": "2022-08-22",
"count": 1
},
{
"date": "2022-08-27",
"count": 2
},
{
"date": "2022-09-15",
"count": 1
},
{
"date": "2022-09-30",
"count": 1
},
{
"date": "2022-10-30",
"count": 1
},
{
"date": "2022-12-22",
"count": 1
},
{
"date": "2022-12-23",
"count": 1
},
{
"date": "2022-12-28",
"count": 1
},
{
"date": "2023-01-08",
"count": 1
},
{
"date": "2023-01-20",
"count": 1
},
{
"date": "2023-02-03",
"count": 1
},
{
"date": "2023-04-02",
"count": 1
},
{
"date": "2023-04-10",
"count": 1
},
{
"date": "2023-05-20",
"count": 1
},
{
"date": "2023-06-06",
"count": 1
},
{
"date": "2023-06-08",
"count": 1
},
{
"date": "2023-06-21",
"count": 1
},
{
"date": "2023-07-16",
"count": 1
},
{
"date": "2023-08-02",
"count": 1
},
{
"date": "2023-08-10",
"count": 1
},
{
"date": "2023-08-19",
"count": 1
},
{
"date": "2023-08-20",
"count": 1
},
{
"date": "2023-09-07",
"count": 1
},
{
"date": "2023-09-15",
"count": 2
},
{
"date": "2023-09-16",
"count": 1
},
{
"date": "2023-09-25",
"count": 1
},
{
"date": "2023-09-28",
"count": 1
},
{
"date": "2023-10-02",
"count": 1
},
{
"date": "2023-10-14",
"count": 1
},
{
"date": "2023-10-18",
"count": 1
},
{
"date": "2023-11-04",
"count": 2
},
{
"date": "2023-11-19",
"count": 1
},
{
"date": "2023-11-23",
"count": 1
},
{
"date": "2023-11-25",
"count": 1
},
{
"date": "2023-12-27",
"count": 1
},
{
"date": "2024-01-10",
"count": 1
},
{
"date": "2024-01-15",
"count": 1
},
{
"date": "2024-01-23",
"count": 4
},
{
"date": "2024-01-28",
"count": 1
},
{
"date": "2024-02-03",
"count": 1
},
{
"date": "2024-02-09",
"count": 1
},
{
"date": "2024-02-21",
"count": 1
},
{
"date": "2024-02-28",
"count": 1
},
{
"date": "2024-03-03",
"count": 1
},
{
"date": "2024-04-23",
"count": 1
},
{
"date": "2024-04-24",
"count": 1
},
{
"date": "2024-04-28",
"count": 1
},
{
"date": "2024-07-10",
"count": 1
},
{
"date": "2024-07-15",
"count": 1
},
{
"date": "2024-07-30",
"count": 1
},
{
"date": "2024-09-20",
"count": 1
},
{
"date": "2024-09-28",
"count": 1
},
{
"date": "2024-09-30",
"count": 1
},
{
"date": "2024-10-02",
"count": 1
},
{
"date": "2024-10-23",
"count": 1
},
{
"date": "2024-11-16",
"count": 1
},
{
"date": "2024-11-17",
"count": 1
},
{
"date": "2024-12-09",
"count": 1
},
{
"date": "2024-12-14",
"count": 1
},
{
"date": "2024-12-27",
"count": 1
},
{
"date": "2024-12-28",
"count": 1
},
{
"date": "2025-01-01",
"count": 2
},
{
"date": "2025-01-05",
"count": 2
},
{
"date": "2025-01-07",
"count": 1
},
{
"date": "2025-01-18",
"count": 1
},
{
"date": "2025-01-26",
"count": 1
},
{
"date": "2025-02-16",
"count": 1
},
{
"date": "2025-02-22",
"count": 1
},
{
"date": "2025-03-05",
"count": 1
},
{
"date": "2025-03-20",
"count": 1
},
{
"date": "2025-04-09",
"count": 1
},
{
"date": "2025-04-12",
"count": 1
},
{
"date": "2025-04-16",
"count": 1
},
{
"date": "2025-04-30",
"count": 2
},
{
"date": "2025-05-06",
"count": 1
},
{
"date": "2025-06-18",
"count": 1
},
{
"date": "2025-07-07",
"count": 1
},
{
"date": "2025-07-18",
"count": 1
},
{
"date": "2025-07-19",
"count": 1
},
{
"date": "2025-07-20",
"count": 1
},
{
"date": "2025-07-30",
"count": 1
},
{
"date": "2025-08-07",
"count": 1
},
{
"date": "2025-09-04",
"count": 1
},
{
"date": "2025-10-01",
"count": 2
},
{
"date": "2025-10-21",
"count": 1
},
{
"date": "2025-11-17",
"count": 1
},
{
"date": "2025-11-18",
"count": 2
},
{
"date": "2025-11-19",
"count": 1
},
{
"date": "2025-11-29",
"count": 1
},
{
"date": "2026-01-07",
"count": 1
},
{
"date": "2026-02-10",
"count": 1
},
{
"date": "2026-02-14",
"count": 1
},
{
"date": "2026-05-09",
"count": 1
},
{
"date": "2026-07-04",
"count": 1
}
],
"complete": true,
"collected": 252,
"total_stars": 255
},
"open_issues_and_prs": 44
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"docs/sources/Makefile",
"research/Makefile",
"src/Makefile",
"test/Makefile",
"test/atari2600/Makefile",
"test/atari7800/Makefile",
"test/channel-f/Makefile",
"test/cmdline_defs/Makefile",
"test/selftest/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 55657,
"source_files_sampled": 39,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 37,
"open_issues": 42,
"closed_ratio": 0.641,
"closed_issues": 75,
"closed_unmerged_prs": 5
},
"bus_factor": 3,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "andrew-davie",
"commits": 82,
"avatar_url": "https://avatars.githubusercontent.com/u/16424075?v=4"
},
{
"type": "User",
"login": "thomas374b",
"commits": 76,
"avatar_url": "https://avatars.githubusercontent.com/u/6624902?v=4"
},
{
"type": "User",
"login": "dionoid",
"commits": 74,
"avatar_url": "https://avatars.githubusercontent.com/u/3540187?v=4"
},
{
"type": "User",
"login": "msaarna",
"commits": 67,
"avatar_url": "https://avatars.githubusercontent.com/u/2281795?v=4"
},
{
"type": "User",
"login": "ismaell",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/426980?v=4"
},
{
"type": "User",
"login": "neilsf",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/5172851?v=4"
},
{
"type": "User",
"login": "ElectronicsTinkerer",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/44784879?v=4"
},
{
"type": "User",
"login": "thrust26",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/24360774?v=4"
},
{
"type": "User",
"login": "jnahmias",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1028103?v=4"
},
{
"type": "User",
"login": "careyes17",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/33875991?v=4"
}
],
"contributors_sampled": 19,
"top_contributor_share": 0.245
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"main.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": 0,
"reason": "0 out of 5 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": 2,
"reason": "Found 5/24 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 7 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "12 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c361b8201320e66c2452c58b248030b34be38495",
"ran_at": "2026-07-22T07:29:21Z",
"aggregate_score": 3.9,
"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": 152,
"created_at": "2025-05-13T21:25:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 160,
"created_at": "2026-02-15T17:55:06Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-07T14:57:19Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 1,
"created_at": "2019-08-29T12:21:38Z",
"last_comment_at": "2023-06-03T06:32:49Z",
"last_comment_author": "thrust26"
},
{
"number": 4,
"created_at": "2019-08-30T05:43:05Z",
"last_comment_at": "2020-03-02T19:55:11Z",
"last_comment_author": "thrust26"
},
{
"number": 12,
"created_at": "2019-09-15T09:35:02Z",
"last_comment_at": "2019-12-09T12:02:33Z",
"last_comment_author": "dionoid"
},
{
"number": 15,
"created_at": "2019-09-27T14:51:47Z",
"last_comment_at": "2020-01-10T12:44:12Z",
"last_comment_author": "andrew-davie"
},
{
"number": 17,
"created_at": "2019-11-05T07:10:54Z",
"last_comment_at": "2019-12-09T19:57:11Z",
"last_comment_author": "Rhialto"
},
{
"number": 27,
"created_at": "2020-02-04T14:08:43Z",
"last_comment_at": "2020-02-22T03:39:35Z",
"last_comment_author": "andrew-davie"
},
{
"number": 30,
"created_at": "2020-02-19T22:09:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 33,
"created_at": "2020-02-24T11:17:47Z",
"last_comment_at": "2020-03-09T20:46:34Z",
"last_comment_author": "Rhialto"
},
{
"number": 34,
"created_at": "2020-03-08T11:06:21Z",
"last_comment_at": "2020-03-09T21:10:11Z",
"last_comment_author": "Rhialto"
},
{
"number": 35,
"created_at": "2020-03-08T11:08:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 36,
"created_at": "2020-03-08T11:19:38Z",
"last_comment_at": "2020-03-09T08:07:08Z",
"last_comment_author": "andrew-davie"
},
{
"number": 37,
"created_at": "2020-03-12T12:22:39Z",
"last_comment_at": "2020-07-22T06:51:06Z",
"last_comment_author": "thrust26"
},
{
"number": 38,
"created_at": "2020-03-15T02:13:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 39,
"created_at": "2020-03-18T00:46:35Z",
"last_comment_at": "2020-03-18T20:08:53Z",
"last_comment_author": "Rhialto"
},
{
"number": 40,
"created_at": "2020-03-25T15:46:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 45,
"created_at": "2020-05-05T14:56:48Z",
"last_comment_at": "2021-04-13T15:43:11Z",
"last_comment_author": "thomas374b"
},
{
"number": 46,
"created_at": "2020-05-13T23:59:44Z",
"last_comment_at": "2020-05-14T00:00:43Z",
"last_comment_author": "andrew-davie"
},
{
"number": 47,
"created_at": "2020-05-29T03:29:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 49,
"created_at": "2020-06-15T07:23:30Z",
"last_comment_at": "2020-06-16T13:07:51Z",
"last_comment_author": "msaarna"
},
{
"number": 67,
"created_at": "2020-07-19T11:16:28Z",
"last_comment_at": "2020-07-19T19:11:49Z",
"last_comment_author": "thomas374b"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/dasm-assembler/dasm",
"host": "github.com",
"name": "dasm",
"owner": "dasm-assembler"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"security": 39,
"vitality": 63,
"community": 55,
"governance": 67,
"engineering": 65
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 63,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"commits_last_year": 18,
"human_commit_share": 1,
"days_since_last_push": 14,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 14 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 14
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "18 commits in the last year",
"points": 11.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 18
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "12 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v2.20.17",
"releases_from_tags": false,
"days_since_latest_release": 26,
"mean_days_between_releases": 359
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 26 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 26
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~359 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 359
}
}
],
"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": "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": 14,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 14 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 14
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 55,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"forks": 56,
"stars": 255,
"watchers": 19,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "255 stars",
"points": 39,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 255
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "56 forks",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 56
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "19 watchers",
"points": 7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 19
}
}
],
"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 (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": 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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 67,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"bus_factor": 3,
"contributors_sampled": 19,
"top_contributor_share": 0.245
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "3 contributor(s) cover half of all commits",
"points": 36,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 3
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 24% of commits",
"points": 17,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 24
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "19 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 19
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"merged_prs": 37,
"open_issues": 42,
"closed_issues": 75,
"issue_closed_ratio": 0.641,
"closed_unmerged_prs": 5
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "64% of issues closed",
"points": 30,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 64
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "37/42 decided PRs merged",
"points": 33.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 37,
"decided": 42
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/24 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"followers": 16,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "dasm-assembler",
"public_repos": 3,
"account_age_days": 2541
},
"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": "16 followers of dasm-assembler",
"points": 8.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 16,
"login": "dasm-assembler"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "3 public repos, account ~6 yr old",
"points": 16.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 3
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"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": 65,
"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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 5 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://dasm-assembler.github.io/",
"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://dasm-assembler.github.io/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 39,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.9
},
"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": "0 out of 5 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 5/24 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "12 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow 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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 7
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 52,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.29,
"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": "29 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 29,
"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": [],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile",
"docs/sources/Makefile",
"research/Makefile",
"src/Makefile",
"test/Makefile",
"test/atari2600/Makefile",
"test/atari7800/Makefile",
"test/channel-f/Makefile",
"test/cmdline_defs/Makefile",
"test/selftest/Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, docs/sources/Makefile, research/Makefile, src/Makefile, test/Makefile, test/atari2600/Makefile, test/atari7800/Makefile, test/channel-f/Makefile, test/cmdline_defs/Makefile, test/selftest/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, docs/sources/Makefile, research/Makefile, src/Makefile, test/Makefile, test/atari2600/Makefile, test/atari7800/Makefile, test/channel-f/Makefile, test/cmdline_defs/Makefile, test/selftest/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": "C (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C",
"largest_source_bytes": 55657,
"source_files_sampled": 39,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/39 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 39,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-22T07:29:38.715408Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/dasm-assembler/dasm.svg",
"full_name": "dasm-assembler/dasm",
"license_state": "standard",
"license_spdx": "GPL-2.0"
}