Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 311,
"has_wiki": true,
"homepage": null,
"languages": {
"HTML": 36377,
"JavaScript": 149640
},
"pushed_at": "2026-03-29T13:49:29Z",
"created_at": "2026-03-29T03:09:25Z",
"owner_type": "User",
"updated_at": "2026-07-14T15:19:08Z",
"description": "大模型驱动的npc决策,npc和玩家平权",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript",
"HTML"
]
},
"owner": {
"blog": null,
"name": "Jeff Q",
"type": "User",
"login": "zblcving9-gif",
"company": null,
"location": null,
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/258508067?v=4",
"created_at": "2026-01-31T22:11:34Z",
"is_verified": null,
"public_repos": 12,
"account_age_days": 170
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "1f54021d630b7a43b7edc75cfda81015eb83e1f6",
"body": "Bug修复:\n- 修复碰撞掩码格式(0xFFFF → 0xFFFFFFFF)\n- 修复cultivation.js面板内容覆盖问题\n- 添加WorldLogSystem初始化检查\n\n文件变更:\n- js/engine/state.js: 碰撞掩码修复\n- js/systems/cultivation.js: 面板显示修复\n- index.html: 初始化检查",
"is_bot": false,
"headline": "v13: 修复碰撞过滤和面板显示问题",
"author_name": "zblcving9-gif",
"author_login": "zblcving9-gif",
"committed_at": "2026-03-29T12:57:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02ff9527ced19c0bf81ad33f2af67fa3991065ef",
"body": "新功能:\n- 添加物理碰撞和边界检测\n- 多轮聊天和聊天记录持久化(localStorage)\n- NPC多功能系统(采集、修炼、休息)\n\n文件变更:\n- js/engine/state.js: 碰撞过滤、NPC行为系统\n- js/systems/dialog.js: 多轮聊天、持久化",
"is_bot": false,
"headline": "v12: 物理碰撞、多轮聊天、NPC功能系统",
"author_name": "zblcving9-gif",
"author_login": "zblcving9-gif",
"committed_at": "2026-03-29T12:40:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00208a16ce9d37ba246f27ab69bc92fee610878f",
"body": "优化内容:\n- NPC/怪物使用恒定速度4,禁用重力影响\n- 对话框位置上移到bottom:120px,避免重叠\n- 所有UI透明度改为80%,添加折叠功能\n- 新增世界信息窗口,记录重要事件\n\n文件变更:\n- index.html: UI样式、折叠功能、世界日志系统\n- js/engine/core.js: 禁用重力\n- js/engine/state.js: NPC恒定速度",
"is_bot": false,
"headline": "v11: NPC移动优化、UI折叠、世界信息窗口",
"author_name": "zblcving9-gif",
"author_login": "zblcving9-gif",
"committed_at": "2026-03-29T11:51:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bf3ee92b479469d11068ac5c965ac35be4fca68",
"body": "优化内容:\n- 速度固定为常量 MOVE_SPEED = 8\n- 移除疾病对速度的影响\n- 移除效果系统对速度的修改\n- 移除轻功技能对速度的修改\n- 直接计算位置,确保流畅移动\n\n文件变更:\n- js/engine/state.js: 恒定速度实现\n- js/systems/survival.js: 移除疾病速度影响\n- js/systems/combat.js: 移除轻功速度修改",
"is_bot": false,
"headline": "v10: 实现恒定移动速度,移除所有速度影响因素",
"author_name": "zblcving9-gif",
"author_login": "zblcving9-gif",
"committed_at": "2026-03-29T11:28:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cd526584bd924d0065243e8bf80b3c13bf258de",
"body": "优化内容:\n- 基础速度从3提升到5\n- 移除速度对体力的依赖\n- 位置更新系数从10提升到60\n- 降低体力消耗\n\n文件变更:\n- js/engine/state.js: 速度优化\n- js/systems/survival.js: baseSpeed默认值更新\n- js/systems/combat.js: baseSpeed默认值更新",
"is_bot": false,
"headline": "v9: 提升玩家移动速度,确保流畅体验",
"author_name": "zblcving9-gif",
"author_login": "zblcving9-gif",
"committed_at": "2026-03-29T10:35:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5a8b4ac5ab953e7da60eaa50666d0b1268f32d9",
"body": "Bug修复:\n- 添加碰撞过滤使玩家可穿透NPC/怪物\n- 强制位置更新确保移动流畅\n- 降低摩擦力参数避免卡住\n\n文件变更:\n- js/engine/state.js: 碰撞过滤、强制位置更新",
"is_bot": false,
"headline": "v8: 修复物理碰撞导致玩家卡住问题",
"author_name": "zblcving9-gif",
"author_login": "zblcving9-gif",
"committed_at": "2026-03-29T10:27:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c25daa06363f5ed91cc0cd02b58cf4b7250f3e2",
"body": "Bug修复:\n- 统一使用baseSpeed替代硬编码速度值\n- 添加速度下限保护机制(不低于baseSpeed*0.3)\n- 修复加速效果结束后的速度恢复\n- 修复感冒生病时的速度降低逻辑\n- 修复疾病痊愈后的速度恢复\n\n文件变更:\n- js/engine/state.js: 速度保护机制\n- js/systems/survival.js: 疾病速度使用baseSpeed",
"is_bot": false,
"headline": "v7: 修复玩家速度系统冲突问题",
"author_name": "zblcving9-gif",
"author_login": "zblcving9-gif",
"committed_at": "2026-03-29T09:53:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c427786abd9624b249d4541b39c6a96aa88981e4",
"body": "新功能:\n- 门派功法树:4个门派各6个独特功法(共24个)\n- 快捷栏系统:按键1/2/3释放功法\n- 鼠标方向攻击:投射物朝鼠标方向发射\n- 功法特效:雷电、剑气、音波等不同视觉风格\n\n文件变更:\n- 新增 js/systems/technique.js(快捷栏系统)\n- 更新 state.js(功法数据、投射物数组)\n- 更新 renderer.js(功法特效渲染)\n- 更新 index.html(快捷栏UI)",
"is_bot": false,
"headline": "v6: 新增门派功法系统与快捷栏",
"author_name": "zblcving9-gif",
"author_login": "zblcving9-gif",
"committed_at": "2026-03-29T08:47:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "819af6b9e1de418efc0ee10cb25a7b241aac3610",
"body": null,
"is_bot": false,
"headline": "添加v5版本压缩包",
"author_name": "zblcving9-gif",
"author_login": "zblcving9-gif",
"committed_at": "2026-03-29T07:52:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1705c304c43ef823a987b795c9b3489158ae97e5",
"body": "Bug修复:\n1. NPC/怪物死亡不消失: 移除isNPC条件判断\n2. 无法拾取物品: 添加droppedItems拾取逻辑\n3. 玩家速度变慢: 添加baseSpeed属性,修复速度恢复\n\n文档更新:\n- DEPENDENCY_MATRIX v4.md (历史)\n- DELTA_DEPENDENCY_MATRIX v4.md (历史)\n- DEPENDENCY_MATRIX.md v5\n- DELTA_DEPENDENCY_MATRIX.md v5",
"is_bot": false,
"headline": "v5: 修复3个关键bug",
"author_name": "zblcving9-gif",
"author_login": "zblcving9-gif",
"committed_at": "2026-03-29T07:49:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4202c162cdd22f34df46d0f1b2a87e5cc066b682",
"body": null,
"is_bot": false,
"headline": "添加v4版本压缩包到历史版本目录",
"author_name": "zblcving9-gif",
"author_login": "zblcving9-gif",
"committed_at": "2026-03-29T07:30:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a175daabeb1fbf056696f550239f6fb28197b6b2",
"body": "功能新增:\n- NPC/怪物拥有与玩家相同的全部属性(能量/修仙/物品/战斗)\n- 创建5只妖兽怪物\n- 好感度随机化(-100到100)\n\n属性扩展:\n- 能量系统: mana, stamina, hunger, immunity, spiritualPower\n- 修仙系统: cultivation, cultivationLevel, cultivationRealm\n- 物品系统: inventory, gold, techniques\n- 战斗系统: attackSpeed, attackRange\n\n文档更新:\n- DEPENDENCY_MATRIX v3.md (历史)\n- DELTA_DEPENDENCY_MATRIX v3.md (历史)\n- DEPENDENCY_MATRIX.md v4\n- DELTA_DEPENDENCY_MATRIX.md v4",
"is_bot": false,
"headline": "v4: NPC/怪物完整属性 + 怪物系统 + 好感度随机化",
"author_name": "zblcving9-gif",
"author_login": "zblcving9-gif",
"committed_at": "2026-03-29T07:26:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85f1536ab15184d34cd870e0cf76b7daa093a091",
"body": "包含内容:\n- 游戏概述与快速上手\n- 11个核心系统详解\n- 3种修仙路线推荐\n- NPC交互与AI对话指南\n- 建造发展与最佳布局\n- 战斗机制与连击系统\n- 生存健康系统\n- 高级效率技巧\n- 常见问题解答",
"is_bot": false,
"headline": "添加完整游戏攻略指南",
"author_name": "zblcving9-gif",
"author_login": "zblcving9-gif",
"committed_at": "2026-03-29T06:56:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f6a2dbcc882152ef7ce2bb8f6724c80643b4926",
"body": "Bug修复:\n- 物品栏初始化: [] → new Array(20).fill(null)\n- 采集逻辑: 调整检查顺序(体力前置)\n\n新增:\n- history_version_zip/xianxia-AI-town-v3.zip\n\n文档更新:\n- DEPENDENCY_MATRIX v2.md (历史)\n- DELTA_DEPENDENCY_MATRIX v2.md (历史)\n- DEPENDENCY_MATRIX.md v3\n- DELTA_DEPENDENCY_MATRIX.md v3",
"is_bot": false,
"headline": "v3: 修复物品栏和采集bug + 添加历史版本压缩包",
"author_name": "zblcving9-gif",
"author_login": "zblcving9-gif",
"committed_at": "2026-03-29T05:35:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdf59bdf4c35b3bb67fabf0041c4967f10094949",
"body": "包含内容:\n- 操作说明\n- 角色属性\n- 境界体系\n- 世界探索\n- 建造/战斗/门派系统\n- NPC对话与AI配置\n- 功法修炼\n- 合成系统\n- 生存系统\n- 天气系统\n- 新手攻略\n- 进阶技巧\n- 常见问题",
"is_bot": false,
"headline": "添加游戏指南与攻略文档",
"author_name": "zblcving9-gif",
"author_login": "zblcving9-gif",
"committed_at": "2026-03-29T04:41:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5342cbc75aec297fcf13b0eb13dbad47ceabe98",
"body": "- combat.js: 320行 → 127行\n- 更新DEPENDENCY_MATRIX.md行数统计\n- 所有文件均符合行数约束",
"is_bot": false,
"headline": "v2.2: 精简combat.js至127行 + 更新依赖矩阵",
"author_name": "zblcving9-gif",
"author_login": "zblcving9-gif",
"committed_at": "2026-03-29T03:33:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d098982450bdc4bf8a33d94e84e73534d42ecc6",
"body": "- 将dialog.js从444行精简至169行\n- 保持功能完整不变\n- 符合二级节点≤300行的约束",
"is_bot": false,
"headline": "v2.1: 精简dialog.js至169行符合规范",
"author_name": "zblcving9-gif",
"author_login": "zblcving9-gif",
"committed_at": "2026-03-29T03:32:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc49f844eec8e761caadcc58a138100c180e337d",
"body": "Bug修复:\n- 修复资源采集判断条件错误(nearest.type==='resource' → nearest.amount!==undefined)\n\n新功能:\n- 添加阿里云Qwen API Key配置面板\n- 实现真实的qwen-turbo模型调用\n- API Key支持localStorage持久化存储\n\n文档更新:\n- DEPENDENCY_MATRIX.md v1 (历史版本)\n- DEPENDENCY_MATRIX.md v2 (当前版本)\n- DELTA_DEPENDENCY_MATRIX.md (增量变更)",
"is_bot": false,
"headline": "v2: 修复资源采集bug + 添加Qwen API配置面板",
"author_name": "zblcving9-gif",
"author_login": "zblcving9-gif",
"committed_at": "2026-03-29T03:30:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff9d96c55798d8954008084ec5d8edf0cf162f38",
"body": "…wn-AI-",
"is_bot": false,
"headline": "Merge branch 'main' of https://github.com/zblcving9-gif/xianxia-AI-to…",
"author_name": "zblcving9-gif",
"author_login": "zblcving9-gif",
"committed_at": "2026-03-29T03:22:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d0cc369916bd7cb69779d4db4c838009b3ec0cf",
"body": "功能特性:\n- Matter.js物理引擎驱动的游戏世界\n- 11个相互影响的系统模块\n- 建造、采集、战斗、门派、天气、对话、修炼、合成、社交、生存、灵力系统\n- 支持阿里云Qwen API的NPC对话\n- 完整的修仙境界突破系统",
"is_bot": false,
"headline": "初始化修仙AI小镇项目",
"author_name": "zblcving9-gif",
"author_login": "zblcving9-gif",
"committed_at": "2026-03-29T03:10:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b955aafcd6b2c02244934df6db24a23babc54695",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "zblcving9-gif",
"author_login": "zblcving9-gif",
"committed_at": "2026-03-29T03:09:25Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 21,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 114,
"active_weeks_last_year": 1,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"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": 0,
"stars": 996,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [
{
"date": "2026-03-29",
"count": 4
},
{
"date": "2026-03-30",
"count": 15
},
{
"date": "2026-03-31",
"count": 11
},
{
"date": "2026-04-01",
"count": 6
},
{
"date": "2026-04-02",
"count": 10
},
{
"date": "2026-04-03",
"count": 17
},
{
"date": "2026-04-04",
"count": 18
},
{
"date": "2026-04-05",
"count": 13
},
{
"date": "2026-04-06",
"count": 13
},
{
"date": "2026-04-07",
"count": 11
},
{
"date": "2026-04-08",
"count": 14
},
{
"date": "2026-04-09",
"count": 21
},
{
"date": "2026-04-10",
"count": 13
},
{
"date": "2026-04-11",
"count": 11
},
{
"date": "2026-04-12",
"count": 20
},
{
"date": "2026-04-13",
"count": 8
},
{
"date": "2026-04-14",
"count": 10
},
{
"date": "2026-04-15",
"count": 15
},
{
"date": "2026-04-16",
"count": 9
},
{
"date": "2026-04-17",
"count": 19
},
{
"date": "2026-04-18",
"count": 8
},
{
"date": "2026-04-19",
"count": 15
},
{
"date": "2026-04-20",
"count": 12
},
{
"date": "2026-04-21",
"count": 16
},
{
"date": "2026-04-22",
"count": 16
},
{
"date": "2026-04-23",
"count": 9
},
{
"date": "2026-04-24",
"count": 10
},
{
"date": "2026-04-25",
"count": 13
},
{
"date": "2026-04-26",
"count": 13
},
{
"date": "2026-04-27",
"count": 21
},
{
"date": "2026-04-28",
"count": 10
},
{
"date": "2026-04-29",
"count": 12
},
{
"date": "2026-04-30",
"count": 8
},
{
"date": "2026-05-01",
"count": 13
},
{
"date": "2026-05-02",
"count": 10
},
{
"date": "2026-05-03",
"count": 12
},
{
"date": "2026-05-04",
"count": 10
},
{
"date": "2026-05-05",
"count": 14
},
{
"date": "2026-05-06",
"count": 15
},
{
"date": "2026-05-07",
"count": 7
},
{
"date": "2026-05-08",
"count": 15
},
{
"date": "2026-05-09",
"count": 13
},
{
"date": "2026-05-10",
"count": 16
},
{
"date": "2026-05-11",
"count": 9
},
{
"date": "2026-05-12",
"count": 11
},
{
"date": "2026-05-13",
"count": 12
},
{
"date": "2026-05-14",
"count": 13
},
{
"date": "2026-05-15",
"count": 16
},
{
"date": "2026-05-16",
"count": 11
},
{
"date": "2026-05-17",
"count": 14
},
{
"date": "2026-05-18",
"count": 17
},
{
"date": "2026-05-19",
"count": 19
},
{
"date": "2026-05-20",
"count": 17
},
{
"date": "2026-05-21",
"count": 11
},
{
"date": "2026-05-22",
"count": 13
},
{
"date": "2026-05-23",
"count": 12
},
{
"date": "2026-05-24",
"count": 8
},
{
"date": "2026-05-25",
"count": 11
},
{
"date": "2026-05-26",
"count": 16
},
{
"date": "2026-05-27",
"count": 9
},
{
"date": "2026-05-28",
"count": 10
},
{
"date": "2026-05-29",
"count": 6
},
{
"date": "2026-05-30",
"count": 14
},
{
"date": "2026-05-31",
"count": 9
},
{
"date": "2026-06-01",
"count": 14
},
{
"date": "2026-06-02",
"count": 21
},
{
"date": "2026-06-03",
"count": 11
},
{
"date": "2026-06-04",
"count": 10
},
{
"date": "2026-06-05",
"count": 12
},
{
"date": "2026-06-06",
"count": 7
},
{
"date": "2026-06-07",
"count": 12
},
{
"date": "2026-06-08",
"count": 13
},
{
"date": "2026-06-09",
"count": 6
},
{
"date": "2026-06-10",
"count": 18
},
{
"date": "2026-06-11",
"count": 16
},
{
"date": "2026-06-12",
"count": 14
},
{
"date": "2026-06-13",
"count": 13
},
{
"date": "2026-06-14",
"count": 11
},
{
"date": "2026-06-15",
"count": 11
},
{
"date": "2026-06-16",
"count": 3
}
],
"complete": true,
"collected": 996,
"total_stars": 996
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 24720,
"source_files_sampled": 15,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"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": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "zblcving9-gif",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/258508067?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"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": 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/21 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": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": "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": 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": "1f54021d630b7a43b7edc75cfda81015eb83e1f6",
"ran_at": "2026-07-21T15:47:43Z",
"aggregate_score": 2.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/zblcving9-gif/xianxia-AI-town-AI-",
"host": "github.com",
"name": "xianxia-AI-town-AI-",
"owner": "zblcving9-gif"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"security": 26,
"vitality": 14,
"community": 49,
"governance": 13,
"engineering": 21
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 14,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"commits_last_year": 21,
"human_commit_share": 1,
"days_since_last_push": 114,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 114 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 114
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "21 commits in the last year",
"points": 12.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 21
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"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": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"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": "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": 49,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"forks": 0,
"stars": 996,
"watchers": 0,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "996 stars",
"points": 48.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 996
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"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": 13,
"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": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/21 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": 28,
"inputs": {
"followers": 2,
"owner_type": "User",
"is_verified": null,
"owner_login": "zblcving9-gif",
"public_repos": 12,
"account_age_days": 170
},
"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": "2 followers of zblcving9-gif",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "zblcving9-gif"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "12 public repos, account ~0 yr old",
"points": 9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 12
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "critical",
"name": "Engineering Quality",
"value": 21,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"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": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "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": "critical",
"name": "Security",
"value": 26,
"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, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 26,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 2.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/21 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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "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": "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
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "critical",
"name": "AI Readiness",
"value": 24,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.714,
"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": "15 of 21 human commits state their intent (structured subject or explanatory body)",
"points": 38.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 15,
"sampled": 21
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"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": 1,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "no agent-authored commits among the last 21",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 21
}
}
],
"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": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 24720,
"source_files_sampled": 15,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/15 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 15,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-21T15:47:47.183038Z",
"schema_version": "0.23.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/z/zblcving9-gif/xianxia-AI-town-AI-.svg",
"full_name": "zblcving9-gif/xianxia-AI-town-AI-",
"license_state": "standard",
"license_spdx": "MIT"
}