JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 301,
"has_wiki": true,
"homepage": null,
"languages": {
"Makefile": 312,
"JavaScript": 20160
},
"pushed_at": "2023-09-13T11:11:26Z",
"created_at": "2011-05-12T14:57:07Z",
"owner_type": "User",
"updated_at": "2026-07-06T06:02:35Z",
"description": "Abstraction for exponential and custom retry strategies for failed operations.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": "http://transloadit.com",
"name": "Tim Koschuetzki",
"type": "User",
"login": "tim-kos",
"company": "Transloadit, Ltd.",
"location": "Berlin/Germany",
"followers": 214,
"avatar_url": "https://avatars.githubusercontent.com/u/15005?v=4",
"created_at": "2008-06-25T14:44:59Z",
"is_verified": null,
"public_repos": 70,
"account_age_days": 6601
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.13.1",
"kind": "patch",
"published_at": "2021-06-21T07:49:20Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2018-04-09T09:36:44Z"
},
{
"tag": "v0.10.1",
"kind": "patch",
"published_at": "2016-12-12T15:29:55Z"
},
{
"tag": "0.6.0",
"kind": "minor",
"published_at": "2014-05-26T11:10:14Z"
}
],
"recent_commits": [
{
"oid": "11efd6e4e896e06b7873df4f6e187c1e6dd2cf1b",
"body": null,
"is_bot": false,
"headline": "Adding \"keywords\" to package.json",
"author_name": "Tim Koschuetzki",
"author_login": "tim-kos",
"committed_at": "2022-01-20T06:00:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c524c3e72ae3eecfba3275595a1240c859c05ee1",
"body": null,
"is_bot": false,
"headline": "Remove unnecessary async from promise example",
"author_name": "Tim Koschuetzki",
"author_login": "tim-kos",
"committed_at": "2022-01-18T21:20:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f26a59b717c0345aea7590ab39429f783d01ebd0",
"body": null,
"is_bot": false,
"headline": "Add an example with promises to the README",
"author_name": "Tim Koschuetzki",
"author_login": "tim-kos",
"committed_at": "2022-01-16T05:47:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "464ed06844c9f572a91c144600799d8ff28da00f",
"body": null,
"is_bot": false,
"headline": "switch from travis to gh actions (#80)",
"author_name": "Jimmy Wärting",
"author_login": "jimmywarting",
"committed_at": "2022-01-16T05:41:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8e26ea7adda3f11c19086a762d15e95521f3e4e",
"body": null,
"is_bot": false,
"headline": "Release 0.13.1",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2021-06-21T07:45:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7cedfbaf58a774340e66d3ad2973b0cc191af89",
"body": "* fixed retry()\r\n\r\n* fixed forever\r\n\r\n* Update package.json",
"is_bot": false,
"headline": "fixed retry() and forever (#76)",
"author_name": "wizo",
"author_login": "wizo06",
"committed_at": "2020-12-16T07:40:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a15d08e151148b80d02b4e77e09ae6c326597bc4",
"body": "* Ensures that timeouts don't prevent errors from getting into the _errors array.\r\n\r\n* Replaces a test that used internal knowledge with a test targeted towards actual use cases.\r\n\r\nCo-authored-by: Danny Rivers <drivers@roirevolution.com>",
"is_bot": false,
"headline": "Handle errors despite timeouts (#71)",
"author_name": "Danny Rivers",
"author_login": "cdeevfrr",
"committed_at": "2020-12-16T07:33:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf0ae231e4f65bf4798dbe1ccad855740f33445b",
"body": "* Don't break exponential backoff when minTimeout is zero\r\n\r\n* Hope this is how versioning works on this project!\r\n\r\n* No more infinite loops when innocently setting retries to Infinity",
"is_bot": false,
"headline": "Avoid infinite loop and patch exponential backoff edge case (#68)",
"author_name": "Eric",
"author_login": "gittyeric",
"committed_at": "2020-12-16T07:32:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b316bfc196a89504fa348bcb97b20eb55509a295",
"body": "Fixed the slice operation so that this comment is true:\r\n```\r\n// retry forever, only keep last error\r\n```",
"is_bot": false,
"headline": "Update retry_operation.js (#74)",
"author_name": "Chance",
"author_login": "chanced",
"committed_at": "2020-08-10T10:40:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c402d770d7362a8f3ee35c019a329f1f395fc4cc",
"body": "Fix tim-kos/node-retry/#64",
"is_bot": false,
"headline": "Stop retry timer with operation.stop() (#69)",
"author_name": "Daniel da Silva",
"author_login": "danielfdsilva",
"committed_at": "2020-03-06T12:08:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2424324ae6f63336addc32daaaeeb322b8f18442",
"body": null,
"is_bot": false,
"headline": "Add a whitelist to avoid publishing unwanted files in the registry (#72)",
"author_name": "Gentilhomme",
"author_login": "fraxken",
"committed_at": "2020-02-26T06:30:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88548b9cd3b00948bd5cb4c4e460c2c8aacb85ae",
"body": null,
"is_bot": false,
"headline": "Use SVG for Travis CI badge (#62)",
"author_name": "Jakob Krigovsky",
"author_login": "sonicdoe",
"committed_at": "2018-11-06T16:56:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc0559bd8fd63c0f27fa73a0e910b5e16ae4f7da",
"body": null,
"is_bot": false,
"headline": "Fix logical mistake (#61)",
"author_name": "Jakob Krigovsky",
"author_login": "sonicdoe",
"committed_at": "2018-11-06T16:55:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f802d9edc2fdbca727d3e368234b6d714db06f8e",
"body": null,
"is_bot": false,
"headline": "Release 0.11.0",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2018-04-09T09:33:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dcbf16452f1a3469aca203786df2b53187d4fff",
"body": null,
"is_bot": false,
"headline": "Release 0.11.0",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2018-04-09T09:30:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a41d5159a8e0e8d708af79358a0ff32299c2beaa",
"body": null,
"is_bot": false,
"headline": "Adding npm scripts.",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2018-04-09T09:30:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "849958259914bc752fbdf41683648dee51307d24",
"body": null,
"is_bot": false,
"headline": "Implement operation.reset(), closes #40.",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2018-03-28T05:17:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39c9e6f8b6342d0b72cd716ddc0e83f7a39c9ff1",
"body": "…st enumerated original function always getting called (#52)",
"is_bot": false,
"headline": "Bind wrapped functions to avoid the hoisting issues that meant the la…",
"author_name": "Anton Lindgren",
"author_login": "atamon",
"committed_at": "2018-03-28T04:28:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "339a30a8b957a88cd68a8e14bbcf7462b340b4ea",
"body": "* supports maxRetryTime for retryOperation\r\n\r\n* bugfix test testRetryForeverNoRetries\r\n\r\n* use Date.getTime() instead Date.now()\r\n\r\n* use Date.getTime() instead Date.now()\r\n\r\n* maxRetryTimeout should occurred when time delta >= maxRetryTimeout",
"is_bot": false,
"headline": "supports maxRetryTime for retryOperation (#57)",
"author_name": "Mikxail",
"author_login": "Mikxail",
"committed_at": "2018-03-19T16:04:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2ebfcc449d6b35b05f95a707bf81cf73f5a600d",
"body": null,
"is_bot": false,
"headline": "Update test script",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2017-12-11T10:28:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9863ef209689bebb7482935d9b2df15de2184409",
"body": null,
"is_bot": false,
"headline": "Build please.",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2017-12-11T09:31:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5157c1cecfb31f7ffc84fa7d1717ba977416486",
"body": null,
"is_bot": false,
"headline": "Adding support for a code coverage banner. Fixes #30.",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2017-12-11T09:26:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9320268dc87ed17a270230e0eb35e328fd00dba2",
"body": null,
"is_bot": false,
"headline": "Build please.",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2017-12-11T09:08:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22ba7e56b8b66e7e420e673d61d872dbce766b1b",
"body": null,
"is_bot": false,
"headline": "Add travis banner integration. Refs #30",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2017-12-11T08:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df330629cb6a99ac0107a9a58d32a9f05c7b3095",
"body": null,
"is_bot": false,
"headline": "Clarify order of the errors() function. Fixes #48.",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2017-12-11T08:45:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ffe0c51591defc57261b30a0d1232978abe41ad",
"body": null,
"is_bot": false,
"headline": "Make docs on retries more explicit. Fixes #37",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2017-12-11T08:38:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9fdec1ec8c76011d919fbc9be162380cb983169",
"body": "BREAKING CHANGE: This module no longer supports Node.js 0.10",
"is_bot": false,
"headline": "chore: drop support for Node.js 0.10 (#41)",
"author_name": "Greenkeeper",
"author_login": "greenkeeperio-bot",
"committed_at": "2017-12-11T08:33:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7342e6933c053008b3d1548692775a8e833eac0c",
"body": null,
"is_bot": false,
"headline": "Fix typo (#51)",
"author_name": "Bao Pham",
"author_login": "baopham",
"committed_at": "2017-12-11T08:32:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4393496a7c414b078caa1df7751b50a82762e250",
"body": "Since the release targets do not create a file they should be `PHONY` targets.",
"is_bot": false,
"headline": "Made release targets PHONY (#47)",
"author_name": "Seppe Stas",
"author_login": "seppestas",
"committed_at": "2017-04-25T12:43:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3904d11133e80cf487c521d4d846b7fb77c8edba",
"body": null,
"is_bot": false,
"headline": "Fix this being out of scope. Fixes #36.",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2016-12-14T08:43:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dbe5189b48786e56d1d1807731adfc53a70eeae",
"body": null,
"is_bot": false,
"headline": "Release 0.10.1",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2016-12-12T15:28:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0616e6a6ebc49b5a36b619c8f7c414ced8c3813b",
"body": null,
"is_bot": false,
"headline": "Release 0.10.0",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2016-08-20T08:34:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57ce75ebf6601ab4bba2ecfc60149404d1309ae5",
"body": null,
"is_bot": false,
"headline": "make stop work with forever. Add tests.",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2016-08-20T08:34:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f950d449e4e56099abea20538d15c4b3800af445",
"body": null,
"is_bot": false,
"headline": "updating changelog",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2016-08-20T07:17:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "666af76682d3420e2d521d01d2c578c6787bbeb6",
"body": "* Added a simple implementation of the stop() method.\r\n\r\n* Mistakenly committed my altered example.\r\n\r\n* Added a stop() method usage example",
"is_bot": false,
"headline": "Added a simple implementation of the stop() method for issue #17 (#28)",
"author_name": "Max Nachlinger",
"author_login": "maxnachlinger",
"committed_at": "2016-08-20T07:14:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9583594391410597d120b0bdd6172df2d6e2e1f5",
"body": "bugfix: were no delays between retries when forever=true and retries=null",
"is_bot": false,
"headline": "Merge pull request #33 from m59peacemaker/bugfix-forever-no-retry",
"author_name": "Tim Koschuetzki",
"author_login": "tim-kos",
"committed_at": "2016-08-01T06:15:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4442d3ee7f7b73dce66b526d7e8eea32d417a087",
"body": "…y=null",
"is_bot": false,
"headline": "bugfix: there was no delay between retries when forever=true and retr…",
"author_name": "Johnny Hauser",
"author_login": "m59peacemaker",
"committed_at": "2016-08-01T03:11:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5af8764dad1a64005f43dc0d1b7ecc1106e0bd0",
"body": null,
"is_bot": false,
"headline": "update readme about forever",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2016-07-31T10:19:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40c4d36f92b8ea2839df38b8952656603faafd12",
"body": "Readme code blocks update",
"is_bot": false,
"headline": "Merge pull request #31 from tematema/patch-1",
"author_name": "Tim Koschuetzki",
"author_login": "tim-kos",
"committed_at": "2016-07-12T11:33:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9338814283fb8d560a516e661613e9d2919bbd78",
"body": null,
"is_bot": false,
"headline": "Readme code blocks update",
"author_name": "Akhtyam Sakaev",
"author_login": "tematema",
"committed_at": "2016-07-11T12:13:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d37de752ead734974bc6015baeb3f2cf6d2da7f",
"body": null,
"is_bot": false,
"headline": "updating changelog",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2016-01-26T12:03:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b621cf499ef7647d005e3650006b93a8dbeb986",
"body": null,
"is_bot": false,
"headline": "Release 0.9.0",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2016-01-26T12:02:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d7938a1c50d73becbfd7e560ed0a76a1f656316",
"body": "Add unref feature, closes #26.",
"is_bot": false,
"headline": "Merge pull request #27 from satazor/unref",
"author_name": "Tim Koschuetzki",
"author_login": "tim-kos",
"committed_at": "2016-01-26T09:49:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a38eb552d77442226367b269112f8e353612279",
"body": null,
"is_bot": false,
"headline": "Add compatibility for retryForever.",
"author_name": "André Cruz",
"author_login": "satazor",
"committed_at": "2016-01-26T08:27:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1653e8bf14aa836e7a3b12b4442673e63cb1ba28",
"body": null,
"is_bot": false,
"headline": "Add unref feature, closes #26.",
"author_name": "André Cruz",
"author_login": "satazor",
"committed_at": "2016-01-25T18:25:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0accae3cb4ad169e886b1e98d60447a3b3c7aada",
"body": "…, fixes #24",
"is_bot": false,
"headline": "make clear what to use for the deprecated .try() and .start() methods…",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2015-09-28T06:52:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed244d92fbfdda9938dcdcf49e625131e3f49c81",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2015-09-22T12:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1f20df0638eb14b547d85831469606b47cf20e8",
"body": null,
"is_bot": false,
"headline": "implementing retry.wrap; upping to 0.8.0",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2015-09-22T12:35:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "975e0861ec5bcf08afee5202c98304ebe80f8927",
"body": null,
"is_bot": false,
"headline": "fix links to issues in changelog",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2015-09-01T10:19:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0e2b125934146a06013a8eedb8c63a2b17d1d91",
"body": null,
"is_bot": false,
"headline": "update changelog",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2015-09-01T10:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24d1e61f57423286e2d47fedd48876450a19a923",
"body": null,
"is_bot": false,
"headline": "Release 0.7.0",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2015-09-01T10:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daf83c49ca16aac0f70af7758515777d76dad1df",
"body": null,
"is_bot": false,
"headline": "adding npm shortcuts",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2015-09-01T10:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41b80fbde584e9417b62e37371ae3114a253d020",
"body": "…urate, fixes #10",
"is_bot": false,
"headline": "increase attempts just before executing the retry fn to keep them acc…",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2015-09-01T10:11:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f9436071bf3b42ddfa6eedfe036875623a9d50f",
"body": "…take sync processing into account, fixes #12",
"is_bot": false,
"headline": "_operationTimeout should be invoked before calling _fn() to properly …",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2015-09-01T10:07:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7f86d1e38e6ffe0ad8578b7f15651592a9f3707",
"body": null,
"is_bot": false,
"headline": "make retry.createTimeout() public, fixes #13",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2015-09-01T10:04:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0b863bb87b486a77eec20d6ec3f5fd2f35c6771",
"body": "feat(retry-forever): allow option to retry forever",
"is_bot": false,
"headline": "Merge pull request #20 from mbroadst/infinite-retry",
"author_name": "Tim Koschuetzki",
"author_login": "tim-kos",
"committed_at": "2015-06-28T07:47:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afee3878586fb616dbadc60f1ba4e94e40ad0f64",
"body": null,
"is_bot": false,
"headline": "refactor(retry-forever): splice all but last error on forever retry",
"author_name": "Matt Broadstone",
"author_login": "mbroadst",
"committed_at": "2015-06-15T20:16:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08de0feb60bb09c73190d21469bb30034017ef54",
"body": "This provides a new option to retry to conditionally allow retrying\nforever. I've chosen not to override the 'retries' options with\ne.g. Infinity so that the user can still have a modicum of control\nover the retry process in this particular scenario.",
"is_bot": false,
"headline": "feat(retry-forever): allow option to retry forever",
"author_name": "Matt Broadstone",
"author_login": "mbroadst",
"committed_at": "2015-06-15T17:52:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b254e5928f1c5caad39bd338c05a171a81d06949",
"body": "fix example, 'times' should be 'retries'",
"is_bot": false,
"headline": "Merge pull request #19 from yuzhigang33/master",
"author_name": "Tim Koschuetzki",
"author_login": "tim-kos",
"committed_at": "2015-05-21T12:12:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc563f8333c6202730ee3603fa3ef0264dd74e52",
"body": null,
"is_bot": false,
"headline": "fix example, 'times' should be 'retries'",
"author_name": "枫弦",
"author_login": null,
"committed_at": "2015-05-21T09:12:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "167793e25112a5c318ea35b1a3b2f9e8ccaf2226",
"body": "Add a license field to package.json and minor tweaks",
"is_bot": false,
"headline": "Merge pull request #18 from watilde/minor-tweaks",
"author_name": "Tim Koschuetzki",
"author_login": "tim-kos",
"committed_at": "2015-05-07T08:42:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3524a9d79881f9cb8294705acbf6f9084071ef3b",
"body": null,
"is_bot": false,
"headline": "Remove npm-debug.log and gitignore npm-debug.log",
"author_name": "Daijiro Wachi",
"author_login": "watilde",
"committed_at": "2015-05-07T03:35:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92ee6c83db154e3918db712e0ee12a1e87c7d9e6",
"body": null,
"is_bot": false,
"headline": "Add a license field to package.json",
"author_name": "Daijiro Wachi",
"author_login": "watilde",
"committed_at": "2015-05-07T03:34:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0927171f97f237e379c595a88bc67e533de375d",
"body": "Update README.md",
"is_bot": false,
"headline": "Merge pull request #15 from brettporter/patch-1",
"author_name": "Tim Koschuetzki",
"author_login": "tim-kos",
"committed_at": "2014-12-24T11:56:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "098cf62655059e9c55a39ebb9f66ffdfa790efd0",
"body": "Fix link to wolfram",
"is_bot": false,
"headline": "Update README.md",
"author_name": "Brett Porter",
"author_login": "brettporter",
"committed_at": "2014-12-23T23:41:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0172f0d8c48025d1f8d02a2715afb6440bfe31a9",
"body": null,
"is_bot": false,
"headline": "update wrong max time elapsed value in readme, thank you Richard Maley",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2014-06-11T07:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bb360f013caa2fd1df1e80dc06aabd3b728e567",
"body": "Rename Readme.md to README.md so that it shows up on npmjs.org",
"is_bot": false,
"headline": "Merge pull request #11 from markstos/master",
"author_name": "Tim Koschuetzki",
"author_login": null,
"committed_at": "2013-12-31T07:46:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62dee491c0a63a1b320bf29f5e73d82b60616657",
"body": "From other clues in the documentation, this appears to be the right unit.",
"is_bot": false,
"headline": "Document the units of minTimeout and maxTimeout to be milliseconds.",
"author_name": "Mark Stosberg",
"author_login": null,
"committed_at": "2013-12-30T21:35:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ac8200df051a9f87bde30c82fc0f1b93fc3034c",
"body": "No documentation for this project is showing up on it's official\nnpmjs.org listing:\n\n https://npmjs.org/package/retry\n\nRenaming Readme.md to README.md should fix that.",
"is_bot": false,
"headline": "Rename Readme.md to README.md so that it shows up on npmjs.org",
"author_name": "Mark Stosberg",
"author_login": null,
"committed_at": "2013-12-30T19:51:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46a26de1303cb362120c2d2d4184d684454ef762",
"body": "Set repository url to tim-kos",
"is_bot": false,
"headline": "Merge pull request #8 from kapouer/patch-1",
"author_name": "Tim Koschuetzki",
"author_login": null,
"committed_at": "2013-03-27T21:06:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52c7de74902bb0e8dc8bfa94ba84cf5d7b89cee5",
"body": null,
"is_bot": false,
"headline": "Set repository url to tim-kos",
"author_name": "Lal Jérémy",
"author_login": "kapouer",
"committed_at": "2013-03-27T21:02:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6f3a20ab2e4275a18a68753ab2d5bf40b17994c",
"body": null,
"is_bot": false,
"headline": "updating readme, closes issue #4",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2012-07-17T14:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cfe27db76b99872c41c951af51ed8c117d8ebf8",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:tim-kos/node-retry",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2012-02-14T08:33:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2908e50c37613164748fc277f5f88f7e5d8a965f",
"body": null,
"is_bot": false,
"headline": "change readme and bump version",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2012-02-14T08:32:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "849e0e9127562cc488ae2c3599a7c2b230a8cc5f",
"body": null,
"is_bot": false,
"headline": "chage readme and bump version",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2012-02-14T08:31:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef3f8b72e42063d200913abd84908d04267561d9",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2012-02-14T08:29:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f1add11b6cf8c8055b6f27c231583c6fbe554c7",
"body": null,
"is_bot": false,
"headline": "adding timeout callback feature",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2012-02-14T08:27:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0b2d47976d650cada471fb162b525b427dcfbc5",
"body": null,
"is_bot": false,
"headline": "update package.json",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2011-11-20T10:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11c5234acc6ffaf847d6ce74d2d44387f2a9e472",
"body": null,
"is_bot": false,
"headline": "bump version to 0.5.0",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2011-11-03T10:40:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16f7cf5eb205ca0d302209c71971473a4bac7718",
"body": null,
"is_bot": false,
"headline": "minor whitespace fix",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2011-11-03T09:40:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3431ef4dd57b7161fb4a58296a44331ddfafa9ae",
"body": null,
"is_bot": false,
"headline": "fix timeouts for factors less than zero, fixes #3",
"author_name": "tim-kos",
"author_login": null,
"committed_at": "2011-11-03T09:39:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98a5b67feebdb25688db38b7462057d8aa97af8a",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:tim-kos/node-retry",
"author_name": "Tim Koschützki",
"author_login": null,
"committed_at": "2011-08-03T10:35:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afb4bec841fd8601ff8bd08d62895885d9e14219",
"body": "Improving docs for how the exponential backoff equation works",
"is_bot": false,
"headline": "Merge pull request #2 from felixge/master",
"author_name": "Tim Koschuetzki",
"author_login": null,
"committed_at": "2011-08-03T10:35:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e5ec48e2a970c71ac93c6f9e3bb72dba12a12fa",
"body": "* Added the graphic of the equation\n* Added an explanation of each parameter\n* Included the minTimeout in the equation",
"is_bot": false,
"headline": "Improve example",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2011-08-03T10:21:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54d4e71c06382439973d65e590cf017719ebad2b",
"body": null,
"is_bot": false,
"headline": "version 0.4.0",
"author_name": "Tim Koschützki",
"author_login": null,
"committed_at": "2011-06-05T08:07:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dda3bb03bf34264ea8c1ae4fb4b77fd80442f28",
"body": "…the aliases start() and try() for it.",
"is_bot": false,
"headline": "Changed retryOperation.try() to retryOperation.attempt(). Deprecated …",
"author_name": "Tim Koschützki",
"author_login": null,
"committed_at": "2011-06-05T08:06:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ead568638e0055f2d6a3f90c542a469c3498c9b",
"body": null,
"is_bot": false,
"headline": "adding changelog to readme",
"author_name": "Tim Koschützki",
"author_login": null,
"committed_at": "2011-05-31T14:21:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2a492bfecd19b8af5555660745d92b5807c3b2c",
"body": null,
"is_bot": false,
"headline": "version 0.3.0",
"author_name": "Tim Koschützki",
"author_login": null,
"committed_at": "2011-05-31T14:19:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8da4c429988fefb850ae015bd2d111a584fd7a8b",
"body": null,
"is_bot": false,
"headline": "adding start() alias for try()",
"author_name": "Tim Koschützki",
"author_login": null,
"committed_at": "2011-05-31T14:18:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2ea2cc7337bb462a4f52d0a977a4e2a450e5f2c",
"body": null,
"is_bot": false,
"headline": "changing install instructions, whoops",
"author_name": "Tim Koschützki",
"author_login": null,
"committed_at": "2011-05-17T13:19:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0adb35b7b2485a9bc804bd44a9f7ee31397d5d0",
"body": null,
"is_bot": false,
"headline": "version 0.2.0",
"author_name": "Tim Koschützki",
"author_login": null,
"committed_at": "2011-05-16T14:32:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee7b40ed5d3984cbca4be1238807787e2c23445b",
"body": "…esenting the number of attempts it took to call fn()",
"is_bot": false,
"headline": "adding attempts() function and parameter to retryOperation.try() repr…",
"author_name": "Tim Koschützki",
"author_login": null,
"committed_at": "2011-05-16T14:32:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b58b552c87ee2e9218f6fd59594a532c06c41eb",
"body": null,
"is_bot": false,
"headline": "version 0.1.0",
"author_name": "Tim Koschützki",
"author_login": null,
"committed_at": "2011-05-16T08:31:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c689a427e1141bb06e075775770d15c16e1519b9",
"body": null,
"is_bot": false,
"headline": "add installation instructions",
"author_name": "Tim Koschützki",
"author_login": null,
"committed_at": "2011-05-16T08:27:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab39f961b9b7ea0729c419436e14b951b235a3c7",
"body": null,
"is_bot": false,
"headline": "minor test fixes",
"author_name": "Tim Koschützki",
"author_login": null,
"committed_at": "2011-05-16T06:37:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78c0c8471ff96844db5e88c6f75d47217b47b194",
"body": "Reviewed & re-factored node-retry",
"is_bot": false,
"headline": "Merge pull request #1 from felixge/master",
"author_name": "Tim Koschuetzki",
"author_login": null,
"committed_at": "2011-05-16T06:33:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e9a085cc7975b12798b405abfaa0e0c714cd567",
"body": null,
"is_bot": false,
"headline": "Fix wolfram alpha example",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2011-05-15T21:48:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee3be51db4812b6c63ab34ccdbb3d6a89bb7740c",
"body": null,
"is_bot": false,
"headline": "Add License",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2011-05-15T17:32:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e5945ddf7008bf08acd029c085f122bd93cc6fa",
"body": null,
"is_bot": false,
"headline": "Update Readme",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2011-05-15T17:31:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f72b8b171032fb03f316971e1a74917bc8ecf18",
"body": "This way it is more clear that you specify the number of retries,\nrather than the total amount of operations.\n\nAlso added a test case for this as there was none so far.",
"is_bot": false,
"headline": "Rename times -> retries",
"author_name": "Felix Geisendörfer",
"author_login": "felixge",
"committed_at": "2011-05-15T17:14:04Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 0,
"latest_release_at": "2021-06-21T07:49:20Z",
"latest_release_tag": "v0.13.1",
"releases_from_tags": false,
"days_since_last_push": 1043,
"active_weeks_last_year": 0,
"days_since_latest_release": 1857,
"mean_days_between_releases": 861
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "retry",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/retry",
"is_deprecated": false,
"latest_version": "0.13.1",
"repository_url": "https://github.com/tim-kos/node-retry",
"versions_count": 15,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 433863030,
"first_published_at": "2011-05-13T11:26:52.829000Z",
"latest_published_at": "2021-06-21T07:45:32.286000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1857
}
]
},
"popularity": {
"forks": 86,
"stars": 1258,
"watchers": 9,
"fork_history": {
"days": [
{
"date": "2011-05-10",
"count": 1
},
{
"date": "2012-10-28",
"count": 1
},
{
"date": "2013-01-05",
"count": 1
},
{
"date": "2013-01-31",
"count": 1
},
{
"date": "2013-03-27",
"count": 1
},
{
"date": "2013-08-03",
"count": 1
},
{
"date": "2013-08-08",
"count": 1
},
{
"date": "2013-12-30",
"count": 1
},
{
"date": "2014-12-23",
"count": 1
},
{
"date": "2015-03-29",
"count": 1
},
{
"date": "2015-05-07",
"count": 1
},
{
"date": "2015-05-21",
"count": 1
},
{
"date": "2015-06-15",
"count": 2
},
{
"date": "2015-11-25",
"count": 1
},
{
"date": "2016-01-30",
"count": 1
},
{
"date": "2016-07-06",
"count": 1
},
{
"date": "2016-08-01",
"count": 1
},
{
"date": "2016-10-03",
"count": 1
},
{
"date": "2016-10-09",
"count": 1
},
{
"date": "2016-12-28",
"count": 1
},
{
"date": "2017-02-06",
"count": 1
},
{
"date": "2017-04-25",
"count": 1
},
{
"date": "2017-05-08",
"count": 1
},
{
"date": "2017-05-18",
"count": 1
},
{
"date": "2017-06-12",
"count": 1
},
{
"date": "2017-07-14",
"count": 1
},
{
"date": "2017-09-28",
"count": 1
},
{
"date": "2017-10-05",
"count": 1
},
{
"date": "2017-10-25",
"count": 1
},
{
"date": "2017-10-26",
"count": 1
},
{
"date": "2017-12-09",
"count": 1
},
{
"date": "2017-12-12",
"count": 1
},
{
"date": "2017-12-31",
"count": 1
},
{
"date": "2018-01-13",
"count": 1
},
{
"date": "2018-03-17",
"count": 1
},
{
"date": "2018-05-27",
"count": 1
},
{
"date": "2018-08-20",
"count": 1
},
{
"date": "2018-09-28",
"count": 1
},
{
"date": "2018-10-23",
"count": 1
},
{
"date": "2018-12-04",
"count": 1
},
{
"date": "2019-01-07",
"count": 1
},
{
"date": "2019-01-08",
"count": 1
},
{
"date": "2019-01-21",
"count": 1
},
{
"date": "2019-02-09",
"count": 1
},
{
"date": "2019-04-25",
"count": 1
},
{
"date": "2019-04-26",
"count": 1
},
{
"date": "2019-05-26",
"count": 1
},
{
"date": "2019-08-28",
"count": 1
},
{
"date": "2019-10-17",
"count": 1
},
{
"date": "2019-10-27",
"count": 1
},
{
"date": "2019-11-05",
"count": 1
},
{
"date": "2019-11-26",
"count": 1
},
{
"date": "2020-01-30",
"count": 1
},
{
"date": "2020-02-18",
"count": 1
},
{
"date": "2020-02-26",
"count": 1
},
{
"date": "2020-06-06",
"count": 1
},
{
"date": "2020-08-08",
"count": 1
},
{
"date": "2021-01-11",
"count": 1
},
{
"date": "2021-03-02",
"count": 1
},
{
"date": "2021-03-12",
"count": 1
},
{
"date": "2021-06-16",
"count": 1
},
{
"date": "2021-08-18",
"count": 1
},
{
"date": "2021-12-18",
"count": 1
},
{
"date": "2022-03-06",
"count": 1
},
{
"date": "2022-04-28",
"count": 1
},
{
"date": "2022-06-16",
"count": 1
},
{
"date": "2022-07-05",
"count": 1
},
{
"date": "2022-07-06",
"count": 1
},
{
"date": "2022-07-18",
"count": 1
},
{
"date": "2022-07-26",
"count": 1
},
{
"date": "2022-08-02",
"count": 1
},
{
"date": "2022-08-10",
"count": 1
},
{
"date": "2023-02-02",
"count": 1
},
{
"date": "2023-05-18",
"count": 1
},
{
"date": "2023-07-01",
"count": 1
},
{
"date": "2023-09-13",
"count": 1
},
{
"date": "2024-10-06",
"count": 1
},
{
"date": "2025-02-26",
"count": 1
},
{
"date": "2025-05-06",
"count": 1
},
{
"date": "2025-07-14",
"count": 1
},
{
"date": "2025-10-12",
"count": 1
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2026-05-08",
"count": 1
},
{
"date": "2026-05-10",
"count": 1
}
],
"complete": true,
"collected": 85,
"total_forks": 86
},
"star_history": null,
"open_issues_and_prs": 21
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 7300,
"source_files_sampled": 10,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 2,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "fake",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "istanbul",
"direct": false,
"version": "^0.4.5",
"ecosystem": "npm"
},
{
"name": "tape",
"direct": false,
"version": "^4.8.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 3,
"direct_count": 0,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 6,
"merged_prs": 26,
"open_issues": 15,
"closed_ratio": 0.712,
"closed_issues": 37,
"closed_unmerged_prs": 9
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "felixge",
"commits": 37,
"avatar_url": "https://avatars.githubusercontent.com/u/15000?v=4"
},
{
"type": "User",
"login": "tim-kos",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/15005?v=4"
},
{
"type": "User",
"login": "satazor",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1017236?v=4"
},
{
"type": "User",
"login": "watilde",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1716463?v=4"
},
{
"type": "User",
"login": "sonicdoe",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/652793?v=4"
},
{
"type": "User",
"login": "mbroadst",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/312966?v=4"
},
{
"type": "User",
"login": "tematema",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/4692930?v=4"
},
{
"type": "User",
"login": "atamon",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1445876?v=4"
},
{
"type": "User",
"login": "baopham",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/783410?v=4"
},
{
"type": "User",
"login": "brettporter",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/49108?v=4"
}
],
"contributors_sampled": 23,
"top_contributor_share": 0.514
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"test-node.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 14 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": 4,
"reason": "Found 14/30 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 7 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": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "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": "11efd6e4e896e06b7873df4f6e187c1e6dd2cf1b",
"ran_at": "2026-07-22T22:35:38Z",
"aggregate_score": 3.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 66,
"created_at": "2019-02-09T04:20:10Z",
"last_comment_at": "2019-02-09T04:22:14Z",
"last_comment_author": "codecov"
},
{
"number": 77,
"created_at": "2021-01-11T19:30:47Z",
"last_comment_at": "2021-01-11T20:04:44Z",
"last_comment_author": "codecov"
},
{
"number": 85,
"created_at": "2022-03-06T14:20:06Z",
"last_comment_at": "2022-07-18T06:31:33Z",
"last_comment_author": "fregante"
},
{
"number": 87,
"created_at": "2022-08-10T05:25:50Z",
"last_comment_at": "2022-08-10T05:35:51Z",
"last_comment_author": "brandonros"
},
{
"number": 91,
"created_at": "2023-09-13T11:11:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 94,
"created_at": "2026-05-10T18:04:36Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2022-01-16T05:41:24Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 56,
"created_at": "2018-03-16T02:05:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 59,
"created_at": "2018-08-30T10:31:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 60,
"created_at": "2018-10-17T11:49:35Z",
"last_comment_at": "2025-06-09T08:05:49Z",
"last_comment_author": "kiwialec"
},
{
"number": 63,
"created_at": "2018-12-28T07:41:14Z",
"last_comment_at": "2022-01-16T05:48:21Z",
"last_comment_author": "tim-kos"
},
{
"number": 65,
"created_at": "2019-02-09T04:19:42Z",
"last_comment_at": "2019-02-09T04:20:22Z",
"last_comment_author": "timbowhite"
},
{
"number": 67,
"created_at": "2019-04-18T11:38:31Z",
"last_comment_at": "2019-05-15T19:17:42Z",
"last_comment_author": "kevinrambaud"
},
{
"number": 73,
"created_at": "2020-06-05T23:21:00Z",
"last_comment_at": "2026-07-05T11:41:17Z",
"last_comment_author": "bybraveHQ"
},
{
"number": 81,
"created_at": "2021-09-17T08:05:58Z",
"last_comment_at": "2022-04-25T08:42:23Z",
"last_comment_author": null
},
{
"number": 82,
"created_at": "2021-10-01T16:45:09Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 83,
"created_at": "2021-11-05T19:55:48Z",
"last_comment_at": "2026-07-05T11:41:15Z",
"last_comment_author": "bybraveHQ"
},
{
"number": 84,
"created_at": "2022-01-25T11:38:01Z",
"last_comment_at": "2026-07-05T11:41:16Z",
"last_comment_author": "bybraveHQ"
},
{
"number": 86,
"created_at": "2022-04-24T12:02:48Z",
"last_comment_at": "2023-01-28T17:48:46Z",
"last_comment_author": "RaymondCrandall"
},
{
"number": 90,
"created_at": "2023-05-19T12:09:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 92,
"created_at": "2023-12-14T06:04:35Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 93,
"created_at": "2026-03-16T17:18:18Z",
"last_comment_at": "2026-07-05T11:41:18Z",
"last_comment_author": "bybraveHQ"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/tim-kos/node-retry",
"host": "github.com",
"name": "node-retry",
"owner": "tim-kos"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 29,
"inputs": {
"security": 48,
"vitality": 15,
"community": 69,
"governance": 60,
"engineering": 49,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 48,
"overall_after_abandonment_multiplier": 29
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 15,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 1043,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1043 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1043
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 36,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v0.13.1",
"releases_from_tags": false,
"days_since_latest_release": 1857,
"mean_days_between_releases": 861
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1857 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1857
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~861 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 861
}
}
],
"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": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [
"dependencies_clean"
],
"signals": [
"unanswered_contributions",
"issue_rot",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 5,
"unanswered_open_issues": 13,
"days_since_last_merged_pr": 1648,
"days_since_last_human_commit": 1644,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1644 days; 3 unmet obligation(s): pull requests unanswered, issues unanswered, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1644,
"count": 3,
"signals": "pull requests unanswered, issues unanswered, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 69,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"forks": 86,
"stars": 1258,
"watchers": 9,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1,258 stars",
"points": 50.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 1258
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "86 forks",
"points": 16.1,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 86
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "9 watchers",
"points": 5,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 9
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"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
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"retry"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 433863030
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "433,863,030 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 433863030,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 23,
"top_contributor_share": 0.514
},
"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 51% of commits",
"points": 10.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 51
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "23 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 23
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"merged_prs": 26,
"open_issues": 15,
"closed_issues": 37,
"issue_closed_ratio": 0.712,
"closed_unmerged_prs": 9
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "71% of issues closed",
"points": 33.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 71
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "26/35 decided PRs merged",
"points": 28.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 26,
"decided": 35
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 14/30 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 65,
"inputs": {
"followers": 214,
"owner_type": "User",
"is_verified": null,
"owner_login": "tim-kos",
"public_repos": 70,
"account_age_days": 6601
},
"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": "214 followers of tim-kos",
"points": 16.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 214,
"login": "tim-kos"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "70 public repos, account ~18 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 70
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"retry"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 1857
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1857 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1857
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "15 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 15
}
}
],
"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": "0 out of 14 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 48,
"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.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 14 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 14/30 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 7 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.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "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 1 resolved dependencies against OSV; 2 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). 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": 1
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 2
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 2,
"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": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 28
},
"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": "at_risk",
"name": "AI Readiness",
"value": 37,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.41,
"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": "41 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 21.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 41,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 7300,
"source_files_sampled": 10,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "JavaScript"
}
}
],
"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
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "example",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-22T22:35:57.131313Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/tim-kos/node-retry.svg",
"full_name": "tim-kos/node-retry",
"license_state": "custom",
"license_spdx": null
}