Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 213,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 194589,
"Dockerfile": 384
},
"pushed_at": "2026-07-18T18:09:22Z",
"created_at": "2026-07-11T14:37:57Z",
"owner_type": "User",
"updated_at": "2026-07-18T18:08:52Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Huaye.Lee",
"type": "User",
"login": "lihuaye",
"company": null,
"location": null,
"followers": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/7691792?v=4",
"created_at": "2014-05-25T01:39:16Z",
"is_verified": null,
"public_repos": 5,
"account_age_days": 4444
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-18T07:33:21Z"
}
],
"recent_commits": [
{
"oid": "d45f4adc38bd3b1c9d2ee48d85fda1b1e9352140",
"body": null,
"is_bot": false,
"headline": "Merge upstream/main (PR #4 merged upstream)",
"author_name": "lihuaye",
"author_login": "lihuaye",
"committed_at": "2026-07-18T18:08:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0acd29b7a5709ae68cd67690ce881a0791c98a4d",
"body": "Add pluggable outbound extension point and per-user outbound selection",
"is_bot": false,
"headline": "Merge pull request #4 from lihuaye/feat/per-user-outbound",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-07-18T07:33:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a826793b16107eb09c4ec814a06b22dba7ff8718",
"body": null,
"is_bot": false,
"headline": "Make handshake tests independent of DNS",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-07-18T07:30:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b49b7f47770d537a0ddd860875d6133dbe0d0a8",
"body": "# Conflicts:\n#\tREADME.md\n#\tanytls.go\n#\tconfig.go\n#\tdocs/examples.md\n#\tdocs/product.md\n#\tdocs/technical-design.md\n#\tfixtures_test.go\n#\toutbound.go\n#\toutbound_test.go\n#\tpolicy.go",
"is_bot": false,
"headline": "Merge branch 'feat/per-user-outbound'",
"author_name": "lihuaye",
"author_login": "lihuaye",
"committed_at": "2026-07-17T19:43:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cff18b53239ac743c8a382e9c7c01671543d887a",
"body": "- Extract unmarshalOutboundModule helper: the named and default Caddyfile\n outbound forms shared the module-loading sequence; the branch now reads\n as a symmetric if/else with no case-level break\n- Return an error instead of panicking if LoadModule yields an unexpected\n type for the named-outbound map\n- Use errors.New for the constant empty-name message\n- Use t.Context() throughout outbound_test.go\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Address Go review feedback",
"author_name": "lihuaye",
"author_login": "lihuaye",
"committed_at": "2026-07-17T19:23:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "74264975e29b5356de1eaa872f61a8e42e78ef84",
"body": null,
"is_bot": false,
"headline": "Route DNS resolution through selected outbounds",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-07-17T19:18:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cccb5cbf6d7e8c483edb1f5be9fe325349e0e28e",
"body": "# Conflicts:\n#\tanytls_test.go\n#\thandler.go",
"is_bot": false,
"headline": "Merge remote-tracking branch 'upstream/main'",
"author_name": "lihuaye",
"author_login": "lihuaye",
"committed_at": "2026-07-17T19:02:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aba7befa4cf21335a751cf175c5f8078a2c8e1ae",
"body": "Let one AnyTLS listener route different accounts through different\negress modules (e.g. some users via a WireGuard tunnel, others direct)\non a single port, same SNI and certificate.\n\n- Declare named outbounds: Caddyfile `outbound <name> <module>` /\n JSON \"outbounds\" map; reference them per user via\n[…]\n\n- Document the feature and the outbound extension-point contract\n (concurrent dial fan-out budget, tolerate Cleanup with in-use\n connections)\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add per-user outbound selection with named outbounds",
"author_name": "lihuaye",
"author_login": null,
"committed_at": "2026-07-17T18:59:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "76f997d2595c0400a4ec58a5bf552f33f63e6180",
"body": "Egress now goes through an Outbound interface (DialContext +\nListenPacket) loaded from the caddy.listeners.anytls.outbounds\nnamespace, so external modules — e.g. a userspace WireGuard tunnel\n(github.com/lihuaye/caddy-wireguard) — can route AnyTLS traffic out of\nanother host. The built-in direct outb\n[…]\nthe JSON-path type check,\nCaddyfile rejection branches, host-side resolution, and timeout and\ncancellation propagation through custom outbounds.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add pluggable outbound extension point with built-in direct egress",
"author_name": "lihuaye",
"author_login": null,
"committed_at": "2026-07-17T18:58:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6fac095eb66b6f452b3fd260ef84a64944dda924",
"body": null,
"is_bot": false,
"headline": "fix: acknowledge successful anytls streams",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-07-17T12:55:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "627d5a6b83e6ec5d64256ed7cee0703db41bfc4a",
"body": null,
"is_bot": false,
"headline": "chore: record journal",
"author_name": "lihuaye",
"author_login": "lihuaye",
"committed_at": "2026-07-16T19:47:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62d0c1bef03be188bea54a2ae0b4590f53189d17",
"body": null,
"is_bot": false,
"headline": "chore(task): archive 07-12-per-user-outbound",
"author_name": "lihuaye",
"author_login": "lihuaye",
"committed_at": "2026-07-16T19:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4e660413aeda3cb2cb18bb3976720182e6d1025",
"body": "Add per-user outbound selection with named outbounds",
"is_bot": false,
"headline": "Merge pull request #1 from lihuaye/feat/per-user-outbound",
"author_name": "Huaye.Lee",
"author_login": "lihuaye",
"committed_at": "2026-07-16T19:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "958aa4dd160aa97fb6a168f613577bf63cc411b9",
"body": "Let one AnyTLS listener route different accounts through different\negress modules (e.g. some users via a WireGuard tunnel, others direct)\non a single port, same SNI and certificate.\n\n- Declare named outbounds: Caddyfile `outbound <name> <module>` /\n JSON \"outbounds\" map; reference them per user via\n[…]\n\n- Document the feature and the outbound extension-point contract\n (concurrent dial fan-out budget, tolerate Cleanup with in-use\n connections)\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add per-user outbound selection with named outbounds",
"author_name": "lihuaye",
"author_login": null,
"committed_at": "2026-07-16T16:33:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8091bd3ca1d621d1ca888221ed9c39c1262c0e25",
"body": "Egress now goes through an Outbound interface (DialContext +\nListenPacket) loaded from the caddy.listeners.anytls.outbounds\nnamespace, so external modules — e.g. a userspace WireGuard tunnel\n(github.com/lihuaye/caddy-wireguard) — can route AnyTLS traffic out of\nanother host. The built-in direct outb\n[…]\nthe JSON-path type check,\nCaddyfile rejection branches, host-side resolution, and timeout and\ncancellation propagation through custom outbounds.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add pluggable outbound extension point with built-in direct egress",
"author_name": "lihuaye",
"author_login": null,
"committed_at": "2026-07-16T14:36:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b31c2e4cf9f503e06f98794a04abec8c894d6629",
"body": "Bump the \"go-runtime\" group with 1 update across multiple ecosystems",
"is_bot": false,
"headline": "Merge pull request #3 from evaneonf/dependabot/go_runtime-69749e8710",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-07-13T18:38:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df8e77a88854c5c78c07746592765ab8d512d9ee",
"body": null,
"is_bot": false,
"headline": "speed up multi-platform Docker builds",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-07-13T18:35:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2015b2852299b6c4ed291adf96b554eb79dca92",
"body": "Bumps the go-runtime group with 1 update: [golang.org/x/net](https://github.com/golang/net).\n\n\nUpdates `golang.org/x/net` from 0.55.0 to 0.57.0\n- [Commits](https://github.com/golang/net/compare/v0.55.0...v0.57.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-version: 0.57.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: go-runtime\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump golang.org/x/net in the go-runtime group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-13T18:03:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f81841bb24f9df36ec21ba7869a6447ef218c31b",
"body": null,
"is_bot": false,
"headline": "ci: fix dependabot multi-ecosystem limit",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-07-13T18:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "201aad3e86453e024e328e47703c509559ab711e",
"body": null,
"is_bot": false,
"headline": "perf: harden connection handling and proxy efficiency",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-07-13T17:59:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edd590a38d7f49d55a228f3d3516516237accdee",
"body": null,
"is_bot": false,
"headline": "ci: sync caddy docker version updates",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-07-06T05:07:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfb76205965732ec56c993a28b0977e9bcb17427",
"body": "…cies-fa9ca360d0\n\nbuild(deps): bump the go-dependencies group with 3 updates",
"is_bot": false,
"headline": "Merge pull request #1 from evaneonf/dependabot/go_modules/go-dependen…",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-07-06T02:18:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f80ec9c5df7ea801eb28263db71221defdb02c00",
"body": "Bumps the go-dependencies group with 3 updates: [github.com/caddyserver/caddy/v2](https://github.com/caddyserver/caddy), [github.com/sagernet/sing](https://github.com/sagernet/sing) and [go.uber.org/zap](https://github.com/uber-go/zap).\n\n\nUpdates `github.com/caddyserver/caddy/v2` from 2.10.2 to 2.11\n[…]\n dependency-version: 1.28.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: go-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the go-dependencies group with 3 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-06T02:10:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "efbcccfc58bbb92c01557900039275f1812e9ef8",
"body": null,
"is_bot": false,
"headline": "ci: tune docker publishing schedule",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-07-06T02:08:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3586e659e95ff5f0b3a76d37aa0acd945d52af41",
"body": null,
"is_bot": false,
"headline": "ci: run staticcheck directly",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-07-06T01:38:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5501813830f01a512d089dbae163ecd13f52b33e",
"body": null,
"is_bot": false,
"headline": "refactor: organize anytls implementation",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-07-05T15:14:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "320ee9bd3b40137ffd3a8c5a74e517892d3d5176",
"body": null,
"is_bot": false,
"headline": "ci: run race tests nightly",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-07-05T10:54:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4eb67a6635c32ec77fe0d128a61e18b4cfd54f45",
"body": null,
"is_bot": false,
"headline": "ci: use floating latest lint action versions",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-07-05T10:45:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9230a4cdcad8fb1e6ebafbf2dbcb018be3faa0ee",
"body": null,
"is_bot": false,
"headline": "ci: update workflow actions",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-07-05T10:43:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa4bd4cf1d49c1344a1ecfc235df1c46091604c5",
"body": null,
"is_bot": false,
"headline": "ci: update golangci lint action for v2",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-07-05T10:42:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c936d7668746aeac87f200f173d3a7e3f4500791",
"body": null,
"is_bot": false,
"headline": "feat: improve anytls runtime safeguards and node logging",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-07-05T05:21:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eee2b221bc686d7c57154c81e571930f3f14ce2b",
"body": null,
"is_bot": false,
"headline": "fix: harden anytls routing and config defaults",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-07-04T20:48:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91eec67d032c2830e29868149a3f699c0db8549d",
"body": null,
"is_bot": false,
"headline": "docs: rewrite README and project docs",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-04-04T06:22:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fde89b50b96277e68a0f5b6736d99aaf03bb8c8",
"body": null,
"is_bot": false,
"headline": "Fix HTTPS fallback compatibility for AnyTLS",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-04-03T17:52:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dd90e36944fc62238dda7205440ac308ff423cb",
"body": null,
"is_bot": false,
"headline": "Document user identifier semantics and narrow docker workflow triggers",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-04-03T13:29:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d013e3364b56216926e14dbd35cb18fca32023a",
"body": null,
"is_bot": false,
"headline": "Improve Docker build cache reuse",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-04-03T12:33:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1609080ac67150c090e281cacfba88301906e54a",
"body": null,
"is_bot": false,
"headline": "Add UDP-over-TCP handling and connection state passthrough",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-04-03T12:27:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be173b9472e6846c631419c4605cf48b1ce416f9",
"body": null,
"is_bot": false,
"headline": "Use four-space indentation in config examples",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-04-03T10:53:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "623219cd8f73a29283affe1bb96634e7e0221e6c",
"body": null,
"is_bot": false,
"headline": "Fix xcaddy output path in Docker build",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-04-03T10:09:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1823d85c66317c56fae5ba45a189f25e287a7157",
"body": null,
"is_bot": false,
"headline": "Add initial Caddy AnyTLS module implementation",
"author_name": "evaneonf",
"author_login": "evaneonf",
"committed_at": "2026-04-03T09:41:32Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 40,
"latest_release_at": "2026-07-18T07:33:21Z",
"latest_release_tag": "v0.2.0",
"releases_from_tags": true,
"days_since_last_push": 6,
"active_weeks_last_year": 5,
"days_since_latest_release": 7,
"mean_days_between_releases": null
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/evaneonf/caddy-anytls",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": false,
"registry_url": "https://pkg.go.dev/github.com/evaneonf/caddy-anytls",
"is_deprecated": false,
"latest_version": "v0.2.0",
"repository_url": "https://github.com/evaneonf/caddy-anytls",
"versions_count": 7,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-18T07:33:21Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
}
]
},
"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": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 46259,
"source_files_sampled": 22,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"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": [
{
"name": "github.com/anytls/sing-anytls",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.11"
},
{
"name": "github.com/caddyserver/caddy/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.11.4"
},
{
"name": "github.com/sagernet/sing",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.8.11"
},
{
"name": "go.uber.org/zap",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.28.0"
},
{
"name": "golang.org/x/net",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.57.0"
}
],
"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": 1,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "evaneonf",
"commits": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/183158708?v=4"
},
{
"type": "User",
"login": "lihuaye",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/7691792?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.794
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"docker.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/29 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": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file 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": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 6,
"reason": "4 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "d45f4adc38bd3b1c9d2ee48d85fda1b1e9352140",
"ran_at": "2026-07-25T09:27:32Z",
"aggregate_score": 3.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-18T18:08:49Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-16T19:30:58Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/lihuaye/caddy-anytls",
"host": "github.com",
"name": "caddy-anytls",
"owner": "lihuaye"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"security": 34,
"vitality": 61,
"community": 9,
"governance": 42,
"engineering": 43
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 61,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"commits_last_year": 40,
"human_commit_share": 0.95,
"days_since_last_push": 6,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "40 commits in the last year",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 40
}
}
],
"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": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v0.2.0",
"releases_from_tags": true,
"days_since_latest_release": 7,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"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": "critical",
"name": "Community & Adoption",
"value": 9,
"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": 19,
"inputs": {
"has_readme": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 42,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.794
},
"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 79% of commits",
"points": 4.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 79
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"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": 1,
"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": "1/1 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 1,
"decided": 1
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/29 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": 9,
"owner_type": "User",
"is_verified": null,
"owner_login": "lihuaye",
"public_repos": 5,
"account_age_days": 4444
},
"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": "9 followers of lihuaye",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 9,
"login": "lihuaye"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "5 public repos, account ~12 yr old",
"points": 17.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 5
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 43,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": false,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"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": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 34,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/29 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": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "4 existing vulnerabilities detected",
"points": 4.5,
"status": "partial",
"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": 38,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.711,
"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": "27 of 38 human commits state their intent (structured subject or explanatory body)",
"points": 37.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 27,
"sampled": 38
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.125,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.05
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "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": "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": "5 of the last 40 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 5,
"sampled": 40
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "2 of the last 40 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 2,
"sampled": 40
}
}
],
"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": 46259,
"source_files_sampled": 22,
"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/22 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 22,
"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": [
"Community profile unavailable",
"go package 'github.com/evaneonf/caddy-anytls' points at a different repository (https://github.com/evaneonf/caddy-anytls); excluded from ecosystem scoring",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-25T09:27:38.570069Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/l/lihuaye/caddy-anytls.svg",
"full_name": "lihuaye/caddy-anytls",
"license_state": "custom",
"license_spdx": null
}