原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 832,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 1335842,
"Shell": 1110,
"Makefile": 412
},
"pushed_at": "2026-07-27T10:27:07Z",
"created_at": "2026-07-18T15:11:11Z",
"owner_type": "User",
"updated_at": "2026-07-25T09:17:17Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": null,
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "Capsule7446",
"company": null,
"location": null,
"followers": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/64939677?v=4",
"created_at": "2020-05-07T02:05:39Z",
"is_verified": null,
"public_repos": 18,
"account_age_days": 2272
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-25T09:21:51Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-23T03:10:50Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-21T16:32:15Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-19T16:14:53Z"
}
],
"recent_commits": [
{
"oid": "cc6abecbdf757c18ac554ebcb790299e7e96231a",
"body": "* docs(refactor): document v0.3 replacement plan\n\nCapture the C01-C28 adjustment and acceptance checklists used for the direct core replacement.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>\n\n* refactor(core)!: replace v0.3 execution model\n\nFreeze execution through typed RunSnapshot bound\n[…]\n require environment revision\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: zPaul <paullai0220@gmail.com>\nCo-authored-by: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(core)!: 替换 v0.3 执行模型 (#9)",
"author_name": "Capsule7446",
"author_login": "Capsule7446",
"committed_at": "2026-07-25T09:17:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "595a74ca9500257761d4859e30380ab6221e8303",
"body": "* feat(node)!: add recording timeline lifecycle\n\nAdd leaf execution boundaries, blocking completion handlers, and structured engine outcomes while keeping timeline failures independent from node results.\n\nBREAKING CHANGE: node.Recorder.Start now returns a RecordingTimeline together with an error.\n\nC\n[…]\n published documentation set.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: zPaul <paullai0220@gmail.com>\nCo-authored-by: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(node)!: 增加录制时间轴生命周期 (#8)",
"author_name": "Capsule7446",
"author_login": "Capsule7446",
"committed_at": "2026-07-23T01:32:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8c0ef6e2fa8b09212d9c1f82b9c7d94064e5399a",
"body": "Define the canonical names and boundaries for domain assets, execution artifacts, runtime programs, and evidence facts.\n\nCo-authored-by: zPaul <paullai0220@gmail.com>\nCo-authored-by: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(domain): add terminology reference (#7)",
"author_name": "Capsule7446",
"author_login": "Capsule7446",
"committed_at": "2026-07-22T02:39:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8c8ba0784f97a015fa577e2ddf3cd6170dd441c2",
"body": "* refactor(node): 统一浏览器执行机制\n\n新增定位、读取、轮询和操作执行抽象,统一等待与验证轮询,补充自愈候选证据模型,并记录全量重构设计。\n\n* refactor(heal): 显式区分安全拒绝结果\n\n增加 safety_rejected outcome,并在 selector overlay 前记录安全拒绝,禁止安全边界失败通过重试绕过。\n\n* refactor(wait): 分离元素可见性等待语义\n\n将可见和不可见等待作为独立 WaitKind 编译并校验,保持 WaitNode 字段结构稳定。\n\n* test(node): 覆盖统一执行机制\n\n增加 Poller、Ope\n[…]\nhitecture and use case guides\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: zPaul <paullai0220@gmail.com>\nCo-authored-by: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(core)!: split domain and orchestration boundaries (#6)",
"author_name": "Capsule7446",
"author_login": "Capsule7446",
"committed_at": "2026-07-21T16:29:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2c2418cfea103488e3e38a40ad68aaf0305d99ce",
"body": "* feat(node): 完善浏览器执行契约\n\n统一等待条件、错误分类、有限重试和操作观测,并为自愈增加安全评估与单页面单并发边界。将未纳入本轮范围的浏览器能力记录到延期清单。\n\n* fix(node): 防止分类错误零值 panic\n\n让 ClassifiedError 的 Error 和 Unwrap 支持 nil receiver 与 nil 原始错误,并增加回归测试。\n\n* fix(node): 保持等待节点字段兼容\n\n将可见与不可见等待改为独立 WaitKind,避免为 WaitNode 增加导出字段,同时保留元素移除即满足不可见等待的行为。\n\n---------\n\nCo-authored-by: zPaul <paullai0220@gmail.com>",
"is_bot": false,
"headline": "feat(node): 完善浏览器执行契约 (#5)",
"author_name": "Capsule7446",
"author_login": "Capsule7446",
"committed_at": "2026-07-20T05:56:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c3c2f3cb23ae1f94c321cb5c1ccb4221c27a4c7",
"body": "Co-authored-by: zPaul <paullai0220@gmail.com>",
"is_bot": false,
"headline": "chore(git): normalize text files to LF (#4)",
"author_name": "Capsule7446",
"author_login": "Capsule7446",
"committed_at": "2026-07-19T19:17:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "357c32bce7b7111be9f7227ce07f2d2ea45c0464",
"body": "Reuse the dynamic-programming buffer while narrowing candidate paths to reduce repeated allocations without changing LCS results.\n\nCo-authored-by: zPaul <paullai0220@gmail.com>",
"is_bot": false,
"headline": "perf(heal): reuse LCS workspace across candidates (#3)",
"author_name": "Capsule7446",
"author_login": "Capsule7446",
"committed_at": "2026-07-19T15:11:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40a4db41dda726552bd4436d6211e42b7d3a6a5e",
"body": "* ci: add Go quality gates and release automation\n\nAdd GitHub Actions for formatting, tests, race detection, coverage, static analysis, tagged releases, and permission-gated PR Agent reviews.\n\n* ci: align release and PR review gates\n\nRun the same Go quality checks before publishing releases and allo\n[…]\n action.\n\n* ci: keep Go quality gates compatible\n\nUse stable Go-native checks in GitHub Actions until the linter toolchain supports Go 1.26.4.\n\n---------\n\nCo-authored-by: zPaul <paullai0220@gmail.com>",
"is_bot": false,
"headline": "ci: add Go CI/CD and PR Agent automation (#2)",
"author_name": "Capsule7446",
"author_login": "Capsule7446",
"committed_at": "2026-07-19T06:41:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "67a6120522be3e3a7f8dfdb8a81f37d4a6e8a913",
"body": "This reverts commit 4d093e92b2c4bb8865cd8c9fc9782334b7d2837c.",
"is_bot": false,
"headline": "Revert \"ci: add Go quality gates and release automation\"",
"author_name": "zPaul",
"author_login": null,
"committed_at": "2026-07-19T06:34:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "386488295bebf67270cd2f80634d4fecfb04871c",
"body": "This reverts commit 3eb9029f8de94247c8202939a38f6b1cfdbdea03.",
"is_bot": false,
"headline": "Revert \"ci: align release and PR review gates\"",
"author_name": "zPaul",
"author_login": null,
"committed_at": "2026-07-19T06:34:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27d5ec7598a64d28f14b5c657893a696aaecf414",
"body": "This reverts commit 6efa65f0677060d56ece690893fefbd1dd31b5dd.",
"is_bot": false,
"headline": "Revert \"ci: fix coverage script and lint compatibility\"",
"author_name": "zPaul",
"author_login": null,
"committed_at": "2026-07-19T06:34:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e81b4ce40b8fd10d2f736593d3f46aa74b68a86b",
"body": "This reverts commit b85907615217261f897ba26b42631cb675c5d680.",
"is_bot": false,
"headline": "Revert \"ci: update golangci lint configuration\"",
"author_name": "zPaul",
"author_login": null,
"committed_at": "2026-07-19T06:34:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b1b4bf3ce544adc7817ed3955166e4a46b88ec9",
"body": "This reverts commit 5f953fe4f1eb3f927ff49871bf5217bd05b9250e.",
"is_bot": false,
"headline": "Revert \"ci: keep Go quality gates compatible\"",
"author_name": "zPaul",
"author_login": null,
"committed_at": "2026-07-19T06:34:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f953fe4f1eb3f927ff49871bf5217bd05b9250e",
"body": "Use stable Go-native checks in GitHub Actions until the linter toolchain supports Go 1.26.4.",
"is_bot": false,
"headline": "ci: keep Go quality gates compatible",
"author_name": "zPaul",
"author_login": null,
"committed_at": "2026-07-19T06:16:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b85907615217261f897ba26b42631cb675c5d680",
"body": "Use the v2 configuration and version supported by the pinned lint action.",
"is_bot": false,
"headline": "ci: update golangci lint configuration",
"author_name": "zPaul",
"author_login": null,
"committed_at": "2026-07-19T06:13:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6efa65f0677060d56ece690893fefbd1dd31b5dd",
"body": "Preserve the coverage checker executable bit and use a golangci-lint action compatible with Go 1.26.",
"is_bot": false,
"headline": "ci: fix coverage script and lint compatibility",
"author_name": "zPaul",
"author_login": null,
"committed_at": "2026-07-19T06:11:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3eb9029f8de94247c8202939a38f6b1cfdbdea03",
"body": "Run the same Go quality checks before publishing releases and allow PR Agent to answer authorized issue comments.",
"is_bot": false,
"headline": "ci: align release and PR review gates",
"author_name": "zPaul",
"author_login": null,
"committed_at": "2026-07-19T06:10:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d093e92b2c4bb8865cd8c9fc9782334b7d2837c",
"body": "Add GitHub Actions for formatting, tests, race detection, coverage, static analysis, tagged releases, and permission-gated PR Agent reviews.",
"is_bot": false,
"headline": "ci: add Go quality gates and release automation",
"author_name": "zPaul",
"author_login": null,
"committed_at": "2026-07-19T06:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f46ea809f9e103740046c2ebf3472b00de0ce42",
"body": "docs: translate code comments to Chinese",
"is_bot": false,
"headline": "Merge pull request #1 from Capsule7446/chore/translate-comments-zh",
"author_name": "Capsule7446",
"author_login": "Capsule7446",
"committed_at": "2026-07-19T05:39:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89d22129770e75f1b88da8babf150b6b56523ffb",
"body": "统一文档注释格式为标识符后直接跟说明文字,不使用全角冒号。",
"is_bot": false,
"headline": "docs: normalize Go comment prefixes",
"author_name": "zPaul",
"author_login": null,
"committed_at": "2026-07-19T05:36:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0e54ec7f6f3093c5defb58cf673c171b5373aa4",
"body": "确保导出类型、函数和方法的中文文档注释以对应符号名称开头。",
"is_bot": false,
"headline": "docs: follow Go comment naming conventions",
"author_name": "zPaul",
"author_login": null,
"committed_at": "2026-07-18T15:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d93bb0a9e964c967caacb60496b3936fd5d82284",
"body": "统一生产代码注释语言,保留 API、算法和领域术语,避免改变运行行为。",
"is_bot": false,
"headline": "docs: translate code comments to Chinese",
"author_name": "zPaul",
"author_login": null,
"committed_at": "2026-07-18T15:45:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d3bc8e751a09b1ae40fa7ef2ca9538acf2532ea",
"body": "Keep public package boundaries and runtime behavior unchanged while clarifying package responsibilities and rewriting comments around current capabilities, contracts, and invariants.",
"is_bot": false,
"headline": "refactor: organize package documentation",
"author_name": "zPaul",
"author_login": null,
"committed_at": "2026-07-18T15:07:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84c0b909bdf66046ac62f8e6fcd488790b6ba896",
"body": null,
"is_bot": false,
"headline": "chore: initialize repository",
"author_name": "zPaul",
"author_login": null,
"committed_at": "2026-07-18T14:50:58Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 24,
"latest_release_at": "2026-07-25T09:21:51Z",
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 2,
"days_since_latest_release": 2,
"mean_days_between_releases": 1.9
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": 14,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/Capsule7446/healix-core",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/Capsule7446/healix-core",
"is_deprecated": false,
"latest_version": "v0.4.0",
"repository_url": "https://github.com/Capsule7446/healix-core",
"versions_count": 4,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-25T09:17:08Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 51611,
"source_files_sampled": 188,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 1919
},
"dependencies": {
"manifests": [
"go.mod"
],
"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"
],
"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": 1,
"merged_prs": 10,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Capsule7446",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/64939677?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"pr-agent.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"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": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 8,
"reason": "8 out of 9 merged PRs checked by a CI test -- score normalized to 8",
"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": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 10,
"reason": "project is fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"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": 10,
"reason": "all dependencies are pinned",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 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": 9,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "cc6abecbdf757c18ac554ebcb790299e7e96231a",
"ran_at": "2026-07-27T11:06:20Z",
"aggregate_score": 4.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-25T09:21:54Z",
"oldest_open_prs": [
{
"number": 11,
"created_at": "2026-07-27T06:03:18Z",
"last_comment_at": "2026-07-27T10:29:37Z",
"last_comment_author": "github-actions"
}
],
"last_merged_pr_at": "2026-07-27T05:03:07Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Capsule7446/healix-core",
"host": "github.com",
"name": "healix-core",
"owner": "Capsule7446"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"security": 46,
"vitality": 66,
"community": 12,
"governance": 50,
"engineering": 70
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 66,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"commits_last_year": 24,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "24 commits in the last year",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 24
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_latest_release": 2,
"mean_days_between_releases": 1.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~1.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 1.9
}
}
],
"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": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"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": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"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": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 50,
"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": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 10,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "10/10 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 10,
"decided": 10
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/21 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"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": 44,
"inputs": {
"followers": 3,
"owner_type": "User",
"is_verified": null,
"owner_login": "Capsule7446",
"public_repos": 18,
"account_age_days": 2272
},
"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": "3 followers of Capsule7446",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3,
"login": "Capsule7446"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "18 public repos, account ~6 yr old",
"points": 21.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 18
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/Capsule7446/healix-core"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 2
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 2 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "4 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 4
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 70,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "8 out of 9 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": false
},
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 46,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 46,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.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 is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "8 out of 9 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/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 dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is fuzzed",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"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": "all dependencies are pinned",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 6.8,
"status": "partial",
"details": [],
"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": "excellent",
"name": "AI Readiness",
"value": 86,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.792,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 1919
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md"
}
}
],
"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": "19 of 24 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 19,
"sampled": 24
}
}
],
"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": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.167,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "4 of the last 24 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 4,
"sampled": 24
}
}
],
"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": "all dependencies are pinned",
"points": 10,
"status": "met",
"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": 51611,
"source_files_sampled": 188,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/188 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 188,
"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-27T11:06:29.489028Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/Capsule7446/healix-core.svg",
"full_name": "Capsule7446/healix-core",
"license_state": "absent",
"license_spdx": null
}