JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 7565,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 250729,
"Shell": 13624,
"Python": 16232,
"Makefile": 9600,
"Dockerfile": 1946
},
"pushed_at": "2018-10-23T02:47:15Z",
"created_at": "2018-08-30T08:47:16Z",
"owner_type": "User",
"updated_at": "2025-02-23T13:04:12Z",
"description": "CLI and validation tools for Kubelet Container Runtime Interface (CRI) .",
"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": null,
"name": "liuyuxing",
"type": "User",
"login": "starnop",
"company": null,
"location": null,
"followers": 56,
"avatar_url": "https://avatars.githubusercontent.com/u/31209634?v=4",
"created_at": "2017-08-21T11:29:18Z",
"is_verified": null,
"public_repos": 48,
"account_age_days": 3256
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.11.1",
"kind": "patch",
"published_at": "2018-07-13T01:35:15Z"
},
{
"tag": "v1.11.0",
"kind": "minor",
"published_at": "2018-06-19T03:04:53Z"
},
{
"tag": "v1.0.0-beta.1",
"kind": "prerelease",
"published_at": "2018-05-03T22:10:34Z"
},
{
"tag": "v1.0.0-beta.0",
"kind": "prerelease",
"published_at": "2018-03-27T08:27:57Z"
},
{
"tag": "v1.0.0-alpha.0",
"kind": "prerelease",
"published_at": "2017-12-14T07:21:12Z"
}
],
"recent_commits": [
{
"oid": "31e2aec6646a0fd4a87dc5b0ecb7f7c2e15fadf5",
"body": "A few fixes to defaults on Windows.",
"is_bot": false,
"headline": "Merge pull request #374 from jterry75/windows_port",
"author_name": "k8s-ci-robot",
"author_login": "k8s-ci-robot",
"committed_at": "2018-09-07T23:46:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63d6618f1f83bd682c925d77e461a36177db8e27",
"body": "Sets the default connection endpoint for Windows to be\ntcp://localhost:3735 to match dockershim.\n\nSigned-off-by: Justin Terry (VM) <juterry@microsoft.com>",
"is_bot": false,
"headline": "Modify the default connection endpoint for Windows",
"author_name": "Justin Terry (VM)",
"author_login": "jterry75",
"committed_at": "2018-09-07T16:51:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cc7241e7cc8a02bc17ae20d8430cb47d001e8ad",
"body": "Makes the default config location GOOS dependent to support Windows\npaths if the tool is running on Windows.\n\nSigned-off-by: Justin Terry (VM) <juterry@microsoft.com>",
"is_bot": false,
"headline": "Modifying default config location for Windows",
"author_name": "Justin Terry (VM)",
"author_login": "jterry75",
"committed_at": "2018-09-07T16:38:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e92c5ecf971069627e7418bfb319fd9ec745b949",
"body": "Add sandbox config to `image pull`",
"is_bot": false,
"headline": "Merge pull request #375 from jterry75/add_pull_config",
"author_name": "k8s-ci-robot",
"author_login": "k8s-ci-robot",
"committed_at": "2018-09-07T05:29:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34b50d873a66e073d6a9ddc3961a917df05dc15d",
"body": "Fix package paths after moving to kubernetes-sigs",
"is_bot": false,
"headline": "Merge pull request #376 from feiskyer/repo-update",
"author_name": "k8s-ci-robot",
"author_login": "k8s-ci-robot",
"committed_at": "2018-09-07T03:33:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da15ce7edef3f16247eb62843d1ab2a0e8f29b9b",
"body": null,
"is_bot": false,
"headline": "Fix package paths after moving to kubernetes-sigs",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-09-07T02:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d361e685fb5696e06615f174f7c925d222941ebb",
"body": "Adds the sandbox config to the image pull command so a config can\ncontain the podsandbox context to pull the image in.\n\nSigned-off-by: Justin Terry (VM) <juterry@microsoft.com>",
"is_bot": false,
"headline": "Add sandbox config to `image pull`",
"author_name": "Justin Terry (VM)",
"author_login": "jterry75",
"committed_at": "2018-09-06T16:55:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ad880cd4ff0efa2236d968cca74fe5be16cbec9",
"body": "vendor latest github.com/urfave/cli",
"is_bot": false,
"headline": "Merge pull request #372 from vrothberg/cli-vendor",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-08-30T13:52:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb3d29ae18b625870c9f2073dbd6ec10a7eea0c9",
"body": "The update includes various fixes regarding arg parsing, short-opts in\nparticular.\n\nFixes: #335\nSigned-off-by: Valentin Rothberg <vrothberg@suse.com>",
"is_bot": false,
"headline": "vendor latest github.com/urfave/cli",
"author_name": "Valentin Rothberg",
"author_login": "vrothberg",
"committed_at": "2018-08-30T08:25:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "049f82803474df50dc4735773c059865187cfd88",
"body": "crictl: Fallback if info key is not JSON",
"is_bot": false,
"headline": "Merge pull request #370 from mrunalp/info_decode_opt",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-08-28T01:53:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffd9b8633132d5f79ebba6d0640d2d1a6d377abe",
"body": "This allows info map to support non JSON keys\n\nSigned-off-by: Mrunal Patel <mrunalp@gmail.com>",
"is_bot": false,
"headline": "crictl: Fallback if info key is not JSON",
"author_name": "Mrunal Patel",
"author_login": "mrunalp",
"committed_at": "2018-08-24T18:43:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b02d7529a97e4ba708a189074724e773ad0a5b96",
"body": "support to show podid in crictl ps",
"is_bot": false,
"headline": "Merge pull request #369 from yanxuean/show-pod-in-ps",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-08-14T06:45:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2245fd3de04b7868f028a27440aeadfdbecb086a",
"body": "Signed-off-by: yanxuean <yan.xuean@zte.com.cn>",
"is_bot": false,
"headline": "support to show podid in crictl ps",
"author_name": "yanxuean",
"author_login": "yanxuean",
"committed_at": "2018-08-14T02:33:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d4dd73afeee30fd19b19e31e9eb32459a18ae6b",
"body": "show concise image info for crictl ps",
"is_bot": false,
"headline": "Merge pull request #361 from yanxuean/concise-imageid",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-08-13T17:46:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb736dc0a87f2f22cd49816a9f0a20206197f1d4",
"body": "fix #360\nSigned-off-by: yanxuean <yan.xuean@zte.com.cn>",
"is_bot": false,
"headline": "show concise image info for crictl ps",
"author_name": "yanxuean",
"author_login": "yanxuean",
"committed_at": "2018-08-13T01:29:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2bc823fe8154ef9cf76ecb1a0b29bb4609885fa",
"body": "Signed-off-by: yanxuean <yan.xuean@zte.com.cn>",
"is_bot": false,
"headline": "add getTruncatedId function",
"author_name": "yanxuean",
"author_login": "yanxuean",
"committed_at": "2018-08-11T04:51:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d65848331384dd5abfe579876ab1de612282b086",
"body": "Set ldflags in hack/release.sh",
"is_bot": false,
"headline": "Merge pull request #367 from ncdc/release-ldflags",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-08-10T00:06:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7c0c88e424922b24f3b92467ab7f7c9d2120a8f",
"body": "Set ldflags in hack/release.sh so 'crictl -v' and 'critest -version'\nshow the correct version.\n\nSigned-off-by: Andy Goldstein <andy.goldstein@gmail.com>",
"is_bot": false,
"headline": "Set ldflags in hack/release.sh",
"author_name": "Andy Goldstein",
"author_login": "ncdc",
"committed_at": "2018-08-09T14:32:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac32e8433d121d9f2fd12315060be3fc475d6440",
"body": "Fix crictl ps and crictl pods.",
"is_bot": false,
"headline": "Merge pull request #363 from Random-Liu/fix-crictl-pods-ps",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-08-03T23:56:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7680af14f33cbc1f11f6ddffebd49d5bdeed0e7",
"body": "Signed-off-by: Lantao Liu <lantaol@google.com>",
"is_bot": false,
"headline": "Fix crictl ps and crictl pods.",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-08-03T23:19:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19b7255f328e447150adc4ab6a62999189ec447d",
"body": "Update install guides and version info",
"is_bot": false,
"headline": "Merge pull request #357 from feiskyer/readme",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-07-20T17:39:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56f7a6bbca4a9b5635bb71dbae2cf3f087ed1ae3",
"body": null,
"is_bot": false,
"headline": "Update install guides",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-07-18T02:43:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7096d442ea015cb6868f3d000714c5046106c57c",
"body": null,
"is_bot": false,
"headline": "Update version info",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-07-18T02:38:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f95ba2f91f57979a3f1e674d3d3b58338cd6b7d6",
"body": "Properly returns errors when the output format is not supported",
"is_bot": false,
"headline": "Merge pull request #354 from yujuhong/fix-output",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-07-14T00:32:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7985c2b43f99890290de0f81c3cf65ab33c8bd9",
"body": null,
"is_bot": false,
"headline": "Properly returns errors when the output format is not supported",
"author_name": "Yu-Ju Hong",
"author_login": "yujuhong",
"committed_at": "2018-07-13T22:41:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "649d21952127e98e589233fc6c825e6124724001",
"body": "Add support to install kubelet from the corresponding branch.",
"is_bot": false,
"headline": "Merge pull request #350 from Random-Liu/install-kubelet-version",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-07-13T08:40:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ff4e32894ac46b18b456122c96e5555a9a8178c",
"body": "Signed-off-by: Lantao Liu <lantaol@google.com>",
"is_bot": false,
"headline": "Add support to install kubelet from the corresponding branch.",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-07-13T07:55:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "542960713e9f2df8313f9f80b68fcf4a575b6982",
"body": "Add cross build in travis.",
"is_bot": false,
"headline": "Merge pull request #346 from Random-Liu/add-cross-build-in-travis",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-07-13T02:09:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa5248669a3653ebb16a39cbf55ed65bbbf714c2",
"body": "Add missing windows library.",
"is_bot": false,
"headline": "Merge pull request #345 from Random-Liu/add-missing-library",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-07-13T01:10:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51111612db207d6a8c7ea334e40b48dd01d73d84",
"body": "Signed-off-by: Lantao Liu <lantaol@google.com>",
"is_bot": false,
"headline": "Add cross build in travis.",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-07-13T00:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc65d40736a2b09cd77d6b45a8100e442682c365",
"body": "Signed-off-by: Lantao Liu <lantaol@google.com>",
"is_bot": false,
"headline": "Add missing windows library.",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-07-13T00:47:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aab6926750bceeac38f9d48a454ee353fe8a737f",
"body": "Add changelog for v1.11.1.",
"is_bot": false,
"headline": "Merge pull request #344 from Random-Liu/changelog-for-1.11.1",
"author_name": "Yu-Ju Hong",
"author_login": "yujuhong",
"committed_at": "2018-07-12T23:24:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ecda86db1db3a0eed635825da395a85261dd0cc",
"body": "Signed-off-by: Lantao Liu <lantaol@google.com>",
"is_bot": false,
"headline": "Add changelog for v1.11.1.",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-07-12T22:29:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8b5f38460f829ed4d046dc586f15558511fe681",
"body": "Better support terminal",
"is_bot": false,
"headline": "Merge pull request #341 from Random-Liu/better-support-terminal",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-07-12T21:36:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43a1bbed06ccc6eda5ffb30fcfc5cd2c80f03ba2",
"body": "Signed-off-by: Lantao Liu <lantaol@google.com>",
"is_bot": false,
"headline": "Update vendor.",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-07-12T20:54:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49ce9dac250799a8ba280b05e56f0e042086d50c",
"body": "Signed-off-by: Lantao Liu <lantaol@google.com>",
"is_bot": false,
"headline": "Use kubectl term package to better support terminal",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-07-12T04:03:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41d6c4a23143a2e6a142172c5366e27ff3f207bd",
"body": "Fix some description in the usage",
"is_bot": false,
"headline": "Merge pull request #340 from yujuhong/clarify-usage",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-07-12T01:40:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "327f661f7d95c026adb6ff0cb81bdd954c0cd04c",
"body": null,
"is_bot": false,
"headline": "Fix some description in the usage",
"author_name": "Yu-Ju Hong",
"author_login": "yujuhong",
"committed_at": "2018-07-12T01:06:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0cc060d7fdffd9a36892cb7e5c4b1301a30881e",
"body": "Set version based on git tags.",
"is_bot": false,
"headline": "Merge pull request #339 from Random-Liu/set-version-with-git-tag",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-07-11T23:13:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01e710e90c515abded47180d0ad47d7f90b3d2b3",
"body": "Signed-off-by: Lantao Liu <lantaol@google.com>",
"is_bot": false,
"headline": "Set version based on git tags.",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-07-11T22:25:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bf77bf8ca57cb21a83cc23716008f2a61cbc9c1",
"body": "Allow filtering the pods with prefix matching of name and namespace",
"is_bot": false,
"headline": "Merge pull request #332 from yujuhong/filter-by-name",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-06-28T12:25:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c75f394487c6af05ff9777c865e2a2db55293760",
"body": null,
"is_bot": false,
"headline": "Allow filtering pod name or namespace with regex",
"author_name": "Yu-Ju Hong",
"author_login": "yujuhong",
"committed_at": "2018-06-28T00:55:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "012eea1cb1501dadd7ba87510d7a563a424b60f6",
"body": "adds id text to each command",
"is_bot": false,
"headline": "Merge pull request #333 from mikebrow/ui-id-text",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-06-27T02:37:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6039f60d72b0cbd4d49b19b95412b5d420452d83",
"body": "Signed-off-by: Mike Brown <brownwm@us.ibm.com>",
"is_bot": false,
"headline": "adds id text to each command",
"author_name": "Mike Brown",
"author_login": "mikebrow",
"committed_at": "2018-06-26T17:36:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57e07d8f42c23ecf041d43c26da7698801334f2f",
"body": null,
"is_bot": false,
"headline": "Move labels to a separate file",
"author_name": "Yu-Ju Hong",
"author_login": "yujuhong",
"committed_at": "2018-06-23T01:00:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78ec59028672e20e2295f6af45144082b8eb66e7",
"body": "Bump cri-tools to v1.11.0",
"is_bot": false,
"headline": "Merge pull request #327 from feiskyer/new-release",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-06-19T03:04:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4bf5f3320ac01e8d2042ba8ccd7755e787335cb",
"body": null,
"is_bot": false,
"headline": "Bump cri-tools to v1.11.0",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-06-19T02:03:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c667f567e3787f9ff7ea252f0f3bf6f9111ad01",
"body": "Update vendors",
"is_bot": false,
"headline": "Merge pull request #325 from feiskyer/vendor-1.11",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-06-15T22:40:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a3c761b90284e27ba3b825d702e2a0d9a7e9cd4",
"body": null,
"is_bot": false,
"headline": "Update vendors",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-06-15T03:33:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c38159ed4b068ac2a7410e74e85ca96994eee164",
"body": "Show sha256sum on releasing",
"is_bot": false,
"headline": "Merge pull request #323 from feiskyer/sha256",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-06-15T02:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9da2549287cbbdbfa045b3246ab34ffea703dce4",
"body": "Add new container host path test.",
"is_bot": false,
"headline": "Merge pull request #320 from Random-Liu/add-new-volume-test",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-06-07T07:23:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59732bf5151311756fd53da7315ded56eb50b69f",
"body": "Add SECURITY_CONTACTS file",
"is_bot": false,
"headline": "Merge pull request #319 from feiskyer/sec",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-06-07T07:01:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7602b2c5b8ed93442a25a92459b38f10decaec2",
"body": "Update crictl docs and examples",
"is_bot": false,
"headline": "Merge pull request #321 from feiskyer/docs",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-06-07T06:59:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fa4a277213384362c3565fafe646e9033a4ea95",
"body": null,
"is_bot": false,
"headline": "Show sha256sum on releasing",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-06-06T09:10:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c05b4266947b1d1252ccfffee9203413c615f542",
"body": null,
"is_bot": false,
"headline": "Update crictl docs and examples",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-06-05T08:17:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5dda7eba8ca945a5075c3115fa29212b39beb17",
"body": "Signed-off-by: Lantao Liu <lantaol@google.com>",
"is_bot": false,
"headline": "Add symlink hostpath test.",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-06-05T08:15:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "593a8bf8790d550678ab625b0ff38fceabf349c7",
"body": null,
"is_bot": false,
"headline": "Add SECURITY_CONTACTS file",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-06-04T02:59:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eae53b23c3ca7ad5c16ab17a80a8e8d69bcfcc97",
"body": "Cleanup container and sandbox state.",
"is_bot": false,
"headline": "Merge pull request #316 from Random-Liu/clean-up-state",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-05-27T00:17:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da660f0ac7cab57f5d97fc51c0684ee6adfe68c2",
"body": "Signed-off-by: Lantao Liu <lantaol@google.com>",
"is_bot": false,
"headline": "Cleanup container and sandbox state.",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-05-26T00:30:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c58160cae2b902b27d4c634c31c34e223088b16f",
"body": "Make image-test test images multi-arch",
"is_bot": false,
"headline": "Merge pull request #315 from nitkon/master",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-05-25T03:31:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3258e261823adfd5f65198989a9676538b13aca5",
"body": "Fixes #287\n\nSigned-off-by: Nitesh Konkar <niteshkonkar@in.ibm.com>",
"is_bot": false,
"headline": "Make image-test test images multi-arch",
"author_name": "Nitesh Konkar",
"author_login": "nitkon",
"committed_at": "2018-05-24T17:37:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36ee1b4e84bb0a532c148c41299d84af7f0c73d0",
"body": "Make hostnet-nginx test images multi-arch",
"is_bot": false,
"headline": "Merge pull request #313 from nitkon/master",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-05-24T02:41:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49c8e707dff8e012e642eeb7a8879a76b8b9ed34",
"body": "Fixes #287\n\nSigned-off-by: Nitesh Konkar <niteshkonkar@in.ibm.com>",
"is_bot": false,
"headline": "Make hostnet-nginx test images multi-arch",
"author_name": "Nitesh Konkar",
"author_login": "nitkon",
"committed_at": "2018-05-23T17:44:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e24104e058d3ecf3f6f3a6fd491d323286be4fab",
"body": "Add push-manifest into all target in the image-user Makefile",
"is_bot": false,
"headline": "Merge pull request #311 from nitkon/master",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-05-22T05:58:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89ce7342ae4165e2c9b86e7a8cfd0117d732c630",
"body": "Fixes a typo in inspecti usage",
"is_bot": false,
"headline": "Merge pull request #312 from chuckha/typo",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-05-21T22:59:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dcdcab5a70676e66c40cdfc2543790e763576db",
"body": "Signed-off-by: Chuck Ha <ha.chuck@gmail.com>",
"is_bot": false,
"headline": "Fixes a typo in inspecti usage",
"author_name": "Chuck Ha",
"author_login": "chuckha",
"committed_at": "2018-05-21T20:16:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2cb253641a6ee8f3221543d5765c0b41fce1851",
"body": "Add release scripts",
"is_bot": false,
"headline": "Merge pull request #303 from feiskyer/release",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-05-18T02:17:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e2bb59afc56af385621b463936f188f332cd7a2",
"body": "Fixes #310\n\nSigned-off-by: Nitesh Konkar <niteshkonkar@in.ibm.com>",
"is_bot": false,
"headline": "Add push-manifest into all target in the image-user Makefile",
"author_name": "Nitesh Konkar",
"author_login": "nitkon",
"committed_at": "2018-05-16T09:51:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffa8ff750929de6b2fceb3553a882448779202ac",
"body": null,
"is_bot": false,
"headline": "Fix branch name",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-05-16T07:54:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3df9c005e3e812dfb933867ae31843bc61969f63",
"body": null,
"is_bot": false,
"headline": "Add release scripts",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-05-16T07:54:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ae7b254cc1a8f4363a648617549c7f4e4e7d690",
"body": "Make image-user test images multi-arch",
"is_bot": false,
"headline": "Merge pull request #300 from nitkon/master",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-05-08T07:02:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b29b597eea09a8186211f307ae5f256e6f5179e",
"body": "Fixes #287\n\nSigned-off-by: Nitesh Konkar <niteshkonkar@in.ibm.com>",
"is_bot": false,
"headline": "Make image-user test images multi-arch",
"author_name": "Nitesh Konkar",
"author_login": "nitkon",
"committed_at": "2018-05-08T06:24:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed197752be202e8d845f55435f74de1c9f91c1d1",
"body": "crictl-exec: fix argument parsing",
"is_bot": false,
"headline": "Merge pull request #306 from vrothberg/fix-args-parsing",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-05-08T02:04:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "401be60d38f1e5701866f62b181006ce9ae7f6b2",
"body": "Grammar in crictl output",
"is_bot": false,
"headline": "Merge pull request #301 from ktzee/english_in_output",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-05-08T02:01:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ed0c39fce6825dbc1aaf0102e504f65e0424317",
"body": "Allow handling of short options (e.g., `exec -it` vs `exec -i -t).\n\nSigned-off-by: Valentin Rothberg <vrothberg@suse.com>",
"is_bot": false,
"headline": "crictl: allow short option handling",
"author_name": "Valentin Rothberg",
"author_login": "vrothberg",
"committed_at": "2018-05-07T14:20:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc31730888afcdb66dae5c4faf5474e3e0ca1210",
"body": "A command's arguments have been interpreted as flags leading to various\nkinds of errors. Fix it by vendoring the latest urfave/cli and setting\nthe corresponding cli.Command flag to avoid reordering of arguments.\n\nSigned-off-by: Valentin Rothberg <vrothberg@suse.com>\nFixes: #305",
"is_bot": false,
"headline": "crictl-exec: fix argument parsing",
"author_name": "Valentin Rothberg",
"author_login": "vrothberg",
"committed_at": "2018-05-07T13:56:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f1936faf76e363295f9f59a6946b96d4a2fbd00",
"body": "Fix Go versin",
"is_bot": false,
"headline": "Merge pull request #302 from feiskyer/go-version",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-05-07T07:21:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a2b1b5db75e710c4cbeecdb2eced37c06c659af",
"body": null,
"is_bot": false,
"headline": "Fix Go versin",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-05-07T02:31:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "062789d799e25a9c1f7a398e36ac4072ac7e3401",
"body": "Signed-off-by: ktzee <peppe877@gmail.com>",
"is_bot": false,
"headline": "Grammar in crictl output",
"author_name": "ktzee",
"author_login": "ktzee",
"committed_at": "2018-05-06T17:23:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "585e558e05d51d809b761adce8e59de5787c708a",
"body": "Prepare for v1.0.0-beta.1 release.",
"is_bot": false,
"headline": "Merge pull request #298 from Random-Liu/prepare-beta-1-release",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-05-03T22:10:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "672e5610df0dbac88a4faba66eafad669ebe4cb1",
"body": "Signed-off-by: Lantao Liu <lantaol@google.com>",
"is_bot": false,
"headline": "Prepare for v1.0.0-beta.1 release.",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-05-03T21:11:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49847ed1f943eecce17bb6a1f61d75f0de83a438",
"body": "Make crictl and critest statically linked.",
"is_bot": false,
"headline": "Merge pull request #296 from Random-Liu/statically-link",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-05-02T17:05:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1b2855d4ca363a8a5d5c3752a360ce4e6f3da90",
"body": "Signed-off-by: Lantao Liu <lantaol@google.com>",
"is_bot": false,
"headline": "Make crictl and critest statically linked.",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-05-02T09:07:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34ce008eb986641743a1230b4800a74f6829ecbb",
"body": "Update kubernetes to fix `crictl logs`.",
"is_bot": false,
"headline": "Merge pull request #293 from Random-Liu/fix-crictl-log",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-04-27T02:14:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36141599a7e7ad7ec8b2d96dd730afd5c836d500",
"body": "Signed-off-by: Lantao Liu <lantaol@google.com>",
"is_bot": false,
"headline": "Update kubernetes to fix `crictl logs`.",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-04-27T01:38:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dca09b9d2f58abf869fdb8f1165bbcdc1e6f44a",
"body": "Use busybox:1.28 instead of busybox:1.26",
"is_bot": false,
"headline": "Merge pull request #290 from nitkon/patch-1",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-04-24T02:32:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f37a5a1edb69ee742c6e42c57413fe6b63788085",
"body": "Disable glog writing to files.",
"is_bot": false,
"headline": "Merge pull request #291 from Random-Liu/do-not-log",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-04-21T00:27:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33701adb76db2de723b9ab3d4f80e43b67dc6957",
"body": "Signed-off-by: Lantao Liu <lantaol@google.com>",
"is_bot": false,
"headline": "Disable glog writing to files for crictl.",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-04-21T00:06:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e975da1325a0e9e0d70b9f79f68bbd613f0f5931",
"body": "Use multi-arch busybox:1.28 image instead of busybox:1.26\r\n\r\nSigned-off-by: Nitesh Konkar <niteshkonkar@in.ibm.com>",
"is_bot": false,
"headline": "Use busybox:1.28 instead of busybox:1.26",
"author_name": "nitkon",
"author_login": "nitkon",
"committed_at": "2018-04-20T15:19:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db53d78569a8116fff1f60366a8de3130e767eeb",
"body": "Add host network portforward test.",
"is_bot": false,
"headline": "Merge pull request #289 from Random-Liu/add-hostnet-port-forward",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-04-18T01:43:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a64b31f824b052d03cf9b0f1e589260f8a137f95",
"body": "Signed-off-by: Lantao Liu <lantaol@google.com>",
"is_bot": false,
"headline": "Add host network portforward test.",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-04-17T08:23:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6ed14e642ed2d514501afea7b5ac3d07f3a4150",
"body": "Add run as group test",
"is_bot": false,
"headline": "Merge pull request #282 from Random-Liu/add-run-as-group-test",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-04-02T05:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef522696601541d54bdf34b6e8040b662b2fec02",
"body": "Signed-off-by: Lantao Liu <lantaol@google.com>",
"is_bot": false,
"headline": "Add RunAsGroup test and also cleanup the code.",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-03-30T23:56:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c212104ae63b3041102604ad74f4b62411b0f6b4",
"body": "Signed-off-by: Lantao Liu <lantaol@google.com>",
"is_bot": false,
"headline": "Update Kubernetes to v1.10.0",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-03-30T23:56:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4403b8052e4fff648f840cbf392497269ca3be74",
"body": "oom_score_adj update is not supported.",
"is_bot": false,
"headline": "Merge pull request #279 from Random-Liu/no-oom-score",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-03-29T09:18:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a0953692fcd932ca7ce7bbc53671b404755be21",
"body": "Signed-off-by: Lantao Liu <lantaol@google.com>",
"is_bot": false,
"headline": "oom_score_adj update is not supported.",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-03-29T08:43:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d127846729a582ef047714f4de7bf15ddb6d3915",
"body": "Remove sandbox from user facing descriptions.",
"is_bot": false,
"headline": "Merge pull request #278 from Random-Liu/remove-sandbox-from-description",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-03-29T02:28:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8611cfe16a89915ac483142bf29512327ee10e58",
"body": "Signed-off-by: Lantao Liu <lantaol@google.com>",
"is_bot": false,
"headline": "Remove sandbox from user facing descriptions.",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-03-29T02:06:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7962f60f0e751b0fb2a3c3f3320a74ed15bfb50d",
"body": " Bump cri-tools to v1.0.0-beta.0",
"is_bot": false,
"headline": "Merge pull request #276 from feiskyer/1.0.0-beta.0",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-03-27T08:27:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "852a3b6e09b565663c3ab9ea025c634fb487e645",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "Pengfei Ni",
"author_login": "feiskyer",
"committed_at": "2018-03-27T07:59:30Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 0,
"latest_release_at": "2018-07-13T01:35:15Z",
"latest_release_tag": "v1.11.1",
"releases_from_tags": true,
"days_since_last_push": 2829,
"active_weeks_last_year": 0,
"days_since_latest_release": 2931,
"mean_days_between_releases": 52.7
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [
{
"date": "2025-02-23",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_stars": 1
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"images/hostnet-nginx/Makefile",
"images/image-test/Makefile",
"images/image-user/Makefile"
],
"api_schema_files": [
"vendor/github.com/gogo/protobuf/gogoproto/gogo.proto",
"vendor/github.com/gogo/protobuf/protobuf/google/protobuf/any.proto",
"vendor/github.com/gogo/protobuf/protobuf/google/protobuf/compiler/plugin.proto",
"vendor/github.com/gogo/protobuf/protobuf/google/protobuf/descriptor.proto",
"vendor/github.com/gogo/protobuf/protobuf/google/protobuf/duration.proto",
"vendor/github.com/gogo/protobuf/protobuf/google/protobuf/empty.proto",
"vendor/github.com/gogo/protobuf/protobuf/google/protobuf/field_mask.proto",
"vendor/github.com/gogo/protobuf/protobuf/google/protobuf/struct.proto",
"vendor/github.com/gogo/protobuf/protobuf/google/protobuf/timestamp.proto",
"vendor/github.com/gogo/protobuf/protobuf/google/protobuf/wrappers.proto",
"vendor/github.com/golang/protobuf/ptypes/any/any.proto",
"vendor/github.com/golang/protobuf/ptypes/duration/duration.proto",
"vendor/github.com/golang/protobuf/ptypes/struct/struct.proto",
"vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.proto",
"vendor/google.golang.org/grpc/grpclb/grpc_lb_v1/messages/messages.proto",
"vendor/k8s.io/api/core/v1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/api/resource/generated.proto",
"vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/runtime/generated.proto",
"vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.proto",
"vendor/k8s.io/apimachinery/pkg/util/intstr/generated.proto",
"vendor/k8s.io/kubernetes/pkg/kubelet/apis/cri/runtime/v1alpha2/api.proto",
"vendor/k8s.io/kubernetes/third_party/protobuf/google/protobuf/compiler/plugin.proto",
"vendor/k8s.io/kubernetes/third_party/protobuf/google/protobuf/descriptor.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 46052,
"source_files_sampled": 45,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "feiskyer",
"commits": 205,
"avatar_url": "https://avatars.githubusercontent.com/u/676637?v=4"
},
{
"type": "User",
"login": "Random-Liu",
"commits": 108,
"avatar_url": "https://avatars.githubusercontent.com/u/5821883?v=4"
},
{
"type": "User",
"login": "xlgao-zju",
"commits": 48,
"avatar_url": "https://avatars.githubusercontent.com/u/1636894?v=4"
},
{
"type": "User",
"login": "heartlock",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/11348138?v=4"
},
{
"type": "User",
"login": "Helen-Xie",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/18390810?v=4"
},
{
"type": "User",
"login": "runcom",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/849915?v=4"
},
{
"type": "User",
"login": "yanxuean",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/25762709?v=4"
},
{
"type": "User",
"login": "mikebrow",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/12767641?v=4"
},
{
"type": "User",
"login": "dchen1107",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/7740897?v=4"
},
{
"type": "User",
"login": "yujuhong",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/10524058?v=4"
}
],
"contributors_sampled": 28,
"top_contributor_share": 0.418
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 31 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 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": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "31e2aec6646a0fd4a87dc5b0ecb7f7c2e15fadf5",
"ran_at": "2026-07-22T06:48:45Z",
"aggregate_score": 2.8,
"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": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/starnop/cri-tools",
"host": "github.com",
"name": "cri-tools",
"owner": "starnop"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 23,
"inputs": {
"security": 28,
"vitality": 17,
"community": 12,
"governance": 42,
"engineering": 32,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 27,
"overall_after_abandonment_multiplier": 23
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 17,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 2829,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2829 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 2829
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "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": 40,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v1.11.1",
"releases_from_tags": true,
"days_since_latest_release": 2931,
"mean_days_between_releases": 52.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2931 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2931
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~52.7 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 52.7
}
}
],
"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": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [
"no_open_demand"
],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 2874,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 2874 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 2874,
"count": 2,
"signals": "releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "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": "at_risk",
"name": "Sustainability & Governance",
"value": 42,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 28,
"top_contributor_share": 0.418
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 42% of commits",
"points": 13.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 42
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "28 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 28
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 31 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/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": 59,
"inputs": {
"followers": 56,
"owner_type": "User",
"is_verified": null,
"owner_login": "starnop",
"public_repos": 48,
"account_age_days": 3256
},
"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": "56 followers of starnop",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 56,
"login": "starnop"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "48 public repos, account ~8 yr old",
"points": 24.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 48
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 32,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": false,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 28,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 28,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 31 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"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": 17
},
"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": 60,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.55,
"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": "55 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 29.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 55,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile",
"images/hostnet-nginx/Makefile",
"images/image-test/Makefile",
"images/image-user/Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, images/hostnet-nginx/Makefile, images/image-test/Makefile, images/image-user/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, images/hostnet-nginx/Makefile, images/image-test/Makefile, images/image-user/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"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": 46052,
"source_files_sampled": 45,
"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/45 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 45,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": [
"vendor/github.com/gogo/protobuf/gogoproto/gogo.proto",
"vendor/github.com/gogo/protobuf/protobuf/google/protobuf/any.proto",
"vendor/github.com/gogo/protobuf/protobuf/google/protobuf/compiler/plugin.proto",
"vendor/github.com/gogo/protobuf/protobuf/google/protobuf/descriptor.proto",
"vendor/github.com/gogo/protobuf/protobuf/google/protobuf/duration.proto",
"vendor/github.com/gogo/protobuf/protobuf/google/protobuf/empty.proto",
"vendor/github.com/gogo/protobuf/protobuf/google/protobuf/field_mask.proto",
"vendor/github.com/gogo/protobuf/protobuf/google/protobuf/struct.proto",
"vendor/github.com/gogo/protobuf/protobuf/google/protobuf/timestamp.proto",
"vendor/github.com/gogo/protobuf/protobuf/google/protobuf/wrappers.proto",
"vendor/github.com/golang/protobuf/ptypes/any/any.proto",
"vendor/github.com/golang/protobuf/ptypes/duration/duration.proto",
"vendor/github.com/golang/protobuf/ptypes/struct/struct.proto",
"vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.proto",
"vendor/google.golang.org/grpc/grpclb/grpc_lb_v1/messages/messages.proto",
"vendor/k8s.io/api/core/v1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/api/resource/generated.proto",
"vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto",
"vendor/k8s.io/apimachinery/pkg/runtime/generated.proto",
"vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.proto",
"vendor/k8s.io/apimachinery/pkg/util/intstr/generated.proto",
"vendor/k8s.io/kubernetes/pkg/kubelet/apis/cri/runtime/v1alpha2/api.proto",
"vendor/k8s.io/kubernetes/third_party/protobuf/google/protobuf/compiler/plugin.proto",
"vendor/k8s.io/kubernetes/third_party/protobuf/google/protobuf/descriptor.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "vendor/github.com/gogo/protobuf/gogoproto/gogo.proto, vendor/github.com/gogo/protobuf/protobuf/google/protobuf/any.proto, vendor/github.com/gogo/protobuf/protobuf/google/protobuf/compiler/plugin.proto, vendor/github.com/gogo/protobuf/protobuf/google/protobuf/descriptor.proto, vendor/github.com/gogo/protobuf/protobuf/google/protobuf/duration.proto, vendor/github.com/gogo/protobuf/protobuf/google/protobuf/empty.proto, vendor/github.com/gogo/protobuf/protobuf/google/protobuf/field_mask.proto, vendor/github.com/gogo/protobuf/protobuf/google/protobuf/struct.proto, vendor/github.com/gogo/protobuf/protobuf/google/protobuf/timestamp.proto, vendor/github.com/gogo/protobuf/protobuf/google/protobuf/wrappers.proto, vendor/github.com/golang/protobuf/ptypes/any/any.proto, vendor/github.com/golang/protobuf/ptypes/duration/duration.proto, vendor/github.com/golang/protobuf/ptypes/struct/struct.proto, vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.proto, vendor/google.golang.org/grpc/grpclb/grpc_lb_v1/messages/messages.proto, vendor/k8s.io/api/core/v1/generated.proto, vendor/k8s.io/apimachinery/pkg/api/resource/generated.proto, vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto, vendor/k8s.io/apimachinery/pkg/runtime/generated.proto, vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.proto, vendor/k8s.io/apimachinery/pkg/util/intstr/generated.proto, vendor/k8s.io/kubernetes/pkg/kubelet/apis/cri/runtime/v1alpha2/api.proto, vendor/k8s.io/kubernetes/third_party/protobuf/google/protobuf/compiler/plugin.proto, vendor/k8s.io/kubernetes/third_party/protobuf/google/protobuf/descriptor.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "vendor/github.com/gogo/protobuf/gogoproto/gogo.proto, vendor/github.com/gogo/protobuf/protobuf/google/protobuf/any.proto, vendor/github.com/gogo/protobuf/protobuf/google/protobuf/compiler/plugin.proto, vendor/github.com/gogo/protobuf/protobuf/google/protobuf/descriptor.proto, vendor/github.com/gogo/protobuf/protobuf/google/protobuf/duration.proto, vendor/github.com/gogo/protobuf/protobuf/google/protobuf/empty.proto, vendor/github.com/gogo/protobuf/protobuf/google/protobuf/field_mask.proto, vendor/github.com/gogo/protobuf/protobuf/google/protobuf/struct.proto, vendor/github.com/gogo/protobuf/protobuf/google/protobuf/timestamp.proto, vendor/github.com/gogo/protobuf/protobuf/google/protobuf/wrappers.proto, vendor/github.com/golang/protobuf/ptypes/any/any.proto, vendor/github.com/golang/protobuf/ptypes/duration/duration.proto, vendor/github.com/golang/protobuf/ptypes/struct/struct.proto, vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.proto, vendor/google.golang.org/grpc/grpclb/grpc_lb_v1/messages/messages.proto, vendor/k8s.io/api/core/v1/generated.proto, vendor/k8s.io/apimachinery/pkg/api/resource/generated.proto, vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto, vendor/k8s.io/apimachinery/pkg/runtime/generated.proto, vendor/k8s.io/apimachinery/pkg/runtime/schema/generated.proto, vendor/k8s.io/apimachinery/pkg/util/intstr/generated.proto, vendor/k8s.io/kubernetes/pkg/kubelet/apis/cri/runtime/v1alpha2/api.proto, vendor/k8s.io/kubernetes/third_party/protobuf/google/protobuf/compiler/plugin.proto, vendor/k8s.io/kubernetes/third_party/protobuf/google/protobuf/descriptor.proto"
}
}
],
"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": [
"Community profile unavailable",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-22T06:49:01.564905Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/starnop/cri-tools.svg",
"full_name": "starnop/cri-tools",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}