JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"go",
"golang"
],
"is_fork": false,
"size_kb": 136,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 75917
},
"pushed_at": "2026-07-16T13:57:10Z",
"created_at": "2024-09-19T05:45:46Z",
"owner_type": "User",
"updated_at": "2026-07-16T13:53:37Z",
"description": "Zero-dependency drop-in context.Context replacement for graceful shutdown",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://maxbolgarin.com",
"name": "Maksim Bolgarin",
"type": "User",
"login": "maxbolgarin",
"company": null,
"location": "Amsterdam",
"followers": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/43585189?v=4",
"created_at": "2018-09-25T18:36:13Z",
"is_verified": null,
"public_repos": 45,
"account_age_days": 2859
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.5.2",
"kind": "patch",
"published_at": "2026-07-16T13:57:11Z"
},
{
"tag": "v1.5.1",
"kind": "patch",
"published_at": "2026-03-17T10:49:25Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2025-07-05T17:26:00Z"
},
{
"tag": "v1.4.2",
"kind": "patch",
"published_at": "2025-05-12T16:49:15Z"
},
{
"tag": "v1.4.1",
"kind": "patch",
"published_at": "2025-04-15T18:55:52Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2025-04-15T18:48:57Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2024-12-14T11:00:55Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2024-10-02T10:33:43Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2024-09-21T11:35:44Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2024-09-19T18:14:44Z"
}
],
"recent_commits": [
{
"oid": "1cb42b6b60c370214f4bcacef26825010c3a748f",
"body": "semantic-release v25 has breaking changes; pin the version that cut the\nexisting releases along with compatible plugin versions.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: pin semantic-release to v24 line",
"author_name": "maxbolgarin",
"author_login": "maxbolgarin",
"committed_at": "2026-07-16T13:51:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b168820d8ff90fd9fbf9b494ba4ac3320bbd1bde",
"body": "- subprocess-based exit-code tests via TestMain (in-process tests pass\n vacuously: the testing runtime turns os.Exit(0) into a panic that\n Shutdown recovers)\n- shutdown functions receive a usable context with deadline and values\n- file closers keep their minimum time budget\n- SetValue is race-free\n[…]\nhrough joined shutdown errors\n- restore the global default timeout leaked by TestShutdownTimeout\n- format slog-style args properly in testLogger\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: add regression tests for shutdown and exit-code behavior",
"author_name": "maxbolgarin",
"author_login": "maxbolgarin",
"committed_at": "2026-07-16T13:51:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "843ee0b5c4ae23c47222168856ab823773e92699",
"body": "- pass a non-canceled context with timeout to shutdown functions so servers can actually drain\n- exit with code 1 (or custom code) when run() fails or panics in Start\n- return from Start on run() error with nil logger instead of blocking in Wait forever\n- make Start with WithNoWait return to the cal\n[…]\n errors\n- ignore functions added after shutdown started and nil keys in SetValue\n- rename shadowed builtin and fix typos in the advanced example\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: graceful shutdown correctness bugs",
"author_name": "maxbolgarin",
"author_login": "maxbolgarin",
"committed_at": "2026-07-16T13:51:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c2bbfbf1056e152ed58f10554f935e8344ed0d67",
"body": "- Use context.Background() for shutdown timeout context instead of\n already-cancelled ct.ctx, fixing broken graceful shutdown for functions\n like http.Server.Shutdown(ctx)\n- Fix outerErr pointer overwrite: set value (*ct.outerErr = serr) instead\n of replacing the pointer (ct.outerErr = &serr)\n- S\n[…]\n when SetValue() is called concurrently\n- Update TestStart to avoid calling Start() directly (which calls\n os.Exit and kills the test process)\n\nhttps://claude.ai/code/session_01LyPqmE74w4PGVo45Jkhw63",
"is_bot": false,
"headline": "fix: resolve multiple bugs in shutdown and context handling",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-03-17T10:48:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d689ec59654f073def366f67b9f4b6763dd5fcb1",
"body": null,
"is_bot": false,
"headline": "docs: update examples in README",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-08-23T08:05:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1c8d9f0a3a2e235c4ec7dbcba3591da721b737a",
"body": null,
"is_bot": false,
"headline": "test: fix race",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-05T17:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95b8addc363b7f2e91f482b03afa4eaba4e735d3",
"body": null,
"is_bot": false,
"headline": "test: add more tests",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-05T16:52:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27e0ea1d1c507616272908218c0ada71f7fecb77",
"body": null,
"is_bot": false,
"headline": "ci: update test folder",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-05T16:37:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66fdcd6ec1ecbeacaf11022badcdbc11377d5a57",
"body": null,
"is_bot": false,
"headline": "test: remove signals test because it is not working in github",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-05T16:34:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5ab42fbce03f5d1fc2eab9b95af999a3344427b",
"body": null,
"is_bot": false,
"headline": "test: paniced test doesnt work in github actions",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-05T16:30:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4875cec23d76c0e25836fca0bdcecd6d2251d40a",
"body": null,
"is_bot": false,
"headline": "ci: add releaser",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-05T16:27:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8161ffa911b83cb9aeb6469b5e52a647ba54614b",
"body": null,
"is_bot": false,
"headline": "ci: add Upload coverage reports to Codecov",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-05T16:25:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84bd178a36ca403fef0cac930f0bf03182d3f7e3",
"body": null,
"is_bot": false,
"headline": "docs: new README",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-05T16:24:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac7abd4dae23a348261bd471c5fbc0046cd83173",
"body": null,
"is_bot": false,
"headline": "docs: make better godoc",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-05T16:01:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd05eea30815dd4badeeb23920dcca3182082efc",
"body": null,
"is_bot": false,
"headline": "feat: add tests for all code and many small improvements",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-05T15:55:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6171ca3f0760453012f47a4978f37bde8bdc5130",
"body": null,
"is_bot": false,
"headline": "feat: add WithShutdownTimeout option",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-05T15:32:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1167f01b2e4b5853a903904c1b33e8e6f203df13",
"body": null,
"is_bot": false,
"headline": "feat: add more friendly method names",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-05T15:23:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5468d4cda7e19aa2e681e37844622018bba11a9b",
"body": null,
"is_bot": false,
"headline": "fix: make logger save to nils",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-05T15:20:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8db22e1795d7c0a72d3ff31bfd9e73779de53139",
"body": null,
"is_bot": false,
"headline": "fix(contem): improve panic handling in Start and Shutdown with Exit",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-07-05T15:19:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d39b536cec044615cfb34f47d7e1dae56ef1f65a",
"body": null,
"is_bot": false,
"headline": "fix: make better print of panic stack",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-05-12T16:47:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca872f8035019e4dc7e9ddc0985ce2129d4c4d04",
"body": "…haviour",
"is_bot": false,
"headline": "fix: change Options to Option in Start because it was an incorrect be…",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-04-15T18:54:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "459c40d249b8161c249ab4e060dcf49bd7cfb3bc",
"body": null,
"is_bot": false,
"headline": "feat: add WithNoWait option to not call Wait in the end of Start",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2025-04-15T18:47:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0259d243ead54bd2e56f2b63e0d7453901d40c32",
"body": null,
"is_bot": false,
"headline": "ci: make tests only for 1.23",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2024-12-14T11:03:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87d80ff4421e9c483a249cbdad6a4fa2f786ec36",
"body": null,
"is_bot": false,
"headline": "build: move to 1.21 because of slog",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2024-12-14T11:00:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d67ab2b4d4edd7ee693591f4ffd37b8b81c4d8e",
"body": null,
"is_bot": false,
"headline": "docs: make README better",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2024-12-14T10:57:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e5c7837a5f1b07919f18e9b7ee91a32b2dc5c5e",
"body": null,
"is_bot": false,
"headline": "build: move version to 1.19",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2024-12-14T10:55:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bf6ece1cd0e437282133c1f0e8c7e4ffe8f01b2",
"body": null,
"is_bot": false,
"headline": "feat: remove Logze because v2 logze has regular Logger interface",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2024-12-14T10:53:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a45a782a3021e741a642ac3b39dab387bae1f016",
"body": null,
"is_bot": false,
"headline": "docs: add info about options in Start",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2024-10-02T10:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2b378e4b8cefe08e85e9737ae0779ad8d643363",
"body": null,
"is_bot": false,
"headline": "docs: fix typo",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2024-10-02T10:29:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f000f73efdb7c869d9631a91ace9e224025bdbd",
"body": null,
"is_bot": false,
"headline": "feat: add panic recover to Start",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2024-10-02T10:27:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bac90165a179b4877080512bad3c1dee0f35084",
"body": null,
"is_bot": false,
"headline": "test: add for to ticker goroutine in examples",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2024-09-21T11:29:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c957a549f385cdfaad625cb153fafcf10d765035",
"body": null,
"is_bot": false,
"headline": "docs: add new example to readme",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2024-09-21T11:26:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f51b61b87d26f457ec4c996b334402738eb68c57",
"body": null,
"is_bot": false,
"headline": "test: add new tests",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2024-09-21T11:26:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f3f4f45f46d47f6138734bf1110a1f9122b58c3",
"body": null,
"is_bot": false,
"headline": "test: add more examples",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2024-09-21T11:26:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb35764b92d20d319eac40caa6654a5a323cd386",
"body": null,
"is_bot": false,
"headline": "feat: add new options, make it exported and add Start function",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2024-09-21T11:26:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8562359ae56919c29539306f5bb01b4baa837785",
"body": null,
"is_bot": false,
"headline": "refactor: fix misspells in godoc",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2024-09-19T18:13:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a509ff9ab5bd842b21abd8a3bc666b837f7251f5",
"body": null,
"is_bot": false,
"headline": "test: add short for test that doesnt work in actions",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2024-09-19T18:11:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e9251fffe31d10f5d9289c0bed4291ec18b13ec",
"body": null,
"is_bot": false,
"headline": "test: try a SIGINT as signal for github actions",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2024-09-19T18:01:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e1a072a7218481a0fee3ba1e5e33402a289256d",
"body": null,
"is_bot": false,
"headline": "docs: reamde improvements",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2024-09-19T17:58:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c99b1e429c8a8df29398e45c0c1b5dc91b737a34",
"body": null,
"is_bot": false,
"headline": "feat: make an exported Contem struct to show godoc",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2024-09-19T17:57:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a488644fa716219f3faecb2662c905d60d3bf256",
"body": null,
"is_bot": false,
"headline": "test: make better TestExit",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2024-09-19T17:57:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79e33a6c15c9703a7dd4a9deda8530df05695c17",
"body": null,
"is_bot": false,
"headline": "docs: add break to readme",
"author_name": "Maksim Bolgarin",
"author_login": "maxbolgarin",
"committed_at": "2024-09-19T17:43:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "188ac26b35ce50212db80f2736d73a849d733b14",
"body": null,
"is_bot": false,
"headline": "docs: add readme",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2024-09-19T17:42:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f394138b043c18d7ca98584b18299473b221866c",
"body": null,
"is_bot": false,
"headline": "chore: add example",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2024-09-19T17:42:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5270f99b1191341af25bc1c1810a969111c4517e",
"body": null,
"is_bot": false,
"headline": "fix: change logger interface to satisfy slog",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2024-09-19T17:42:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2c5783e99b5f70287863b683bc6e5a4c496f5a8",
"body": null,
"is_bot": false,
"headline": "feat: add contem",
"author_name": "maxbolgarin",
"author_login": null,
"committed_at": "2024-09-19T17:42:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a68d2de7d2d2902c253eb99b5905a37ba51c9a6",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Maksim Bolgarin",
"author_login": "maxbolgarin",
"committed_at": "2024-09-19T05:45:46Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 5,
"latest_release_at": "2026-07-16T13:57:11Z",
"latest_release_tag": "v1.5.2",
"releases_from_tags": false,
"days_since_last_push": 8,
"active_weeks_last_year": 3,
"days_since_latest_release": 8,
"mean_days_between_releases": 73.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/maxbolgarin/contem",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/maxbolgarin/contem",
"is_deprecated": false,
"latest_version": "v1.5.2",
"repository_url": "https://github.com/maxbolgarin/contem",
"versions_count": 10,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-16T13:51:22Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 0,
"stars": 6,
"watchers": 2,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 41517,
"source_files_sampled": 8,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"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": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"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": 0,
"top_contributors": [
{
"type": "User",
"login": "maxbolgarin",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/43585189?v=4"
},
{
"type": "User",
"login": "claude",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/81847?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.833
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"go.yml",
"release.yaml"
],
"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": 10,
"reason": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 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": 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": 2,
"reason": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow 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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "1cb42b6b60c370214f4bcacef26825010c3a748f",
"ran_at": "2026-07-25T11:56:09Z",
"aggregate_score": 3.7,
"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-16T13:57:16Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-03-17T10:48:31Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/maxbolgarin/contem",
"host": "github.com",
"name": "contem",
"owner": "maxbolgarin"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"security": 37,
"vitality": 61,
"community": 29,
"governance": 56,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 61,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"commits_last_year": 5,
"human_commit_share": 1,
"days_since_last_push": 8,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "5 commits in the last year",
"points": 7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 5
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v1.5.2",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 73.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~73.9 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 73.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 8,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 8 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 8
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 29,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"forks": 0,
"stars": 6,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "6 stars",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 6
}
}
],
"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": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"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": "moderate",
"name": "Sustainability & Governance",
"value": 56,
"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.833
},
"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 83% of commits",
"points": 3.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 83
}
}
],
"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/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 54,
"inputs": {
"followers": 19,
"owner_type": "User",
"is_verified": null,
"owner_login": "maxbolgarin",
"public_repos": 45,
"account_age_days": 2859
},
"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": "19 followers of maxbolgarin",
"points": 9.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 19,
"login": "maxbolgarin"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "45 public repos, account ~7 yr old",
"points": 24.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 45
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/maxbolgarin/contem"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 8
},
"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 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"go",
"golang"
],
"has_wiki": false,
"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": "2 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 2
}
}
],
"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": 37,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.7
},
"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": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no 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 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": "3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 55,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.979,
"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": "46 of 47 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 46,
"sampled": 47
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.064,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "3 of the last 47 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 3,
"sampled": 47
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 41517,
"source_files_sampled": 8,
"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/8 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 8,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-25T11:56:15.175585Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/maxbolgarin/contem.svg",
"full_name": "maxbolgarin/contem",
"license_state": "standard",
"license_spdx": "MIT"
}