Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"github-actions",
"github-actions-docker",
"golang",
"actions-sdk",
"actions-sdk-go"
],
"is_fork": false,
"size_kb": 109,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 59065,
"Makefile": 776
},
"pushed_at": "2026-07-17T22:44:25Z",
"created_at": "2020-01-04T06:52:52Z",
"owner_type": "User",
"updated_at": "2026-07-17T22:42:44Z",
"description": "Go SDK for GitHub Actions - easily author GitHub Actions in Go",
"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": "https://www.sethvargo.com",
"name": "Seth Vargo",
"type": "User",
"login": "sethvargo",
"company": "@LinkedIn",
"location": "Pittsburgh, PA",
"followers": 4538,
"avatar_url": "https://avatars.githubusercontent.com/u/408570?v=4",
"created_at": "2010-09-20T16:21:50Z",
"is_verified": null,
"public_repos": 59,
"account_age_days": 5784
},
"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": "v1.4.0",
"kind": "minor",
"published_at": "2026-07-17T22:44:53Z"
},
{
"tag": "v1.3.2",
"kind": "patch",
"published_at": "2025-12-11T07:51:16Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2025-04-24T14:04:29Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2024-08-27T00:56:19Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2024-01-12T03:39:15Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2022-10-12T18:28:19Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2022-05-17T21:41:08Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2022-02-01T17:04:44Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2021-12-29T17:57:13Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2021-11-12T16:26:51Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2021-04-21T16:38:09Z"
}
],
"recent_commits": [
{
"oid": "4aa2169ef8af0f32b7077f05a33069b816681d82",
"body": "Bump the go directive to 1.25 and apply simplifications the newer language and toolchain allow.\n\nDrop the obsolete `// +build` constraint lines, switch `sort.Strings` to `slices.Sort`, and replace `strings.SplitN(s, sep, 2)` with `strings.Cut` in WithFieldsSlice and Repo. Remove the now-unneeded per\n[…]\n http.StatusOK instead of literals. Refresh the README (godoc.org -> pkg.go.dev, golang:1.18 -> golang:1.25, drop the obsolete GO111MODULE=on). Pin the CI workflow actions to commit SHAs with ratchet.",
"is_bot": false,
"headline": "Modernize for Go 1.25 (#65)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2026-07-17T22:42:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c21eb1947db6332afdac29982bda371d975e3f67",
"body": "Allows structured error handling in the consumer",
"is_bot": false,
"headline": "Use static errors for OIDC Token fetcher (#64)",
"author_name": "Marcus Ramberg",
"author_login": "marcusramberg",
"committed_at": "2025-12-11T07:49:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6c950af4c635d90ccac903ad9a906f04c2a087a",
"body": null,
"is_bot": false,
"headline": "Add GITHUB_TRIGGERING_ACTOR to GH context (#60)",
"author_name": "Matt Kingston",
"author_login": "partiallyordered",
"committed_at": "2025-03-13T20:51:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09fc53419f53799d1421a495cc885856a8edaecf",
"body": "* actions: added `GITHUB_ACTOR_ID` to Context\r\n\r\nhttps://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables#default-environment-variables\r\n\r\n* chore: remove unused env tag",
"is_bot": false,
"headline": "actions: added `GITHUB_ACTOR_ID` to Context (#58)",
"author_name": "Giau. Tran Minh",
"author_login": "giautm",
"committed_at": "2024-08-27T00:55:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3b47ba0574826ee26678d94d90189fb66fd988a",
"body": null,
"is_bot": false,
"headline": "Use official badges (#57)",
"author_name": "Alexey Palazhchenko",
"author_login": "AlekSi",
"committed_at": "2024-03-22T00:56:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2efde795ea867e5f0eb859e4a5b49f1deb1a1ad",
"body": null,
"is_bot": false,
"headline": "Drop external dependencies (#55)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2024-01-12T03:38:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be6c1049c3263d059ae40ff93765e8522a84be28",
"body": "chore: fixed minimal docker example in readme",
"is_bot": false,
"headline": "chore: fixed minimal Dockerfile example in readme (#52)",
"author_name": "ChristianSch",
"author_login": "ChristianSch",
"committed_at": "2023-03-02T14:59:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48e464e56805d546f9b24b8d260758c9b62e47c0",
"body": "The badge currently renders a link to https://github.com/badges/shields/issues/8671 which specifies a change to the badge URL.",
"is_bot": false,
"headline": "README: Fix build badge (#50)",
"author_name": "Abhinav Gupta",
"author_login": "abhinav",
"committed_at": "2022-12-17T02:59:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bebec2cd4d82e402baf6cc68e6481b67d9554181",
"body": null,
"is_bot": false,
"headline": "Remove unused workflows",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2022-10-26T13:52:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3883e867c8c382b58e374526fd7fa4fe37c8657",
"body": null,
"is_bot": false,
"headline": "Switch to environment files for SetOutput and SaveState (#49)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2022-10-12T18:26:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0bd34bd5bdb20e02836eb575d60c23638d90a74",
"body": "add Noticef() to actions_root.go\r\n\r\nresolves https://github.com/sethvargo/go-githubactions/issues/47",
"is_bot": false,
"headline": "Add Noticef() to actions_root.go (#48)",
"author_name": "Ashutosh Gangwar",
"author_login": "ashutoshgngwr",
"committed_at": "2022-07-28T12:48:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bc150836867cc5517ef029b37f11be4766078c5",
"body": null,
"is_bot": false,
"headline": "Update deps",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2022-07-15T22:38:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27ad5ab98e18c2e502f604fc494dcf1f5f854054",
"body": "* Add support for repository and owner\r\n\r\n* Add note to use Repo method\r\n\r\n* Add support for all GITHUB_* env vars\r\n\r\n* Add tests and use booleans",
"is_bot": false,
"headline": "Add support for all GITHUB env vars (#46)",
"author_name": "Ian Lewis",
"author_login": "ianlewis",
"committed_at": "2022-06-02T17:55:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf611d22bfa6ef24d4c029ce1ae6aa7930190ef9",
"body": "Closes GH-35",
"is_bot": false,
"headline": "Add more deployment options to README",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2022-05-17T21:38:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cd4e5e1a6bf18ceee32b0a046371c2a56d61ffe",
"body": "* github context\r\n\r\n* switch to parse env via external dep\r\n\r\n* fix missing env\r\n\r\n* Add support for getting the GitHub context\r\n\r\nCo-authored-by: Bernardo Vale <bernardo@kentik.com>",
"is_bot": false,
"headline": "Add support for getting the GitHub context (#44)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2022-05-17T21:37:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09ae8f6f0903e349e443b8a6ccf0686304e0191f",
"body": null,
"is_bot": false,
"headline": "Update README [ci skip]",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2022-05-17T20:42:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9185bae1b6105a3f91e4d5e3747e082288bc961a",
"body": null,
"is_bot": false,
"headline": "Add ability to set step summaries (#43)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2022-05-17T20:39:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af63bd200f4bb5ff07460ef756ef68aec60dd48e",
"body": null,
"is_bot": false,
"headline": "Require go1.18 (#42)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2022-05-17T20:01:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "117e7a3a630a1be0cb7815b643e99d820360e74e",
"body": "Previously, if writing to a env/path file failed, the library would silently fail if writing to the file failed. Similarly, if writing to an output stream fails, the library would silently fail. This updates the behavior to panic on these low-level errors.\r\n\r\nAdditionally, this removes deprecated ways of setting environment variables and paths given the new GitHub runners have been available for months. It also removes deprecated library functions.",
"is_bot": false,
"headline": "Panic on errors and remove deprecated functions (#41)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2022-05-17T19:34:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b8e95dba67eee40aee9e0447c9c075a64b94199",
"body": "This commit makes `Action.getenv` accessible without making it settable without using `WithGetenv`. That allows tests with a fake environment to pass only Action.",
"is_bot": false,
"headline": "Expose Action.Getenv (#37)",
"author_name": "Alexey Palazhchenko",
"author_login": "AlekSi",
"committed_at": "2022-02-09T19:11:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7040a8f727920fdbfd77e775302a691a70a8ec01",
"body": null,
"is_bot": false,
"headline": "Pass `httpClient` in `WithFieldsMap` (#38)",
"author_name": "Alexey Palazhchenko",
"author_login": "AlekSi",
"committed_at": "2022-02-09T18:57:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e25ca797d7183214d9a76466b21a080b9d5041d",
"body": null,
"is_bot": false,
"headline": "Fix SetEnv overwriting the result of the previous call (#36)",
"author_name": "Michael Tharp",
"author_login": "mtharp",
"committed_at": "2022-02-01T16:52:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d72218c63d45576e8cfed030669a24f97843a43",
"body": null,
"is_bot": false,
"headline": "Add missing noun (#34)",
"author_name": "Alexey Palazhchenko",
"author_login": "AlekSi",
"committed_at": "2022-01-06T14:26:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27f06c6f8e8329c6d71fd45c5091af90a2986a65",
"body": null,
"is_bot": false,
"headline": "Update readme",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2021-12-29T19:24:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5e41f9b99b961f07414b70a03c1281fd5369f34",
"body": "* Add Noticef.\r\n\r\n* Make Infof behave like other commands.\r\n\r\nAdd trailing \\n automatically if needed.\r\n\r\n* Mirror actions/toolkit on newline handling, emit \\r\\n on Windows\r\n\r\nCo-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>",
"is_bot": false,
"headline": "Mirror actions/toolkit on newline handling, emit \\r\\n on Windows (#33)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2021-12-29T17:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91ea68e3184f7727ede5960780eadce1fd7fee53",
"body": "To prevent it from appearing twice on\r\nhttps://pkg.go.dev/github.com/sethvargo/go-githubactions",
"is_bot": false,
"headline": "Remove duplicate package description. (#30)",
"author_name": "Alexey Palazhchenko",
"author_login": "AlekSi",
"committed_at": "2021-12-29T16:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a712c2e2dcd4ed76a95327f33a9511c4d4051c25",
"body": null,
"is_bot": false,
"headline": "Add support for getting OIDC token (#28)",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2021-11-12T16:26:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab8a0d774cdb6667efa146ce84192256f13dd3e1",
"body": null,
"is_bot": false,
"headline": "Pass along `getenv` in `Action.WithFieldsMap()`. (#27)",
"author_name": "Danny Hermes",
"author_login": null,
"committed_at": "2021-09-24T21:11:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "431bd3a55929219e916bc7aba512ec684c7210c9",
"body": null,
"is_bot": false,
"headline": "Fix wrong badge (#26)",
"author_name": "Emir Ribić",
"author_login": "ribice",
"committed_at": "2021-07-28T11:47:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf402f9edcada63e74b281199b8f3ebc1760e8d4",
"body": "…ge. (#22)\n\n* Adding `coverage.out` to Git ignore.\r\n\r\n* Adding test coverage for `nil` Option case.\r\n\r\n* Testing `panic()` in `Action.WithFieldsSlice()`.\r\n\r\n* Testing `os.Exit()` in `Action.Fatalf()`.\r\n\r\n* Slight editorializing on `TestCommand_String`.\r\n\r\nUse a `Command{}` literals for each test cas\n[…]\nRemoving `t.Parallel()` from `TestAction_Fatalf`.\r\n\r\nIt cannot be parallel because it patches a global `osExit`, so could\r\nimpact other (concurrent) test runs.\r\n\r\n* Adding note about why not parallel.",
"is_bot": false,
"headline": "Adding tests to get `actions.go` and `command.go` to 100% test covera…",
"author_name": "Danny Hermes",
"author_login": null,
"committed_at": "2021-04-22T18:30:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fb5dddccfccc4d586e91f1a0ff0accef834536c0",
"body": "* Adding `Action` options.\r\n\r\n* Using options in `New()`.\r\n\r\n* Adding `Action.getenv` and `OptGetEnv` helper.\r\n\r\n* Adding godoc for `Opt*()` helpers.\r\n\r\n* Adding `getenv` default in `New()`.\r\n\r\n* Replacing `os.Getenv` usage with `Action.getenv`.\r\n\r\n* Ditching `Action.setEnv` in favor of using `OptGe\n[…]\nreviewing the whole diff is not necessary (if that makes code\r\nreview easier).\r\n\r\n* Exporting `getenvFunc`.\r\n\r\nDone via:\r\n\r\n```\r\ngit grep -l getenvFunc | xargs sed -i '' s/getenvFunc/GetenvFunc/g\r\n```",
"is_bot": false,
"headline": "Add `Action.getenv` and use variadic options in `New()`. (#19)",
"author_name": "Danny Hermes",
"author_login": null,
"committed_at": "2021-04-21T16:37:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3282af2923104a931931600113be9624ca4925c7",
"body": null,
"is_bot": false,
"headline": "Exposing default `Infof()` in `actions_root.go` (#17)",
"author_name": "Danny Hermes",
"author_login": "dhermes",
"committed_at": "2021-03-16T00:30:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93bda4549c405d33e3a0aa4f260ca2913e78276a",
"body": null,
"is_bot": false,
"headline": "Use Fprintf instead of Fprintln for Infof (#16)",
"author_name": "Jose Luis Ordiales Coscia",
"author_login": null,
"committed_at": "2021-03-01T18:37:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca29fef545f20f2d76de1e3ddda18d668a98d3b8",
"body": "follow action toolkit \"info\"\r\nhttps://github.com/actions/toolkit/blob/main/packages/core/src/core.ts#L168",
"is_bot": false,
"headline": "Add Infof (#13)",
"author_name": "Guilhem Lettron",
"author_login": "guilhem",
"committed_at": "2020-12-17T17:27:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e057b58125170198f316c476c422ffd9546d25dc",
"body": "…d (#11)\n\n* Add IssueFileCommand & update SetEnv, AddPath to latest standard\r\n\r\nfixes https://github.com/sethvargo/go-githubactions/issues/9\r\n\r\n* Add docs for the panic in Action.WithFieldsSlice\r\n\r\n* Fix incorrect error formatting in Action tests\r\n\r\n* Fix breaking tests in actions_test\r\n\r\n* Use ioutil.WriteFile in Action.IssueFileCommand\r\n\r\n* Add docs explaining the usage of deprecated commands as fallbacks\r\n\r\n* Abstract os.Getenv to avoid fiddling with actual env during tests",
"is_bot": false,
"headline": "Add IssueFileCommand & update Set Env, Add Path to use latest standar…",
"author_name": "Ashutosh Gangwar",
"author_login": "ashutoshgngwr",
"committed_at": "2020-10-20T19:53:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "460463af7fdfc72e65a63a4b0029750bff3a5cfd",
"body": "* Define a generic API to issue arbitrary action commands\r\n\r\nGoal here is to closely shadow the TypeScript counterpart.\r\n\r\nhttps://github.com/actions/toolkit/blob/main/packages/core/src/command.ts\r\n\r\nEssentially, a command is divided in 3 parts: name, message and\r\nproperties. All three parts are opt\n[…]\nnd function to actions_root.go\r\n\r\n* Add missing unit test for Action.IssueCommand()\r\n\r\n* Change Command 'message' & 'val' type to 'string'\r\n\r\nas discussed, using 'interface{}' is not needed right now!",
"is_bot": false,
"headline": "Define a generic API to issue arbitrary action commands (#10)",
"author_name": "Ashutosh Gangwar",
"author_login": "ashutoshgngwr",
"committed_at": "2020-10-15T13:31:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b5cee16c017a5fb78d9e407dee5599ebc4b5bf40",
"body": null,
"is_bot": false,
"headline": "Add security analysis",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-09-30T17:59:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92cbcd93d2dbd01c40123d8e43725602c7be13a8",
"body": null,
"is_bot": false,
"headline": "Drop 1.12",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-08-18T13:28:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a62acee1972f51ce931a4706777fe2c5d038ad25",
"body": null,
"is_bot": false,
"headline": "Update to latest standard",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-08-18T13:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccc9cdd3804a43a95aaf25f9ba6b116851b918df",
"body": "Escape values for commands that define a message",
"is_bot": false,
"headline": "Merge pull request #8 from myitcvforks/escapeData_for_set-env",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-08-18T13:19:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "860f1f8867125dff9d472052a51b9099c9805eac",
"body": "A not-so-well-documented aspect of commands like set-env and set-output\nis that their value must be escaped in a specific way.\n\nIn ec29893 this change was made for set-output, however the escaping is\nrequired for all commands which define a message:\n\nhttps://github.com/actions/toolkit/blob/9ad01e4fd\n[…]\nould be to mirror more closely the toolkit\nimplementation of Command with a struct type that encodes (via its\nmethods) this requirement on encoding messages and any other nuances we\nmight have missed.",
"is_bot": false,
"headline": "Escape values for commands that define a message",
"author_name": "Paul Jolly",
"author_login": "myitcv",
"committed_at": "2020-08-18T08:39:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bc3cc22f7e89b0088e771453821f3ced4be269db",
"body": "Partially reverts 9dd413f to not escape ':' and ','",
"is_bot": false,
"headline": "Merge pull request #6 from ashutoshgngwr/fix/action/set-output",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-06-04T13:44:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c320a018486c01a27cadc9e1e5365c351a1287a",
"body": null,
"is_bot": false,
"headline": "revert(9dd413f): do not escape ':' and ','",
"author_name": "Ashutosh Gangwar",
"author_login": "ashutoshgngwr",
"committed_at": "2020-06-04T05:47:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "866a5c70f4a16a2d2815fbc816873d1f67ceae13",
"body": "Adds escape sequences for '\\r', '\\n' & '%' characters in Action#SetOutput()",
"is_bot": false,
"headline": "Merge pull request #5 from ashutoshgngwr/fix/action/set-output",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-06-03T15:26:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dd413f780cdd4be9b0fbca9b9de49d3aa14b744",
"body": null,
"is_bot": false,
"headline": "fix(action): escape ':' & ',' in Action#SetOutput()",
"author_name": "Ashutosh Gangwar",
"author_login": "ashutoshgngwr",
"committed_at": "2020-06-03T14:49:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec298938e43fa8f65cb8ebc8ed66641794f70d6a",
"body": "See https://github.community/t/set-output-truncates-multiline-strings/16852",
"is_bot": false,
"headline": "fix(action): escape '\\r', '\\n' & '%' in Action#SetOutput()",
"author_name": "Ashutosh Gangwar",
"author_login": "ashutoshgngwr",
"committed_at": "2020-06-03T14:08:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca9463df1c6e6de74ff6c286ee62601ffe059f76",
"body": "docs: add a package comment",
"is_bot": false,
"headline": "Merge pull request #1 from myitcvforks/add_pkg_comment",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-02-04T19:19:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d66a2fff8c4d528e07792527d24234b83fbc12ca",
"body": "Adding a package comment is a \"good thing\" because it provides a nice\none-liner when the docs are viewed via pkg.go.dev (and other\ndocumentation interfaces):\n\n https://pkg.go.dev/github.com/sethvargo/go-githubactions",
"is_bot": false,
"headline": "docs: add a package comment",
"author_name": "Paul Jolly",
"author_login": "myitcv",
"committed_at": "2020-02-04T15:13:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4af0225570382ac49ed2c594bc6744b50c2b3189",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Seth Vargo",
"author_login": "sethvargo",
"committed_at": "2020-01-09T00:17:47Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 2,
"latest_release_at": "2026-07-17T22:44:53Z",
"latest_release_tag": "v1.4.0",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 2,
"days_since_latest_release": 4,
"mean_days_between_releases": 189.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/sethvargo/go-githubactions",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/sethvargo/go-githubactions",
"is_deprecated": false,
"latest_version": "v1.4.0",
"repository_url": "https://github.com/sethvargo/go-githubactions",
"versions_count": 16,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T22:42:39Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 39,
"stars": 518,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2020-01-04",
"count": 1
},
{
"date": "2020-01-16",
"count": 1
},
{
"date": "2020-02-04",
"count": 1
},
{
"date": "2020-03-06",
"count": 1
},
{
"date": "2020-06-03",
"count": 1
},
{
"date": "2020-06-18",
"count": 1
},
{
"date": "2020-09-26",
"count": 1
},
{
"date": "2020-10-19",
"count": 1
},
{
"date": "2020-11-16",
"count": 1
},
{
"date": "2021-03-01",
"count": 1
},
{
"date": "2021-04-25",
"count": 1
},
{
"date": "2021-05-26",
"count": 1
},
{
"date": "2021-08-18",
"count": 1
},
{
"date": "2021-11-17",
"count": 2
},
{
"date": "2021-12-29",
"count": 1
},
{
"date": "2022-02-01",
"count": 1
},
{
"date": "2022-02-07",
"count": 1
},
{
"date": "2022-02-22",
"count": 1
},
{
"date": "2022-03-21",
"count": 1
},
{
"date": "2022-03-22",
"count": 1
},
{
"date": "2022-06-02",
"count": 1
},
{
"date": "2022-07-13",
"count": 1
},
{
"date": "2022-08-08",
"count": 1
},
{
"date": "2022-09-17",
"count": 1
},
{
"date": "2022-10-06",
"count": 1
},
{
"date": "2023-03-02",
"count": 1
},
{
"date": "2023-04-19",
"count": 1
},
{
"date": "2023-06-04",
"count": 1
},
{
"date": "2024-01-10",
"count": 1
},
{
"date": "2024-04-03",
"count": 1
},
{
"date": "2024-05-14",
"count": 1
},
{
"date": "2024-05-21",
"count": 1
},
{
"date": "2024-08-26",
"count": 1
},
{
"date": "2025-04-03",
"count": 1
},
{
"date": "2025-05-03",
"count": 1
},
{
"date": "2025-08-26",
"count": 1
},
{
"date": "2025-12-09",
"count": 1
},
{
"date": "2026-01-23",
"count": 1
}
],
"complete": true,
"collected": 39,
"total_forks": 39
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 21131,
"source_files_sampled": 10,
"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": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 3,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/client9/misspell",
"direct": false,
"version": "0.3.4",
"ecosystem": "go"
},
{
"name": "golang.org/x/tools",
"direct": false,
"version": "0.0.0-20200818005847-188abfa75333",
"ecosystem": "go"
},
{
"name": "honnef.co/go/tools",
"direct": false,
"version": "0.0.1-2020.1.5",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 3,
"direct_count": 0,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 35,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 23,
"closed_unmerged_prs": 7
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "sethvargo",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/408570?v=4"
},
{
"type": "User",
"login": "ashutoshgngwr",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/7106123?v=4"
},
{
"type": "User",
"login": "AlekSi",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/11512?v=4"
},
{
"type": "User",
"login": "myitcv",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/3374574?v=4"
},
{
"type": "User",
"login": "abhinav",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/41730?v=4"
},
{
"type": "User",
"login": "ChristianSch",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6138133?v=4"
},
{
"type": "User",
"login": "dhermes",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/520669?v=4"
},
{
"type": "User",
"login": "ribice",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5403700?v=4"
},
{
"type": "User",
"login": "giautm",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/12751435?v=4"
},
{
"type": "User",
"login": "guilhem",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/486876?v=4"
}
],
"contributors_sampled": 14,
"top_contributor_share": 0.489
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"unit.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "2 out of 25 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 5,
"reason": "Found 16/30 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 14 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": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 1,
"reason": "1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 10,
"reason": "all dependencies are pinned",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "4aa2169ef8af0f32b7077f05a33069b816681d82",
"ran_at": "2026-07-22T20:00:20Z",
"aggregate_score": 4.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-17T22:45:09Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-17T22:42:39Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/sethvargo/go-githubactions",
"host": "github.com",
"name": "go-githubactions",
"owner": "sethvargo"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "High-Risk Jurisdiction Policy applies a 75% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 49,
"pct": 75
}
}
],
"value": 46,
"inputs": {
"security": 46,
"vitality": 59,
"community": 65,
"governance": 78,
"engineering": 49,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"weighted_overall_before_jurisdiction": 61,
"overall_after_jurisdiction_multiplier": 46
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 59,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"commits_last_year": 2,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "2 commits in the last year",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 2
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 11,
"latest_release_tag": "v1.4.0",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": 189.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~189.8 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 189.8
}
}
],
"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": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 65,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"forks": 39,
"stars": 518,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "518 stars",
"points": 44,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 518
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "39 forks",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 39
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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": 18,
"status": "met",
"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": "good",
"name": "Sustainability & Governance",
"value": 78,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 14,
"top_contributor_share": 0.489
},
"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 49% of commits",
"points": 11.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 49
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "14 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 14
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 14 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"merged_prs": 35,
"open_issues": 0,
"closed_issues": 23,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 7
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "35/42 decided PRs merged",
"points": 31.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 35,
"decided": 42
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 16/30 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"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": 75,
"inputs": {
"followers": 4538,
"owner_type": "User",
"is_verified": null,
"owner_login": "sethvargo",
"public_repos": 59,
"account_age_days": 5784
},
"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": "4,538 followers of sethvargo",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 4538,
"login": "sethvargo"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "59 public repos, account ~15 yr old",
"points": 24.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 59
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/sethvargo/go-githubactions"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 4
},
"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 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "16 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 16
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 49,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 25 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"github-actions",
"github-actions-docker",
"golang",
"actions-sdk",
"actions-sdk-go"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 46,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 75% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 75
}
}
],
"value": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.3,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"security_posture_after_multiplier": 32,
"security_posture_before_jurisdiction": 43
},
"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": "2 out of 25 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 16/30 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 14 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": "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": "1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "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 3 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": 3
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 3,
"unassessed_packages": 0,
"affected_by_severity": "none",
"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": 3,
"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": "good",
"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": 75,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "contributor_organization",
"count": 1,
"country": "Russia"
}
],
"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": "Russia: contributor_organization (1)",
"points": 75,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "contributor_organization",
"count": 1,
"country": "Russia"
}
}
],
"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": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.816,
"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": "40 of 49 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 40,
"sampled": 49
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "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": "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 49",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 49
}
}
],
"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": "all dependencies are pinned",
"points": 10,
"status": "met",
"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": 21131,
"source_files_sampled": 10,
"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/10 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 10,
"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-22T20:00:40.673620Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/sethvargo/go-githubactions.svg",
"full_name": "sethvargo/go-githubactions",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}