Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"developer-tool",
"nodejs",
"version-management"
],
"is_fork": false,
"size_kb": 92,
"has_wiki": true,
"homepage": "https://debdutdeb.github.io/novm/releases.json",
"languages": {
"Go": 35845,
"jq": 446,
"Shell": 2360,
"Makefile": 297
},
"pushed_at": "2026-07-22T11:05:40Z",
"created_at": "2024-02-06T07:59:19Z",
"owner_type": "User",
"updated_at": "2026-07-22T11:06:08Z",
"description": "Not a node version manager",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://debdut.blog",
"name": "Debdut Chakraborty",
"type": "User",
"login": "debdutdeb",
"company": "@RocketChat ",
"location": "jmp",
"followers": 88,
"avatar_url": "https://avatars.githubusercontent.com/u/76006232?v=4",
"created_at": "2020-12-14T18:11:16Z",
"is_verified": null,
"public_repos": 175,
"account_age_days": 2050
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.0.1",
"kind": "patch",
"published_at": "2026-07-22T11:05:25Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2026-07-22T10:40:36Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2026-07-18T18:37:31Z"
},
{
"tag": "v1.7.0",
"kind": "minor",
"published_at": "2026-07-18T18:19:45Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2026-07-18T06:52:58Z"
},
{
"tag": "v1.5.3",
"kind": "patch",
"published_at": "2026-04-27T07:24:03Z"
},
{
"tag": "v1.5.2",
"kind": "patch",
"published_at": "2026-04-13T14:20:31Z"
},
{
"tag": "v1.5.1",
"kind": "patch",
"published_at": "2026-04-13T14:02:07Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2026-04-06T17:40:51Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2026-03-27T14:12:23Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2026-03-25T15:34:26Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2026-03-25T12:53:18Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2024-03-28T04:33:23Z"
},
{
"tag": "v1.1.3",
"kind": "patch",
"published_at": "2024-03-21T11:19:14Z"
},
{
"tag": "v1.1.2",
"kind": "patch",
"published_at": "2024-03-21T05:49:51Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2024-03-21T05:08:40Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2024-03-20T19:56:53Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2024-03-20T17:56:06Z"
}
],
"recent_commits": [
{
"oid": "0bd860236da5cabb0c94d14470182a8845bb3f21",
"body": null,
"is_bot": true,
"headline": "docs: refresh releases.json (workflow_dispatch)",
"author_name": "github-actions",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-22T11:05:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52bc82a4fa5913cf072baa5e5d9c90623d7e70fa",
"body": "`n.Version()`'s `stdout` is piped to `os.Stdout`, breaking\n`CaptureOutput` which installed-version detection relied on.\n\n`Experimental_UnderlyingStdCmd` now returns the most barebones\n`exec.Cmd` struct possible.\n\nUse something like\n```go\nfunc toTerminal(cmd *exec.Cmd) (cmd *exec.Cmd) {\n cmd.Stdou\n[…]\n cmd.Stdin = os.Stdin\n return\n}\n\n// ...\n\ncmd := toTerminal(n.Npm().Experimental_UnderlyingStdCmd(\"install\", \"is-even\"))\ncmd.Dir = \"/tmp\"\nif err := cmd.Run(); err != nil {\n log.Fatal(err)\n}\n```",
"is_bot": false,
"headline": "fix: broken installed version detection",
"author_name": "Debdut",
"author_login": "debdutdeb",
"committed_at": "2026-07-22T11:02:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c2d322bfe1d20d5eda61195d9868fbecbf71b6f8",
"body": null,
"is_bot": true,
"headline": "docs: refresh releases.json (workflow_dispatch)",
"author_name": "github-actions",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-22T10:40:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db460644054b0848cbdbd6d6b8af58677ad173f3",
"body": null,
"is_bot": false,
"headline": "fix: update go.mod path",
"author_name": "Debdut",
"author_login": "debdutdeb",
"committed_at": "2026-07-22T10:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a81013460d0d1d00defa534470141bce6f5cd4d",
"body": null,
"is_bot": true,
"headline": "docs: refresh releases.json (workflow_dispatch)",
"author_name": "github-actions",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-22T10:32:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18888dff2e25f184cf7e5441b9d6fa6d8fd1fdfb",
"body": "finally, after 2 years",
"is_bot": false,
"headline": "break: rename module name from node-proxy to novm",
"author_name": "Debdut",
"author_login": "debdutdeb",
"committed_at": "2026-07-22T10:30:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73fda311eb315ff5158399665edf8ee1a2d88170",
"body": null,
"is_bot": false,
"headline": "break: remove `Runs` and add experimental recivers to `npmScriptWrapper`",
"author_name": "Debdut",
"author_login": "debdutdeb",
"committed_at": "2026-07-22T10:24:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15b702412718b1879cd1639f0d22070bf4014d5b",
"body": null,
"is_bot": false,
"headline": "feat: allow cli to return the location of installed versions",
"author_name": "Debdut",
"author_login": "debdutdeb",
"committed_at": "2026-07-18T19:41:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba7aade96974a7721ba9d712a06436e13ecc78bc",
"body": null,
"is_bot": true,
"headline": "docs: refresh releases.json (workflow_dispatch)",
"author_name": "github-actions",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-18T18:44:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d8d60323280a28d2e6266062c37a98a350b272f",
"body": null,
"is_bot": false,
"headline": "chore: add published_at stamp to generated releases list",
"author_name": "Debdut",
"author_login": "debdutdeb",
"committed_at": "2026-07-18T18:44:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b3a4639fc0a8b1581f1d4c870362696208ae1f9",
"body": null,
"is_bot": true,
"headline": "docs: refresh releases.json (workflow_dispatch)",
"author_name": "github-actions",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-18T18:37:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7948b9fee8831833da9406d9a1248e3632e5ecd8",
"body": null,
"is_bot": false,
"headline": "feat: add pnpm and corepack wrapping",
"author_name": "Debdut",
"author_login": "debdutdeb",
"committed_at": "2026-07-18T18:31:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cf011e202b54d6b92f267bfe53ab42e7694681f",
"body": "…apper",
"is_bot": false,
"headline": "regression: check by args[0] basename when running the appropriate wr…",
"author_name": "Debdut",
"author_login": "debdutdeb",
"committed_at": "2026-07-18T18:31:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eeb8402fcb5069fd69d4bf3c8cc7c56ebb9271d7",
"body": null,
"is_bot": true,
"headline": "docs: refresh releases.json (workflow_dispatch)",
"author_name": "github-actions",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-18T18:20:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2241ec0ef72767c9825f8ab66bab4bb8198a6de0",
"body": null,
"is_bot": false,
"headline": "refactor: add all script accessor and refactor first install linking",
"author_name": "Debdut",
"author_login": "debdutdeb",
"committed_at": "2026-07-18T18:18:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3658f9ce9c5c70c0b18678615732d0424503df0",
"body": null,
"is_bot": false,
"headline": "fix: pick last node version from Dockerfile",
"author_name": "Debdut",
"author_login": "debdutdeb",
"committed_at": "2026-07-18T17:44:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66dd8185c0aeb198af605aee9fa9c02286aeb4c0",
"body": null,
"is_bot": false,
"headline": "fix: update local build to remote if by build time",
"author_name": "Debdut",
"author_login": "debdutdeb",
"committed_at": "2026-07-18T08:12:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54430c4268762ed441c11ba8a56119b1a07f1e2a",
"body": null,
"is_bot": false,
"headline": "feat: new experimental sources",
"author_name": "Debdut",
"author_login": "debdutdeb",
"committed_at": "2026-07-18T07:46:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a9b20ed096210a662d08dbca7fe3a859f2482d5",
"body": null,
"is_bot": true,
"headline": "docs: refresh releases.json (workflow_dispatch)",
"author_name": "github-actions",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-18T06:53:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3d54592dbdee1c0ea28896272938a49d2b17a1b",
"body": null,
"is_bot": false,
"headline": "feat: allow version detection for a certain depth",
"author_name": "Debdut",
"author_login": "debdutdeb",
"committed_at": "2026-07-17T07:42:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8fdca564b8190e7fcccd2f908c6ee46b20d8ecc",
"body": null,
"is_bot": false,
"headline": "fix: `yarn` accessor binary path computation",
"author_name": "Debdut",
"author_login": "debdutdeb",
"committed_at": "2026-06-25T05:42:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1211a10afd99131bf7dec534cc19ddf51dad5864",
"body": null,
"is_bot": false,
"headline": "fix: handle `yarn` wakeups",
"author_name": "Debdut",
"author_login": "debdutdeb",
"committed_at": "2026-06-25T05:17:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34d15c0295af70cceab74021c3b03dfe7534573c",
"body": null,
"is_bot": false,
"headline": "feat: add `yarn` accessor",
"author_name": "Debdut",
"author_login": "debdutdeb",
"committed_at": "2026-06-25T04:56:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "107bdcfdc184aa46405b1ac157c4ed6db303375c",
"body": null,
"is_bot": false,
"headline": "fix: update-release-json script and update release list",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2026-04-27T07:32:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e1fc0b7ed996e799909ad8f2c03a5a0acf1aef5",
"body": null,
"is_bot": false,
"headline": "chore: update gopark",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2026-04-27T07:21:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbfe513bc62be605891ab0901d5908aa0416f351",
"body": null,
"is_bot": true,
"headline": "docs: refresh releases.json (workflow_dispatch)",
"author_name": "github-actions",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-13T14:20:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6eb83bba974b27c063e46616cbb78a3a29288608",
"body": null,
"is_bot": false,
"headline": "fix: new install symlink process",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2026-04-13T14:19:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fc78e602fd580de5c866ae5b4167b29577e5263",
"body": null,
"is_bot": true,
"headline": "docs: refresh releases.json (workflow_dispatch)",
"author_name": "github-actions",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-13T14:02:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "447edbf7527de53349e42485c70a9249a0b551cb",
"body": "…e-json job",
"is_bot": false,
"headline": "refactor: remove unnecessary runs-on specification from update-releas…",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2026-04-13T13:59:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4812dafefc7ad56b847df626710f7b1df2244c9b",
"body": null,
"is_bot": false,
"headline": "Add workflow_call trigger to release manifest update",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2026-04-13T13:17:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4ee716dfadb6a2a34e56e5e49ca090f5ad69277",
"body": null,
"is_bot": false,
"headline": "Add update-release-json job to release workflow",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2026-04-13T13:17:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bc163d29bed6ad82912a397193328cf57aaa63f",
"body": null,
"is_bot": false,
"headline": "Update linking logic for binaries in new_install.go",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2026-04-13T13:10:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbf13673d1dffbbe4cc8af22fcbda1e5f645d236",
"body": null,
"is_bot": true,
"headline": "docs: refresh releases.json (workflow_dispatch)",
"author_name": "github-actions",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-06T17:42:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cbbc8edf760a102c0e72ccd5be9a9f937023d61",
"body": null,
"is_bot": false,
"headline": "chore: download without progress bar when non interactive",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2026-04-06T17:40:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60227bb333d3205f5cdfdfd5259b1817a0d934c2",
"body": null,
"is_bot": true,
"headline": "docs: refresh releases.json (workflow_dispatch)",
"author_name": "github-actions",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-27T14:12:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2683d23bd9be6636e641b9ca976a5eef03edae87",
"body": null,
"is_bot": false,
"headline": "fix: multi platform interactive check",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2026-03-27T14:11:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce54fa35528f4a931f5d793013d84c3e3529af9b",
"body": null,
"is_bot": false,
"headline": "skip tasks if in non interactive mode",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2026-03-27T14:06:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca89dbd01e788be66c798a11b91a624fdefd15d8",
"body": null,
"is_bot": true,
"headline": "docs: refresh releases.json (workflow_dispatch)",
"author_name": "github-actions",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-25T15:35:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "350ff944d5dd28cfc66d9c0d076e548c8a8e0e79",
"body": null,
"is_bot": false,
"headline": "fix: incorrect check for source symlink",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2026-03-25T15:33:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eab28574b1fc341d3bbdf93b924753cebf7e64ee",
"body": null,
"is_bot": true,
"headline": "docs: refresh releases.json (workflow_dispatch)",
"author_name": "github-actions",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-25T12:54:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9c42473cd4d0810005fd0268e14a46c4fdda338",
"body": "Add option to generate changelogs in release workflow",
"is_bot": false,
"headline": "Add changelog generation option to release.yaml",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2026-03-25T12:52:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84cfd864ee47e83fae7b06a35f1cd762ca9a2431",
"body": null,
"is_bot": false,
"headline": "chore: expose release info bypassing github api",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2026-03-25T12:47:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59c44890c7c73aac3d1705d86a1037505ee85685",
"body": null,
"is_bot": false,
"headline": "feat: allow configuring novm dir with environment variable NOVM_WORKDIR",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2026-03-25T12:47:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7c5e74f9fe4db449c3e97ce8a2477126ede218c",
"body": "…NODE_VERSION and log deprecation warning",
"is_bot": false,
"headline": "refactor: update environment variable naming from NP_NODE_VERSION to …",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2025-05-01T09:04:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5caf257bbc7827233d8c551167df80a2448d7cb1",
"body": null,
"is_bot": false,
"headline": "don't log over currently running process",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2025-04-29T11:38:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83927a196c674d2d8dc1273c302a62f773de6296",
"body": null,
"is_bot": false,
"headline": "refactor: optimize npm prefix update logic and add unit tests",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2025-04-28T18:28:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "187a80a07a845ec9d0a6b1a9850308bf196e7098",
"body": null,
"is_bot": false,
"headline": "don't use sudo for root run",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2025-04-28T09:08:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2b4c3ccd12a23154b9f9ec9757dad241a45d0af",
"body": "…etnpmPrefix to use byte slices instead of strings for better performance",
"is_bot": false,
"headline": "setting npm prefix don't need that many string operations, refactor s…",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2025-04-28T09:03:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d850a685c737c3cfb117057629825768fe0f51b",
"body": null,
"is_bot": false,
"headline": "use sudo while new install link only if needed",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2025-04-25T20:11:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf4c4750161218f3843b04d2036bc50a2c3f5e9e",
"body": null,
"is_bot": false,
"headline": "lower channel use in update check code make it more readable",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2025-04-25T19:45:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d5170f91ebc83f0d5564648b7eb7d97c9128083",
"body": null,
"is_bot": false,
"headline": "move to using sudo since node/npm isn't supposed to be run with sudo",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2025-04-25T19:20:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cebdb251768cf908d265060f5e5b3c94e967c45",
"body": null,
"is_bot": false,
"headline": "ignore cache refresh error if cache already exists",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2025-04-25T19:01:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50d6f7b9cd9b7aed94c4149e225cb5858b16ee5b",
"body": null,
"is_bot": false,
"headline": "manual command for new installs, fix npmrc setting",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-10-14T01:06:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "440c2bc32fda997da2a73bcc2c29b44ed5aa759a",
"body": null,
"is_bot": false,
"headline": "do not check for update when using develop",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-09-12T11:00:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d991ca08a70b91741f66786ae7db89f59e52a4e1",
"body": null,
"is_bot": false,
"headline": "misc",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-05-06T07:59:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1eba6f00231981c0b6baf56f206cf4d306aa9ef",
"body": null,
"is_bot": false,
"headline": "chore: don't use c code in builds",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-28T04:31:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40b9a4a460581dda4c86f5d71791afa8bcc98d1f",
"body": null,
"is_bot": false,
"headline": "fix: some unix variants refusing to update running binary",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-28T04:26:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4de820465bdb01281522f0b7d05876f22aac43d",
"body": "chore: use single node binary with NOVM_WAKE to trigger main command",
"is_bot": false,
"headline": "Merge pull request #7 from debdutdeb/chore/handle-new-installs-well",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-27T18:28:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "978266539055622edd49792f065e13378a7ba040",
"body": "Also fixes the first install experience",
"is_bot": false,
"headline": "chore: use single node binary with NOVM_WAKE to trigger main command",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-27T18:27:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ce6a0e020b984ca8b71e7469dbe2be0a7ed4d7b",
"body": "fix: use x64 binaries for macos M series devices",
"is_bot": false,
"headline": "Merge pull request #6 from debdutdeb/fix/mac-arm-arch-detection",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-21T11:17:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddbab10810da743dd4947fb7bd3576f5b1063a8e",
"body": "Use own fork fo semver to compare two constraints",
"is_bot": false,
"headline": "fix: use x64 binaries for macos M series devices",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-21T11:15:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d60d9ac93a594f1564e6ed1444b94cc83220820e",
"body": "chore: show build time in local timezone",
"is_bot": false,
"headline": "Merge pull request #5 from debdutdeb/chore/show-buildtime-in-timezone",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-21T05:48:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53a4be92e82ca8a56f50c83bdc1e49f29c7604d7",
"body": null,
"is_bot": false,
"headline": "chore: show build time in local timezone",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-21T05:47:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "601f2a65b209a379f4e5029794936d895fca58e2",
"body": "fix: truncating novm binary before making sure update exists or not",
"is_bot": false,
"headline": "Merge pull request #4 from debdutdeb/fix/skip-when-no-newer-versions",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-21T05:33:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a25af3eaafd11b4be28020e3d86ba88dd942a29",
"body": null,
"is_bot": false,
"headline": "fix: truncating novm binary before making sure update exists or not",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-21T05:32:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6ac0b2adff4652e1469f4810a0045f151a79944",
"body": null,
"is_bot": false,
"headline": "fix: better error messages in self update",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-21T05:06:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce1f52e90a60cb9c371cdd78237a682d9c3b58b9",
"body": "feat: auto update binary once node runs",
"is_bot": false,
"headline": "Merge pull request #3 from debdutdeb/feat/self-upgrade",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-20T19:56:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51ed7f87533d4cffc94027811d54c92dc346ddb4",
"body": null,
"is_bot": false,
"headline": "feat: auto update binary once node runs",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-20T19:53:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac148cf96e6c3d12d620f615a81012b04a0f3d2d",
"body": null,
"is_bot": false,
"headline": "fix(workflow): set correct target commit for tag",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-20T17:55:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b372955fffcf86fa0c7eb847673fdef8dae9c0d4",
"body": null,
"is_bot": false,
"headline": "fix(workflow): add input for changelog generation",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-20T17:52:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "407f6c314d9f5b0d6fee04c5e2c52fd9757b1fa8",
"body": null,
"is_bot": false,
"headline": "fix(workflow): update release action",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-20T17:49:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac7f74e65b8596b5f12c7a264bd6533bde967708",
"body": null,
"is_bot": false,
"headline": "fix(workflow): use PAT for releases",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-20T17:48:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31296e47e312a63b2e7a277aebb3b632ca55a333",
"body": null,
"is_bot": false,
"headline": "fix(workflow): go build command",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-20T17:35:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6af38b329860b7f45316be4846634df884a557d",
"body": "feat: novm self versions",
"is_bot": false,
"headline": "Merge pull request #2 from debdutdeb/feat/self-versions",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-20T17:34:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65ff86086d54f93d97dbe99447ffed34085f26ce",
"body": null,
"is_bot": false,
"headline": "feat: novm self versions",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-20T17:33:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "650e09647ed1faa68f0e5c3b66dc32dc28ece38c",
"body": "chore: detect version better from sources (incl. no source)",
"is_bot": false,
"headline": "Merge pull request #1 from debdutdeb/chore/better-version-detection",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-20T16:48:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2893cd2c9f66f03d18d94734df3bfefba34e04c",
"body": null,
"is_bot": false,
"headline": "fix: version compare to detect architecture",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-20T16:45:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "deaddab52fbc354204673e0d5360bd40c03d63ed",
"body": null,
"is_bot": false,
"headline": "chore: binary arch detection",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-20T12:00:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1c462d210a7d2a494ea8d39af06f19152a247aa",
"body": null,
"is_bot": false,
"headline": "feat: support for version constraint",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-20T10:13:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9e1debd47b188ad5d21a5445774c36749f31a96",
"body": null,
"is_bot": false,
"headline": "chore: cleanup of version detection",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-03-20T09:35:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6723f594519bd27166a1eaeeb07a107a8f741829",
"body": null,
"is_bot": false,
"headline": "chore: detect version better from sources (incl. no source)",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-02-22T10:28:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8643e8a525e29b3cf33a1b4e315df35f7ff8b085",
"body": null,
"is_bot": false,
"headline": "fix: use symlinks instead of binary copy for installs",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-02-09T22:11:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34eb10333379ef847e2575d5dd8c761d95a71b6f",
"body": null,
"is_bot": false,
"headline": "feat: add support for npm and global installs",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-02-09T15:31:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3d8a737be13f0e3324470fcde71067b3300ae3f",
"body": "there is no need to check for version again in the lifecycle scripts as\nthey are expected to be run on the same version as the caller.\nResponsibility does not fall under this project.",
"is_bot": false,
"headline": "fix: nested node version detection",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-02-07T06:58:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c8f45429ff9366dba361d4bd7bb2b3c9013ae36",
"body": null,
"is_bot": false,
"headline": "fix: nodejs not installing on mac sillicon devices for older versions",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-02-07T06:38:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "153236f2823d4dd9e4672dcbf28249adb552cefc",
"body": null,
"is_bot": false,
"headline": "fix: binary copy as per node-proxy install command",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-02-06T14:14:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14be440c7c87f6f5035e524ef1d60f141ad60c7f",
"body": null,
"is_bot": false,
"headline": "docs: add install instructions",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-02-06T14:05:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "933f60fab35de26f10aeaf110de806ad2c43126d",
"body": null,
"is_bot": false,
"headline": "fix: package.json field name",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-02-06T14:02:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9142e5a4fbde1277fd3c88bf7a2a8ddcf755b12",
"body": null,
"is_bot": false,
"headline": "better install process",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-02-06T13:59:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e568156dbc917c45d66d9bb95ed5d0b00930dc1f",
"body": null,
"is_bot": false,
"headline": "init project",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-02-06T13:45:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3df86b46a453eaf666595e13b420a2a0ddcc920",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Debdut Chakraborty",
"author_login": "debdutdeb",
"committed_at": "2024-02-06T07:59:19Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 18,
"commits_last_year": 43,
"latest_release_at": "2026-07-22T11:05:25Z",
"latest_release_tag": "v3.0.1",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 7,
"days_since_latest_release": 4,
"mean_days_between_releases": 13
},
"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": "github.com/debdutdeb/novm/v3",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/debdutdeb/novm/v3",
"is_deprecated": false,
"latest_version": "v3.0.1",
"repository_url": "https://github.com/debdutdeb/novm",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-22T11:02:12Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 0,
"stars": 4,
"watchers": 1,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 10598,
"source_files_sampled": 17,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/sys",
"direct": true,
"version": "v0.16.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 65
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 6,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/Masterminds/semver/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.2.1"
},
{
"name": "github.com/debdutdeb/gopark",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260427071909-043a49ed29bf"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.0"
},
{
"name": "golang.org/x/mod",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.14.0"
},
{
"name": "golang.org/x/sys",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.16.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/debdutdeb/gopark",
"direct": true,
"version": "v0.0.0-20260427071909-043a49ed29bf",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": true,
"version": "v1.8.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": true,
"version": "v0.14.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": true,
"version": "v0.16.0",
"ecosystem": "go"
},
{
"name": "github.com/inconshreveable/mousetrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": false,
"version": "v1.0.5",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 4,
"indirect_count": 2
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 10,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "debdutdeb",
"commits": 78,
"avatar_url": "https://avatars.githubusercontent.com/u/76006232?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"release.yaml",
"update-releases-manifest.yaml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"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": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"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": "23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"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": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "0bd860236da5cabb0c94d14470182a8845bb3f21",
"ran_at": "2026-07-27T09:30:32Z",
"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-22T11:06:20Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2024-05-05T19:55:28Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/debdutdeb/novm",
"host": "github.com",
"name": "novm",
"owner": "debdutdeb"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"security": 48,
"vitality": 76,
"community": 28,
"governance": 56,
"engineering": 76
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 76,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"commits_last_year": 43,
"human_commit_share": 0.857,
"days_since_last_push": 4,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "43 commits in the last year",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 43
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 18,
"latest_release_tag": "v3.0.1",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": 13
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "18 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 18
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~13 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 13
}
}
],
"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": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 28,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 8,
"inputs": {
"forks": 0,
"stars": 4,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "4 stars",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 4
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"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": 56,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 10,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "10/10 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 10,
"decided": 10
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"followers": 88,
"owner_type": "User",
"is_verified": null,
"owner_login": "debdutdeb",
"public_repos": 175,
"account_age_days": 2050
},
"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": "88 followers of debdutdeb",
"points": 14,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 88,
"login": "debdutdeb"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "175 public repos, account ~5 yr old",
"points": 24.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 175
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/debdutdeb/novm/v3"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 4
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "2 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 2
}
}
],
"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": 76,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"developer-tool",
"nodejs",
"version-management"
],
"has_wiki": true,
"homepage": "https://debdutdeb.github.io/novm/releases.json",
"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://debdutdeb.github.io/novm/releases.json",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 48,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging"
]
}
},
{
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"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": "23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow 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 2",
"points": 1,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"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": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"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. Remaining weights renormalized. Matched 6 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 6
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 89,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 6,
"unassessed_packages": 0,
"affected_by_severity": "unknown 1",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: golang.org/x/sys v0.16.0 (unknown)",
"points": 26.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "golang.org/x/sys v0.16.0 (unknown)"
}
}
],
"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 has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"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": 6,
"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": 2
},
"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": 61,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.769,
"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": "60 of 78 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 60,
"sampled": 78
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "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": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 91",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 91
}
}
],
"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 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 10598,
"source_files_sampled": 17,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/17 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 17,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-27T09:30:37.492484Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/debdutdeb/novm.svg",
"full_name": "debdutdeb/novm",
"license_state": "standard",
"license_spdx": "MIT"
}