Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"admin-dashboard",
"admin-framework",
"code-generator",
"crud-generator",
"element-plus",
"goframe",
"golang",
"mysql",
"postgresql",
"rbac",
"typescript",
"vue3"
],
"is_fork": false,
"size_kb": 208930,
"has_wiki": false,
"homepage": "https://www.xygoadmin.com",
"languages": {
"Go": 28125483,
"CSS": 5500,
"Vue": 1772323,
"HTML": 675,
"SCSS": 67984,
"JavaScript": 11778,
"TypeScript": 703881
},
"pushed_at": "2026-07-17T04:34:39Z",
"created_at": "2026-02-23T14:02:56Z",
"owner_type": "User",
"updated_at": "2026-07-24T10:07:45Z",
"description": "Open-source admin framework built with GoFrame v2 and Vue 3, featuring RBAC, full-stack CRUD code generation, MySQL/PostgreSQL, plugins, and single-binary deployment.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "z312193608",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/106087896?v=4",
"created_at": "2022-05-23T13:26:40Z",
"is_verified": null,
"public_repos": 2,
"account_age_days": 1524
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.4.6",
"kind": "patch",
"published_at": "2026-07-07T08:31:59Z"
},
{
"tag": "v1.4.5",
"kind": "patch",
"published_at": "2026-07-06T04:26:46Z"
},
{
"tag": "v1.4.4",
"kind": "patch",
"published_at": "2026-07-02T03:49:14Z"
}
],
"recent_commits": [
{
"oid": "1c7f810c8a70657f4948871b980c8829156ef2a8",
"body": "将 stores/backend 中 chat、notification、websocket 迁入 store/modules,删除重复的 stores 目录;tsconfig 改用 bundler 解析并移除 baseUrl;补充 wangeditor 类型声明。",
"is_bot": false,
"headline": "fix(v1.4.7): 合并 Pinia 双树并修复前端 TS 配置",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-07-17T04:26:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f60f8f125bae3f70fafc941c371c3fdb45c7b463",
"body": "前端构建产物改由本地 build 生成;packed.go 仅保留空壳,gf pack 大文件不再入库。",
"is_bot": false,
"headline": "chore: dist 与 packed.go 移出 git 跟踪",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-07-17T02:22:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ede04352c284fa8b4d0bec62defff9d02031978",
"body": "- 会员手机号改为可空(NULL),空值不再写空串,修复多个无手机号会员触发 uk_mobile 唯一键冲突;PG 补齐手机号唯一索引\n- 定时任务执行日志“清空全部”失效修复(GoFrame 不允许无 WHERE 条件删除,补恒真条件)\n- 定时任务执行日志分页缺 Total 导致 total=0 修复\n- 扩展代码生成器:module.go 无空导入行时 logic 包导入被静默跳过修复,兜底插入并告警",
"is_bot": false,
"headline": "fix(v1.4.6): 会员手机号可空、定时任务日志清空/分页修复、扩展生成器导入兜底",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-07-07T08:10:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ca5368036d8172ccae8eb36ca0d3297167f2b62",
"body": null,
"is_bot": false,
"headline": "fix(v1.4.5): 树表生成器支持远程下拉控件,uri 前缀判断改用 strings 库",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-07-06T04:01:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1b40426daddc9ff0ed9b98f2df4eca02855a345",
"body": "- 新增 go run tools.go gen 命令行 CRUD(gencli)\n- 修正 PG 安装 SQL 与 SMS 模块 PG 脚本\n- 管理端前端 dist 同步更新",
"is_bot": false,
"headline": "feat(v1.4.4): 命令行 CRUD 生成器与 dist 更新",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-06-23T15:50:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9a6aa604ac45e289faff1d8151e565dffa921bd",
"body": "安装器现可识别 name-version.zip,扩展身份统一以 addon.yaml 的 name 为准,避免带版本命令导致菜单安装失败。",
"is_bot": false,
"headline": "fix(v1.4.3): 扩展安装支持带版本号 ZIP 并修正菜单前缀校验",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-06-12T05:26:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06fada869ba8614aac46574d02452ad1da495212",
"body": "- wangEditor 图片上传改用 uploadImageApi 统一上传接口(customUpload)\n- 修复富文本加粗在编辑器内显示(strong/b 字重 500→700)\n- 新增 .rich-text-content 预览样式:加粗生效、图片自适应宽度",
"is_bot": false,
"headline": "fix(v1.4.2): 富文本编辑器图片上传改走统一接口,修复加粗与预览渲染",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-06-12T03:22:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e7680f3553c8b8e2516602d0f6146b383910092",
"body": "- upload.go: 改用回查 ID,兼容 PostgreSQL(LastInsertId 不支持)\n\n- dept.go: 新增/编辑写入 create_time/update_time\n\n- role/index.vue: 创建时间列改用 formatTimestamp\n\n- art-file-selector: 删除按钮可点击、多选输出逗号分隔字符串\n\n- format.ts + 生成模板: 新增 toUrlList,多图/多文件渲染健壮化\n\n- web_dialog 模板: 远程下拉默认 undefined/[],避免裸显示 0\n\n- ArtException: 返回首页空路径兜底 /\n\n- server_info.go: gopsutil v3→v4,移除 go-m1cpu(修复 Apple Silicon SIGSEGV)\n\n- 升级 GoFrame 全家桶到 v2.10.2\n\n- version.json: 1.4.0 → 1.4.1",
"is_bot": false,
"headline": "fix(v1.4.1): PG附件ID兼容、部门时间、角色时间格式化、多图渲染、远程下拉默认值,升级gf2.10.2与gopsutil v4",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-06-05T11:12:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "649430568944ea2887cc53cd656ef4cd04e636d5",
"body": "Ignore .cursor locally and remove it from the open repository.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chore: stop tracking .cursor directory",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-25T02:31:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2a9ec34927d47049cbd9ace1d01d3674b0412d30",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chore(release): prepare v1.4.0 update package",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-22T04:40:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "256681ec81d1a623d9e0fb4bd399eb80faef66a0",
"body": "…rmission boundaries\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Merge feat/rbac-permission-boundaries: tighten RBAC role hierarchy pe…",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-22T04:33:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b2381c0ae1755a76ae372fbbbf88b3a795b6b1ff",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix: tighten RBAC role hierarchy permission boundaries",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-22T04:03:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3f0e3d1c5b291adcd15c39aeaea5f4f971f21ed8",
"body": "…8→63)",
"is_bot": false,
"headline": "fix: 修正 xy_sys_config 序列初始值(pgsql setval 57→62,mysql AUTO_INCREMENT 5…",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-19T06:39:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a2294af3d3cbe103225a915ebfccf9441bc7588",
"body": "…delete, template dir\n\n- fix: 代码生成器关联核心表(admin_user/role/menu等)路由路径错误\n- fix: 代码生成字段label截断括号和逗号后多余说明文字\n- fix: 详情抽屉模板ElTag :type TypeScript类型报错\n- fix: HTTP请求前缀重复添加判断逻辑\n- feat: 通知私信接收人改为用户远程搜索选择器\n- fix: 通知列表接口缺少content字段\n- fix: 角色删除从TODO改为真实调用删除接口\n- fix: 启动时resource/template/site目录不存在导致报错",
"is_bot": false,
"headline": "feat(v1.3.9): fix gencodes relation paths, notice receiver UX, role …",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-18T09:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "236ddda777657998651cf8f6e0ada97dd162352a",
"body": null,
"is_bot": false,
"headline": "fix: correct generated relation api paths",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-15T09:03:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae3fa06faea60cd1d785499be38c0f472ec24f2e",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(release): make v1.3.8 pgsql migration id-safe",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-13T11:01:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0be20101f1c8b1e8cc6e35d8d57a04ae6eed6796",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chore(release): prepare v1.3.8 update package",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-13T10:48:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c7af263639b9497da50245c8d939f1367c53b384",
"body": null,
"is_bot": false,
"headline": "Merge PR: add SMS module",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-13T10:29:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7488f078c5c1ebcd9782f64f1c7cf2cc39000e8",
"body": "…atus filter\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix: add config_group registration, menu resource fields, variable st…",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-13T10:26:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2b04c4eaba4a0a7cec6ef499483bf36224499ec6",
"body": "…s, seed data, config tabs\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix: SMS module improvements - 3-layer refactor, auth, password field…",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-13T10:19:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b14c04291cb408b79deca4f7aa2a41b695a61596",
"body": "… auto-reset on config change\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "refactor: extract SMS to service/logic 3-layer, add variable parsing,…",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-13T09:59:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bf40bae4339d56e85b9928eb706a0d0eb0a99f3d",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat: add SMS menu and button permission SQL (pgsql + mysql)",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-13T09:49:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "be01bf1980d92821eba830dd59361de5db4fba1a",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix: add missing ElButton import in sms-template page",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-13T09:46:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "828e88321740cbf1e4b0c4c1e814d1e37996b31d",
"body": "Migrated from anmo-server. Includes pluggable driver architecture, template/variable/log CRUD, PostgreSQL+MySQL install scripts, and frontend management pages. Removed tenant_id for single-platform use.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat: add SMS module with Aliyun/Tencent drivers and admin UI",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-13T09:45:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "68a92bcb57a4917ba10943b2f48fc3b49a2ef982",
"body": null,
"is_bot": false,
"headline": "Merge PR: support addon static resources",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-13T08:53:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23b596d08335d3f01acc35312f130a1ba53d4d5b",
"body": null,
"is_bot": false,
"headline": "Merge PR: fix gen-codes comment parse and icon selector",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-13T08:49:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aec3bff2006ce3fb9ff6d974b248b85610686cc7",
"body": "1. Fix parseCommentOptions to support space-separated dict comments. Frontend now aligns with backend parseRadioOptions behavior.\n\n2. Refactor icon selector: Tab switching filters by icon set, add @iconify-json local packages (ri/fa6-solid/ant-design/mdi), sub-category filter, search, paginated loading, fix ElRadioButton label to value.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(web): fix gen-codes comment parse and icon selector",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-13T08:44:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "be39fbfc473d3abab55e3b5ad6c79ad5d1fa25c3",
"body": "Convention: place files in addons/{name}/public/, auto-mapped to /addons/{name}/ URL prefix. Static resources live alongside addon code for full self-containment.\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(addon): support static resource serving per addon",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-13T05:29:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0f9afdd0ae215fd921f8050c81343e6babe85e79",
"body": "Add editable menu button API permissions with backend normalization and fallback inference so manually created buttons participate in API authorization.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(v1.3.7): automate menu permission points",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-13T03:54:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "07c3d8088bc0de65b40173ff76bdc72e79a73198",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix: update install SQL perms data",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-09T16:16:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "74f0cd53580d65d5166779761c2f7a97cd965f6e",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(v1.3.6): API权限拦截 + 字段权限执行层",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-09T15:53:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "17895487e4b046ee3f8478e4a59c9c76b224a5eb",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(v1.3.5): add dual token refresh flow",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-07T12:57:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0e7d1885c98044c5fa14afe4bf18062e29f280cb",
"body": "…idth\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix: tree table refresh preserves search filters + member list auto-w…",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-07T09:14:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2ef543df753c9d12a77c8d572a60a5cf053b71a1",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chore: bump version to 1.3.4",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-07T05:25:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "12769f136fa11842ab65c0b4fcbc12771bade3af",
"body": "- Backend menu API includes type=3 buttons\n\n- Frontend MenuProcessor extracts buttons to meta.authList\n\n- v-auth directive and useAuth hook support super admin bypass\n\n- All business pages add v-auth/hasAuth permission control\n\n- CRUD generator templates support permission buttons\n\n- Standardize but\n[…]\nAdd missing type=3 button menu records\n\n- Migration scripts: 1.3.4_button_auth (pgsql + mysql)\n\n- Remove xygo.exe from tracking, gitignore tenant addon\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(v1.3.4): button-level permission control",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-07T05:25:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b55b2fd33a0fbf5c18a7d371b03ee822e98d6cde",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chore: remove pack_update from tracking (already in .gitignore)",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-06T13:14:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bf8cd8be2019a4c1bfb29ea88a4fc65189073cf1",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(v1.3.3): remove userweb static path not in open edition",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-06T13:00:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c92b6e4c223b0411c60269ff016a0d3c012ab943",
"body": "…leware/context/jwt\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(v1.3.3): sync core changes - remove tenant from core, update midd…",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-06T12:48:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f70fe72cbe0696bc3e6e1593cf896fc8f6d6f231",
"body": "…ment + @addons alias\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat(v1.3.3): addon dual-controller scaffold + CRUD generator enhance…",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-05-06T12:36:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "16c8380d24b875e215fd1bd70632b3eb120d2598",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "fix(v1.3.2): status tag color order + pack.py tag sorting",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-04-29T06:26:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0bef211d2387d3d7705d5c7e66bc8ea6978b952",
"body": "- fix: adding child role becomes top-level role\n- fix: PostgreSQL create_time NOT NULL constraint error\n- feat: codegen addon mode dynamic paths and package names (11 templates)\n- feat: codegen addon mode auto-generate service/controller/module/addons.go\n\nMade-with: Cursor",
"is_bot": false,
"headline": "feat(v1.3.2): role fix + codegen addon mode support",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-04-29T06:18:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38df2069c886725bf93dffda4f9eda21a5133fa8",
"body": "…go, .gitkeep, tools.go, cmdtools/addon/*)\n\nMade-with: Cursor",
"is_bot": false,
"headline": "fix: pack.py and updater skip logic - allow addon root files (addons.…",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-04-22T10:36:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7be5f41ea3b84d62199a243bb9b9c87594c787a4",
"body": "…elds)\n\nMade-with: Cursor",
"is_bot": false,
"headline": "fix: align EndpointUser struct with private version (remove unused fi…",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-04-22T09:56:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d7fb26a239a24d30509fff9fd795b88f9cd405a",
"body": "…ix menu text)\n\nMade-with: Cursor",
"is_bot": false,
"headline": "fix: align tools.go with private version (remove extra else/return, f…",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-04-22T09:53:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5dd9fb193921f2daaabb54f20a20f245d7aeb1b",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "fix: addon.Create missing second argument in tools.go",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-04-22T09:49:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3f99cee30d325e6df8f212460901a8d31b571fd",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "fix: addon.Pack missing second argument in tools.go",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-04-22T09:48:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ca6cd5f183fa964aecf1ae1dc80ba6967177afb",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "chore: bump version to 1.3.1",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-04-22T09:45:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebf8ec7eac968a7673ae67eb5f1d1fa841ca23f5",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "feat: addon V2 扩展系统 + 菜单修复",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-04-22T09:45:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b19645ec150f58c6fb89002a42617cb3ebf9fb3",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "fix: filter orphan menu nodes when parent is disabled",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-04-07T02:43:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd11a90239a5c7c91d52321f852ce186ededca6d",
"body": "…nly for admin routes\n\nMade-with: Cursor",
"is_bot": false,
"headline": "release: v1.3.0 - fix: role selector use ElTreeSelect, fix: worktab o…",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-04-07T02:11:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4fe0c46ab4129b52fb8dbb6910d6a6430dd3644",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "chore: bump version to 1.2.9",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-04-03T02:05:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aba68b53fa16a1310b234daea08da001900b7ff5",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "fix(v1.2.9): reset form.id on new menu to prevent editing stale record",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-04-03T02:05:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c8c18646f139860942afa344fbbd956bb1059af",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "chore: bump version to 1.2.8",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-04-02T08:35:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a862914860bf675168553ee26bb4aeba497ebd34",
"body": "… improvements\n\nMade-with: Cursor",
"is_bot": false,
"headline": "fix(v1.2.8): image preview teleport, gen-codes designer guards and UX…",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-04-02T08:32:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6f982e446241f9da4c3576f8322b86c2df1b8d0",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "fix(v1.2.7): external link jump, menu tooltip, gitignore addons",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-04-01T09:46:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3d49ba072a167b0bf3d91aea74bf278890d13b3",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "fix(v1.2.7): add nav_show_children field to install SQL scripts",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-04-01T08:24:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "631c62343068a31cc089b2e9ed8032141e466241",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "feat(v1.2.7): nav_show_children dropdown for top bar menus",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-04-01T08:15:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36ca461121dfa9346ed6f23479881eed0d04ba5b",
"body": "…n credentials\n\nMade-with: Cursor",
"is_bot": false,
"headline": "feat(v1.2.7): expose demoMode in site API and conditionally fill logi…",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-03-30T15:11:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3339e7a9620c6901ef200dfb2a9bef5d4ae08ed",
"body": "…ints\n\nMade-with: Cursor",
"is_bot": false,
"headline": "fix(v1.2.7): add DemoGuard to tenant route and whitelist tenant endpo…",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-03-30T14:21:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fe68a4bc1c80e53bb108734b7a1c43b6d636ba8",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "feat: addon uninstall cleans empty directories via dir_list tracking",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-03-30T11:18:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3641fe278d10a41aa060d46c2830ecb9f56968c8",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "fix: preserve and merge file_list during addon upgrade",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-03-30T10:05:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de4440a9a9261b104743fa68818f9268b2083d5a",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "fix: recover panic in migrate during update when DB not configured",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-03-30T09:27:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ad7e4bab8abb6e647629aa576691556084b0547",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "fix: normalize path separator in checksum comparison for Windows",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-03-30T09:18:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be8a438de6c4866d16416cdc52bf1ab48df3892b",
"body": "…l.sql\n\nMade-with: Cursor",
"is_bot": false,
"headline": "fix: add SET search_path before xy_migration/xy_addon in pgsql_instal…",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-03-30T09:00:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f94eda3d129a98bdc694660ee44828faa504b09c",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "fix(v1.2.6): add missing tenant preset files and fix gitignore encoding",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-03-30T08:49:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35f2ea234ec911feba71ac6b99ec1d30f387521e",
"body": "- Addon install/upgrade/uninstall with PgSQL + MySQL support\n- Online update system with conflict detection\n- Database migration tool with interactive mode\n- cmd.go: tenant route presets for addon extensibility\n- middleware/token: tenant auth presets\n- Initial SQL: added xy_migration and xy_addon tables\n- tools.go: switched to go run, added error output\n- README: added tool commands and project structure updates\n- Removed accidentally committed mobile/node_modules binaries\n\nMade-with: Cursor",
"is_bot": false,
"headline": "feat(v1.2.6): addon system, online update, tool improvements",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-03-30T08:29:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7aed50d0e38e483c94ed4004710adc68fcf6aa29",
"body": null,
"is_bot": false,
"headline": "feat(v1.2.7): 版本号常量与测试字段",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-03-29T12:23:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86eddebe27db22e892566d6434ac7495e6541a10",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "feat(v1.2.6): 新增在线更新系统与工具命令入口",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-03-29T11:50:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "028b4ddf80d729bab63656bb287d0733c3c83523",
"body": null,
"is_bot": false,
"headline": "准备测试扩展包",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-03-29T11:02:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59d6e6142415b856dafc41e04efcc815e59440d1",
"body": "- 菜单保存时自动填充 create_time/update_time,修复 NOT NULL 约束报错\n- 目录类型菜单表单提交逻辑修复,button 用 authName,其余用 name\n- 菜单列表「是否启用」「隐藏菜单」开关支持直接点击保存到后端\n- 混合模式/双列模式左侧二级菜单修复,正确处理 ADMIN_BASE_PATH 前缀\n- 删除 12 个页面错误的自定义 responseAdapter,使用 defaultResponseAdapter\n- 修复代码生成模板 web_index.vue.tpl 中多余的 transform 块\n- 定时任务/日志/分组列表补全 PageRes 分页信息,修复 total 返回 0\n- 性能分析趋势图 DateFormat 双百分号转义修复,兼容 MySQL\n\nMade-with: Cursor",
"is_bot": false,
"headline": "fix(v1.2.5): 菜单管理优化、列表分页修复与性能分析兼容",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-03-24T07:24:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b3a7962c3be29c26b4855e3f71c597f008fd7e4",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "chore: gitignore增加exe文件忽略规则",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-03-20T11:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "feb6b868a5fa6ce47a6740fc7df9fd0cc96262df",
"body": null,
"is_bot": false,
"headline": "修改注册用户缺少手机号验证,降级member端bcrypt密码加密方式为后台相同的md5方式",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-03-20T11:38:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaf5a6ceb56030b094f961f1e391681a7aa2a3a3",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "fix: MemberAuth中间件区分被踢下线状态、修复BOM字符、README增加赞助板块",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-03-20T02:55:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7806100136d826cc02562dd5ce4d2d8bcb718c2b",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "fix: 修复Views类型兼容(uint->int转换)、同步gen dao entity更新、添加node_modules忽略规则",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-03-18T08:48:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07736227381c2121229584cf72e45c7122492788",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "refactor: 第三方登录信息拆分到独立xy_member_oauth表,提升扩展性",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-03-18T08:17:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1e383a7cfc628724aa3c973ef5587f97f2e6efd",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "feat: 新增微信公众号OAuth2登录、UniApp移动端项目、会员认证文档更新",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-03-18T07:30:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b96031e7878d67e3d2f9d2c336ba93cba1ac1f82",
"body": null,
"is_bot": false,
"headline": "修正小程序配置参数读取",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-03-16T05:13:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0ccd620611bd9e47b23f5ab83c3a29cf1e48397",
"body": "- 新增微信小程序登录接口(/wm/auth/login),复用 MemberAuth 认证体系\n- 系统配置新增「小程序配置」分组,支持 appid/appsecret 配置\n- 优化后台菜单新增/编辑:支持选择上级目录及图标选择器\n- 同步更新 MySQL/PostgreSQL 初始化脚本\n\nMade-with: Cursor",
"is_bot": false,
"headline": "新增微信小程序登录接口及配置,优化菜单管理",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-03-16T03:01:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ccff8c4179445225d7793a17df8c2888bffedbd",
"body": null,
"is_bot": false,
"headline": "增加版权注释",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-03-09T03:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4548e2c1de647d0c14a0b248309252bf023aa576",
"body": null,
"is_bot": false,
"headline": "修复登录",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-03-05T05:20:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b96d4a62b24eade40229ba373da167d49b7d226",
"body": null,
"is_bot": false,
"headline": "增加自定义入口",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-03-05T01:42:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1faf9484a178e99fbc454014635e7c3f10c8959",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "fix: mobile layout overflow and sidebar scroll issues",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-02-28T05:49:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e2a7aaff01d9c515f2104a6d38a936c22f7b696",
"body": null,
"is_bot": false,
"headline": "添加配置文件模板",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-02-26T12:23:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9448f7fbdc8a1d42c8c25313793e88bf1d7fc42b",
"body": null,
"is_bot": false,
"headline": "修正一些web端遗留问题",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-02-26T12:16:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f630d850f87dfa5b4a868ce06390743c11e99941",
"body": null,
"is_bot": false,
"headline": "更新中文readme",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-02-24T05:15:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6eeb585042ce3eda18653dc5cf76cef774aee5a",
"body": null,
"is_bot": false,
"headline": "ignore build artifacts",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-02-24T05:12:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18c1e14ce50ec97941166f22b2f241179e887321",
"body": null,
"is_bot": false,
"headline": "版本1.0",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-02-24T04:50:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16679baaa2944b219e14b3752e8aa678c0f2a1f3",
"body": "Co-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "init: base project before open source cleanup",
"author_name": "喜羊羊",
"author_login": "z312193608",
"committed_at": "2026-02-23T10:46:29Z",
"body_truncated": false,
"is_coding_agent": true
}
],
"releases_count": 3,
"commits_last_year": 88,
"latest_release_at": "2026-07-07T08:31:59Z",
"latest_release_tag": "v1.4.6",
"releases_from_tags": false,
"days_since_last_push": 9,
"active_weeks_last_year": 18,
"days_since_latest_release": 18,
"mean_days_between_releases": 2.6
},
"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": []
},
"popularity": {
"forks": 24,
"stars": 104,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2026-03-12",
"count": 1
},
{
"date": "2026-03-13",
"count": 1
},
{
"date": "2026-03-19",
"count": 2
},
{
"date": "2026-03-20",
"count": 2
},
{
"date": "2026-03-25",
"count": 1
},
{
"date": "2026-03-30",
"count": 2
},
{
"date": "2026-04-17",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
},
{
"date": "2026-05-06",
"count": 2
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
},
{
"date": "2026-06-26",
"count": 1
},
{
"date": "2026-07-07",
"count": 1
},
{
"date": "2026-07-12",
"count": 1
},
{
"date": "2026-07-14",
"count": 2
},
{
"date": "2026-07-15",
"count": 1
},
{
"date": "2026-07-16",
"count": 1
},
{
"date": "2026-07-18",
"count": 1
},
{
"date": "2026-07-20",
"count": 1
}
],
"complete": true,
"collected": 24,
"total_forks": 24
},
"star_history": null,
"open_issues_and_prs": 6
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"server/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"web/tsconfig.json"
],
"toolchain_manifests": [
"server/go.mod"
],
"largest_source_bytes": 68261,
"source_files_sampled": 635,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"server/go.mod",
"web/package.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go",
"npm"
],
"dependencies": [
{
"name": "github.com/aliyun/alibaba-cloud-sdk-go",
"manifest": "server/go.mod",
"ecosystem": "go",
"version_constraint": "v1.63.107"
},
{
"name": "github.com/aliyun/aliyun-oss-go-sdk",
"manifest": "server/go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.2+incompatible"
},
{
"name": "github.com/gogf/gf/contrib/drivers/mysql/v2",
"manifest": "server/go.mod",
"ecosystem": "go",
"version_constraint": "v2.10.2"
},
{
"name": "github.com/gogf/gf/contrib/drivers/pgsql/v2",
"manifest": "server/go.mod",
"ecosystem": "go",
"version_constraint": "v2.10.2"
},
{
"name": "github.com/gogf/gf/contrib/nosql/redis/v2",
"manifest": "server/go.mod",
"ecosystem": "go",
"version_constraint": "v2.10.2"
},
{
"name": "github.com/gogf/gf/v2",
"manifest": "server/go.mod",
"ecosystem": "go",
"version_constraint": "v2.10.2"
},
{
"name": "github.com/golang-jwt/jwt/v5",
"manifest": "server/go.mod",
"ecosystem": "go",
"version_constraint": "v5.3.0"
},
{
"name": "github.com/google/pprof",
"manifest": "server/go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260202012954-cb029daf43ef"
},
{
"name": "github.com/google/uuid",
"manifest": "server/go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/gorilla/websocket",
"manifest": "server/go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.3"
},
{
"name": "github.com/qiniu/go-sdk/v7",
"manifest": "server/go.mod",
"ecosystem": "go",
"version_constraint": "v7.25.6"
},
{
"name": "github.com/shirou/gopsutil/v4",
"manifest": "server/go.mod",
"ecosystem": "go",
"version_constraint": "v4.26.5"
},
{
"name": "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common",
"manifest": "server/go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.96"
},
{
"name": "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/sms",
"manifest": "server/go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.93"
},
{
"name": "github.com/tencentyun/cos-go-sdk-v5",
"manifest": "server/go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.72"
},
{
"name": "golang.org/x/image",
"manifest": "server/go.mod",
"ecosystem": "go",
"version_constraint": "v0.36.0"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "server/go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
},
{
"name": "@element-plus/icons-vue",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^2.3.2"
},
{
"name": "@iconify-json/ant-design",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.5"
},
{
"name": "@iconify-json/fa6-solid",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.4"
},
{
"name": "@iconify-json/mdi",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.3"
},
{
"name": "@iconify-json/ri",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.10"
},
{
"name": "@iconify/vue",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^5.0.0"
},
{
"name": "@tailwindcss/vite",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^4.1.14"
},
{
"name": "@vue/reactivity",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^3.5.21"
},
{
"name": "@vueuse/core",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^13.9.0"
},
{
"name": "@wangeditor/editor",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^5.1.23"
},
{
"name": "@wangeditor/editor-for-vue",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "next"
},
{
"name": "axios",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^1.12.2"
},
{
"name": "cropperjs",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^1.6.2"
},
{
"name": "crypto-js",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^4.2.0"
},
{
"name": "echarts",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^6.0.0"
},
{
"name": "element-plus",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^2.11.2"
},
{
"name": "file-saver",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.5"
},
{
"name": "highlight.js",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^11.10.0"
},
{
"name": "md-editor-v3",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^6.3.1"
},
{
"name": "mitt",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^3.0.1"
},
{
"name": "nprogress",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^0.2.0"
},
{
"name": "ohash",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.11"
},
{
"name": "pinia",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^3.0.3"
},
{
"name": "pinia-plugin-persistedstate",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^4.3.0"
},
{
"name": "qrcode.vue",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^3.6.0"
},
{
"name": "screenfull",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^6.0.2"
},
{
"name": "sortablejs",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^1.15.6"
},
{
"name": "tailwindcss",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^4.1.14"
},
{
"name": "vue",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^3.5.21"
},
{
"name": "vue-draggable-plus",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^0.6.0"
},
{
"name": "vue-i18n",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^9.14.0"
},
{
"name": "vue-router",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^4.5.1"
},
{
"name": "xgplayer",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^3.0.20"
},
{
"name": "xlsx",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^0.18.5"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 6,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "z312193608",
"commits": 88,
"avatar_url": "https://avatars.githubusercontent.com/u/106087896?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [
"eslint.config.mjs"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum",
"pnpm-lock.yaml"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 9,
"reason": "binaries present in source code",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 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": "30 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "109 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "1c7f810c8a70657f4948871b980c8829156ef2a8",
"ran_at": "2026-07-26T08:17:57Z",
"aggregate_score": 2.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 1,
"created_at": "2026-04-01T10:52:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2,
"created_at": "2026-04-01T11:04:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 3,
"created_at": "2026-04-01T11:09:42Z",
"last_comment_at": "2026-07-22T01:20:26Z",
"last_comment_author": "z312193608"
},
{
"number": 6,
"created_at": "2026-06-05T02:04:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 8,
"created_at": "2026-07-18T10:22:20Z",
"last_comment_at": "2026-07-21T02:37:02Z",
"last_comment_author": "z312193608"
},
{
"number": 9,
"created_at": "2026-07-21T15:43:53Z",
"last_comment_at": "2026-07-22T01:20:01Z",
"last_comment_author": "z312193608"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/z312193608/xygo-admin",
"host": "github.com",
"name": "xygo-admin",
"owner": "z312193608"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"security": 21,
"vitality": 77,
"community": 48,
"governance": 12,
"engineering": 66
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 77,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"commits_last_year": 88,
"human_commit_share": 1,
"days_since_last_push": 9,
"active_weeks_last_year": 18
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 9 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "18/52 weeks with commits",
"points": 12.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 18
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "88 commits in the last year",
"points": 17.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 88
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v1.4.6",
"releases_from_tags": false,
"days_since_latest_release": 18,
"mean_days_between_releases": 2.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 18 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 18
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~2.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 2.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 48,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"forks": 24,
"stars": 104,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "104 stars",
"points": 32.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 104
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "24 forks",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 24
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "critical",
"name": "Sustainability & Governance",
"value": 12,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 6,
"closed_issues": 0,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "0/3 decided PRs merged",
"points": 0,
"status": "missed",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 0,
"decided": 3
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "critical",
"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": 27,
"inputs": {
"followers": 0,
"owner_type": "User",
"is_verified": null,
"owner_login": "z312193608",
"public_repos": 2,
"account_age_days": 1524
},
"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": "0 followers of z312193608",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "z312193608"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "2 public repos, account ~4 yr old",
"points": 11.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 2
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 66,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"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": "eslint.config.mjs",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"admin-dashboard",
"admin-framework",
"code-generator",
"crud-generator",
"element-plus",
"goframe",
"golang",
"mysql",
"postgresql",
"rbac",
"typescript",
"vue3"
],
"has_wiki": false,
"homepage": "https://www.xygoadmin.com",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://www.xygoadmin.com",
"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": "12 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 12
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 21,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 21,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 14,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 4,
"scorecard_aggregate": 2.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 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": "30 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "109 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 66,
"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.83,
"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": "73 of 88 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 73,
"sampled": 88
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum",
"pnpm-lock.yaml"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"server/Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"web/tsconfig.json"
],
"agent_commit_share": 0.295,
"toolchain_manifests": [
"server/go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "server/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "server/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "eslint.config.mjs",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "web/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "web/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "26 of the last 88 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 26,
"sampled": 88
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 68261,
"source_files_sampled": 635,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/635 source files over 60KB",
"points": 54.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 635,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch npm package 'art-design-pro' from its registry",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T08:18:04.850359Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/z/z312193608/xygo-admin.svg",
"full_name": "z312193608/xygo-admin",
"license_state": "standard",
"license_spdx": "MIT"
}