Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1080,
"has_wiki": true,
"homepage": null,
"languages": {
"JavaScript": 93595,
"TypeScript": 98422
},
"pushed_at": "2026-07-20T07:48:46Z",
"created_at": "2025-04-16T09:34:26Z",
"owner_type": "User",
"updated_at": "2026-07-26T02:04:57Z",
"description": "基于 SSH 的 MCP 服务 🧙♀️。已被MCP官方收录 🎉。 SSH MCP Server 🧙♀️. It has been included in the community MCP repository 🎉.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "ISC",
"default_branch": "main",
"license_spdx_raw": "ISC",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"JavaScript"
]
},
"owner": {
"blog": "https://junki.cn",
"name": "Junki",
"type": "User",
"login": "classfang",
"company": null,
"location": null,
"followers": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/27616248?v=4",
"created_at": "2017-04-16T08:59:44Z",
"is_verified": null,
"public_repos": 28,
"account_age_days": 3388
},
"license": {
"state": "standard",
"spdx_id": "ISC",
"raw_spdx": "ISC",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.8.5",
"kind": "patch",
"published_at": "2026-07-20T07:48:58Z"
},
{
"tag": "v1.8.4",
"kind": "patch",
"published_at": "2026-06-23T01:40:48Z"
},
{
"tag": "v1.8.0",
"kind": "minor",
"published_at": "2026-05-15T02:30:37Z"
},
{
"tag": "v1.7.0",
"kind": "minor",
"published_at": "2026-05-07T11:33:47Z"
},
{
"tag": "v1.6.1",
"kind": "patch",
"published_at": "2026-04-15T01:31:00Z"
}
],
"recent_commits": [
{
"oid": "48c1f9bb20cbe2b8c09514158b2dd2cf2b4ef606",
"body": null,
"is_bot": false,
"headline": "fix: improve SSH config startup handling",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-07-20T07:44:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15b912459e91924737f47b38dfa9ea05bfad386b",
"body": null,
"is_bot": false,
"headline": "fix: stabilize tryKeyboard authentication",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-06-23T01:36:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4942af319e6e13ecc8b042744bc96f08de035a75",
"body": "fix: authHandler 死循环导致 tryKeyboard 连接时进程卡死。支持非标准 prompt 交互。",
"is_bot": false,
"headline": "Merge pull request #59 from sulfurandcu/main",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-06-23T01:27:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9c005a4df79dc032164899b968cf8524ad134df",
"body": "问题:\nauthHandler 在 methodsLeft === null 时始终返回同样的认证方法数组 [\"password\", \"keyboard-interactive\"]。ssh2 库在每次认证失败后重新回调 authHandler,若返回值不变则无限循环打印日志直至进程挂死。\n\n修复\n1、authHandler:改为逐方法返回,用闭包变量 triedMethods 跟踪已尝试方法,每次回调返回下一个未尝试的方法。设 MAX_AUTH_ATTEMPTS 上限防死循环。\n2、keyboard 回调:增加单 prompt + echo: false 时自动回填密码的降级逻辑,兼容嵌入式设备使用 keyboard-interactive 作为密码传输通道但不标记 prompt 为 \"password\" 的场景。",
"is_bot": false,
"headline": "fix: authHandler 死循环导致 tryKeyboard 连接时进程卡死。支持非标准 prompt 交互。",
"author_name": "sulfurandcu",
"author_login": "sulfurandcu",
"committed_at": "2026-06-22T01:28:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a65032f129671376c2d6a07a8e0f1d5008b4d6a",
"body": null,
"is_bot": false,
"headline": "Document CLI info flags and sync package version",
"author_name": "jjfang7",
"author_login": null,
"committed_at": "2026-06-09T02:41:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adb1fd17f68bbdf8deb1fdd7a8ab59a7c9e25824",
"body": "Handle top-level CLI info flags",
"is_bot": false,
"headline": "Merge pull request #55 from wowsofine/codex/top-level-cli-info-flags",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-06-09T02:28:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18f6cbd51edf4fb5e2b2ac64259ee1791b5f903a",
"body": "Add npm package metadata",
"is_bot": false,
"headline": "Merge pull request #54 from wer416182-afk/add-package-metadata",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-06-09T02:23:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2fe15e15c0c3c7b0974fd579a7dc4f20065f653",
"body": null,
"is_bot": false,
"headline": "Handle top-level CLI info flags",
"author_name": "wowsofine",
"author_login": "wowsofine",
"committed_at": "2026-06-08T13:10:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7eb7cfad85876241bffc3aa5ff4c2b4d0b262c7e",
"body": null,
"is_bot": false,
"headline": "Add npm package metadata",
"author_name": "wer416182-afk",
"author_login": "wer416182-afk",
"committed_at": "2026-06-08T10:00:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5e5f60da805c78ad75fc2db714f2455c173ef01",
"body": null,
"is_bot": false,
"headline": "docs(readme): 添加微信扫码加入群聊提示",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-06-02T07:56:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cad70c1f2398cf71233b0e86685e153be7c68805",
"body": null,
"is_bot": false,
"headline": "release: v1.8.3",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-05-29T01:49:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5d86d60355159a0a8e9c47b0b639adcb29c2a66",
"body": "- Add specific handling for `OPERATION_TIMEOUT` error in SFTP upload and download operations.\n- Include a new test case to ensure the `OPERATION_TIMEOUT` error is correctly thrown during SFTP upload.",
"is_bot": false,
"headline": "Handle OPERATION_TIMEOUT error for SFTP upload and download",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-05-29T01:34:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4048663d52196488da110a481b0daea2e8e8d94c",
"body": "Prevent stale SSH transports from hanging",
"is_bot": false,
"headline": "Merge pull request #51 from xjthy001/fix/ssh-timeouts-keepalive",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-05-29T01:27:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14484ed600228f7a8d0bf4e3747ee72475d5a763",
"body": "Network changes can leave an SSH socket half-open: the client object still exists, but opening a new channel or SFTP session never calls back. Add connection deadlines, default SSH keepalives, and SFTP operation deadlines so those paths fail with retriable errors and invalidate stale connections.\n\nC\n[…]\nd connection setup, channel open, and SFTP open/transfer; do not narrow timeout handling to command streams only\nTested: npm test\nNot-tested: Real network interface switch during an active SSH session",
"is_bot": false,
"headline": "Prevent stale SSH transports from hanging after network changes",
"author_name": "Haoyu Tang",
"author_login": "xjthy001",
"committed_at": "2026-05-27T06:08:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fb5b0fc6d49b5771d67e6077b3056addf3d12a79",
"body": null,
"is_bot": false,
"headline": "release: v1.8.2",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-05-21T11:53:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fe5c90ff9766645a3f363bff26c4c63979ef317",
"body": null,
"is_bot": false,
"headline": "Harden SSH safety checks and docs",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-05-21T11:50:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "714ef36e7d97757677ddecaf78a6f980049da97c",
"body": "- 在英文 README.md 中新增“通过 AI Skill 快速配置”章节,介绍使用内置 ssh-mcp-helper skill\n- 在中文 README_CN.md 中同步添加对应中文说明,方便国内用户理解与操作\n- 详细说明了通过 AI 助手交互式问答完成安装和配置的步骤与支持场景\n- 新增 skills/ssh-mcp-helper/SKILL.md 文件,完整描述该技能的设计理念、使用场景及流程\n- 提供技能的功能介绍、问答步骤、配置合并写入规则及示例,便于开发和使用者参考\n- 通过文档和技能描述提升用户配置体验,降低手动编辑 JSON 的难度与风险",
"is_bot": false,
"headline": "docs(readme): 添加 AI Skill 快速配置指南",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-05-18T08:07:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd470b51ba5757ee9de33c3d7463215ef968eb7a",
"body": null,
"is_bot": false,
"headline": "release: v1.8.1",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-05-15T03:07:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df9cbc881761f32b44926cfbbc12a53b7e902047",
"body": null,
"is_bot": false,
"headline": "release: v1.8.0",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-05-15T02:26:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13399fdb43422a325506d476e103c7c5302ea45d",
"body": "- 增加 --try-keyboard / tryKeyboard 选项支持 2FA/MFA 键盘交互认证\n- 增加 --command-template / commandTemplate 选项支持命令模板包裹(如 su、sudo、docker exec)\n- exec 与 shell 两种 transport 模式均应用 commandTemplate\n- 重新整理 README 使用方法章节,按从简到繁顺序排列各场景的 mcp.json 配置",
"is_bot": false,
"headline": "feat: 新增 tryKeyboard 与 commandTemplate 配置项",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-05-15T02:26:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59939aa1cc583e312de06ee6625c49ad0ef63bcc",
"body": "- 在 .gitignore 文件末尾添加 docs 目录\n- 防止 docs 目录内容被提交到版本控制系统\n- 有助于保持仓库整洁,避免提交不必要的文档文件",
"is_bot": false,
"headline": "chore(git): 更新 .gitignore 文件以忽略 docs 目录",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-05-15T01:31:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c621dc8ce96c506c3f5e62f41cd41d8e979c47e0",
"body": null,
"is_bot": false,
"headline": "feat: 新增 allowedRemotePaths 配置限制 SFTP 远端路径访问",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-05-07T11:26:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bec194a7425b37edfbf828401efcb76c3feb1db5",
"body": null,
"is_bot": false,
"headline": "release: v1.7.0",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-05-07T11:22:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "352ef0f35b6ffa4b7e5bfeea2d3fa697f224352a",
"body": "feat: 支持 shell transport 模式并完善服务退出与测试稳定性",
"is_bot": false,
"headline": "Merge pull request #44 from lvbibir/main",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-05-07T10:42:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d53fdab271064eda38048ec3ef1cbabb2b008bcf",
"body": null,
"is_bot": false,
"headline": "docs(readme): document transportMode usage",
"author_name": "lvbibir",
"author_login": "lvbibir",
"committed_at": "2026-04-29T04:46:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "209c9f8d1488b667b1d9dd9068df23ad3043eefd",
"body": "- 在测试前保存并在结束后恢复 HOME 环境变量\n- 为默认配置文件不存在场景创建独立 fake home 目录\n- 避免宿主机 ~/.ssh/config 干扰边界用例,提升测试稳定性",
"is_bot": false,
"headline": "test(parser): 修正 SSH 配置解析测试的 HOME 环境隔离",
"author_name": "lvbibir",
"author_login": "lvbibir",
"committed_at": "2026-04-29T04:36:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c0865b576be3619da33523b77a5e786516674cb",
"body": "- 启动时显式恢复 stdin 读取,确保监听输入流关闭事件\n- 移除 beforeExit 关闭路径,避免进程退出阶段重复触发 shutdown\n- 使用 FIFO 模拟可控 stdin,稳定覆盖 SIGTERM 和 stdin 关闭退出场景\n- 增加运行态等待逻辑,降低生命周期测试的时序抖动",
"is_bot": false,
"headline": "fix(server): 修正服务生命周期关闭与 stdin 退出测试",
"author_name": "lvbibir",
"author_login": "lvbibir",
"committed_at": "2026-04-29T04:36:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db4783de519915b4ac6b297f592ec3dc6370630f",
"body": "- 为 SSH 配置新增 transportMode、shellReadyTimeoutMs 和 shellCommandTimeoutMs\n- 扩展命令行解析与配置归一化,支持 shell transport 相关参数\n- 重构 SSHConnectionManager,新增 shell 会话初始化、命令队列和 marker 输出解析\n- 保留 exec 模式行为,并在 shell 模式下禁止 SFTP 上传下载\n- 将状态采集改为基于命令执行器,避免与底层 Client 强耦合\n- 增加 shell transport、exec 回归和命令行配置相关测试",
"is_bot": false,
"headline": "feat(shell): 增加 shell transport 模式与命令执行队列",
"author_name": "lvbibir",
"author_login": "lvbibir",
"committed_at": "2026-04-29T04:36:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f301bb366d0512a12f33b0b175f40de5626de420",
"body": null,
"is_bot": false,
"headline": "docs(readme): README_CN.md",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-04-13T08:30:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd62bcddf6dfb1f96cfccd549387f2a66a069ad5",
"body": "- 新增 SshMcpServer 类,集成 MCP Server 和 SSH 连接管理功能\n- 实现启动流程,包含命令行解析、SSH 配置初始化和工具注册\n- 增加安全警告,当未配置命令白名单时进行提示\n- 支持预连接所有 SSH 服务器,优化启动时延迟\n- 注册多信号和输入流关闭事件以优雅关闭服务器\n- 更新 package.json 和服务器版本号至 1.6.1\n- 编写生命周期测试脚本,验证 SIGTERM 和 stdin 关闭时的退出行为",
"is_bot": false,
"headline": "feat(server): 添加 SSH MCP 服务器核心实现及生命周期测试",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-04-13T02:42:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ae55e117b61bd8acca7857ccd9ec694e819d073",
"body": null,
"is_bot": false,
"headline": "docs: readme更新",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-04-03T03:28:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a68aff6baaf68365f653b75e1cdb97b9a96bbbd",
"body": null,
"is_bot": false,
"headline": "update: 增加结构化错误响应并放宽本地传输路径配置",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-04-02T07:01:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52515d140f6777a77a57ab04930bce6bb7a11995",
"body": null,
"is_bot": false,
"headline": "update: 版本号更新",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-03-30T02:41:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d981bc3e08380760fb0c4858891a01b0c1cfca6",
"body": "feat: support SSH_MCP_PASSPHRASE environment variable for passphrase",
"is_bot": false,
"headline": "Merge pull request #41 from EarthPlayer1935/feat/env-passphrase",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-03-30T02:25:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb5f1f4b71296c9919aad0393d0e0c0ef2b1ed84",
"body": "Allow the SSH private key passphrase to be read from the\nSSH_MCP_PASSPHRASE environment variable as a fallback when\nnot provided via CLI arguments or config file.\n\nThis enables secure passphrase management through environment\nvariables instead of hardcoding in config files.",
"is_bot": false,
"headline": "feat: support SSH_MCP_PASSPHRASE environment variable for passphrase",
"author_name": "Earth Player",
"author_login": "EarthPlayer1935",
"committed_at": "2026-03-29T10:29:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3836356baa4b98d30a2d1278ff8eda9f27db1c14",
"body": null,
"is_bot": false,
"headline": "版本升级",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-03-19T05:51:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "759e52edf65267039a84cdff73ef0b35b5a52919",
"body": "feat(auth): add SSH agent authentication support (Pageant/ssh-agent)",
"is_bot": false,
"headline": "Merge pull request #37 from benzBrake/main",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-03-19T05:48:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62965f551074da6d80c6d61df1d99c8005215ded",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into main",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-03-19T05:47:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66fa6108eedc0c5abf3e5096150127f59cc78977",
"body": "feat: support execute-command directory option",
"is_bot": false,
"headline": "Merge pull request #38 from Yeamika/feat/execute-command-directory",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-03-19T05:38:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c666627c29ef661e4bdb8429e1c4e8f233ba29da",
"body": null,
"is_bot": false,
"headline": "feat: support execute-command directory option",
"author_name": "Yeamio",
"author_login": "Nanokoli",
"committed_at": "2026-03-19T05:34:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "325a78c0a829e2e6db8d546d20f792ae57845bb7",
"body": null,
"is_bot": false,
"headline": "update: .gitignore",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-03-10T05:42:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f882e87212f554a3e966516998e29b16c4be3220",
"body": null,
"is_bot": false,
"headline": "feat: 支持从 ~/.ssh/config 读取连接配置;新增测试框架;升级版本至 1.3.0",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-03-10T05:33:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "468dfef9674ace50055fea70107bb5bd1f62fe93",
"body": "…ling\n\nfix: improve command execution with proper exit code, stderr and time…",
"is_bot": false,
"headline": "Merge pull request #36 from Ebola-Chan-bot/fix/command-exit-code-hand…",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-03-10T02:04:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80953c5578f6c4871b2a61274ed299df50d7c7ea",
"body": "- fall back to close event code/signal when exit metadata is unavailable\n\n- treat signal-terminated commands as failures instead of successful completions\n\n- preserve executeCommand success API by returning stdout only on success",
"is_bot": false,
"headline": "fix: address Copilot review on command completion handling",
"author_name": "埃博拉酱",
"author_login": null,
"committed_at": "2026-03-09T11:07:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e17cb929e71195ad92aeb617d160fa753fa6b63",
"body": "…out handling\n\n- Add formatCommandFailure helper to build structured output with stdout, stderr, exit code and signal sections\n\n- Listen for stream 'exit' event to capture exit code and signal before 'close'\n\n- Reject promise with formatted error when command exits with non-zero code\n\n- Add 'settled' flag to prevent double resolve/reject from close, error and timeout races\n\n- Include partial stdout/stderr in timeout rejection messages for better diagnostics",
"is_bot": false,
"headline": "fix: improve command execution with proper exit code, stderr and time…",
"author_name": "埃博拉酱",
"author_login": null,
"committed_at": "2026-03-09T11:04:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5542caf3bcd1945cd6f0a0bd6bd4e3a1937a26fc",
"body": "Add support for SSH agent-based authentication, allowing users to authenticate\nthrough Pageant (Windows) or ssh-agent (Unix/Linux) without providing passwords\nor private key files directly.\n\n### Changes\n\n- **types**: Add `agent` field to `SSHConfig` interface\n- **cli**: Add `--agent` / `-a` command-\n[…]\nence: no need to specify password or key file path\n- Cross-platform: supports both Pageant (Windows) and ssh-agent (Unix/Linux)\n- Backward compatible: existing password and key auth methods still work",
"is_bot": false,
"headline": "feat(auth): add SSH agent authentication support (Pageant/ssh-agent)",
"author_name": "Ryan Lieu",
"author_login": "benzBrake",
"committed_at": "2026-03-06T15:37:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5474993150b2c9c44b76ee191266ed9a98e489ca",
"body": null,
"is_bot": false,
"headline": "pseudo-tty调整为可配置参数 (vibe-kanban CLA-1)",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-03-05T12:35:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02a1089df2bdf78f5889e44f8fe51e4e14c10b31",
"body": null,
"is_bot": false,
"headline": "pseudo-tty调整为可配置参数 (vibe-kanban CLA-1)",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-03-05T12:30:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4d13bd5aa0adc6e37130d68bbc72416dfd5e911",
"body": null,
"is_bot": false,
"headline": "update: 更新依赖",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-02-24T02:16:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "139fe2a01b9c1e6b87caf979befb3f2931c82341",
"body": null,
"is_bot": false,
"headline": "feat: 新增更多多服务器支持方式",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-01-30T03:20:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acebcd6d469fb93ce01714fd0c5db220781340d1",
"body": null,
"is_bot": false,
"headline": "fix: 更新版本",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-01-23T06:48:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e1145866bd068a41ac7cbcdb69d3939bf8cb850",
"body": null,
"is_bot": false,
"headline": "fix: ssh默认开启pty",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-01-23T06:46:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1f4f3b43d22d9a668aa283111efd18584c8427a",
"body": null,
"is_bot": false,
"headline": "fix: 修改README",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-01-14T09:20:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b35085707949b858e117e6185268630ea24546d",
"body": null,
"is_bot": false,
"headline": "fix: 更新交流群二维码",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-01-12T07:52:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58c1f2c8d47031134f887e521fbc9b54e798e4c6",
"body": null,
"is_bot": false,
"headline": "fix: 更新交流群二维码",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-01-12T07:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5577cd5c6e60b7f8d2aedcf419cd136353387281",
"body": null,
"is_bot": false,
"headline": "fix: 更新交流群二维码",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-01-12T07:48:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0d39e8913edb4826dc2870a5b13fd4e0bfa1a0d",
"body": null,
"is_bot": false,
"headline": "fix: 更新版本",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-01-08T07:16:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "213b93d0203d7b33c831808fe8e3f8ee0d4f193a",
"body": "fix: 修复首次连接后第一个命令失败的竞态条件问题",
"is_bot": false,
"headline": "Merge pull request #24 from johnnyee/fix/first-command-channel-failure",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2026-01-06T12:39:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f2fc8f9ba5f30f67a8d579816c222a5d8e12243",
"body": "问题原因:\n- connect() 成功后立即触发 collectSystemStatus()\n- collectSystemStatus() 并行执行 17 个 SSH 命令收集系统状态\n- 用户的第一个命令与这 17 个命令竞争 SSH 通道\n- 导致 \"Channel open failure: open failed\" 错误\n\n修复方案:\n- 将 resolve() 移到 collectSystemStatus() 之前\n- 使用 setTimeout 延迟 1 秒执行状态收集\n- 给用户的第一个命令留出足够的时间窗口\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: 修复首次连接后第一个命令失败的竞态条件问题",
"author_name": "John Ye",
"author_login": "johnnyee",
"committed_at": "2026-01-06T12:18:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "db2ee13b76486132269b3d97ab308ee8d86391f9",
"body": null,
"is_bot": false,
"headline": "Add NPM version badge to README",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-12-03T04:29:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a502dc0259326fe065750d16901757aebb1821e",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-12-02T03:07:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "093d4e905052cb4b75cb2212f8b3945715937831",
"body": "Add --pre-connect flag and comprehensive system status collection",
"is_bot": false,
"headline": "Merge pull request #21 from Bluscream/feature/pre-connect",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-12-02T02:54:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa00b6aa92d5e47603c62a769941207f1027add1",
"body": "Fix compilation on Windows by making chmod platform-dependent",
"is_bot": false,
"headline": "Merge pull request #20 from Bluscream/fix/cross-platform-build",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-12-02T02:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce03848714ea4697715b1ace678a1a1000827158",
"body": "Fix JSON parsing error by redirecting logger output to stderr",
"is_bot": false,
"headline": "Merge pull request #18 from Bluscream/fix/json-array",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-12-02T02:53:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f096214e7de508ed6ba13ae7672cf0ee2432ae3",
"body": "- Add --pre-connect CLI argument to connect to all SSH servers on startup\n- Implement comprehensive system status collection on connection:\n * Hostname, IP addresses, OS info, kernel version, uptime\n * Disk space and memory usage\n * CPU name and usage\n * Multiple GPUs with name, usage, and devic\n[…]\non with usage details\n- Cache collected status and return in list-servers tool\n- Make JSON output compact (no beautification)\n- Status collection runs asynchronously after connection to avoid blocking",
"is_bot": false,
"headline": "Add --pre-connect flag and system status collection",
"author_name": "Bluscream",
"author_login": "Bluscream",
"committed_at": "2025-11-24T23:27:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "26ed3d1c355e1458baacd8f74c03f070cbada2e8",
"body": "- Created scripts/build.js that conditionally runs chmod only on Unix-like systems\n- On Windows, chmod is skipped to avoid 'command not found' errors\n- Preserves executable permissions on Linux/macOS while being Windows-compatible\n- Updated package.json build script to use the new build.js script",
"is_bot": false,
"headline": "Fix compilation on Windows by making chmod platform-dependent",
"author_name": "Bluscream",
"author_login": "Bluscream",
"committed_at": "2025-11-24T22:46:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "496e43cc8ba25577f0cfd0e1f7bc5a8c3f0cfdac",
"body": "- Changed Logger.log() to write to process.stderr instead of console.info/error\n- This prevents logger output from corrupting MCP protocol JSON-RPC messages on stdout\n- Fixes 'Expected ',' or ']' after array element in JSON' errors\n- Also removed chmod command from build script for Windows compatibility",
"is_bot": false,
"headline": "Fix JSON parsing error by redirecting logger output to stderr",
"author_name": "Bluscream",
"author_login": "Bluscream",
"committed_at": "2025-11-24T22:40:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0f69e3017166a0b63399f71db497e7311268d52",
"body": null,
"is_bot": false,
"headline": "Update section title for Star History",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-11-21T01:40:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f3295c5cfb1d05bab2abd1f90d650d0d0599f02",
"body": "Added a section on Star History with a chart link.",
"is_bot": false,
"headline": "Add Star History section to README",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-11-21T01:38:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ec6ea4a8a4ad40be21c4d3adc07d8849969970e",
"body": null,
"is_bot": false,
"headline": "fix: 更新版本",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-09-11T01:32:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "419268a068ad79de1ef5ceffe9418f2cea6d7ebb",
"body": "fix: Pin @modelcontextprotocol/sdk to a stable version to fix JSON output error",
"is_bot": false,
"headline": "Merge pull request #11 from veritaswiki/fix/dependency-issue",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-09-11T01:19:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de9868f61fec4ad760ad36f9cb0a8812e51282a1",
"body": null,
"is_bot": false,
"headline": "fix: pin @modelcontextprotocol/sdk to 1.17.5",
"author_name": "MateOrg",
"author_login": "veritaswiki",
"committed_at": "2025-09-10T13:07:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4780fc3a8a44c94ca644e2467b835cba6cac41c",
"body": null,
"is_bot": false,
"headline": "feat: 移除命令管道符限制",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-09-10T02:16:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bbaa304507e3f7e0a68fee2cad9f4d4b81eb519",
"body": null,
"is_bot": false,
"headline": "fix: 修正案例",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-09-10T02:05:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "312bfe8ef47b258f3618ff2c9d544eac2c09be66",
"body": null,
"is_bot": false,
"headline": "fix: 更新版本",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-08-12T06:29:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "002284552b57080003d4b926999a2797fe6d7bd1",
"body": null,
"is_bot": false,
"headline": "feat: 增加命令超时处理",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-08-12T06:25:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "473d57fa064fe82cbb705b6f83a3c5e0542fbbfc",
"body": null,
"is_bot": false,
"headline": "feat: 增加命令超时处理",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-08-12T06:10:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d22895eb554c8fdb2474de09a254ab8e88128a7f",
"body": null,
"is_bot": false,
"headline": "feat: 增加命令超时处理",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-08-12T06:08:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "550b45b8017c5a41d11ec88b8e4136b076e4cdcd",
"body": null,
"is_bot": false,
"headline": "feat: 增加命令超时处理",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-08-12T05:48:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73da41fc019cc6cf29675ad432d825720af32655",
"body": null,
"is_bot": false,
"headline": "fix: 更新版本",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-08-12T03:05:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3ea6dfdb3790f9d7ee9d8dec3433113feb1c3ac",
"body": "增加socks代理",
"is_bot": false,
"headline": "Merge pull request #8 from DreamKex/main",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-08-11T15:04:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a69f8bae296ec8195a753b289043dd7694c2b1e",
"body": null,
"is_bot": false,
"headline": "增加socks代理",
"author_name": "DreamKex",
"author_login": "DreamKex",
"committed_at": "2025-08-11T13:00:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b98160f7751f6a71a96d4e20958d36b433d1a2d",
"body": "Improve efficiency",
"is_bot": false,
"headline": "Merge pull request #7 from SteveFunso/improve-efficiency",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-08-06T05:58:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06f31e390735f406a36ad8c45ab5813eb81d3153",
"body": "This commit introduces several security enhancements to the ssh-mcp-server:\n\n1. **Prevent Path Traversal:** Added input sanitization to the `upload` and `download` methods to prevent path traversal attacks on the local filesystem.\n2. **Disallow Command Chaining:** The command validation logic has \n[…]\nis configured, advising you to set one up.\n4. **Document Security Risks:** A new \"Security Considerations\" section has been added to the README to inform you about potential risks and best practices.",
"is_bot": true,
"headline": "Harden security with multiple improvements",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2025-08-05T21:46:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b160aaaf96a6ecf7efdaa9278c0a9c1bfe04f7ba",
"body": "This commit introduces several improvements to the ssh-mcp-server:\n\n1. **On-Demand SSH Connections:** The connection strategy has been changed from connecting to all servers on startup to connecting on-demand. This improves startup time and reduces resource consumption, especially when many servers\n[…]\nver time.\n\n3. **Robust Server Info Listing:** The `getAllServerInfos` method has been refactored to ensure it correctly maps server configurations to their connection status, making it more reliable.",
"is_bot": true,
"headline": "Refactor for efficiency and robustness",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2025-08-05T21:41:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ce3bacabf545c48753041f94bc38a105bca99142",
"body": "feat: 新增多SSH连接支持及获取SSH列表",
"is_bot": false,
"headline": "Merge pull request #4 from rhinewg/main",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-07-03T06:55:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f48d450be3f5693993ecc88a81f3941e35bd641e",
"body": null,
"is_bot": false,
"headline": "feat: 新增多SSH连接支持及相关工具",
"author_name": "rhine",
"author_login": "rhinewg",
"committed_at": "2025-07-03T04:42:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b2847f3b31a9d96f3bfdee1f48483709f4d3f26",
"body": null,
"is_bot": false,
"headline": "fix: README",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-04-29T02:43:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2249dde19d4ac0cdbd1e7dd41109e5b70497d38e",
"body": null,
"is_bot": false,
"headline": "fix: README",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-04-29T02:39:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33f4af5a179ffee8e4fa634759c221ddd5be42d2",
"body": null,
"is_bot": false,
"headline": "feat: english first",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-04-29T02:38:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee86f1aff789d96a2605896cd73acd7d29149008",
"body": null,
"is_bot": false,
"headline": "fix: 更新版本",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-04-29T02:19:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a9b70217db4dce102fe2d2f1935595df7d38c07",
"body": null,
"is_bot": false,
"headline": "fix: 更新 README",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-04-25T08:03:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ceab878e555b3bd4adffed233f875bc9f5bae7e6",
"body": null,
"is_bot": false,
"headline": "fix: 优化",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-04-21T06:18:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e06e4ccbc91c03fec50a40d09803ac05a1897edc",
"body": null,
"is_bot": false,
"headline": "feat: 支持命令白名单和黑名单",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-04-18T07:37:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cc3ab6305bd9982c47c7f802776a55d64c44161",
"body": null,
"is_bot": false,
"headline": "feat: 新增文件下载工具",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-04-18T06:38:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a58209897f0c1518e544dedd01e1f9c316a16207",
"body": null,
"is_bot": false,
"headline": "fix: 优化",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-04-17T12:56:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88f19ddab0559cf366303ae116a6bb554794db91",
"body": null,
"is_bot": false,
"headline": "feat: 新增文件上传工具",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-04-17T10:49:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41c1689a0ebfd165a05f36570bcf0b2ea7ede0ad",
"body": null,
"is_bot": false,
"headline": "fix: 优化",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-04-17T09:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f81485ae5fcea3d132714fa9d5911a5e597fc8f3",
"body": null,
"is_bot": false,
"headline": "fix: 修改开源协议",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-04-17T07:38:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c36612ad566383729f942982749d060b53cc0d91",
"body": null,
"is_bot": false,
"headline": "feat: 支持私钥和带密码私钥",
"author_name": "Junki",
"author_login": "classfang",
"committed_at": "2025-04-17T07:35:45Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 85,
"latest_release_at": "2026-07-20T07:48:58Z",
"latest_release_tag": "v1.8.5",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 25,
"days_since_latest_release": 6,
"mean_days_between_releases": 24.1
},
"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": "@fangjunjie/ssh-mcp-server",
"exists": true,
"license": "ISC",
"keywords": [
"ssh",
"mcp",
"server",
"cli"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@fangjunjie/ssh-mcp-server",
"is_deprecated": false,
"latest_version": "1.8.5",
"repository_url": "https://github.com/classfang/ssh-mcp-server",
"versions_count": 31,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 6499,
"first_published_at": "2025-04-16T08:18:18.645000Z",
"latest_published_at": "2026-07-20T08:05:55.498000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 95,
"stars": 687,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2025-04-20",
"count": 1
},
{
"date": "2025-06-06",
"count": 1
},
{
"date": "2025-06-13",
"count": 1
},
{
"date": "2025-06-20",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-07-03",
"count": 1
},
{
"date": "2025-08-05",
"count": 1
},
{
"date": "2025-08-12",
"count": 1
},
{
"date": "2025-08-29",
"count": 1
},
{
"date": "2025-09-05",
"count": 2
},
{
"date": "2025-09-11",
"count": 1
},
{
"date": "2025-09-25",
"count": 1
},
{
"date": "2025-10-13",
"count": 1
},
{
"date": "2025-10-21",
"count": 1
},
{
"date": "2025-11-01",
"count": 1
},
{
"date": "2025-11-02",
"count": 1
},
{
"date": "2025-11-03",
"count": 1
},
{
"date": "2025-11-17",
"count": 1
},
{
"date": "2025-11-24",
"count": 1
},
{
"date": "2025-11-26",
"count": 1
},
{
"date": "2025-11-27",
"count": 1
},
{
"date": "2025-12-02",
"count": 1
},
{
"date": "2025-12-05",
"count": 1
},
{
"date": "2025-12-27",
"count": 1
},
{
"date": "2025-12-30",
"count": 1
},
{
"date": "2026-01-04",
"count": 1
},
{
"date": "2026-01-05",
"count": 1
},
{
"date": "2026-01-07",
"count": 1
},
{
"date": "2026-01-15",
"count": 1
},
{
"date": "2026-01-24",
"count": 1
},
{
"date": "2026-01-28",
"count": 1
},
{
"date": "2026-01-30",
"count": 1
},
{
"date": "2026-02-02",
"count": 1
},
{
"date": "2026-02-07",
"count": 1
},
{
"date": "2026-02-24",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-06",
"count": 1
},
{
"date": "2026-03-13",
"count": 1
},
{
"date": "2026-03-17",
"count": 2
},
{
"date": "2026-03-18",
"count": 1
},
{
"date": "2026-03-26",
"count": 3
},
{
"date": "2026-03-27",
"count": 1
},
{
"date": "2026-03-28",
"count": 1
},
{
"date": "2026-03-29",
"count": 1
},
{
"date": "2026-04-02",
"count": 1
},
{
"date": "2026-04-05",
"count": 1
},
{
"date": "2026-04-11",
"count": 1
},
{
"date": "2026-04-16",
"count": 2
},
{
"date": "2026-04-17",
"count": 2
},
{
"date": "2026-04-22",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
},
{
"date": "2026-04-28",
"count": 2
},
{
"date": "2026-04-29",
"count": 1
},
{
"date": "2026-05-02",
"count": 1
},
{
"date": "2026-05-12",
"count": 1
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-05-17",
"count": 1
},
{
"date": "2026-05-19",
"count": 1
},
{
"date": "2026-05-26",
"count": 2
},
{
"date": "2026-05-27",
"count": 2
},
{
"date": "2026-05-29",
"count": 1
},
{
"date": "2026-05-30",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
},
{
"date": "2026-06-08",
"count": 2
},
{
"date": "2026-06-11",
"count": 1
},
{
"date": "2026-06-16",
"count": 2
},
{
"date": "2026-06-19",
"count": 1
},
{
"date": "2026-06-20",
"count": 1
},
{
"date": "2026-06-21",
"count": 1
},
{
"date": "2026-06-24",
"count": 1
},
{
"date": "2026-07-01",
"count": 2
},
{
"date": "2026-07-03",
"count": 1
},
{
"date": "2026-07-07",
"count": 1
},
{
"date": "2026-07-08",
"count": 1
},
{
"date": "2026-07-15",
"count": 1
},
{
"date": "2026-07-16",
"count": 1
},
{
"date": "2026-07-18",
"count": 1
},
{
"date": "2026-07-20",
"count": 1
},
{
"date": "2026-07-22",
"count": 2
},
{
"date": "2026-07-23",
"count": 1
}
],
"complete": true,
"collected": 93,
"total_forks": 95
},
"star_history": null,
"open_issues_and_prs": 5
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 51433,
"source_files_sampled": 25,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "@hono/node-server",
"direct": false,
"version": "1.19.15",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.9,
"advisory_ids": [
"GHSA-frvp-7c67-39w9"
],
"fixed_version": "2.0.5",
"advisory_count": 1,
"oldest_advisory_days": 4
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"moderate": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 104,
"malicious_count": 0,
"assessed_package": "npm:@fangjunjie/ssh-mcp-server@1.8.5",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@modelcontextprotocol/sdk",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.27.0"
},
{
"name": "socks",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.8.7"
},
{
"name": "ssh2",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.17.0"
},
{
"name": "zod",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.3.6"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@modelcontextprotocol/sdk",
"direct": true,
"version": "^1.27.0",
"ecosystem": "npm"
},
{
"name": "socks",
"direct": true,
"version": "^2.8.7",
"ecosystem": "npm"
},
{
"name": "ssh2",
"direct": true,
"version": "^1.17.0",
"ecosystem": "npm"
},
{
"name": "zod",
"direct": true,
"version": "^4.3.6",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "^22.13.10",
"ecosystem": "npm"
},
{
"name": "@types/ssh2",
"direct": false,
"version": "^1.15.5",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "^5.8.2",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 4,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 17,
"open_issues": 5,
"closed_ratio": 0.872,
"closed_issues": 34,
"closed_unmerged_prs": 6
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "classfang",
"commits": 78,
"avatar_url": "https://avatars.githubusercontent.com/u/27616248?v=4"
},
{
"type": "User",
"login": "lvbibir",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/53466270?v=4"
},
{
"type": "User",
"login": "Bluscream",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/3318223?v=4"
},
{
"type": "User",
"login": "DreamKex",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/157239928?v=4"
},
{
"type": "User",
"login": "EarthPlayer1935",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/80826810?v=4"
},
{
"type": "User",
"login": "xjthy001",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/23440659?v=4"
},
{
"type": "User",
"login": "johnnyee",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/103728183?v=4"
},
{
"type": "User",
"login": "veritaswiki",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/98687511?v=4"
},
{
"type": "User",
"login": "benzBrake",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/11323774?v=4"
},
{
"type": "User",
"login": "Nanokoli",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/121276175?v=4"
}
],
"contributors_sampled": 14,
"top_contributor_share": 0.812
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"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": 0,
"reason": "0 out of 5 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 2,
"reason": "Found 5/22 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"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": "28 commit(s) and 8 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": null,
"reason": "no dependencies found",
"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": null,
"reason": "No tokens found",
"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": "48c1f9bb20cbe2b8c09514158b2dd2cf2b4ef606",
"ran_at": "2026-07-26T09:31:13Z",
"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-20T07:48:40Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-23T01:27:16Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 46,
"created_at": "2026-05-07T10:47:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 48,
"created_at": "2026-05-12T06:29:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 50,
"created_at": "2026-05-21T12:18:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 53,
"created_at": "2026-06-05T00:54:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 62,
"created_at": "2026-07-09T12:21:36Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/classfang/ssh-mcp-server",
"host": "github.com",
"name": "ssh-mcp-server",
"owner": "classfang"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"security": 48,
"vitality": 89,
"community": 59,
"governance": 59,
"engineering": 34
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 89,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"commits_last_year": 85,
"human_commit_share": 0.98,
"days_since_last_push": 6,
"active_weeks_last_year": 25
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "25/52 weeks with commits",
"points": 17.3,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 25
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "85 commits in the last year",
"points": 17.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 85
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "28 commit(s) and 8 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": "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": 100,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v1.8.5",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 24.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~24.1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 24.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 59,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"forks": 95,
"stars": 687,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "687 stars",
"points": 46,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 687
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "95 forks",
"points": 16.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 95
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "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 (ISC)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "ISC"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"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": 64,
"inputs": {
"packages": [
"@fangjunjie/ssh-mcp-server"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 6499
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "6,499 downloads/month across npm",
"points": 50.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 6499,
"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": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 14,
"top_contributor_share": 0.812
},
"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 81% of commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 81
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "14 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 14
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"merged_prs": 17,
"open_issues": 5,
"closed_issues": 34,
"issue_closed_ratio": 0.872,
"closed_unmerged_prs": 6
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "87% of issues closed",
"points": 40.8,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 87
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "17/23 decided PRs merged",
"points": 28.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 17,
"decided": 23
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/22 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 53,
"inputs": {
"followers": 21,
"owner_type": "User",
"is_verified": null,
"owner_login": "classfang",
"public_repos": 28,
"account_age_days": 3388
},
"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": "21 followers of classfang",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 21,
"login": "classfang"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "28 public repos, account ~9 yr old",
"points": 22.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 28
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@fangjunjie/ssh-mcp-server"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 6
},
"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 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "31 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 31
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 34,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 5 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 48,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"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": "0 out of 5 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 5/22 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "28 commit(s) and 8 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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Matched the npm:@fangjunjie/ssh-mcp-server@1.8.5 runtime dependency closure — what installing the published package pulls in — 104 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "npm:@fangjunjie/ssh-mcp-server@1.8.5",
"assessed": 104
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 88,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 104,
"unassessed_packages": 0,
"affected_by_severity": "moderate 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "1 affected: @hono/node-server 1.19.15 (moderate 5.9)",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "@hono/node-server 1.19.15 (moderate 5.9)"
}
}
],
"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": 104,
"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": 6
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 47,
"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.867,
"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": "85 of 98 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 85,
"sampled": 98
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 43,
"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.03,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"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": "3 of the last 100 commits agent-authored or agent-credited",
"points": 6,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 3,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 51433,
"source_files_sampled": 25,
"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/25 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 25,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "critical",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"example_dirs": [],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-26T09:31:27.890669Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/classfang/ssh-mcp-server.svg",
"full_name": "classfang/ssh-mcp-server",
"license_state": "standard",
"license_spdx": "ISC"
}