JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 346,
"has_wiki": true,
"homepage": "https://www.npmjs.com/package/node-os-utils",
"languages": {
"TypeScript": 491331
},
"pushed_at": "2026-07-21T08:07:49Z",
"created_at": "2017-07-09T10:23:20Z",
"owner_type": "User",
"updated_at": "2026-07-21T08:03:17Z",
"description": "OS Utils - An operating system utility library. ",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "http://sunil.wang",
"name": "Sunil Wang",
"type": "User",
"login": "SunilWang",
"company": "北京五八信息技术有限公司",
"location": "BeiJing, China",
"followers": 33,
"avatar_url": "https://avatars.githubusercontent.com/u/10388282?v=4",
"created_at": "2015-01-04T09:39:50Z",
"is_verified": null,
"public_repos": 50,
"account_age_days": 4223
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.0.4",
"kind": "patch",
"published_at": "2026-07-21T08:01:53Z"
},
{
"tag": "v2.0.3",
"kind": "patch",
"published_at": "2026-04-07T11:52:26Z"
},
{
"tag": "v2.0.2",
"kind": "patch",
"published_at": "2026-04-07T10:46:32Z"
},
{
"tag": "v1.3.7",
"kind": "patch",
"published_at": "2022-06-14T01:18:28Z"
},
{
"tag": "v1.3.6",
"kind": "patch",
"published_at": "2022-01-11T01:54:01Z"
},
{
"tag": "v1.3.5",
"kind": "patch",
"published_at": "2021-03-03T02:42:29Z"
},
{
"tag": "v1.3.4",
"kind": "patch",
"published_at": "2021-03-03T02:11:29Z"
},
{
"tag": "v1.3.3",
"kind": "patch",
"published_at": "2021-03-03T02:03:26Z"
},
{
"tag": "v1.3.2",
"kind": "patch",
"published_at": "2020-09-10T07:00:36Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2020-08-31T07:13:52Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2020-06-18T10:17:24Z"
},
{
"tag": "v1.2.5",
"kind": "patch",
"published_at": "2020-06-18T07:17:47Z"
},
{
"tag": "v1.2.4",
"kind": "patch",
"published_at": "2020-06-12T02:53:49Z"
},
{
"tag": "v1.2.3",
"kind": "patch",
"published_at": "2020-06-12T02:30:49Z"
},
{
"tag": "v1.2.2",
"kind": "patch",
"published_at": "2020-01-13T03:06:53Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2020-01-10T06:20:56Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2019-12-25T04:43:10Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2019-10-25T02:50:34Z"
},
{
"tag": "v1.0.8",
"kind": "patch",
"published_at": "2019-10-25T02:20:24Z"
},
{
"tag": "v1.0.7",
"kind": "patch",
"published_at": "2017-09-11T03:24:34Z"
},
{
"tag": "v1.0.6",
"kind": "patch",
"published_at": "2017-09-11T03:20:32Z"
},
{
"tag": "v1.0.5",
"kind": "patch",
"published_at": "2017-08-24T03:34:24Z"
},
{
"tag": "v1.0.4",
"kind": "patch",
"published_at": "2017-08-23T07:27:34Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2017-07-19T12:19:30Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2017-07-19T11:44:05Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2017-07-10T09:40:40Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2017-07-10T09:22:35Z"
}
],
"recent_commits": [
{
"oid": "f70dba713cf272dabf0bbacbbd6dadd3a1ce8683",
"body": null,
"is_bot": false,
"headline": "chore(git): 忽略本地 AI 工具配置目录",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2026-07-21T08:01:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6605b894dbc28c2388a482747da93eacf73538b7",
"body": "ProcessMonitor.kill() 将 signal 和 pid 直接拼接到 shell 命令,\nJavaScript 调用方可绕过 TypeScript 类型约束触发命令注入。\n\n- 新增 PID 与信号运行时校验,Linux 和 macOS 改用原生\n process.kill(),Windows 校验 PID 并规范化 taskkill 信号\n- 保护进程详情、打开文件和环境变量等相邻 PID 查询路径,\n 同时保留 Unix 进程组语义\n- 补充三平台适配器、ProcessMonitor 和信号工具回归测试,\n 同步中英文 API 约束文档\n- 版本升级至 2.0.4,新增 CHANGELOG,并收紧 npm 发布白名单,\n 排除编译后的测试与 .tsbuildinfo\n\n验证:\n- npm test:192 passing,42 pending\n- npm pack --dry-run:94 个文件,解包约 780 KB\n- npm publish --dry-run:通过",
"is_bot": false,
"headline": "fix(security): 修复进程接口命令注入并发布 2.0.4",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2026-07-21T07:59:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "400ba8d5102b11c94a7064bf47bc399e119b1e02",
"body": "发布版本 2.0.3:修复 df 权限错误及新增 excludeIowait 配置项",
"is_bot": false,
"headline": "Merge pull request #46 from SunilWang/develop",
"author_name": "Sunil Wang",
"author_login": "SunilWang",
"committed_at": "2026-04-07T11:56:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0cb6bfb69746d2873cee797f59151a884cd8f93",
"body": "- 修复 #37:Linux 下 df 遇到 FUSE 挂载点(如 /run/user/1000/doc)权限不足\n 时不再整体失败,只要 stdout 有有效数据即正常返回其余磁盘信息\n- 解决 #39:CPUConfig 新增 excludeIowait 选项(默认 false 保持现有行为),\n 设为 true 时从 overall 使用率中剔除 iowait,适合 I/O 密集型场景\n- 补充对应单元测试(linux-adapter: 4 个,cpu-monitor: 4 个)\n- 同步更新 README.md 与 README-zh.md\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "发布版本 2.0.3:修复 df 权限错误及新增 excludeIowait 配置项",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2026-04-07T11:52:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d48e18180b69e94ab9e3ad848206ca02e262d57f",
"body": "Issue #43:node-os-utils 2.0 版本在 Deno 运行时下无法使用。\n 根本原因有两个:\n 1. Deno 默认将 `.js` 文件视为 ESM,而 dist 产物是 CommonJS 格式\n 2. Deno 的 Node.js 兼容层在 shell 命令失败时抛出非标准异常(`null/string`),原有错误处理逻辑崩溃\n\n ## 变更内容\n\n **兼容性修复**\n - 添加 `\"type\": \"commonjs\"` 声明,Deno 可正确识别并加载 CJS 产物\n - `CommandExecutor` 新增非对象异常处理,兼容 Deno 抛出的非\n[…]\n**废弃标记**\n - `cpu.average()` 标记 `@deprecated`,引导迁移到异步 `cpu.usage()`\n\n **CI**\n - 新增 Deno smoke test(ubuntu + windows,`continue-on-error: true`)\n - 新增 Node.js 单元测试(18 / 20 / 22)\n\n ## 关联\n\n Close #43",
"is_bot": false,
"headline": "Merge pull request #45 from SunilWang/develop",
"author_name": "Sunil Wang",
"author_login": "SunilWang",
"committed_at": "2026-04-07T10:52:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0890405d52076cb15bd2ec64c1c67917d446054d",
"body": "增强 Deno 兼容性,添加降级处理逻辑以支持在无法执行原生命令时返回基础数据,同时更新文档以反映这些更改。",
"is_bot": false,
"headline": "Merge pull request #44 from SunilWang/003-fix-deno-compat",
"author_name": "Sunil Wang",
"author_login": "SunilWang",
"committed_at": "2026-04-07T10:48:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20398f20ecaf211e6b6f105d9cb1037b2ae3145a",
"body": "- 添加 \"type\": \"commonjs\" 声明,解决 Deno 加载 CJS 产物失败\n- Linux/macOS 适配器在 /proc/meminfo 不可读时降级到 os 模块\n- CommandExecutor 处理 Deno 兼容层抛出的非对象异常\n- 修复 getNetworkStats 静默返回空数组的错误行为\n- cpu.average() 标记为 @deprecated,引导迁移到 cpu.usage()\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "发布版本 2.0.2:修复 Deno 兼容性问题",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2026-04-07T10:46:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7e558394f00806ca5f6876a83e95af27edfe5d81",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "修复单测 CI:补充 build 步骤,dist/ 目录需先编译才能运行测试",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2026-04-07T10:42:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f02c5beb38435d52eb4e70365cbc7634a6b044f6",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "添加 Node.js 单测 CI,覆盖 18/20/22 三个版本",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2026-04-07T10:40:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "089c6c473e280346accb48bf6a70b5151dd71962",
"body": "Deno 的 --allow-read 默认不授权读取 /proc/meminfo,\n原先直接 throw 导致 memory.info() 返回 failure。\n现改为降级到 os.totalmem()/os.freemem() 并发出 warnDegradation,\n与 CPU 和 Windows 适配器的处理策略保持一致。\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Linux getMemoryInfo 降级:/proc/meminfo 不可读时回退到 os 模块",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2026-04-07T10:32:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8469a93500a81c27e38c819083c9dfb4ee79c8f7",
"body": "Deno 在未声明模块类型时默认将 .js 文件视为 ESM,\n即使通过 createRequire 加载也会走 loadESMFromCJS 路径并抛出\n\"exports is not defined\"。显式声明 \"type\": \"commonjs\" 后\nDeno 可正确识别并加载 CommonJS 格式的 dist 产物。\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "添加 \"type\": \"commonjs\" 声明,修复 Deno 加载 CJS 产物失败问题",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2026-04-07T10:30:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "166d995c6c3b10cc07aa7d4ca6f8a911b3abe91f",
"body": "test/deno/smoke-test.ts 使用 import.meta.url,仅供 Deno 直接运行,\n不应纳入 CommonJS 模式的 tsc 编译范围。\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "排除 test/deno 目录的 tsc 编译,修复 CI 构建错误",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2026-04-07T10:28:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "791d18ab8405e46cc0afdb408c2598455e160c54",
"body": null,
"is_bot": false,
"headline": "更新 Deno 测试,使用 createRequire 显式加载 CommonJS 格式的 dist 产物,以解决 ESM 导入问题。",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2026-04-07T10:25:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad2a7944fc72e48f6d736454a4504782ff78ddd7",
"body": null,
"is_bot": false,
"headline": "更新 Deno 测试工作流,将依赖安装命令从 npm ci 更改为 npm install,以确保兼容性和稳定性。",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2026-04-07T10:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "996079cef0e522eb131175a796f37d69d26f44f4",
"body": null,
"is_bot": false,
"headline": "更新 CPU 监控器的文档,标记同步获取 CPU 平均信息的方法为已弃用,并提供迁移到异步 API 的建议。此方法将在未来版本中移除。",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2026-04-07T10:21:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab77851305ae14cd10ac48a548200b8fd6493686",
"body": null,
"is_bot": false,
"headline": "增强 Deno 兼容性,添加降级处理逻辑以支持在无法执行原生命令时返回基础数据,同时更新文档以反映这些更改。",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2026-04-07T10:07:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a8ff18b9b96a8f0f30beb4237828b0b72473dbc",
"body": null,
"is_bot": false,
"headline": "更新 .gitignore",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2026-04-07T07:13:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9d963203a3ce33824d32549b1a06aae70be67a2",
"body": null,
"is_bot": false,
"headline": "更新 README-zh.md,补充监控器特性标志同步说明,优化错误信息描述,提升文档清晰度。",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-10-09T02:03:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25c7a3c552723944466494fa78ce795f2fe915f9",
"body": "Develop",
"is_bot": false,
"headline": "Merge pull request #42 from SunilWang/develop",
"author_name": "Sunil Wang",
"author_login": "SunilWang",
"committed_at": "2025-10-09T01:46:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c25db875274abe3f381d95304f6509fbd723db4",
"body": null,
"is_bot": false,
"headline": "更新 package.json,发布版本 2.0.1,修复版本号以反映稳定发布。",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-10-09T01:44:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20b669ca01c458ae15c9f85629cc06faf1e3f561",
"body": null,
"is_bot": false,
"headline": "更新 package.json,修复模块导出路径,确保与新结构一致,并提升跨平台兼容性。",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-10-09T01:42:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd707f6644b65e604b3621b31114bc13e3b37d07",
"body": null,
"is_bot": false,
"headline": "2.0.1-beta.2",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-09-28T10:26:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11c41f86ed42e1d675c011e98b061c5e77ad5885",
"body": null,
"is_bot": false,
"headline": "更新 package.json,调整主入口和类型定义路径为 dist/src/,确保模块导出与文件结构一致。",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-09-28T10:26:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f07ce6f45f922580cdd01ef158b2db23e5e8426",
"body": null,
"is_bot": false,
"headline": "2.0.1-beta.1",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-09-28T10:10:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2f4122d84129650968ff6d9c8a80a4cc451b22f",
"body": null,
"is_bot": false,
"headline": "2.0.1-beta.0",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-09-28T10:09:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2acb4ea0a4c1cc3efbcf73c2fa719d8f0b7f57c6",
"body": "…。此外,调整开发依赖版本为精确匹配,提升依赖管理的稳定性。",
"is_bot": false,
"headline": "更新 package.json,新增 exports 字段以支持模块导出,同时将清理命令中的 rm 替换为 rimraf,确保跨平台兼容性…",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-09-28T10:07:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12ae26cc9da9ebfd626f0315a7dfce595e700b2b",
"body": "…“server-monitoring”和“observability”。",
"is_bot": false,
"headline": "更新 package.json,新增关键词以增强项目的可搜索性,包括“system-monitor”、“process-monitor”、…",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-09-28T10:04:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7c95e29433aafd481c7511228b2c66b98fdfca1",
"body": "…文件,集中文档内容以提升维护效率。",
"is_bot": false,
"headline": "更新 AGENTS.md 文档,优化项目结构与模块组织说明,简化构建、测试与开发命令部分,确保信息清晰易懂。同时删除 CLAUDE.md …",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-09-28T09:58:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a81e17d5884437a77c7284dcc9e7ca68a2e0251e",
"body": null,
"is_bot": false,
"headline": "删除平台特定测试文档 `README.md`,简化测试结构与运行说明,确保信息集中于代码中,提升文档维护效率。",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-09-28T09:53:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1c7da250f42b2b338c6572473dfd4858a2e724b",
"body": null,
"is_bot": false,
"headline": "更新 README 文档,移除调试模式和使用模式的示例代码,简化内容以提高可读性。同时更新平台特性和迁移指南部分,确保信息准确且易于理解。",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-09-28T09:36:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4333593d97ee87d1d95629bdc3d136ee3a97b920",
"body": "…服务能力处理,确保在容器环境中正确返回错误信息并禁用不支持的功能。更新测试用例以验证容器环境下的行为,确保适配器逻辑的正确性和稳定性。",
"is_bot": false,
"headline": "更新 README 文档,新增容器环境支持说明,详细描述库在容器中自动检测和降级的行为。同时优化 Linux 适配器,增强容器模式下的系统…",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-09-28T09:26:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ef2158d9af36e6e9322731a4de3f8c06d607a76",
"body": "…网关解析,确保兼容不同格式的输出,提升监控的准确性和稳定性。更新测试用例以覆盖新增功能,确保解析逻辑的正确性。",
"is_bot": false,
"headline": "优化 Linux 适配器中的网络接口和系统信息解析逻辑,新增主机架构推断功能,增强错误处理机制以保留主次错误信息。同时调整磁盘监控中的默认…",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-09-28T09:15:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d5c9fa3c5c0f651868a0d33d48ab750bb34f13b",
"body": "…况的计算方式,确保准确性和一致性。",
"is_bot": false,
"headline": "优化 Windows 适配器中的网络统计和文件系统驱动解析逻辑,增强错误处理机制,确保在监控错误时返回空数组以避免中断。同时调整磁盘使用情…",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-09-28T08:44:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2a19b8319113d176426bfa3e80ded4668233471",
"body": "…析以增强磁盘统计信息的准确性。更新测试用例以覆盖新增功能,确保解析逻辑的正确性。",
"is_bot": false,
"headline": "优化 macOS 适配器中的内存和磁盘信息解析逻辑,新增页面大小检测,确保根据实际页面大小计算内存使用情况,同时调整 iostat 输出解…",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-09-28T08:29:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30412083082cb9fc1f9be54d1519c2ebfc29f9d1",
"body": "…Linux、macOS 和 Windows 适配器中的进程信息获取逻辑,确保准确性和一致性。",
"is_bot": false,
"headline": "更新 README 文档,新增时间线可追溯特性,系统信息中添加 `bootTime` 和 `uptimeSeconds` 字段,同时优化 …",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-09-28T07:31:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11a668efb72e6e9013f501c126e86c68b80b710c",
"body": "…保命令参数的完整性和准确性。",
"is_bot": false,
"headline": "优化 Linux 适配器中的进程列表解析逻辑,新增 `name` 字段以准确表示进程名称,同时调整 `command` 字段的构建方式,确…",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-09-24T12:55:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ac18bbf1e59ecf1a2cd1dd798867327aef852cb",
"body": "…字段的构建方式,确保命令参数的完整性。",
"is_bot": false,
"headline": "优化 macOS 适配器中的进程解析逻辑,新增 `name` 和 `comm` 字段以增强进程信息的准确性,同时调整 `command` …",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-09-24T12:47:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "869d86231aa66d36509e68e7197996fb5d740875",
"body": "…程监控相关命令以支持 RSS 内存使用量,优化平台适配器中的进程列表解析,确保一致性和准确性。",
"is_bot": false,
"headline": "更新 README 文档,修改 `MonitorResult<T>` 类型定义以增强错误处理,添加详细的内存和 CPU 使用率示例,更新进…",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-09-24T12:38:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0587fbcb8c074e8841228cf5b7792c169db37279",
"body": "…准确性。",
"is_bot": false,
"headline": "移除测试指南文档 `TESTING.md`,并将库信息中的版本号和名称更新为从 `package.json` 中读取,以确保信息的一致性和…",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-09-24T11:37:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6690162d2f4dee3875542853e067bd5d6e7b79a9",
"body": null,
"is_bot": false,
"headline": "将版本号从 2.0.0-beta.1 更新为 2.0.0,以正式发布 node-os-utils v2.0 版本。",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-09-24T11:33:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7ed3393af0e63475eed58bfc9afbf7c6a7338c3",
"body": null,
"is_bot": false,
"headline": "更新 README 文档,移除迁移指南链接,简化说明以更好地反映 node-os-utils v2.0 的重大版本变更。",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-09-24T11:32:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9eaa8af694004fffe1ccbbc865dd850567b17d6",
"body": "…s v2.0 的新特性和使用说明。",
"is_bot": false,
"headline": "更新 README 文档,移除迁移指南链接,添加架构速览与平台支持矩阵,增强故障排查与权限提示部分,以更好地反映 node-os-util…",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-09-24T11:31:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2649a56692ae08b9c7cb11bfc780d20fd97814db",
"body": null,
"is_bot": false,
"headline": "优化测试用例以处理平均时间为零的情况,并确保Linux平台名称统一返回为小写。",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-09-24T09:12:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78eb53822d7b0c7bdb9d4af79b9f505380ebf57b",
"body": null,
"is_bot": false,
"headline": "统一返回Linux平台名称为小写,并优化测试用例以处理平均时间为零的情况。",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-08-21T01:41:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "935d43ccfc64cf1722441a0e1ad0224dfc369141",
"body": null,
"is_bot": false,
"headline": "将版本号更新为2.0.0-beta.1,并添加发布和版本管理的npm脚本,以支持beta版本的发布和管理。",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-08-21T01:12:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f653cbf6f5c458365ebeaa6f85b78972a056724b",
"body": null,
"is_bot": false,
"headline": "更新 README 文档,修正版本号格式,增强内容描述,添加新特性和用法示例,以反映 node-os-utils v2.0 的重大改进和功能。",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-08-21T00:58:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92385bf8fb9cd9cc46743781d24e7c2edbbb8072",
"body": "…除了不再使用的文件和模块,更新了README文档以反映新特性和用法。",
"is_bot": false,
"headline": "升级到版本2.0,重写了node-os-utils库,增加TypeScript支持,优化了性能和错误处理,更新了Travis CI配置,移…",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2025-08-21T00:38:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e48c6704a58c12bd567c6b13c4618b624a098388",
"body": null,
"is_bot": false,
"headline": "1.3.7",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2022-06-14T01:18:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dedf9b06637f9c8dac1bb259e0533e317cbe901",
"body": "Fixes (more) issues parsing output from `ip -s link` in netstat.inOut",
"is_bot": false,
"headline": "Merge pull request #31 from kylefarris/master",
"author_name": "Sunil Wang",
"author_login": "SunilWang",
"committed_at": "2022-06-14T01:14:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8115fd2d63bd20a098e28445a196b20ff166b4d",
"body": "fix: netstat inOut interval",
"is_bot": false,
"headline": "Merge pull request #30 from chaos-zhu/master",
"author_name": "Sunil Wang",
"author_login": "SunilWang",
"committed_at": "2022-06-14T01:14:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92f32c970b937e180e166d55dd17fd7040262a5c",
"body": null,
"is_bot": false,
"headline": "Fixed an issue where result of ip -s link was not parsable.",
"author_name": "Kyle Farris",
"author_login": "kylefarris",
"committed_at": "2022-06-13T22:00:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cded9a9077b377cdd3ee3573c8ac8999196e70e3",
"body": null,
"is_bot": false,
"headline": "fix: netstat inOut interval",
"author_name": "chaoszhu",
"author_login": "chaos-zhu",
"committed_at": "2022-06-06T08:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "323aefd7114dc3f7304979c8cebcb0801734c2e1",
"body": null,
"is_bot": false,
"headline": "1.3.6",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2022-01-11T01:54:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "759a928fb8797a63e5b9964d71c0a5ad47bb084c",
"body": "Fixes netstat.inOut 'not supported' on some distros",
"is_bot": false,
"headline": "Merge pull request #29 from kylefarris/master",
"author_name": "Sunil Wang",
"author_login": "SunilWang",
"committed_at": "2022-01-11T01:51:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db1ddb0c4967bca0719940a8ec0c9bb83e92fcfd",
"body": null,
"is_bot": false,
"headline": "Updated which capture group is used to get inputBytes.",
"author_name": "Kyle Farris",
"author_login": "kylefarris",
"committed_at": "2022-01-10T23:23:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c31e197a6c38dd3cdcf5b37591eb8859639097ad",
"body": "…work stats on input bytes.",
"is_bot": false,
"headline": "Added additional possible headers to RegEx pattern for collecting net…",
"author_name": "Kyle Farris",
"author_login": "kylefarris",
"committed_at": "2022-01-10T21:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6082b5427b6188be41337816cf295159268dad41",
"body": null,
"is_bot": false,
"headline": "删除 package-lock.json",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2021-12-22T12:49:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8172a6961a9f4e1f158db51e52679092261f0b39",
"body": null,
"is_bot": false,
"headline": "删除 package-lock.json",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2021-12-22T12:47:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4136218f8cc79d84974d759bd70b0f067c3790f8",
"body": "Bump y18n from 4.0.0 to 4.0.1",
"is_bot": false,
"headline": "Merge pull request #21 from SunilWang/dependabot/npm_and_yarn/y18n-4.0.1",
"author_name": "Sunil Wang",
"author_login": "SunilWang",
"committed_at": "2021-03-31T06:29:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90e1c2b977e4d2b0cf715294c9b526d42850b812",
"body": "Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.\n- [Release notes](https://github.com/yargs/y18n/releases)\n- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/yargs/y18n/commits)\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump y18n from 4.0.0 to 4.0.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-03-31T04:03:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5d86cdde48ddfcc0ac7d9c83b87c17783c52f7d",
"body": null,
"is_bot": false,
"headline": "1.3.5",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2021-03-03T02:42:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cf2a7603ad76ba5eb5eb1a2faade9a0d56f329e",
"body": "fix #16",
"is_bot": false,
"headline": "Merge pull request #20 from jimmyliao11/master",
"author_name": "Sunil Wang",
"author_login": "SunilWang",
"committed_at": "2021-03-03T02:40:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2549ef898e66da468fa2e72f475ce7b51067074c",
"body": "fix get ip on linux without eth0",
"is_bot": false,
"headline": "Update os.js",
"author_name": "Jimmy Liao",
"author_login": "jimmyliao11",
"committed_at": "2021-03-03T02:36:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ef9a8e76601ea1810c24bb95430baf302b602a7",
"body": null,
"is_bot": false,
"headline": "1.3.4",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2021-03-03T02:11:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8024f5d187dc6269cbf525e3630b7c01dc5a6036",
"body": null,
"is_bot": false,
"headline": "update travis node version",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2021-03-03T02:11:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6245b25c261dad9640cf7083bc14c4010426e0f8",
"body": null,
"is_bot": false,
"headline": "update travis node version",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2021-03-03T02:08:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02246195f8948dc18daf1ac9172697895447c206",
"body": null,
"is_bot": false,
"headline": "1.3.3",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2021-03-03T02:03:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edb92f5244fa7f95ac652fcc553cf27734eae030",
"body": "Update os.js",
"is_bot": false,
"headline": "Merge pull request #19 from 4rmut/patch-1",
"author_name": "Sunil Wang",
"author_login": "SunilWang",
"committed_at": "2021-03-03T01:56:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70d58e98e4d0cdf5421475dc4b0da77ce75d9424",
"body": "fix calculations",
"is_bot": false,
"headline": "Merge pull request #18 from andreasbrett/patch-2",
"author_name": "Sunil Wang",
"author_login": "SunilWang",
"committed_at": "2021-03-03T01:56:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7107bf0e05932084870583fbd216376aee1d3347",
"body": "added usedMemPercentage to mem.js",
"is_bot": false,
"headline": "Merge pull request #17 from andreasbrett/patch-1",
"author_name": "Sunil Wang",
"author_login": "SunilWang",
"committed_at": "2021-03-03T01:56:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "456029caa2bdc1f84859468e83af56c55c594dcb",
"body": "ip length error bug fix.",
"is_bot": false,
"headline": "Update os.js",
"author_name": "Halit ÇOLAK",
"author_login": "halitcolak",
"committed_at": "2021-03-02T13:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63bc4e307f38d7acd784a52ddf7f9992884cab9e",
"body": "- calculate \"total = free + used\" rather than using number of 1k blocks (there's non-allocatable space on the disk)\r\n- calculate percentages by using non-rounded metrics",
"is_bot": false,
"headline": "fix calculations",
"author_name": "Andreas Brett",
"author_login": "andreasbrett",
"committed_at": "2021-02-27T17:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8ea17a745ffe731ff0f7742feed071e24e77ffa",
"body": "I felt this was missing",
"is_bot": false,
"headline": "added usedMemPercentage",
"author_name": "Andreas Brett",
"author_login": "andreasbrett",
"committed_at": "2021-02-27T16:40:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3bd4a8e7b7a3cf4aebf0084db161028573bfc33",
"body": null,
"is_bot": false,
"headline": "1.3.2",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2020-09-10T07:00:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ede14ebc291bbd38117a5c960ff6198c2f365039",
"body": null,
"is_bot": false,
"headline": "fix Windows info totalMemMb error",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2020-09-10T07:00:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "069f9cf51796564e950ede8a2a7251e990cbab43",
"body": null,
"is_bot": false,
"headline": "travis node version add 8.15.1",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2020-08-31T07:32:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f57e81ea415a248fdf1ead25cf359bd838f7aa68",
"body": null,
"is_bot": false,
"headline": "update mocha version to 7.2.0",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2020-08-31T07:26:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c94491abf78e6a44dddc68daad8c8a870179906e",
"body": null,
"is_bot": false,
"headline": "1.3.1",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2020-08-31T07:13:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24685aa3a0f89a9f548181e39e397751e71b78ba",
"body": null,
"is_bot": false,
"headline": "update mocha version to 8.1.3",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2020-08-31T07:13:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afcc2d411d1f3177553db0b8e4f969969d32f4cf",
"body": "fixed linuxFreeMemory typo, added check for MemAvailable",
"is_bot": false,
"headline": "Merge pull request #12 from sabattle/bug/missing_MemAvailable",
"author_name": "Sunil Wang",
"author_login": "SunilWang",
"committed_at": "2020-08-31T07:11:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26d73d862b5a43f5ebcbbcd2f109b04faa93e14a",
"body": null,
"is_bot": false,
"headline": "fixed linuxFreeMemory typo, added check for MemAvailable",
"author_name": "Sebastian",
"author_login": "nettlesh",
"committed_at": "2020-08-28T23:52:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f840629c1964e83ad12fc25788c15529c5342bfe",
"body": null,
"is_bot": false,
"headline": "1.3.0",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2020-06-18T10:17:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c83c29677bed8e5d25a54035bb2d44d2f5d4c6df",
"body": null,
"is_bot": false,
"headline": "optimize osx system memory",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2020-06-18T10:13:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b638799f9cd4197802284d1d8b9909d6e472ed84",
"body": null,
"is_bot": false,
"headline": "optimize osx system memory",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2020-06-18T10:12:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0ce308628ab4fe06587550fb3e9f87a6432d8e9",
"body": null,
"is_bot": false,
"headline": "optimize osx system memory",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2020-06-18T09:46:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94f2f147d23657173bac11aea62f56994b3f0be6",
"body": null,
"is_bot": false,
"headline": "1.2.5",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2020-06-18T07:17:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16a3803fe61f51e193910d675780faf2c273ef83",
"body": null,
"is_bot": false,
"headline": "/proc/meminfo: provide estimated available memory",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2020-06-18T07:10:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b30ad9a243c0c1a655756523f9c4fd3e4dee47e0",
"body": null,
"is_bot": false,
"headline": "1.2.4",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2020-06-12T02:53:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1be70c967df0274726a1a9e1df04efb6a06d3b7",
"body": null,
"is_bot": false,
"headline": "compatible node 6.x",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2020-06-12T02:52:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1faa3ab5d40192f7ea28d42640c6c21ca7891ca",
"body": null,
"is_bot": false,
"headline": "1.2.3",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2020-06-12T02:30:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62ec896a6b700107195fda17948d929a844fdc91",
"body": null,
"is_bot": false,
"headline": "del console",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2020-06-12T02:30:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "272c333d564af47a39db6403d5125fea09cb51ed",
"body": "…ms. With this change we brought it down to a few milliseconds.",
"is_bot": false,
"headline": "running this on an embedded linux device. This steps takes around 500…",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2020-06-12T02:26:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10fb06301045aab1c2342e08acadb32687177503",
"body": null,
"is_bot": false,
"headline": "fix update minimist",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2020-03-26T02:30:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb449bb2b29ab6b6ea8f3a9d91f19343b3d57d1d",
"body": null,
"is_bot": false,
"headline": "update README.md",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2020-01-31T10:28:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fccb436eb42ceeb92f7535f2314512bc6d063daf",
"body": null,
"is_bot": false,
"headline": "1.2.2",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2020-01-13T03:06:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30f5088471d3da52d3a7c14795af1afada5ea64d",
"body": "…hows freePercentage.",
"is_bot": false,
"headline": "fix Almost the same as the last one, osu.drive.used usedPercentage s…",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2020-01-13T03:06:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7a61e30ed20b29755c90b33a089a3ff1424a399",
"body": null,
"is_bot": false,
"headline": "1.2.1",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2020-01-10T06:20:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8331ee993e9254273dd067f46045ebdbfeb4fe98",
"body": "…d of usedGb.",
"is_bot": false,
"headline": "fix The value of usedGb from osu.drive.used() shows the freeGb instea…",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2020-01-10T06:16:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db5a7805df7f6348a8582f670d6cb2c4488ce8e1",
"body": null,
"is_bot": false,
"headline": "skip returns cpu usage",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2019-12-25T06:08:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e527bcb6ff85d7c6401fac7d73cbe31e2ac9667e",
"body": null,
"is_bot": false,
"headline": "1.2.0",
"author_name": "SunilWang",
"author_login": "SunilWang",
"committed_at": "2019-12-25T04:43:10Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 27,
"commits_last_year": 47,
"latest_release_at": "2026-07-21T08:01:53Z",
"latest_release_tag": "v2.0.4",
"releases_from_tags": true,
"days_since_last_push": 7,
"active_weeks_last_year": 5,
"days_since_latest_release": 7,
"mean_days_between_releases": 238.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "node-os-utils",
"exists": true,
"license": "MIT",
"keywords": [
"os",
"system-monitor",
"monitoring",
"cpu",
"memory",
"disk",
"network",
"process-monitor",
"server-monitoring",
"typescript",
"cross-platform",
"linux",
"macos",
"windows",
"performance",
"metrics",
"realtime",
"observability",
"netstat",
"processes"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/node-os-utils",
"is_deprecated": false,
"latest_version": "2.0.4",
"repository_url": "https://github.com/SunilWang/node-os-utils",
"versions_count": 29,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 688645,
"first_published_at": "2017-07-10T09:23:52.735000Z",
"latest_published_at": "2026-07-21T08:09:17.993000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
}
]
},
"popularity": {
"forks": 18,
"stars": 136,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2018-05-09",
"count": 1
},
{
"date": "2018-10-16",
"count": 1
},
{
"date": "2019-08-19",
"count": 1
},
{
"date": "2019-12-03",
"count": 1
},
{
"date": "2020-05-12",
"count": 1
},
{
"date": "2020-06-10",
"count": 1
},
{
"date": "2020-06-17",
"count": 1
},
{
"date": "2020-08-17",
"count": 1
},
{
"date": "2021-01-12",
"count": 1
},
{
"date": "2021-01-16",
"count": 1
},
{
"date": "2021-02-27",
"count": 1
},
{
"date": "2021-03-02",
"count": 1
},
{
"date": "2021-03-03",
"count": 1
},
{
"date": "2022-01-10",
"count": 1
},
{
"date": "2022-06-17",
"count": 1
},
{
"date": "2022-07-28",
"count": 1
},
{
"date": "2022-11-21",
"count": 1
},
{
"date": "2023-08-27",
"count": 1
}
],
"complete": true,
"collected": 18,
"total_forks": 18
},
"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": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 44096,
"source_files_sampled": 53,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"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": 12,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@types/chai",
"direct": false,
"version": "~4.3.0",
"ecosystem": "npm"
},
{
"name": "@types/mocha",
"direct": false,
"version": "~10.0.0",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "~18.0.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/eslint-plugin",
"direct": false,
"version": "~6.0.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/parser",
"direct": false,
"version": "~6.0.0",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "~4.3.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "~8.0.0",
"ecosystem": "npm"
},
{
"name": "mocha",
"direct": false,
"version": "~10.0.0",
"ecosystem": "npm"
},
{
"name": "nyc",
"direct": false,
"version": "~15.1.0",
"ecosystem": "npm"
},
{
"name": "rimraf",
"direct": false,
"version": "~5.0.0",
"ecosystem": "npm"
},
{
"name": "typedoc",
"direct": false,
"version": "~0.25.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "~5.4.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 12,
"direct_count": 0,
"indirect_count": 12
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 14,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 29,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "SunilWang",
"commits": 130,
"avatar_url": "https://avatars.githubusercontent.com/u/10388282?v=4"
},
{
"type": "User",
"login": "kylefarris",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/601654?v=4"
},
{
"type": "User",
"login": "andreasbrett",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/6610451?v=4"
},
{
"type": "User",
"login": "halitcolak",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3899043?v=4"
},
{
"type": "User",
"login": "jimmyliao11",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3169992?v=4"
},
{
"type": "User",
"login": "nettlesh",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/36604577?v=4"
},
{
"type": "User",
"login": "chaos-zhu",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/44160914?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.935
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"deno-smoke-test.yml",
"unit-tests.yml"
],
"has_docs_dir": false,
"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": 7,
"reason": "3 out of 4 merged PRs checked by a CI test -- score normalized to 7",
"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/7 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "f70dba713cf272dabf0bbacbbd6dadd3a1ce8683",
"ran_at": "2026-07-29T07:30:52Z",
"aggregate_score": 4.3,
"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-21T08:04:11Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-04-07T11:56:07Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/SunilWang/node-os-utils",
"host": "github.com",
"name": "node-os-utils",
"owner": "SunilWang"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 59 is calibrated to 63 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 59,
"calibrated": 63,
"calibration": "2026-08-02"
}
}
],
"value": 63,
"inputs": {
"security": 43,
"vitality": 62,
"community": 62,
"governance": 62,
"calibration": "2026-08-02",
"engineering": 63,
"ai_readiness": 46,
"weighted_overall_raw": 59
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 62,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 47,
"human_commit_share": 0.99,
"days_since_last_push": 7,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "47 commits in the last year",
"points": 15.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 47
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"releases_count": 27,
"latest_release_tag": "v2.0.4",
"releases_from_tags": true,
"days_since_latest_release": 7,
"mean_days_between_releases": 238.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "27 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 27
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~238.9 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 238.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"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": 62,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"forks": 18,
"stars": 136,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "136 stars",
"points": 34.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 136
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "18 forks",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 18
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": true
},
"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": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "exceptional",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 97,
"inputs": {
"packages": [
"node-os-utils"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 688645
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "688,645 downloads/month across npm",
"points": 77.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 688645,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 62,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.935
},
"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 94% of commits",
"points": 1.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 94
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 77,
"inputs": {
"merged_prs": 14,
"open_issues": 0,
"closed_issues": 29,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 3,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 42,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "14/17 decided PRs merged",
"points": 24.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 14,
"decided": 17
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/7 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": 57,
"inputs": {
"followers": 33,
"owner_type": "User",
"is_verified": null,
"owner_login": "SunilWang",
"public_repos": 50,
"account_age_days": 4223
},
"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": "33 followers of SunilWang",
"points": 11,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 33,
"login": "SunilWang"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "50 public repos, account ~11 yr old",
"points": 24.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 50
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"node-os-utils"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 7
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 7 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 7
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "29 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 29
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 63,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 62,
"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": "3 out of 4 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://www.npmjs.com/package/node-os-utils",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://www.npmjs.com/package/node-os-utils",
"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": "weak",
"name": "Security",
"value": 43,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 43,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.3
},
"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": "3 out of 4 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/7 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 10
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "weak",
"name": "AI Readiness",
"value": 46,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.222,
"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": "22 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 22,
"sampled": 99
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.07,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.01
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "7 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 7,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "1 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"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": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 44096,
"source_files_sampled": 53,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/53 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 53,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 8
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:npm",
"weight": 6
},
{
"tier": "description",
"label": "library",
"source": "description:library",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-29T07:31:08.849210Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/SunilWang/node-os-utils.svg",
"full_name": "SunilWang/node-os-utils",
"license_state": "standard",
"license_spdx": "MIT"
}