Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 75,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 20509
},
"pushed_at": "2026-07-20T19:01:00Z",
"created_at": "2023-09-08T22:12:36Z",
"owner_type": "Organization",
"updated_at": "2026-07-20T19:02:05Z",
"description": "Common log interface for containerd repositories and clients",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "containerd.io",
"name": "containerd",
"type": "Organization",
"login": "containerd",
"company": null,
"location": null,
"followers": 1306,
"avatar_url": "https://avatars.githubusercontent.com/u/14037953?v=4",
"created_at": "2015-08-30T06:48:09Z",
"is_verified": null,
"public_repos": 39,
"account_age_days": 3985
},
"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.1.0",
"kind": "minor",
"published_at": "2023-09-12T04:30:30Z"
}
],
"recent_commits": [
{
"oid": "bc3e2b202ce5c8de9f15aafa72c64f162eea181a",
"body": "…github/workflows/actions/setup-go-7\n\nbuild(deps): bump actions/setup-go from 6 to 7 in /.github/workflows",
"is_bot": false,
"headline": "Merge pull request #19 from containerd/dependabot/github_actions/dot-…",
"author_name": "Maksym Pavlenko",
"author_login": "mxpv",
"committed_at": "2026-07-20T19:00:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee0c1e3f99bb1a0f23a3dfd61dfc0f86ecf09ace",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6 to 7.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/v6...v7)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/setup-go from 6 to 7 in /.github/workflows",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T18:20:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07c1312594618861173ae97bbd494622e02cd2b2",
"body": "Add support for using slog for log output",
"is_bot": false,
"headline": "Merge pull request #12 from dmcgowan/slog-support",
"author_name": "Samuel Karp",
"author_login": "samuelkarp",
"committed_at": "2026-06-24T22:08:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f2146989964347dda99b8fa78f91418949b323a",
"body": "chore(deps): bump github.com/sirupsen/logrus v1.9.4",
"is_bot": false,
"headline": "Merge pull request #15 from thaJeztah/bump_logrus",
"author_name": "Maksym Pavlenko",
"author_login": "mxpv",
"committed_at": "2026-05-05T15:47:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87dfc304e84b542162f1df3c1065b8b14c4d35c0",
"body": "reduces transitive dependencies\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "chore(deps): bump github.com/sirupsen/logrus v1.9.4",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2026-04-25T09:24:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdc1227341f1d37cb1151f2d7c4e86d72f277d35",
"body": "Allows containerd logs to use the default slog logger if configured.\nEnsures that when formatting is set, such as through a default\nconfiguration, if the slog format as well previously set.\n\nSigned-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Add support for using slog for log output",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2026-04-22T15:31:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "909c7de726974d7a83e855bb384b6fb2a888542a",
"body": "…github/workflows/golangci/golangci-lint-action-9\n\nbuild(deps): bump golangci/golangci-lint-action from 8 to 9 in /.github/workflows",
"is_bot": false,
"headline": "Merge pull request #10 from containerd/dependabot/github_actions/dot-…",
"author_name": "Phil Estes",
"author_login": "estesp",
"committed_at": "2025-12-05T19:40:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2e6e40f18488a3719173e86637ed52ec8f95ef8",
"body": "Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6 to 9.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v6...v9)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-version: '9'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump golangci/golangci-lint-action in /.github/workflows",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-05T19:39:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd56ceca9fced74222babcbcedad162424564016",
"body": "…github/workflows/actions/checkout-6\n\nbuild(deps): bump actions/checkout from 4 to 6 in /.github/workflows",
"is_bot": false,
"headline": "Merge pull request #11 from containerd/dependabot/github_actions/dot-…",
"author_name": "Phil Estes",
"author_login": "estesp",
"committed_at": "2025-12-05T19:38:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6291b40ef6a10f02a4dffca420bb9c5cc98f1d7d",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v6)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/checkout from 4 to 6 in /.github/workflows",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-05T19:37:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ddb4fcd9fef6dd63bc9e640765aba7f9eb22a580",
"body": "…-images\n\nci: update github actions runner images to latest",
"is_bot": false,
"headline": "Merge pull request #4 from austinvazquez/update-github-actions-runner…",
"author_name": "Phil Estes",
"author_login": "estesp",
"committed_at": "2025-12-05T19:37:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f613eea27218a5740e9727c43d0c6506401fa191",
"body": "ci: update golangci-lint to v2.1.6",
"is_bot": false,
"headline": "Merge pull request #5 from austinvazquez/update-golangci-lint",
"author_name": "Phil Estes",
"author_login": "estesp",
"committed_at": "2025-12-05T19:37:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be65008dd73f24c64c27b9eddb982f6743d64aa1",
"body": "…ithub/workflows/actions/setup-go-6\n\nbuild(deps): bump actions/setup-go from 5 to 6 in /.github/workflows",
"is_bot": false,
"headline": "Merge pull request #9 from containerd/dependabot/github_actions/dot-g…",
"author_name": "Phil Estes",
"author_login": "estesp",
"committed_at": "2025-12-05T19:36:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "274fc1532b1d2dbc11236f8537abd4a4242e5b57",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/setup-go from 5 to 6 in /.github/workflows",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-15T17:54:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d79777d156d769aaa73251c6b338b53e9ec7748",
"body": "Signed-off-by: Austin Vazquez <austin.vazquez.dev@gmail.com>",
"is_bot": false,
"headline": "ci: update golangci-lint to v2.1.6",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2025-06-04T19:55:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71a3d0fd92af35c50f08432267699c36b366e751",
"body": "Signed-off-by: Austin Vazquez <austin.vazquez.dev@gmail.com>",
"is_bot": false,
"headline": "ci: update github actions runner images to latest",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2025-06-04T19:55:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "816277bc1264da384d25da20c61b4006e1f1fe5c",
"body": "Update project-checks to v1.2.2 to unblock CI",
"is_bot": false,
"headline": "Merge pull request #6 from austinvazquez/fix-project-checks",
"author_name": "Phil Estes",
"author_login": "estesp",
"committed_at": "2025-06-04T17:39:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41447708b478a83033cad7216a76aed5beee8cc7",
"body": "Signed-off-by: Austin Vazquez <austin.vazquez.dev@gmail.com>",
"is_bot": false,
"headline": "ci: add dependabot updates for GitHub Actions packages",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2025-06-04T16:48:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63444a292b96a14495801f4b18656eb9ca5d9725",
"body": "Signed-off-by: Austin Vazquez <austin.vazquez.dev@gmail.com>",
"is_bot": false,
"headline": "ci: update project-checks to v1.2.2",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2025-06-04T16:45:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf440e79675b9565412d026ffd6df1b2cd485ec9",
"body": "Update GitHub Actions packages and runners",
"is_bot": false,
"headline": "Merge pull request #3 from austinvazquez/update-ci",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2024-10-21T18:32:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fce80a618132d14dd0024780362229137058f35e",
"body": "Signed-off-by: Austin Vazquez <macedonv@amazon.com>",
"is_bot": false,
"headline": "Update to Go 1.22.8 in CI",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2024-10-07T02:57:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d09bdb1d6507e1c50f2c7f88ec65430b8df6c17",
"body": "Signed-off-by: Austin Vazquez <macedonv@amazon.com>",
"is_bot": false,
"headline": "Upgrade to actions/setup-go@v5",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2024-10-07T02:57:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a24b7be413cf8f9f876790ae6d37f2895465e73",
"body": "Signed-off-by: Austin Vazquez <macedonv@amazon.com>",
"is_bot": false,
"headline": "Upgrade to actions/checkout@v4",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2024-10-07T02:57:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b01271293fb1539cfc7fa6a46456158bf44ae6c",
"body": "Signed-off-by: Austin Vazquez <macedonv@amazon.com>",
"is_bot": false,
"headline": "Update golangci-lint configruation for deprecations",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2024-10-07T02:56:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8c68dfe14e620c02360fdcf31b9957f30783e04",
"body": "Signed-off-by: Austin Vazquez <macedonv@amazon.com>",
"is_bot": false,
"headline": "Update to golangci-lint@v1.61.0",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2024-10-07T02:38:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2c22917a6a8ace55614e5f6860c6b295ce9aac7",
"body": "Signed-off-by: Austin Vazquez <macedonv@amazon.com>",
"is_bot": false,
"headline": "Upgrade to golangci/golangci-lint-action@v6",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2024-10-07T02:38:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29fdb7b2c825d928fc876c783e2b51b81be71bb1",
"body": "Signed-off-by: Austin Vazquez <macedonv@amazon.com>",
"is_bot": false,
"headline": "Upgrade macOS runner image to macOS 13",
"author_name": "Austin Vazquez",
"author_login": "austinvazquez",
"committed_at": "2024-10-07T02:36:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fc1e28871fdf2786e2cc51bbe4133db6547a199",
"body": "Update golangci to 1.49",
"is_bot": false,
"headline": "Merge pull request #1 from dmcgowan/update-golangci",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2023-09-09T00:27:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89c9a54561e8736fddc519cf033d936de65ebe67",
"body": "Signed-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Update golangci to 1.49",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2023-09-09T00:19:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf267115d825238992448dbe1cd6cd440c934d8a",
"body": "Signed-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Update description in README",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2023-09-08T23:55:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9f250cc3a5d033c759b715aa09ff7cdbfc19500",
"body": "Signed-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Add project details",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2023-09-08T23:54:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb7fe3d663dee55b38f2ab094d9ac794dcacba40",
"body": "Signed-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Add github CI flow",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2023-09-08T23:52:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e13034365475c99956f31770c43e296fc6d1a98",
"body": "Signed-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Add go module",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2023-09-08T23:42:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16a3c768269b03fe62fff34d3a76528335a35064",
"body": "Signed-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Rename log import from logtest",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2023-09-08T23:42:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "698c39829fd9372465cb2537db16a7346afb9f31",
"body": "Signed-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Add README",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2023-09-08T23:40:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87c83c42bbd22c5f1d3725fc5006b35217b4629a",
"body": "Signed-off-by: Derek McGowan <derek@mcg.dev>",
"is_bot": false,
"headline": "Add license file",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2023-09-08T23:37:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf9777876edf6a4aa230c739bc7eec5ab8349e9c",
"body": "This reverts commit 4a01dcd65e7cbb130a1dfbf99d0c1c7aa839442a.\n\n(slightly modified, due to changes that were merged after that).\n\nThe reverted commit had two elements;\n\n- Make `G` an actual function to improve the documentation\n- Prevent `G` from being overwritten externally\n\nFrom the commit that's r\n[…]\n design for this, for\nexample by providing a utility to replace the logger, and properly document\nthat.\n\nIn the meantime, let's revert the change.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "Revert \"log: define G() as a function instead of a variable\"",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2023-08-30T19:46:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "49d5aa03814a2cbe596b37c4fa837b5dad8ed944",
"body": "[`logrus.SetLevel()`][1], [`logrus.GetLevel()`][2] and [`logrus.SetFormatter()`][3]\nare all convenience functions to configure logrus' standardlogger, which is the\nlogger to which we hold a reference in the Entry configured on [`log.L`][4].\n\nThis patch:\n\n- swaps calls to `logrus.SetLevel`, `logrus.G\n[…]\n216a722b012ed26be57df/exported.go#L23-L26\n[4]: https://github.com/sirupsen/logrus/blob/dd1b4c2e81afc5c255f216a722b012ed26be57df/exported.go#L9-L16\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "log: swap logrus functions with their equivalent on default logger",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2023-07-30T21:21:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d9a0f0f4bdc815d7418496d986bbe2b0a5abbdf9",
"body": "Add a package doc to (try to) describe the purpose of this package, and\nto describe the purpose (and expectations) of aliases provided by the\npackage.\n\n> Package log provides types and functions related to logging, passing\n> loggers through a context, and attaching context to the logger.\n>\n> # Trans\n[…]\nile no decisions have been made on the ultimate design and interface\n> provided by this package, we do not expect carrying \"less common\" features.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "log: add package documentation and summary of package's purpose",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2023-07-30T20:55:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c52f8562cfccad456ad50df4f9e1fb21babe4093",
"body": "Decouple it from logrus, but with the same type.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "log: make Fields type a generic map[string]any",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2023-07-30T20:55:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd718ae4be770a29f6df08e3d11d50fa588ed543",
"body": "Don't return logrus types from exported functions.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "log: add log.Entry type",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2023-07-30T20:55:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49e8720913a08a7daba5becb6f2577a21f9c6680",
"body": "Strong-type the format.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "log: define OutputFormat type",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2023-07-30T20:36:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a01dcd65e7cbb130a1dfbf99d0c1c7aa839442a",
"body": "The `G` variable is exported, and not expected to be overwritten\nexternally. Defining it as a function also documents it as a function\non https://pkg.go.dev, instead of a variable; https://pkg.go.dev/github.com/containerd/containerd@v1.6.22/log#pkg-variables\n\nNote that (while the godoc suggests othe\n[…]\nalias\nfor `G`, as `G` is the most commonly used function (not the other way round),\nalthough I don't think there's a performance gain in doing so.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "log: define G() as a function instead of a variable",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2023-07-30T20:35:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8797c9ed5201400468b672a7f5f61894d1b1d27d",
"body": "While other log-levels are not currently used in containerd itself,\nthey can be returned by `GetLevel()`, and are accepted (no error) by\n`SetLevel()`. We should either accept those values, or produce an\nerror (in `SetLevel()`), but given that there's other ways to set the\nlog-level, we should probably acknowledge that this package is a transitional\npackage, and still closely tied to logrus (for the time being).\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "log: add all log-levels that are accepted",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2023-07-30T20:35:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a55e526f8ad8c7cd5eec82bfe0108e9f4e78a8df",
"body": "Also updated the level descriptions with their documentation from\nlogrus.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "log: group \"enum\" consts and touch-up docs",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2023-07-30T20:35:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d703671fff859aaec6e914a6138f3e045fc8484",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "log: WithLogger: remove redundant intermediate var",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2023-07-30T20:35:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00470f6ddef1e1775aae1a380fb3f9568face262",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "log: SetFormat: include returns in switch",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2023-07-30T20:35:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "943c0f8e32659c288f15acac40b8081bf26be158",
"body": "Testify was only used for a basic assertion. Remove the dependency,\nin preparation of (potentially) moving this package to a separate\nmodule.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "log: remove testify dependency",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2023-07-30T20:35:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e75b52957a683b998c87060b4d50aaad34e9e8c0",
"body": "Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>",
"is_bot": false,
"headline": "Move logrus setup code to log package",
"author_name": "Maksym Pavlenko",
"author_login": "mxpv",
"committed_at": "2023-04-24T17:14:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e0e59e94e096df1d5717e1d81d3ac7fcf4ac765",
"body": "Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>",
"is_bot": false,
"headline": "Add Fields type alias to log package",
"author_name": "Maksym Pavlenko",
"author_login": "mxpv",
"committed_at": "2023-02-21T01:29:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c7d3d82ec3c39513eab25ec05e4bb991a5153d2",
"body": "It is hard to tell where the `log_hook` log comes from, when we run test\nparallelly. Add test name as field as debug purpose.\n\n```\nlog_hook.go:47: time=\"2023-01-29T13:09:37.687070239+08:00\" level=debug msg=fetch func=remotes.Fetch file=\"/home/fuwei/go/src/github.com/containerd/containerd/remotes/han\n[…]\n5fb35b14544dec\" mediatype=application/vnd.docker.image.rootfs.diff.tar.gzip size=28566425 testcase=TestCRIImagePullTimeout/NoDataTransferred\n```\n\nREF: #8024\n\nSigned-off-by: Wei Fu <fuweid89@gmail.com>",
"is_bot": false,
"headline": "log/logtest: add `testcase` as debug field",
"author_name": "Wei Fu",
"author_login": "fuweid",
"committed_at": "2023-01-29T05:09:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ea359c3b98f6d3e2f6bcc74441777f10b226702a",
"body": "The logger could be called from multiple goroutines,\nbut t.Log() is not designed for.\n\nSigned-off-by: Kazuyoshi Kato <katokazu@amazon.com>",
"is_bot": false,
"headline": "Prevent a race condition in testHook",
"author_name": "Kazuyoshi Kato",
"author_login": null,
"committed_at": "2022-12-16T23:50:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af3a7a8cac5e85871a424509cd341aa7afd4850b",
"body": "Drop gotest.tools",
"is_bot": false,
"headline": "Merge pull request #6762 from mxpv/testify",
"author_name": "Phil Estes",
"author_login": "estesp",
"committed_at": "2022-04-02T21:25:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3392f2b772a9c2fbca42cb359d0c9e165ec28518",
"body": "Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>",
"is_bot": false,
"headline": "Use testify",
"author_name": "Maksym Pavlenko",
"author_login": "mxpv",
"committed_at": "2022-04-02T01:17:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc2a7ed5bbb0f5d6d4b4f826288a7c5969672345",
"body": "refactor: move from io/ioutil to io and os package",
"is_bot": false,
"headline": "Merge pull request #5973 from Juneezee/deprecate-ioutil",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2021-10-01T17:52:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a893d600d2508a62516d3e18410439ebb638a640",
"body": "This adds valuable logging data to the open telemetry traces.\n\nWhen the trace is not recording we don't bother doing anything as it is\nrelatively expensive to convert logrus data to otel just due to the\nnature of how logrus works.\n\nThe way this works is that we now set a context on the logrus.Entry that\ngets passed around which the hook then uses to determine if there is an\nactive span to forward the logs to.\n\nSigned-off-by: Brian Goff <cpuguy83@gmail.com>",
"is_bot": false,
"headline": "Add open telemetry logging hook for logrus",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2021-09-21T21:19:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "710599ed1b0025331e95a4d1a242b6fdeda421c0",
"body": "The io/ioutil package has been deprecated as of Go 1.16, see\nhttps://golang.org/doc/go1.16#ioutil. This commit replaces the existing\nio/ioutil functions with their new definitions in io and os packages.\n\nSigned-off-by: Eng Zer Jun <engzerjun@gmail.com>",
"is_bot": false,
"headline": "refactor: move from io/ioutil to io and os package",
"author_name": "Eng Zer Jun",
"author_login": "Juneezee",
"committed_at": "2021-09-21T01:50:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3b88d79ca8c4de60d5e7875b0b4c818d9637417",
"body": "Signed-off-by: Iceber Gu <wei.cai-nat@daocloud.io>",
"is_bot": false,
"headline": "add caller info to the testHook",
"author_name": "Iceber Gu",
"author_login": "Iceber",
"committed_at": "2021-03-23T01:26:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71cc86d39768b5a104a18ac44055765027d430f7",
"body": "Signed-off-by: Vlad Ungureanu <vladu@palantir.com>",
"is_bot": false,
"headline": "Allow configuration of different log formats: text, json",
"author_name": "Vlad Ungureanu",
"author_login": "ungureanuvladvictor",
"committed_at": "2020-12-04T18:12:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08dca63e8660ff749d4b3bf6cc401504de24975a",
"body": "vendor: update gotest.tools v3.0.2",
"is_bot": false,
"headline": "Merge pull request #4072 from thaJeztah/update_gotest_tools_v3",
"author_name": "Phil Estes",
"author_login": "estesp",
"committed_at": "2020-02-28T18:00:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0262a13a4bdb684b9c493c6c3cac574e1fef6ebe",
"body": "full diff: https://github.com/gotestyourself/gotest.tools/compare/v2.3.0...v3.0.2\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "vendor: update gotest.tools v3.0.2",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2020-02-28T16:47:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe866e92735f6d203f4abbd6e923cc5b00ace763",
"body": "Signed-off-by: Lantao Liu <lantaol@google.com>",
"is_bot": false,
"headline": "Use logrus trace support.",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2019-10-25T03:12:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f55fa4df69810e157ba0bf81ebff6c2051f7eb8e",
"body": "fix-grammar-mistake",
"is_bot": false,
"headline": "Merge pull request #3590 from tanjunchen/fix-grammar-mistake",
"author_name": "Michael Crosby",
"author_login": "crosbymichael",
"committed_at": "2019-08-28T14:39:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89234f6db104d53254b338c699aa7bd167cd0946",
"body": "Signed-off-by: chentanjun <2799194073@qq.com>",
"is_bot": false,
"headline": "fix-grammar-mistake",
"author_name": "chentanjun",
"author_login": "tanjunchen",
"committed_at": "2019-08-28T08:10:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e16d3885a48a04002be042247259730757efa0de",
"body": "Allows log output to sent along with test output\nfor cleaner output and clearer ordering.\n\nSigned-off-by: Derek McGowan <derek@mcgstyle.net>",
"is_bot": false,
"headline": "Add testing log hook to context",
"author_name": "Derek McGowan",
"author_login": "dmcgowan",
"committed_at": "2019-07-16T17:31:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "588265e5a89fd45230fb63218fbeb7150bc0823f",
"body": "Set default log formatting to use RFC3339Nano with fixed width",
"is_bot": false,
"headline": "Merge pull request #2490 from thaJeztah/logging_nanosecond_precision",
"author_name": "Kenfe-Mickaël Laventure",
"author_login": "mlaventure",
"committed_at": "2018-07-24T15:23:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "937a20767b1f95cb282459bb928e9f313c1a1a1b",
"body": "This patch changes the logs format to use a fixed-width timestamp,\nmatching the format that's used in dockerd.\n\nBefore:\n\n $ containerd\n INFO[0000] starting containerd revision=a88b6319614de846458750ff882723479ca7b1a1 version=v1.1.0-202-ga88b6319\n INFO[0000] loading\n[…]\nerror=\"path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs must be a btrfs filesystem to be used with the btrfs snapshotter\"\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "Set default log formatting to use RFC3339Nano with fixed width",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2018-07-24T08:23:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7252d8bc43b7e4819aa4c1b71df0013154666cd4",
"body": "Update gotestyourself to gotest.tools",
"is_bot": false,
"headline": "Merge pull request #2393 from vdemeester/gotestyourself-with-tools",
"author_name": "Kenfe-Mickaël Laventure",
"author_login": "mlaventure",
"committed_at": "2018-06-11T14:35:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e6e0e4d3a22d1230d927af43645890a0a7191e3",
"body": "Signed-off-by: Vincent Demeester <vincent@sbr.pm>",
"is_bot": false,
"headline": "Update tests to use gotest.tools angel",
"author_name": "Vincent Demeester",
"author_login": "vdemeester",
"committed_at": "2018-06-08T19:02:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dcee2ae9a4cd9f9455b0051924d369101c82316",
"body": "Signed-off-by: Kunal Kushwaha <kushwaha_kunal_v7@lab.ntt.co.jp>",
"is_bot": false,
"headline": "Licence header added",
"author_name": "Kunal Kushwaha",
"author_login": "kunalkushwaha",
"committed_at": "2018-02-19T01:32:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "780a82185d55c98cfbceadee4986f00c87f9bf45",
"body": "Signed-off-by: Daniel Nephin <dnephin@gmail.com>",
"is_bot": false,
"headline": "Cleanup after migration",
"author_name": "Daniel Nephin",
"author_login": "dnephin",
"committed_at": "2018-02-12T17:26:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11175166cfd8554bd9c456f4bb97231b2cbacb9c",
"body": "Signed-off-by: Daniel Nephin <dnephin@gmail.com>",
"is_bot": false,
"headline": "Migrate to gotestyourself/assert",
"author_name": "Daniel Nephin",
"author_login": "dnephin",
"committed_at": "2018-02-12T17:26:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82fdc6e7c81c66a0b38dcf829a7d181c91f2d724",
"body": "Signed-off-by: Lantao Liu <lantaol@google.com>",
"is_bot": false,
"headline": "Fix trace level support.",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-02-07T01:14:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ed3d9190b2a059caaa2687f5bb59e5ecea69ea9",
"body": "Support trace level.",
"is_bot": false,
"headline": "Merge pull request #2106 from Random-Liu/add-trace-level-support",
"author_name": "Michael Crosby",
"author_login": "crosbymichael",
"committed_at": "2018-02-06T16:03:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58410ffb490585da2ee93a2bd2f2b900abeebec5",
"body": "Signed-off-by: Lantao Liu <lantaol@google.com>",
"is_bot": false,
"headline": "Support trace level.",
"author_name": "Lantao Liu",
"author_login": "Random-Liu",
"committed_at": "2018-02-06T02:30:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ae092fd7289a23b9bbc0fe034b01a33375c31f2",
"body": "Signed-off-by: Michael Crosby <crosbymichael@gmail.com>",
"is_bot": false,
"headline": "Remove grpclogger from log package",
"author_name": "Michael Crosby",
"author_login": "crosbymichael",
"committed_at": "2018-02-01T22:20:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2bb873cf385f4138ea9b92857a25fab902fddff",
"body": "After comtemplation, the complexity of the logging module system\noutweighs its usefulness. This changeset removes the system and restores\nlighter weight code paths. As a concession, we can always provide more\ncontext when necessary to log messages to understand them without having\nto fork the context for a certain set of calls.\n\nSigned-off-by: Stephen J Day <stephen.day@docker.com>",
"is_bot": false,
"headline": "log: remove log \"module\" system",
"author_name": "Stephen J Day",
"author_login": "stevvooe",
"committed_at": "2018-01-18T19:22:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab7f34307b82863ddc4c24709f4377d0beaf090c",
"body": "update to github.com/sirupsen/logrus v1.0.0 [carry #1136]",
"is_bot": false,
"headline": "Merge pull request #1234 from dmcgowan/update-logrus",
"author_name": "Stephen Day",
"author_login": "stevvooe",
"committed_at": "2017-07-21T23:26:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3807801ee3588ca3520d60990e80e7934ed9b177",
"body": "Signed-off-by: Andrew Pennebaker <apennebaker@datapipe.com>",
"is_bot": false,
"headline": "update to github.com/sirupsen/logrus v1.0.0",
"author_name": "Andrew Pennebaker",
"author_login": null,
"committed_at": "2017-07-21T22:39:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "734e6285ab747dc1cdf305c27fb8eebc3ca972ab",
"body": "Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>",
"is_bot": false,
"headline": "Discard grpc logs by default",
"author_name": "Kenfe-Mickael Laventure",
"author_login": "mlaventure",
"committed_at": "2017-06-14T18:58:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fa069d5a8333568a3e16d27b97d28e91a7ca809",
"body": "rootfs: fix compilation error (includes sirupsen->Sirupsen fix)",
"is_bot": false,
"headline": "Merge pull request #448 from AkihiroSuda/cleanup",
"author_name": "Kenfe-Mickaël Laventure",
"author_login": "mlaventure",
"committed_at": "2017-01-23T20:00:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a6258dd3f596eb00fb954eec6740afbd02fe45b",
"body": "github.com/docker/docker/pkg/archive requires Sirupsen/logrus.\nSo let's remove sirupsen/logrus at the moment.\n\nSigned-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>",
"is_bot": false,
"headline": "vendor: sirupsen/logrus -> Sirupsen/logrus",
"author_name": "Akihiro Suda",
"author_login": "AkihiroSuda",
"committed_at": "2017-01-23T08:50:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07517b73fb2bafd7459aa7d71fdc4ccdbd722b41",
"body": "Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>",
"is_bot": false,
"headline": "Integrate NATS with event subsystem",
"author_name": "Kenfe-Mickael Laventure",
"author_login": "mlaventure",
"committed_at": "2016-12-12T22:54:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26ab91167bf5a2084b7b6157888586edf8e68297",
"body": "Signed-off-by: Stephen J Day <stephen.day@docker.com>",
"is_bot": false,
"headline": "log: remove crusty context, replace with shiny",
"author_name": "Stephen J Day",
"author_login": "stevvooe",
"committed_at": "2016-12-01T01:40:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb3594c59124ee7553c5a7fb5088bdb760ff8774",
"body": "Signed-off-by: Stephen J Day <stephen.day@docker.com>",
"is_bot": false,
"headline": "log: mark grpc messages with module",
"author_name": "Stephen J Day",
"author_login": "stevvooe",
"committed_at": "2016-11-30T22:07:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a896da3c70a4a1edf0c5f89679e208ace4e8fa28",
"body": "Signed-off-by: Stephen J Day <stephen.day@docker.com>",
"is_bot": false,
"headline": "log: add testing for context logger",
"author_name": "Stephen J Day",
"author_login": "stevvooe",
"committed_at": "2016-08-03T01:00:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1830a596d4c94082064fa964b862df3a8a00b354",
"body": "To improve the output of module logging, we now include a path that\nrepresents the modules that a context has passed through. This makes it\neasy to tell if a log line came from a particular module hierarchy.\n\nA helper function, `WithModule`, provides an easy way to mark a context\nwith a module and inject that module into the logger.\n\nSigned-off-by: Stephen J Day <stephen.day@docker.com>",
"is_bot": false,
"headline": "log: improve module-oriented logging",
"author_name": "Stephen J Day",
"author_login": "stevvooe",
"committed_at": "2016-08-02T23:41:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a76ec0df8bb477502e111f9a524b49114e5c154",
"body": "Signed-off-by: Stephen J Day <stephen.day@docker.com>",
"is_bot": false,
"headline": "log: replace grpc logger with logrus",
"author_name": "Stephen J Day",
"author_login": "stevvooe",
"committed_at": "2016-05-12T22:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88fe590f86e6ed90646f820fa538774a10f7188b",
"body": "We consolidate simple context logging for use across packages. For now,\none still needs logrus, but we can take this further and avoid the\nimport at a later time.\n\nSigned-off-by: Stephen J Day <stephen.day@docker.com>",
"is_bot": false,
"headline": "log: provide simple context logging",
"author_name": "Stephen J Day",
"author_login": "stevvooe",
"committed_at": "2016-03-11T04:00:17Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 14,
"latest_release_at": "2023-09-12T04:30:30Z",
"latest_release_tag": "v0.1.0",
"releases_from_tags": false,
"days_since_last_push": 7,
"active_weeks_last_year": 7,
"days_since_latest_release": 1050,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/containerd/log",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/containerd/log",
"is_deprecated": false,
"latest_version": "v0.1.0",
"repository_url": "https://github.com/containerd/log",
"versions_count": 1,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2023-09-09T00:27:15Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1053
}
]
},
"popularity": {
"forks": 6,
"stars": 8,
"watchers": 12,
"fork_history": {
"days": [
{
"date": "2023-09-09",
"count": 1
},
{
"date": "2023-12-07",
"count": 1
},
{
"date": "2024-06-28",
"count": 1
},
{
"date": "2024-10-07",
"count": 1
},
{
"date": "2026-04-13",
"count": 1
},
{
"date": "2026-04-28",
"count": 1
}
],
"complete": true,
"collected": 6,
"total_forks": 6
},
"star_history": null,
"open_issues_and_prs": 6
},
"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": 7576,
"source_files_sampled": 6,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.13.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 66
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 2,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/sirupsen/logrus",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.4"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/sirupsen/logrus",
"direct": true,
"version": "v1.9.4",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.13.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 2,
"direct_count": 1,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 5,
"merged_prs": 11,
"open_issues": 1,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 2
},
"bus_factor": 4,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "thaJeztah",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/1804568?v=4"
},
{
"type": "User",
"login": "dmcgowan",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/169601?v=4"
},
{
"type": "User",
"login": "austinvazquez",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/55906459?v=4"
},
{
"type": "User",
"login": "estesp",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/1397980?v=4"
},
{
"type": "User",
"login": "stevvooe",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/120601?v=4"
},
{
"type": "User",
"login": "mxpv",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/865334?v=4"
},
{
"type": "User",
"login": "mlaventure",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/16065150?v=4"
},
{
"type": "User",
"login": "Random-Liu",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/5821883?v=4"
},
{
"type": "User",
"login": "crosbymichael",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/749551?v=4"
},
{
"type": "User",
"login": "dnephin",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/442180?v=4"
}
],
"contributors_sampled": 20,
"top_contributor_share": 0.181
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 5,
"reason": "6 out of 11 merged PRs checked by a CI test -- score normalized to 5",
"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": 7,
"reason": "Found 6/8 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 23 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 3,
"reason": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 9,
"reason": "security policy file 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": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "bc3e2b202ce5c8de9f15aafa72c64f162eea181a",
"ran_at": "2026-07-28T13:27:58Z",
"aggregate_score": 6.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T18:32:51Z",
"oldest_open_prs": [
{
"number": 13,
"created_at": "2026-04-04T08:06:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 14,
"created_at": "2026-04-11T00:00:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 16,
"created_at": "2026-04-27T12:55:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 17,
"created_at": "2026-04-28T03:20:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 18,
"created_at": "2026-06-22T17:53:33Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-20T19:00:53Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 2,
"created_at": "2023-03-16T15:16:59Z",
"last_comment_at": "2024-07-22T06:57:33Z",
"last_comment_author": "samuelkarp"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/containerd/log",
"host": "github.com",
"name": "log",
"owner": "containerd"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"security": 74,
"vitality": 50,
"community": 37,
"governance": 66,
"engineering": 64
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 50,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"commits_last_year": 14,
"human_commit_share": 0.955,
"days_since_last_push": 7,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "14 commits in the last year",
"points": 10.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 14
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 3,
"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.1.0",
"releases_from_tags": false,
"days_since_latest_release": 1050,
"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 1050 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1050
}
}
],
"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": 7,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 7 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 7
}
}
],
"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": 37,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"forks": 6,
"stars": 8,
"watchers": 12,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "8 stars",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 8
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "6 forks",
"points": 5.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 6
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "12 watchers",
"points": 5.8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 12
}
}
],
"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": "excellent",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"bus_factor": 4,
"contributors_sampled": 20,
"top_contributor_share": 0.181
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "4 contributor(s) cover half of all commits",
"points": 43.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 4
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 18% of commits",
"points": 18.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 18
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "20 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 20
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 23 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"merged_prs": 11,
"open_issues": 1,
"closed_issues": 0,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "11/13 decided PRs merged",
"points": 32.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 11,
"decided": 13
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/8 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"followers": 1306,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "containerd",
"public_repos": 39,
"account_age_days": 3985
},
"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": "1,306 followers of containerd",
"points": 22.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1306,
"login": "containerd"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "39 public repos, account ~10 yr old",
"points": 23.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 39
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"packages": [
"github.com/containerd/log"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 1053
},
"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 1053 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1053
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "1 published versions",
"points": 4,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 1
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 64,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "6 out of 11 merged PRs checked by a CI test -- score normalized to 5",
"points": 10,
"status": "partial",
"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": "good",
"name": "Security",
"value": 74,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 6.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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "6 out of 11 merged PRs checked by a CI test -- score normalized to 5",
"points": 1.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 6/8 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 23 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 2.2,
"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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 4.5,
"status": "partial",
"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": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 2 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 2
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 2,
"unassessed_packages": 0,
"affected_by_severity": "unknown 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 2,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"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": 13
},
"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": 65,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.624,
"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": "53 of 85 human commits state their intent (structured subject or explanatory body)",
"points": 33.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 53,
"sampled": 85
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.045
},
"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": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "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 89",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 89
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "4 of the last 89 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 4,
"sampled": 89
}
}
],
"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": 7576,
"source_files_sampled": 6,
"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/6 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 6,
"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-28T13:28:23.451527Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/containerd/log.svg",
"full_name": "containerd/log",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}