JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 40,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 22949,
"Shell": 85
},
"pushed_at": "2026-07-17T15:11:53Z",
"created_at": "2016-11-20T04:14:50Z",
"owner_type": "Organization",
"updated_at": "2026-07-17T15:12:16Z",
"description": "Asterisk AGI library for Go (golang)",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://cycoresys.com",
"name": "CyCore Systems, Inc.",
"type": "Organization",
"login": "CyCoreSystems",
"company": null,
"location": "Atlanta, GA, USA",
"followers": 60,
"avatar_url": "https://avatars.githubusercontent.com/u/2262557?v=4",
"created_at": "2012-09-01T20:59:48Z",
"is_verified": null,
"public_repos": 115,
"account_age_days": 5072
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2019-01-10T15:34:35Z"
}
],
"recent_commits": [
{
"oid": "1aff4943113c42be0c31ecef3182896b4c60044c",
"body": null,
"is_bot": false,
"headline": "remove deprecated github.com/pkg/errors package",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2026-07-17T15:10:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11043d609afd7341986c0ecc3ef7519e87d94437",
"body": "STREAM FILE and SAY* put the DTMF ASCII code in result= and often\ncarry endpos= as a trailing field. Returning Val() yields endpos (or\n\"\") instead of the digit. Match WaitForDigit: map Result to a digit.\n\nEXEC answers are typically `200 result=<code>` with no parenthesized\nvalue, so Exec() now returns Res()/ResultString.\n\nRefs: #16, #12",
"is_bot": false,
"headline": "Fix StreamFile/Say*/Exec to read result=, not Val() (#17)",
"author_name": "mcrgnt",
"author_login": "mcrgnt",
"committed_at": "2026-07-17T14:57:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "805b543d5c6d07a3e3bd7a006a4177e3f0d16bb1",
"body": null,
"is_bot": false,
"headline": "linter fix",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2025-04-02T14:24:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df24e0a28dd341ce1f21a6e4f1196f63e6552a33",
"body": null,
"is_bot": false,
"headline": "CONTRIBUTORS update",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2025-04-02T14:21:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0873cad419582da27a7443e6370ae6eb41c893ed",
"body": "Co-authored-by: Janis Stukmanis <j.stukmanis@itncorp.com>",
"is_bot": false,
"headline": "Fix channel status response (#15)",
"author_name": "jstukmanis",
"author_login": "jstukmanis",
"committed_at": "2025-04-02T14:19:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37c07753e2eeb1fb85d10623bed5653939990742",
"body": null,
"is_bot": false,
"headline": "[ci] update linter",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2020-02-14T17:40:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99e89161895755059af3b9eb723acdbef7dc9ccc",
"body": null,
"is_bot": false,
"headline": "[ci] update go version",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2020-02-14T17:36:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "019c40e9b4bda760f8ab8e9db13837197221681f",
"body": null,
"is_bot": false,
"headline": "update CONTRIBUTORS",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2020-02-14T17:33:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04566896b5f10e33070d212e73d10b0a6921bd16",
"body": "* Added default value for escapeDigits in SayNumber (Asterisk 13 needs an empty value when no escapeDigits are given)\r\n\r\n* Added Wait cmd\r\n\r\n* Added detection for HANGUP notification from Asterisk\r\n\r\n* resp.ResultString doesnt have to be parsed to int. It can also be a string, so i removed the retur\n[…]\nltString and Error pattern by adding a Result() method\r\n\r\n* go vet did not like the Result method name potentially shadowing the field by the same name\r\n\r\nCo-authored-by: Sebastiaan Heuft <bas@101.nl>",
"is_bot": false,
"headline": "Small changes/improvements - switch to go modules (#10)",
"author_name": "Andrew Querol",
"author_login": "winsock",
"committed_at": "2020-02-14T17:31:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7e9ddb03d8f97922cbf16fc33e1e532dcb5d72af",
"body": "* SetLogger and Verbosef added\r\n\r\n* Verbose checked\r\n\r\n* Command logging\r\n\r\n* WaitForDigit\r\n\r\n* Logging\r\n\r\n* WaitForDigit: IsPrint fixed\r\n\r\n* GetData updated\r\n\r\n* GetData updated",
"is_bot": false,
"headline": "Dev (#9)",
"author_name": "andrey-kolegov",
"author_login": "andrey-kolegov",
"committed_at": "2019-03-28T19:05:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1372c9948cef6dd23b1feb9a759b04c4ededf1b9",
"body": null,
"is_bot": false,
"headline": "update contributors",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2019-02-20T14:00:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3096f65f63fb5740caede80e8a9db7370b82bb98",
"body": "* SetLogger and Verbosef added\r\n\r\n* Verbose checked\r\n\r\n* Command logging\r\n\r\n* WaitForDigit\r\n\r\n* Logging\r\n\r\n* WaitForDigit: IsPrint fixed",
"is_bot": false,
"headline": "Some enhancements (#7)",
"author_name": "andrey-kolegov",
"author_login": "andrey-kolegov",
"committed_at": "2019-02-20T13:59:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99bd0e99d9228b8b1c3f97f4ae818179ac1bb942",
"body": "Fixes #6\n\nThanks to @andrey-kolegov",
"is_bot": false,
"headline": "Wrap VERBOSE message in quotes",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2019-02-15T17:14:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbc7d0175771323235cdbf244458fc715bf8de2c",
"body": null,
"is_bot": false,
"headline": "update contributors",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2019-01-26T21:44:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dba71aaee4f20442ea1f7a91c4ce10a5e93ae6d2",
"body": null,
"is_bot": false,
"headline": "travis: update to go 1.11",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2019-01-26T21:44:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "345aec883f2ea32641c6b4af04a3390ec5d9c938",
"body": "Fix split line with colon in variable value",
"is_bot": false,
"headline": "Merge pull request #5 from braams/master",
"author_name": "Seán C. McCord",
"author_login": "Ulexus",
"committed_at": "2019-01-26T21:42:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83ed02cb70d39531384e8b69fee2f1aa7d2bae7f",
"body": null,
"is_bot": false,
"headline": "Fix split line with colon in variable value",
"author_name": "Max Nesterov",
"author_login": "braams",
"committed_at": "2019-01-26T20:13:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58fb2748e6ffef88249467859e97ff423e725207",
"body": null,
"is_bot": false,
"headline": "switch to golangci-lint",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2019-01-23T23:26:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c49f957727cb88821ae99f8e0511b8d7f5377644",
"body": null,
"is_bot": false,
"headline": "update contributors",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2019-01-23T22:19:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b58016abe80096706f07278e9e5a3535e9e12d4d",
"body": "Changed how return value of WaitForDigit is built",
"is_bot": false,
"headline": "Merge pull request #4 from bizmate-oss/master",
"author_name": "Seán C. McCord",
"author_login": "Ulexus",
"committed_at": "2019-01-10T01:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21d5c4a71e377a47f8e9a7a373a5db86792f7b2c",
"body": null,
"is_bot": false,
"headline": "Changed how return value of WaitForDigit is built",
"author_name": "Francesco Boscarino",
"author_login": null,
"committed_at": "2019-01-07T17:07:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f33928bc068d26f920698afafc54385e11801281",
"body": null,
"is_bot": false,
"headline": "note fixme for multi-line responses",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2018-07-26T16:13:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7b6fc19719e48692e996794f2493cb6392d4b11",
"body": null,
"is_bot": false,
"headline": "SynthAndRecog: use comma-separated parameters",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2018-07-26T16:12:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbda55fbe2e659d92a24b6ccf70aa143eaf50e18",
"body": "…VARIABLE instead",
"is_bot": false,
"headline": "GET FULL VARIABLE appears to be broken with modern asterisk; use GET …",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2018-07-26T16:11:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "250c370e6b0148efb390ecc7b24bbe2940c14282",
"body": null,
"is_bot": false,
"headline": "do not include parentheses when retrieving value",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2018-07-26T16:11:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b7762de4c06b7ad6aa701e175ca08b1bf32c4ce",
"body": null,
"is_bot": false,
"headline": "exit initial variable load on blank line",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2018-07-24T18:41:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b773c38f6e8be2ca2d46190149388ab8b9c7bf9d",
"body": null,
"is_bot": false,
"headline": "use scanner for normal command responses",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2018-07-24T18:41:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16a0ce284345dd7ed500bf2eb3f66e57d83bf29e",
"body": null,
"is_bot": false,
"headline": "handle negative result codes",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2018-07-24T18:41:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81d4928cc60df09d77a8f4ee5eb25c524a3b4f57",
"body": "NewConn get stuck if not handling the empty line",
"is_bot": false,
"headline": "Merge pull request #3 from muka/master",
"author_name": "Seán C. McCord",
"author_login": "Ulexus",
"committed_at": "2018-07-24T18:37:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14cc52d2e73dd0bd732992c2bbc4066ad173b05c",
"body": null,
"is_bot": false,
"headline": "NewConn get stuck if not handling the empty line",
"author_name": "Luca Capra",
"author_login": "muka",
"committed_at": "2018-07-24T10:52:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a15e80a2302bdf2f37e4206c19662a98cf6412a2",
"body": null,
"is_bot": false,
"headline": "fix MRCP command opts",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2018-07-07T00:17:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9624da69979732d1fd1688d37d77164cc06ed558",
"body": null,
"is_bot": false,
"headline": "fix travis",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2018-07-07T00:00:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "045ed237736ce9aad03b1b3ccb7139a85e516050",
"body": null,
"is_bot": false,
"headline": "add MRCP-related helpers",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2018-07-06T23:56:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cc3c3db2277a97f4bb8c74978e3f62c3bb2678e",
"body": null,
"is_bot": false,
"headline": "move eagi to end",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2017-05-14T23:45:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ac821d7b73e452317521561e1e738d4b8ef76cc",
"body": null,
"is_bot": false,
"headline": "add default listen address",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2017-05-14T23:42:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6576b2336189c0ad244acfc5a947aef68f255eff",
"body": "Exposed the EAGI FD as an io.Reader",
"is_bot": false,
"headline": "Merge pull request #1 from angadn/master",
"author_name": "Seán C. McCord",
"author_login": "Ulexus",
"committed_at": "2017-04-07T15:10:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fab42c76ae3b17c77ec2153310440a3ec82ec8a2",
"body": "…reSystems/agi/pull/1#discussion_r110390470",
"is_bot": false,
"headline": "Fix: Specialized API for EAGI as suggested in https://github.com/CyCo…",
"author_name": "Angad Nadkarni",
"author_login": null,
"committed_at": "2017-04-07T14:17:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "602ae285f04d0cb342c5b1c476586acafba4b99f",
"body": "…ssuecomment-292533695",
"is_bot": false,
"headline": "Fixes in accordance to: https://github.com/CyCoreSystems/agi/pull/1#i…",
"author_name": "Angad Nadkarni",
"author_login": null,
"committed_at": "2017-04-07T13:28:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fbf08d988f8d7ee41891f844f189afbac6f6f36",
"body": null,
"is_bot": false,
"headline": "Exposed the EAGI FD as a reader",
"author_name": "Angad Nadkarni",
"author_login": null,
"committed_at": "2017-04-07T13:11:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "649f005ab1d0312b24b8bbfb049585121d588b84",
"body": null,
"is_bot": false,
"headline": "fix pointer",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2017-03-13T01:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e22983ad859ec52082edfe6c9a23bf61a36f2b9e",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Seán C McCord",
"author_login": "Ulexus",
"committed_at": "2016-11-20T04:14:12Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 2,
"latest_release_at": "2019-01-10T15:34:35Z",
"latest_release_tag": "v0.5.0",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 1,
"days_since_latest_release": 2750,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/CyCoreSystems/agi",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/CyCoreSystems/agi",
"is_deprecated": false,
"latest_version": "v0.7.0",
"repository_url": "https://github.com/CyCoreSystems/agi",
"versions_count": 13,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T15:10:55Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 36,
"stars": 54,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2017-04-07",
"count": 1
},
{
"date": "2017-10-22",
"count": 1
},
{
"date": "2018-01-15",
"count": 1
},
{
"date": "2018-07-24",
"count": 1
},
{
"date": "2018-12-17",
"count": 1
},
{
"date": "2018-12-21",
"count": 1
},
{
"date": "2019-01-07",
"count": 1
},
{
"date": "2019-01-26",
"count": 1
},
{
"date": "2019-02-15",
"count": 1
},
{
"date": "2019-02-22",
"count": 1
},
{
"date": "2019-05-25",
"count": 1
},
{
"date": "2019-09-18",
"count": 1
},
{
"date": "2020-02-14",
"count": 1
},
{
"date": "2020-04-17",
"count": 1
},
{
"date": "2020-10-03",
"count": 1
},
{
"date": "2020-11-08",
"count": 1
},
{
"date": "2021-07-03",
"count": 1
},
{
"date": "2021-07-13",
"count": 1
},
{
"date": "2021-07-21",
"count": 1
},
{
"date": "2021-08-16",
"count": 1
},
{
"date": "2021-08-24",
"count": 1
},
{
"date": "2021-09-11",
"count": 1
},
{
"date": "2021-09-17",
"count": 1
},
{
"date": "2021-09-30",
"count": 2
},
{
"date": "2021-12-11",
"count": 1
},
{
"date": "2022-02-21",
"count": 1
},
{
"date": "2022-07-04",
"count": 1
},
{
"date": "2024-02-20",
"count": 1
},
{
"date": "2024-03-15",
"count": 1
},
{
"date": "2024-07-07",
"count": 1
},
{
"date": "2025-09-20",
"count": 1
},
{
"date": "2025-11-08",
"count": 1
},
{
"date": "2026-07-17",
"count": 1
}
],
"complete": true,
"collected": 34,
"total_forks": 36
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 14866,
"source_files_sampled": 4,
"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": 1,
"merged_prs": 9,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 5,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Ulexus",
"commits": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/1946248?v=4"
},
{
"type": "User",
"login": "andrey-kolegov",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/3508264?v=4"
},
{
"type": "User",
"login": "winsock",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/509341?v=4"
},
{
"type": "User",
"login": "muka",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1021269?v=4"
},
{
"type": "User",
"login": "braams",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/8104106?v=4"
},
{
"type": "User",
"login": "jstukmanis",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3792748?v=4"
},
{
"type": "User",
"login": "mcrgnt",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/24764778?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.811
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"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 8 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": 2,
"reason": "Found 8/27 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "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": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "1aff4943113c42be0c31ecef3182896b4c60044c",
"ran_at": "2026-07-23T00:03:51Z",
"aggregate_score": 3,
"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-17T15:42:15Z",
"oldest_open_prs": [
{
"number": 14,
"created_at": "2021-09-30T19:30:56Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-17T14:57:28Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/CyCoreSystems/agi",
"host": "github.com",
"name": "agi",
"owner": "CyCoreSystems"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"security": 30,
"vitality": 43,
"community": 46,
"governance": 66,
"engineering": 34
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 43,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"commits_last_year": 2,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "2 commits in the last year",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 2
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"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": 44,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v0.5.0",
"releases_from_tags": false,
"days_since_latest_release": 2750,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2750 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2750
}
}
],
"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": "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": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 46,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"forks": 36,
"stars": 54,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "54 stars",
"points": 28,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 54
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "36 forks",
"points": 12.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 36
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"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": 66,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.811
},
"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 81% of commits",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 81
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"merged_prs": 9,
"open_issues": 0,
"closed_issues": 5,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "9/11 decided PRs merged",
"points": 31.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 9,
"decided": 11
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 8/27 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"followers": 60,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "CyCoreSystems",
"public_repos": 115,
"account_age_days": 5072
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "60 followers of CyCoreSystems",
"points": 12.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 60,
"login": "CyCoreSystems"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "115 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 115
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/CyCoreSystems/agi"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 5
},
"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 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "13 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 13
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 34,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 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 8 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 30,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3
},
"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 8 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 8/27 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"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": 5
},
"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": 51,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.244,
"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": "10 of 41 human commits state their intent (structured subject or explanatory body)",
"points": 13,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 10,
"sampled": 41
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 41",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 41
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 14866,
"source_files_sampled": 4,
"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/4 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 4,
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-23T00:04:02.151655Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/CyCoreSystems/agi.svg",
"full_name": "CyCoreSystems/agi",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}