Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 831,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 227238,
"CSS": 207,
"HTML": 216,
"JavaScript": 33037
},
"pushed_at": "2026-07-20T09:13:04Z",
"created_at": "2019-08-30T16:50:00Z",
"owner_type": "Organization",
"updated_at": "2026-07-20T09:13:19Z",
"description": "Process background jobs in Go",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go",
"JavaScript"
]
},
"owner": {
"blog": "https://www.outdoorsy.com",
"name": "Outdoorsy",
"type": "Organization",
"login": "outdoorsy",
"company": null,
"location": "San Francisco, CA",
"followers": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/9725809?v=4",
"created_at": "2014-11-13T18:47:15Z",
"is_verified": null,
"public_repos": 88,
"account_age_days": 4274
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.5.6",
"kind": "patch",
"published_at": "2026-07-20T09:13:04Z"
},
{
"tag": "v0.5.5",
"kind": "patch",
"published_at": "2026-07-06T16:06:09Z"
},
{
"tag": "v0.5.4",
"kind": "patch",
"published_at": "2025-05-29T21:38:13Z"
},
{
"tag": "v0.5.3",
"kind": "patch",
"published_at": "2024-02-14T17:12:53Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2023-02-14T12:09:14Z"
}
],
"recent_commits": [
{
"oid": "014e4866603f4e1207065c531b1e70aabdae9d61",
"body": "* Fix concurrent map iteration/write crash in observer.writeStatus\n\nobserveStarted() stored the caller's arguments map by reference instead\nof copying it. The observer's own background goroutine later marshals\nthat same map (writeStatus -> json.Marshal), potentially seconds after\nthe job started -- \n[…]\nShallowNotDeep keep working unchanged (maps.Clone has the\nidentical contract those tests assert).\n\nVerified: go build clean, gofmt clean, full observer suite 3/3 under\n-race, full package suite green.",
"is_bot": false,
"headline": "Fix concurrent map iteration/write crash in observer.writeStatus (#11)",
"author_name": "Nikolay Chankov",
"author_login": "nikolaychankov",
"committed_at": "2026-07-20T09:12:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "957d1ac5572be586e4749b0cfe0a969ce1348ee8",
"body": "* Fix race and unit bug in periodic-enqueuer dedup check\n\nshouldEnqueue() did a plain GET, branched on it in Go, then only SET\nthe \"last enqueued\" timestamp at the end of enqueue() -- a\ncheck-then-act race across worker pool processes sharing a namespace.\nIt also compared epoch seconds against perio\n[…]\natomic.\n\nAdded a regression test that plants a newer claim before calling\nreleaseClaim() and asserts it survives; verified it fails against an\nunconditional DEL and passes with the compare-and-delete.",
"is_bot": false,
"headline": "Fix race and unit bug in periodic-enqueuer dedup check (#10)",
"author_name": "Nikolay Chankov",
"author_login": "nikolaychankov",
"committed_at": "2026-07-06T16:05:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6171ec51cf2b163ffd71c99f6b2e4e54501e8a98",
"body": null,
"is_bot": false,
"headline": "start using outdoorsy/work/webui with confirmation dialog (#9)",
"author_name": "Stanislav Petrov",
"author_login": "StanislavStefanovPetrov",
"committed_at": "2025-05-29T21:37:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eed81ec07a71b04902cf3c67a2f4be278702fdfa",
"body": null,
"is_bot": false,
"headline": "add go.mod and go.sum (#8)",
"author_name": "Stanislav Petrov",
"author_login": "StanislavStefanovPetrov",
"committed_at": "2024-02-14T17:11:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59e917f6406c2c821675143901d16d11baccebe0",
"body": null,
"is_bot": false,
"headline": "fix tests (#7)",
"author_name": "Stanislav Petrov",
"author_login": "StanislavStefanovPetrov",
"committed_at": "2024-02-14T17:11:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d03e72207d82b79cb876ba0d43c6f32bf247626",
"body": null,
"is_bot": false,
"headline": "stanislavpetrov/MYST-1137-ArgInt64Slice (#5)",
"author_name": "Stanislav Petrov",
"author_login": "StanislavStefanovPetrov",
"committed_at": "2023-02-14T12:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "481d77f4c8432cb3ba3b407db5a598c97b0d6281",
"body": null,
"is_bot": false,
"headline": "Define Worker interface to hopefully simplify downstream (#1)",
"author_name": "Joe Heth",
"author_login": "jheth",
"committed_at": "2019-11-07T16:00:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afcf4d517da98a4b9521071b63ac6b3516b6729c",
"body": null,
"is_bot": false,
"headline": "Ignore context field in Job struct",
"author_name": "tylerb",
"author_login": "tylerstillwater",
"committed_at": "2019-09-06T17:52:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cd3f668f50074820e46ca84d5bf6ec6c637cbcc",
"body": null,
"is_bot": false,
"headline": "Add Context to job object",
"author_name": "tylerb",
"author_login": "tylerstillwater",
"committed_at": "2019-08-30T16:55:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c85b71e20062f3ab71d4749604faf956d364614f",
"body": null,
"is_bot": false,
"headline": " Adding support for enqueue unique by specified key (#110)",
"author_name": "David Long",
"author_login": null,
"committed_at": "2018-09-12T17:53:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5db65caa8d31eaeb691a70cb30d5db3481e1617d",
"body": null,
"is_bot": false,
"headline": "Fix worker tests (#108)",
"author_name": "David Long",
"author_login": null,
"committed_at": "2018-09-06T14:50:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23b73b8335fd063f7315e14106a775d2a115feac",
"body": null,
"is_bot": false,
"headline": "Add sleep backoffs as option when creating new worker pools (#48)",
"author_name": "Beorn Facchini",
"author_login": "beornf",
"committed_at": "2018-07-30T17:07:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2716425804dbce1616d33f8d919c90259f1c8101",
"body": null,
"is_bot": false,
"headline": "Update README to contain blurb on Redis Cluster",
"author_name": "Shaun Dunning",
"author_login": "shdunning",
"committed_at": "2018-07-30T14:53:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d4117a214abff263b472043871c8666aedb716b",
"body": null,
"is_bot": false,
"headline": "fix tests",
"author_name": "Shaun Dunning",
"author_login": null,
"committed_at": "2018-05-22T13:29:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "968bd6a1414d6a8ead33d544c47c5f01d298e5d6",
"body": "Issue #94",
"is_bot": false,
"headline": "Switch to using github.com/gomodule/redigo/redis (#98)",
"author_name": "Peter Hellberg",
"author_login": "peterhellberg",
"committed_at": "2018-05-21T15:41:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72c8f5739518210820d224541849dddbf3792613",
"body": null,
"is_bot": false,
"headline": "BUGFIX: Remove from InProgress if we don't addToDead (#92)",
"author_name": "Dave Jack",
"author_login": "davars",
"committed_at": "2018-05-03T20:00:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85f9368380a04c40f55df767077154846ac819e2",
"body": null,
"is_bot": false,
"headline": "fix imports for webui",
"author_name": "Shaun Dunning",
"author_login": null,
"committed_at": "2018-02-15T15:49:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5aa77523605c6c45fa6a7c87399941d386cba2c8",
"body": "* - Fix Scheduled For is displaying EnqueuedAt instead of RunAt\r\n- Update react version to 16.2.0\r\n- Use yarn\r\n- Upgrade to webpack 2.0\r\n\r\n* Fix test using enzyme",
"is_bot": false,
"headline": "Fix issue #13 (#81)",
"author_name": "Armin Primadi",
"author_login": "aprimadi",
"committed_at": "2018-02-12T03:00:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "786c30897725fc14a2915b8c73c61aae79415a86",
"body": null,
"is_bot": false,
"headline": "update README (#65)",
"author_name": "Xiao Zhang",
"author_login": "vaporz",
"committed_at": "2017-09-26T16:53:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a383f87e013a086dac00a8d4a8138c909d2bd17",
"body": null,
"is_bot": false,
"headline": "BUGFIX: Reap immediately after initialization on startup (#58)",
"author_name": "Shaun Dunning",
"author_login": "shdunning",
"committed_at": "2017-07-29T12:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e511e61b65e2bc393dfc8f6f80c1a5eb9f351634",
"body": null,
"is_bot": false,
"headline": "TESTS: fix busted tests (#56)",
"author_name": "Shaun Dunning",
"author_login": "shdunning",
"committed_at": "2017-07-12T14:02:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f062583f4e2b9dee01cd17be58f3fce2d94e710a",
"body": null,
"is_bot": false,
"headline": "TWEAK: fix circular import",
"author_name": "taylorchu",
"author_login": "taylorchu",
"committed_at": "2017-07-11T21:01:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3a863d9adcaa38e77003f8c6a8d72abdd9164b5",
"body": "* Use 1 second timeout for bad connect test\r\n\r\n* Remove infinite loop preventing shutdown\r\n\r\n* Add test for worker pool stop if jobs in queue",
"is_bot": false,
"headline": "Fix infinite worker loop preventing shutdown when Stop() called (#54)",
"author_name": "Tyler Bunnell",
"author_login": "tylerb",
"committed_at": "2017-07-11T20:53:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8fb31afa8a1b8e478c947c9452428c3bcffc298",
"body": null,
"is_bot": false,
"headline": "Reap stale locks (#52)",
"author_name": "Shaun Dunning",
"author_login": "shdunning",
"committed_at": "2017-06-22T19:48:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d91c48b8a041f3669b25f4b0507cf9e7ffe6ae68",
"body": null,
"is_bot": false,
"headline": "Cleanup dead worker pools with no heartbeat (#51)",
"author_name": "Shaun Dunning",
"author_login": "shdunning",
"committed_at": "2017-06-20T20:23:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6bd24c210b86f0400fd7419bb0f1b0ea0cc50de",
"body": null,
"is_bot": false,
"headline": "BUGFIX: reap jobs in the event of dirty shutdown (#46)",
"author_name": "Shaun Dunning",
"author_login": "shdunning",
"committed_at": "2017-04-13T20:52:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fef315b112ccf90d8072af18d77b87ab8552037",
"body": null,
"is_bot": false,
"headline": "Remove stale lock cleanup code -- TODO for another day",
"author_name": "Shaun Dunning",
"author_login": null,
"committed_at": "2017-04-04T18:38:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bccd9e78ad231cfbaf4d8dcf2a39d4cb184d1e6d",
"body": null,
"is_bot": false,
"headline": "BUGFIX: comment out stale key check from startup process (#42)",
"author_name": "Shaun Dunning",
"author_login": "shdunning",
"committed_at": "2017-04-04T17:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e59a1390eef2f6981f84670a878126a9cb270ffe",
"body": null,
"is_bot": false,
"headline": "FEATURE: add MaxConcurrency control to job options (#41)",
"author_name": "Shaun Dunning",
"author_login": "shdunning",
"committed_at": "2017-04-03T18:44:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5d6a0b4c6b4b39fb8dbd7bcd0aa81255586c10e",
"body": null,
"is_bot": false,
"headline": "FEATURE: ability to pause workers from processing new jobs (#38)",
"author_name": "Shaun Dunning",
"author_login": "shdunning",
"committed_at": "2017-03-29T20:18:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "943ef6aba716d99e61eeea5e6472ee37c2126971",
"body": null,
"is_bot": false,
"headline": "Update command to run workwebui in README.md (#26)",
"author_name": "Yu Ming",
"author_login": "sohymg",
"committed_at": "2017-03-29T01:43:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07b4e325d19e7b47450bb7d2ba385772b27e89e2",
"body": null,
"is_bot": false,
"headline": "TWEAK: Remove author. (#34)",
"author_name": "tyler-smith",
"author_login": "tcrypt25519",
"committed_at": "2017-03-08T15:26:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec82a7b8897d9fd578a68816615db9217a524906",
"body": "Use redis.DialURL in workwebui cmd, to support passwords",
"is_bot": false,
"headline": "Merge pull request #22 from igorwwwwwwwwwwwwwwwwwwww/patch-1",
"author_name": "Jonathan Novak",
"author_login": "jnovak-stripe",
"committed_at": "2016-10-07T22:27:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a562f12c7f1576fdb71d318a168c86a86e7a2ae5",
"body": null,
"is_bot": false,
"headline": "Use redis.DialURL in workwebui cmd, to support passwords",
"author_name": "Igor",
"author_login": "igorwwwwwwwwwwwwwwwwwwww",
"committed_at": "2016-10-06T15:20:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aaf0188a943df358f7a09ce48aff0f2318efb5b",
"body": "Provide a way to specify a custom backoff function for retried jobs.",
"is_bot": false,
"headline": "Merge pull request #15 from jalkanen/master",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-09-01T17:41:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfa0463dfa65b9a63f70e26d49d6914dc17267c5",
"body": "BUGFIX: Corrected race condition on concurrent enqueue",
"is_bot": false,
"headline": "Merge pull request #14 from chambo-e/master",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-09-01T17:03:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca4d7cd8869379bd55a39e36d49107caa3a85497",
"body": null,
"is_bot": false,
"headline": "Provide a way to specify a custom backoff function for retried jobs.",
"author_name": "Janne Jalkanen",
"author_login": null,
"committed_at": "2016-08-26T11:52:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "215f0cd17c2b4f850d99f156b9fcf648654d87c4",
"body": null,
"is_bot": false,
"headline": "BUGFIX: Corrected race condition on concurrent enqueue",
"author_name": "chambo-e",
"author_login": "chambo-e",
"committed_at": "2016-08-07T21:46:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a1594af697cbe54806fff58e9d7b5e91e80fcc1",
"body": "I'm not sure why this makes a differnece but the tests pass now.",
"is_bot": false,
"headline": "TESTS: fix tests on circleci",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-28T19:39:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67c8dc210ce647e8d8a4206c7f5856ea2390f290",
"body": "This lets you, for instance: schedule a job to email a user in 5 minutes, while providing the user the option to 'undo' the send of that email. If they click undo, just delete the scheduled job, and nothing will be sent. This takes into account unique jobs as well -- deleting a scheduled unique job will clear the uniqueness for the job name/args.",
"is_bot": false,
"headline": "FEATURE: delete scheduled/retry jobs",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-28T17:43:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d053b342e02d9110ec61e59006c4fc1adc62f3e7",
"body": "…rams; retry works now\n\nPreviously, Retry and Delete took a *DeadJob which needed the ID and DiedAt set. This is now explicit. This uncovered a bad bug where retrying a dead job from the UI wouldn't work (but looked like it would). This is now fixed.",
"is_bot": false,
"headline": "BUGFIX/REFACTOR/BREAKING: retry and delete dead jobs take explicit pa…",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-26T04:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db7692d864e1146598c84f7426cedeb6af16de54",
"body": "If there was an error when fetching a job, we previously just keep trying super fast, which burns CPU and prevents wp.Stop() from working. This can happen if Redis is down. Instead of doing that, chill out and sleep for 10 milliseconds. This addresses #7.",
"is_bot": false,
"headline": "BUGFIX: handle errors in worker by not spinning",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-25T22:50:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adc78a0ed73aee9382cad6fa7e15235ee030357c",
"body": "Because that's never going to work and indicates broken source code.",
"is_bot": false,
"headline": "TWEAK: panic if you supply a nil redis.pool",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-25T22:31:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2322042506a4bcafe5c7d3ca67ad9cd19c8e9c0e",
"body": "Because we want to build a system that enqueus jobs in the future (eg, send an email), and then 'undo' it. In order to do that, we're going to need to know the job ID as well as the time the job was enqueued to run at.",
"is_bot": false,
"headline": "FEATURE/BREAKING: return job when enqueueing",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-25T22:23:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51c5236961cb4ea64ed91efc4450228e38638673",
"body": "It looks like processing a job takes 41 allocations.",
"is_bot": false,
"headline": "TESTS: Add a benchmark for work",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-16T01:19:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0fb3b345865f7323511a88ec38c00b71ae56e37",
"body": "Unique jobs let you only have one job with a given name/arguments on the queue at once. This includes both the normal queue as well as the scheduled queue.",
"is_bot": false,
"headline": "FEATURE: unique jobs",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-15T22:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ee600dca23129bce5bc13f6b0e675d0701687bb",
"body": "This feature lets worker pools periodically enqueue jobs according to a cron spec. Worker pools on diff machines will coordinate via redis and only enqueue jobs once.",
"is_bot": false,
"headline": "FEATURE: cron-like periodic jobs",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-15T22:17:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a7d1bf7e318f5afda0a50fe5c42d04a86caf8d9",
"body": "Adding the parameter database for the redis pool",
"is_bot": false,
"headline": "Merge pull request #5 from brunomvsouza/master",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-13T20:34:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e90c67de19872795254d3cc72d14bcc2a64d62c5",
"body": null,
"is_bot": false,
"headline": "Adding the parameter database for the redis pool",
"author_name": "Bruno M V Souza",
"author_login": null,
"committed_at": "2016-07-13T20:13:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1da7c666de5cc4d3bfbadd87b262b162eacf18dc",
"body": null,
"is_bot": false,
"headline": "CLEANUP: run gofmt -s; fix unfixed misspelling",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-10T03:50:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6031f993f94048284c0a9864974276362b9f5d1",
"body": "Because I want a 100% on https://goreportcard.com/report/github.com/gocraft/work",
"is_bot": false,
"headline": "CLEANUP: fix a few golint/gofmt/go vet/ineffassign/misspellings",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-10T03:46:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cfd3784b5305bb523f5ac508d82a4ee3ac66b6d",
"body": null,
"is_bot": false,
"headline": "DOC: add license",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-10T03:36:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ea0c9d55ed6610bb6dec5ed95f789d347fdaf75",
"body": null,
"is_bot": false,
"headline": "DOC: clean up todo",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-10T02:58:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d43fadbc76a979caeefa880a8f8cff32759e0d2a",
"body": null,
"is_bot": false,
"headline": "DOC: document the web ui and add a pic",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-10T02:54:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2c1415609571df1b5d8a7e0e97578c05f48db99",
"body": "This web UI uses react to interact with the existing JSON API. The assets are compiled into the binary using go-bindata.",
"is_bot": false,
"headline": "FEATURE: web UI",
"author_name": "taylorchu",
"author_login": "taylorchu",
"committed_at": "2016-07-10T02:21:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25bd71a23cf0810257f5dce291b4cb407fdbc8b1",
"body": "Because it's more clear and slightly faster. Increased jobs/sec by about 600.",
"is_bot": false,
"headline": "TWEAK: use rpoplpush in lua script",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-10T02:09:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a9acb6bb44268d4362d8be8bb94ecaddfce635b",
"body": null,
"is_bot": false,
"headline": "DOC: fix readme",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-09T23:51:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1266f7a8000bff331f0e275f638f797b83c14cd",
"body": null,
"is_bot": false,
"headline": "BENCH: tweak benchmarks for competing libs and place in readme",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-09T23:50:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20d2fb3636b40f62242d9e969c437eee54b0cbcc",
"body": null,
"is_bot": false,
"headline": "DOC: update readme",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-09T04:44:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de7bb1071f4bbe34fec021f76af033737b60d0ba",
"body": null,
"is_bot": false,
"headline": "TWEAK: apply golint to webui",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-08T23:39:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "905458417619625e49b8c74d399b68ca8efe520a",
"body": null,
"is_bot": false,
"headline": "CLEANUP: remove unused file",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-08T23:31:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34b3b99c253c504aa0d771fae29effd9ded4e455",
"body": "Because if you have 50k dead jobs you're not going to want to deal with them 20 at a time. And I have 50k dead jobs.",
"is_bot": false,
"headline": "FEATURE: delete/retry all dead jobs",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-08T22:49:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85ea85ba15d16dadf3f36c33b66080bbd15b0430",
"body": "Because previously there were crash conditions where we could lose a job due to failing to add the job to the retry queue but then succeeding in lrem'ing it.",
"is_bot": false,
"headline": "TWEAK: atomicly move things from in prog queue to retry/dead queue",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-08T06:33:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15172112f58f3afdab6d91dbe7c71091e3a81476",
"body": null,
"is_bot": false,
"headline": "TWEAK: better error message if you supply the wrong handler type",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-08T05:32:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ea5e236c8d8677e1381d5098ab3307d9b0ed7eb",
"body": "Beacuse I want to re-use them to start/stop/start. Also IMO it's more clear to simply send messages than relying on a side-effect of close.",
"is_bot": false,
"headline": "TWEAK: don't close channels",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-06T22:52:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ec320a42b18a10a57ff3a46c19267c5825e51a3",
"body": null,
"is_bot": false,
"headline": "TWEAK: make worker pool start/stop idempotent",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-06T22:46:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c1de6e17a3132745f132723cf6ee0a35c81646f",
"body": "Because 'worker observation' is the official nomenclature we want to use.",
"is_bot": false,
"headline": "TWEAK: rename redisKeyWorkerStatus to redisKeyWorkerObservation",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-06T22:35:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b44d2afb7c16e10504acb5b2f6562952c4b248a",
"body": "Because each JobOption should be opt-in. If no value is specified, it should revert to default.",
"is_bot": false,
"headline": "TWEAK: validate job options and set defaults",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-06T22:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5fa57e71600c48fefaf419a161b42cf52ea4f7e",
"body": "This is really an intended feature the rest of the system supported but we never baked the cake. This lets jobs actually call checkin from within the job to report status.",
"is_bot": false,
"headline": "FEATURE: checkin from job",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-06T22:21:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a00a20b3822a47f69af3c321ced664e0e6309ad7",
"body": "Because I can't think of a use-case for it being public.",
"is_bot": false,
"headline": "TWEAK: unexport SetArg (rename to setArg)",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-06T22:07:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13d77b933a35e3022b5cc869dedca0a63fcb54ee",
"body": "So that if we forget to write a handler for a job, we'll at least see it in the web UI. Since we don't generally want to run two redis commands when enqueueing a job (which would hurt overall throughput), keep track of which jobs we've sadded and only update once every 5 minutes.",
"is_bot": false,
"headline": "FEATURE: when enqueuing jobs, add the job to the list of known jobs",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-06T21:16:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27d38f7855b53e1480f2e30a84d2169f7869efbd",
"body": "This copies that pattern in the dead pool reaper. It has two concrete benefits:\n1) Don't do any work while we're supposed to be sleeping.\n2) Drains will now immediately wake up and process even if we're in the middle of sleeping.",
"is_bot": false,
"headline": "TWEAK: use timer instead of concoction of sleeps",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-06T18:56:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15c7a3c1732bade0a5cf04b85e3d24f3eea0aed9",
"body": "Also add some more tests here.",
"is_bot": false,
"headline": "TWEAK: catch panics when running a job",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-06T18:37:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef348a7521cd458db3c7922d5b7c6ebb2eb3478e",
"body": null,
"is_bot": false,
"headline": "TWEAK: use normal JSON capitalization conventions",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-06T17:41:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "932979251db6c478ae67251231a56ca42814d3ba",
"body": null,
"is_bot": false,
"headline": "TWEAK: rename join to drain",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-03T05:24:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dc36270dbab1a103194d5d0597a42d37b167168",
"body": null,
"is_bot": false,
"headline": "DOC: fix golint issues (mostly commenting things)",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-03T02:58:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9aad01109a4c4f9072551bedd6de8a7ad8d3d5eb",
"body": null,
"is_bot": false,
"headline": "DOC: README.md version 1",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-07-03T00:55:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cce14550bff34bb957428c875b66b1a293c550ee",
"body": "…is data.",
"is_bot": false,
"headline": "TESTS: Add some dead pool reaper tests for scenarios with missing red…",
"author_name": "Tyler Smith",
"author_login": "tcrypt25519",
"committed_at": "2016-06-28T15:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "522c2a9fe30cd718e000bae8e6e5cf397d8fdf61",
"body": null,
"is_bot": false,
"headline": "TWEAK: Don't error if no jobs in list.",
"author_name": "Tyler Smith",
"author_login": "tcrypt25519",
"committed_at": "2016-06-28T15:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27cb3fc1d95f56dcb64d7ea6735a1991212af255",
"body": "Ts danglers",
"is_bot": false,
"headline": "Merge pull request #2 from gocraft/TS_danglers",
"author_name": "Tyler Smith",
"author_login": "tcrypt25519",
"committed_at": "2016-06-27T21:57:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2958748dee5e975cc408dc065ae493f19c76e427",
"body": null,
"is_bot": false,
"headline": "FEATURE: Cleanup dead worker pools.",
"author_name": "Tyler Smith",
"author_login": "tcrypt25519",
"committed_at": "2016-06-27T21:11:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e1de26e04e79d3a2d770fa2ea2228c24a86a847",
"body": "This reverts commit 9284dc344dc855ed7498d0a96618fd3f9417f8ee.",
"is_bot": false,
"headline": "evert \"There we go\"",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-06-22T19:31:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9284dc344dc855ed7498d0a96618fd3f9417f8ee",
"body": null,
"is_bot": false,
"headline": "There we go",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-06-22T19:29:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "097588014d534e808b6204d4f89c2ac4277b54a8",
"body": "Because of the serialization method we use (JSON), we can lose type information when we create jobs. For instance, if we enqueue a job with integer arguments, they're serialized as JSON with a Number type. When JSON decodes it, it often gets deserialized as a float64. To address this, the job itself\n[…]\nonce at the end -- this design assumes the jobs are inserted by static Go code, not user input. It also doesn't optimize for optional arguments, and assumes jobs have fixed inputs (like Go functions).",
"is_bot": false,
"headline": "FEATURE: easily extract arguments in jobs",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2016-06-22T17:56:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9e1638a0d55e0d4a2ff89cd0791f79d191ab9b38",
"body": "… we don't need to ensure it's part of known_jobs and it's really useful for testing",
"is_bot": false,
"headline": "Helper that just returns the count in a queue. This is useful because…",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2015-06-04T18:36:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "422959879f927809fa6f566b133a9fd54044b70d",
"body": null,
"is_bot": false,
"headline": "Update workfakedata for enqueue maps",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2015-06-03T22:14:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b284bbdba68230d9d04afdabb04753c3bbba247",
"body": null,
"is_bot": false,
"headline": "Use new enqueue format in bench_work",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2015-06-03T22:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff5a0e28039ebc5f2f1c1543187a905b419138e7",
"body": null,
"is_bot": false,
"headline": "BUGFIX: Go to sleep if we aren't going to do anything",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2015-06-03T22:00:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9879dc584d19fd9592279c007c2114613a275cc0",
"body": null,
"is_bot": false,
"headline": "Support random changes by the testify/assert package.",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2015-06-03T21:58:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dde5229bdcd14b37d3494489cabfc08741f191eb",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:gocraft/work",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2015-05-20T04:51:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b7df6574b2e42fbe6fb2d2ec437af86a2cd4f19",
"body": null,
"is_bot": false,
"headline": "Update manners to use new version.",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2015-05-20T04:51:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fa9fd720a444c6998e1f6b5e121b19dd9119a7a",
"body": null,
"is_bot": false,
"headline": "Add workenqueue command",
"author_name": "Austin Taylor",
"author_login": "austintaylor",
"committed_at": "2015-05-18T22:00:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "446df9407db16703545ce4d34c807fbb46d63db0",
"body": null,
"is_bot": false,
"headline": "notes",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2015-05-13T23:35:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b477cb91b4ad9c92e75919399110a4d52fd0340c",
"body": null,
"is_bot": false,
"headline": "middleware and dynamic contexts work",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2015-04-26T03:27:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5ead08b445da7fdd43c6fcb53883bfe2c369047",
"body": null,
"is_bot": false,
"headline": "Keep workers up to date with middleware",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2015-04-25T22:03:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f7ee1021cfd4151fcf57dc3d28498f2be1c448f",
"body": null,
"is_bot": false,
"headline": "Can add middleware",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2015-04-25T21:54:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d084749b32a621bc68e49476fed3a56c000adea",
"body": null,
"is_bot": false,
"headline": "Workers need to know the ctx type",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2015-04-25T21:38:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "932598551d68417ae09340713e0d1acf8509f31e",
"body": null,
"is_bot": false,
"headline": "Validate context and handler types",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2015-04-25T21:32:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1759be2f27d2ac5d888c136749bbf8e45a00381f",
"body": null,
"is_bot": false,
"headline": "Use maps",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2015-04-25T05:00:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d9231af8926cf70f0208becbd410de3a8366996",
"body": null,
"is_bot": false,
"headline": "bibi comment",
"author_name": "Jonathan Novak",
"author_login": "cypriss",
"committed_at": "2015-04-25T04:07:39Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 2,
"latest_release_at": "2026-07-20T09:13:04Z",
"latest_release_tag": "v0.5.6",
"releases_from_tags": false,
"days_since_last_push": 8,
"active_weeks_last_year": 2,
"days_since_latest_release": 8,
"mean_days_between_releases": 313
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/outdoorsy/work",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/outdoorsy/work",
"is_deprecated": false,
"latest_version": "v0.5.6",
"repository_url": "https://github.com/outdoorsy/work",
"versions_count": 7,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T09:12:37Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": 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": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 291081,
"source_files_sampled": 62,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/albrow/jobs",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.4.2"
},
{
"name": "github.com/benmanns/goworker",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.4-0.20200828204759-d28a4f34a4d1"
},
{
"name": "github.com/braintree/manners",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20160418043613-82a8879fc5fd"
},
{
"name": "github.com/gocraft/health",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20170925182251-8675af27fef0"
},
{
"name": "github.com/gocraft/web",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20190207150652-9707327fb69b"
},
{
"name": "github.com/gocraft/work",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.1"
},
{
"name": "github.com/gomodule/redigo",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.9"
},
{
"name": "github.com/jrallison/go-workers",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20180112190529-dbf81d0b75bb"
},
{
"name": "github.com/robfig/cron",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.7.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 7,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "cypriss",
"commits": 105,
"avatar_url": "https://avatars.githubusercontent.com/u/41704?v=4"
},
{
"type": "User",
"login": "shdunning",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/10932980?v=4"
},
{
"type": "User",
"login": "tcrypt25519",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/212655132?v=4"
},
{
"type": "User",
"login": "StanislavStefanovPetrov",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/29039888?v=4"
},
{
"type": "User",
"login": "nikolaychankov",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/30984013?v=4"
},
{
"type": "User",
"login": "taylorchu",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/422998?v=4"
},
{
"type": "User",
"login": "tylerstillwater",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/70804?v=4"
},
{
"type": "User",
"login": "chambo-e",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/2802867?v=4"
},
{
"type": "User",
"login": "sohymg",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6994570?v=4"
},
{
"type": "User",
"login": "vaporz",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1593112?v=4"
}
],
"contributors_sampled": 19,
"top_contributor_share": 0.745
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [
".eslintrc.json"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum",
"yarn.lock"
],
"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": 0,
"reason": "0 out of 7 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 2,
"reason": "Found 6/30 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "158 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "014e4866603f4e1207065c531b1e70aabdae9d61",
"ran_at": "2026-07-28T17:15:15Z",
"aggregate_score": 2.2,
"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-20T09:12:39Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-20T09:12:37Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/outdoorsy/work",
"host": "github.com",
"name": "work",
"owner": "outdoorsy"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"security": 22,
"vitality": 55,
"community": 12,
"governance": 59,
"engineering": 24
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 55,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"commits_last_year": 2,
"human_commit_share": 1,
"days_since_last_push": 8,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "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": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "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": 5,
"latest_release_tag": "v0.5.6",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 313
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~313 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 313
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 8,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 8 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 8
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 19,
"top_contributor_share": 0.745
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 74% of commits",
"points": 5.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 74
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "19 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 19
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 51,
"inputs": {
"merged_prs": 7,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 4
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "7/11 decided PRs merged",
"points": 24.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 11
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/30 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"followers": 16,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "outdoorsy",
"public_repos": 88,
"account_age_days": 4274
},
"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": "16 followers of outdoorsy",
"points": 8.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 16,
"login": "outdoorsy"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "88 public repos, account ~11 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 88
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/outdoorsy/work"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 8
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "7 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 7
}
}
],
"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": "critical",
"name": "Engineering Quality",
"value": 24,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".eslintrc.json",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc.json"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 7 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 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": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 22,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 22,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 2.2
},
"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": "0 out of 7 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 6/30 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "158 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 10
},
"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": 61,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.47,
"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": "47 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 25.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 47,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 74,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum",
"yarn.lock"
],
"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
},
"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": ".eslintrc.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc.json"
}
}
],
"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 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 291081,
"source_files_sampled": 62,
"oversized_source_files": 1
},
"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": "1/62 source files over 60KB",
"points": 54.1,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 62,
"oversized": 1
}
}
],
"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": [
"Community profile unavailable"
],
"report_type": "repository",
"generated_at": "2026-07-28T17:15:34.228921Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/o/outdoorsy/work.svg",
"full_name": "outdoorsy/work",
"license_state": "standard",
"license_spdx": "MIT"
}