Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 69,
"has_wiki": true,
"homepage": null,
"languages": {
"JavaScript": 23124,
"TypeScript": 273
},
"pushed_at": "2026-03-19T15:20:51Z",
"created_at": "2018-05-19T05:29:36Z",
"owner_type": "User",
"updated_at": "2026-07-06T18:51:30Z",
"description": "Really Fast Deep Clone",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": null,
"name": "David Mark Clements",
"type": "User",
"login": "davidmarkclements",
"company": null,
"location": null,
"followers": 1119,
"avatar_url": "https://avatars.githubusercontent.com/u/1190716?v=4",
"created_at": "2011-11-12T18:31:51Z",
"is_verified": null,
"public_repos": 294,
"account_age_days": 5366
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.4.1",
"kind": "patch",
"published_at": "2024-06-12T10:19:23Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2024-06-12T09:45:50Z"
}
],
"recent_commits": [
{
"oid": "4336f6a3ddeb8473c040a7bee516604a8fabf16f",
"body": "Running 'npm install' like this can lead to shell script executions and is a potential security hotspot",
"is_bot": false,
"headline": "Update npm install command to ignore scripts (#56)",
"author_name": "Fábio Torres",
"author_login": "FTorres41",
"committed_at": "2026-03-19T15:20:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79c9b6240374b47fd9bc7205d19f18e33bf4e636",
"body": null,
"is_bot": false,
"headline": "chore(package): explicitly declare js module type (#53)",
"author_name": "Frazer Smith",
"author_login": "Fdawgs",
"committed_at": "2025-04-22T07:50:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a27629c9a32ec92a2953a17df0bb175a5e233997",
"body": "Signed-off-by: Matteo Collina <hello@matteocollina.com>",
"is_bot": false,
"headline": "Removed codecov",
"author_name": "Matteo Collina",
"author_login": "mcollina",
"committed_at": "2024-10-16T07:26:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1ddca43295758cf33bb2ad0ff0e7219be2955d1",
"body": "Signed-off-by: Matteo Collina <hello@matteocollina.com>",
"is_bot": false,
"headline": "Add security warning (#46)",
"author_name": "Matteo Collina",
"author_login": "mcollina",
"committed_at": "2024-07-01T14:19:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29ea53f8ccc618495b40cfafba475952b62be847",
"body": "Signed-off-by: Matteo Collina <hello@matteocollina.com>",
"is_bot": false,
"headline": "Bumped v1.4.1.",
"author_name": "Matteo Collina",
"author_login": "mcollina",
"committed_at": "2024-06-12T10:18:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6330dc0606e3652863444277cf3de39dbe32a55f",
"body": "Adds TypeScript definitions for https://github.com/davidmarkclements/rfdc/pull/40",
"is_bot": false,
"headline": "🏷️ Add type definitions for `constructorHandlers` option (#43)",
"author_name": "Alec Gibson",
"author_login": "alecgibson",
"committed_at": "2024-06-12T10:17:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "228fc35b43842273bc65d3d04484262d51506c50",
"body": "Signed-off-by: Matteo Collina <hello@matteocollina.com>",
"is_bot": false,
"headline": "Bumped v1.4.0",
"author_name": "Matteo Collina",
"author_login": "mcollina",
"committed_at": "2024-06-12T09:45:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c6bfec5610aa47eee23f624db692c751a56268f",
"body": "* ✨ Add `constructorHandlers` option\r\n\r\nThe motivation of this change is to allow passing custom handlers for\r\nparticular classes. For example, [`ObjectId`][1].\r\n\r\nThese can be passed using the new `constructorHandlers` option:\r\n\r\n```js\r\nconst clone = rfdc({\r\n\tconstructorHandlers: [\r\n\t [ObjectId, (\n[…]\n``\r\n\r\n* ⚡️ Avoid extra array allocation\r\n\r\nUpdated benchmark\r\n\r\n```\r\nbenchRfdc*100: 206.686ms\r\nbenchRfdcProto*100: 218.722ms\r\nbenchRfdcCircles*100: 228.578ms\r\nbenchRfdcCirclesProto*100: 239.244ms\r\n```",
"is_bot": false,
"headline": "✨ Add `constructorHandlers` option (#40)",
"author_name": "Alec Gibson",
"author_login": "alecgibson",
"committed_at": "2024-06-12T09:44:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "578c71ed2683f24ff2762220ad6b7466148aa5e6",
"body": "Signed-off-by: Matteo Collina <hello@matteocollina.com>",
"is_bot": false,
"headline": "Run CI on Linux only, fix linting (#42)",
"author_name": "Matteo Collina",
"author_login": "mcollina",
"committed_at": "2024-06-12T09:05:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb9cfdc7de92a86227453b41bbd71c5a102fc5f1",
"body": "Signed-off-by: Matteo Collina <hello@matteocollina.com>",
"is_bot": false,
"headline": "updated benchmarks",
"author_name": "Matteo Collina",
"author_login": "mcollina",
"committed_at": "2024-03-19T17:44:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60d59a22b0b0c81eb36283cebeaaebea69097f32",
"body": null,
"is_bot": false,
"headline": "fix type in benchmark (#38)",
"author_name": "Raz Luvaton",
"author_login": "rluvaton",
"committed_at": "2024-03-18T10:43:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60507bfc0af798f033f645cebdf4aabb97a3ab77",
"body": "Signed-off-by: Matteo Collina <hello@matteocollina.com>",
"is_bot": false,
"headline": "added structuredclone",
"author_name": "Matteo Collina",
"author_login": "mcollina",
"committed_at": "2024-03-08T09:23:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "590831d40aecbe9459362d25696bd3a7edbf88c9",
"body": null,
"is_bot": false,
"headline": "1.3.1",
"author_name": "David Mark Clements",
"author_login": "davidmarkclements",
"committed_at": "2023-02-23T17:17:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e19659d1526a9c39f7d32e08704562d6e6f9011",
"body": null,
"is_bot": false,
"headline": "__proto__ own copying doc",
"author_name": "David Mark Clements",
"author_login": "davidmarkclements",
"committed_at": "2023-02-23T17:17:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "668afd66d592e12ca64547a46e6a71d882d53907",
"body": null,
"is_bot": false,
"headline": "disabling ts tests until ts tests are fixed, PRs welcome",
"author_name": "David Mark Clements",
"author_login": "davidmarkclements",
"committed_at": "2023-02-23T15:41:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6232d1d82247d239306b9c4e00820eca2a5d6efe",
"body": "…)), and plain-object-clone (#26)\n\n* Added to the benchmark:\r\n- JSON.parse(JSON.stringify())\r\n- fastest-json-copy\r\n- plain-object-clone\r\n\r\n* Added nano-copy to benchmark\r\n\r\n* Ran linter\r\n\r\n* Added ramda's `clone()` to the benchmark. Made\r\nthe benchmark/shallow.js have all the test cases benchmark/index.js\r\ndoes, plus some.",
"is_bot": false,
"headline": "Added to the benchmark: fastest-json-copy, JSON.parse(JSON.stringify(…",
"author_name": "David B Ludlow",
"author_login": "davidbludlow",
"committed_at": "2021-07-09T07:33:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a6b767318340ccfc04219d162b93ec1c500551e",
"body": null,
"is_bot": false,
"headline": "document map/set support",
"author_name": "David Mark Clements",
"author_login": "davidmarkclements",
"committed_at": "2021-03-14T10:29:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14fbe63c1d7bb168b49531c7a8ae35f22b67048a",
"body": null,
"is_bot": false,
"headline": "1.3.0",
"author_name": "David Mark Clements",
"author_login": "davidmarkclements",
"committed_at": "2021-03-14T10:27:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0601b768e01aef45f7be025914ced3cb2fd6c2a",
"body": "feat: support cloning sets and maps",
"is_bot": false,
"headline": "Merge pull request #23 from JammSpread/master",
"author_name": "David Mark Clements",
"author_login": "davidmarkclements",
"committed_at": "2021-03-14T10:27:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b284f2b8ef1346e0aa1e45071ff69381c97e6ea",
"body": "Signed-off-by: JK <u.sslooky@gmail.com>",
"is_bot": false,
"headline": "Fit to standard style.",
"author_name": "JK",
"author_login": "JammSpread",
"committed_at": "2021-03-13T22:42:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e3d1939c3768e0b1828c234831ef5e12e3f3afb",
"body": "Adds 'same value' and 'different object' tests for sets and maps.\n\nSigned-off-by: JK <u.sslooky@gmail.com>",
"is_bot": false,
"headline": "Add messages for Set and Map tests.",
"author_name": "JK",
"author_login": "JammSpread",
"committed_at": "2021-03-13T22:33:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdd179dcfb7f341988fd0dc51e57d5cde33e76aa",
"body": "Adds standalone and nested tests for sets and maps.\n\nRelated to: #17\n\nSigned-off-by: JK <u.sslooky@gmail.com>",
"is_bot": false,
"headline": "Add tests for sets and maps.",
"author_name": "JK",
"author_login": "JammSpread",
"committed_at": "2021-03-13T22:29:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a17c900a5c80458c736c743ea4cf36a71c29ffa",
"body": "Adds deepcloning functionality for Set and Map classes.\nRelated to: #17\n\nSigned-off-by: JK <u.sslooky@gmail.com>",
"is_bot": false,
"headline": "Add deepcloning for sets and maps.",
"author_name": "JK",
"author_login": "JammSpread",
"committed_at": "2021-03-13T04:56:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6cb5f00551119e58c72e14881e8b2d8dd519b2e",
"body": null,
"is_bot": false,
"headline": "1.2.0",
"author_name": "David Mark Clements",
"author_login": "davidmarkclements",
"committed_at": "2021-01-15T20:27:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad05eaef4a3d414e40a0f673496c5f62be7d1279",
"body": "feat: support cloning buffers",
"is_bot": false,
"headline": "Merge pull request #19 from salmanm/support-buffer",
"author_name": "David Mark Clements",
"author_login": "davidmarkclements",
"committed_at": "2021-01-15T20:26:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6f344fbbd06e5f84aff090307d070e1b86b2d1c",
"body": null,
"is_bot": false,
"headline": "chore: update doc",
"author_name": "Salman",
"author_login": "salmanm",
"committed_at": "2021-01-13T12:10:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "584fc1866337760bd1969c252e20261430fc542e",
"body": null,
"is_bot": false,
"headline": "chore: rebuild (using GH actions)",
"author_name": "Salman",
"author_login": "salmanm",
"committed_at": "2020-12-23T12:08:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71688ad3d28e1206d900a1efd9264816deda0047",
"body": "* chore: use github actions\r\n\r\n* Update .github/workflows/ci.yml\r\n\r\nCo-authored-by: Matteo Collina <matteo.collina@gmail.com>\r\n\r\nCo-authored-by: Matteo Collina <matteo.collina@gmail.com>",
"is_bot": false,
"headline": "chore: use github actions (#20)",
"author_name": "Salman Mitha",
"author_login": "salmanm",
"committed_at": "2020-12-23T09:49:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f1ff561895d8454041fac1ac55d35f57818e675",
"body": null,
"is_bot": false,
"headline": "fix: support cloning complex ArrayBuffers",
"author_name": "Salman",
"author_login": "salmanm",
"committed_at": "2020-12-21T18:01:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56db370b698be713af71882ddcd548d53e1e0e08",
"body": null,
"is_bot": false,
"headline": "feat: support cloning TypedArrays",
"author_name": "Salman",
"author_login": "salmanm",
"committed_at": "2020-12-21T16:40:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de4fe446886d31e8921b6f253cdb3babc36e029b",
"body": null,
"is_bot": false,
"headline": "feat: support cloning buffers",
"author_name": "Salman",
"author_login": "salmanm",
"committed_at": "2020-11-25T14:38:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e87a459ec928f527f477e59ac1140ee8618dbb1",
"body": "rfdc was transposed as rdfc in a few places in the readme.",
"is_bot": false,
"headline": "Fix transposed characters (#16)",
"author_name": "Johnathan Ludwig",
"author_login": "johnathanludwig",
"committed_at": "2020-07-14T23:26:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d55ad48df88bd1a0fe65ff08404f4f1ab494a388",
"body": "* Add import of default clone function\r\n\r\n* Add test for default import #14\r\n\r\n* Add documentation for default import #14",
"is_bot": false,
"headline": "Add import of default clone function (#15)",
"author_name": "Ben Willenbring",
"author_login": "NearW",
"committed_at": "2020-07-05T23:12:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9895efbbbbe690436b7fa59b6b713fecfe897840",
"body": null,
"is_bot": false,
"headline": "feat: add typescript declaration file",
"author_name": "Seldszar",
"author_login": "Seldszar",
"committed_at": "2020-06-14T21:42:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "527363e9a94ed974603fb3fbafe2bb61aea0196f",
"body": "just adding another popular module to the benchmarks",
"is_bot": false,
"headline": "add clone-deep to benchmarks",
"author_name": "silverwind",
"author_login": "silverwind",
"committed_at": "2020-06-14T21:41:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9fa9599a86ad7949beaf740c150138614d1f5ae",
"body": null,
"is_bot": false,
"headline": "1.1.4",
"author_name": "David Mark Clements",
"author_login": null,
"committed_at": "2019-05-12T18:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e3ea23b486cd5564090ac1d92d42157e6d054f1",
"body": null,
"is_bot": false,
"headline": "link to build status",
"author_name": "David Mark Clements",
"author_login": null,
"committed_at": "2019-05-12T18:22:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccc4aee521d67bc46159b7121c559ae0b63ab9dc",
"body": null,
"is_bot": false,
"headline": "code coverage badge",
"author_name": "David Mark Clements",
"author_login": null,
"committed_at": "2019-05-12T18:19:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec14a246031b6931d042dc38403a93655f5110f1",
"body": null,
"is_bot": false,
"headline": "standard badge",
"author_name": "David Mark Clements",
"author_login": null,
"committed_at": "2019-05-12T18:17:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1e85a5cd26f2374e503f586910b9cab0c68ffa2",
"body": null,
"is_bot": false,
"headline": "build badge",
"author_name": "David Mark Clements",
"author_login": null,
"committed_at": "2019-05-12T18:14:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05b8fce287bd798ec03f2654101b5bee3fc354db",
"body": null,
"is_bot": false,
"headline": "travis yml",
"author_name": "David Mark Clements",
"author_login": null,
"committed_at": "2019-05-12T18:12:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dce6cf96e9e04cfb9bb5da86c119deee63bb5941",
"body": null,
"is_bot": false,
"headline": "ci",
"author_name": "David Mark Clements",
"author_login": null,
"committed_at": "2019-05-12T18:11:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3502a5baed6b775fc59bf65b0f2f14df2f5ee8bc",
"body": null,
"is_bot": false,
"headline": "linting",
"author_name": "David Mark Clements",
"author_login": null,
"committed_at": "2019-05-12T18:10:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcdbe60815ebcc06760c3de7b74d185dc67a6c88",
"body": null,
"is_bot": false,
"headline": "1.1.3",
"author_name": "David Mark Clements",
"author_login": null,
"committed_at": "2019-05-12T18:03:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c2a5d39c0539675b30b24460bdfffa755e35bcb",
"body": null,
"is_bot": false,
"headline": "content updates",
"author_name": "David Mark Clements",
"author_login": null,
"committed_at": "2019-05-12T18:02:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba52e2ba9bb0ce73fb6bb9dbcae35c8130c467b2",
"body": "Add .editorconfig",
"is_bot": false,
"headline": "Merge pull request #3 from OperKH/editorconfig",
"author_name": "David Mark Clements",
"author_login": "davidmarkclements",
"committed_at": "2019-05-12T17:57:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb9b9db0b63efa8a39844b7ed713d45ad894762d",
"body": null,
"is_bot": false,
"headline": "es5 compat, closes #2",
"author_name": "David Mark Clements",
"author_login": null,
"committed_at": "2019-05-12T17:56:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4f7fc4ed8f6a2146da624ab4f64b1ce79f0c750",
"body": null,
"is_bot": false,
"headline": "shallow bench",
"author_name": "David Mark Clements",
"author_login": null,
"committed_at": "2019-05-12T17:56:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "419e54c5cbab047a7330413d28770d3a154bf39e",
"body": "Add LICENSE file",
"is_bot": false,
"headline": "Merge pull request #4 from johnjbarton/patch-1",
"author_name": "David Mark Clements",
"author_login": "davidmarkclements",
"committed_at": "2019-05-12T17:51:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72f421fe8772585cd6167f885c0905e3334f419f",
"body": "Turns out lawyers want to read the implementation not just the declaration of the license ;-)",
"is_bot": false,
"headline": "Add LICENSE file",
"author_name": "johnjbarton",
"author_login": "johnjbarton",
"committed_at": "2019-04-16T15:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87307de5161ce7be2bac03ea29cb07a004ec124a",
"body": null,
"is_bot": false,
"headline": "Add .editorconfig",
"author_name": "OperKH",
"author_login": "OperKH",
"committed_at": "2019-03-19T09:29:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d25d06b5a95e08278112b1806b527d74da2eb88",
"body": "chore: use a much faster implementation",
"is_bot": false,
"headline": "Merge pull request #1 from BridgeAR/faster-implementation",
"author_name": "David Mark Clements",
"author_login": null,
"committed_at": "2018-05-21T12:44:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06c8c19269163f51739154d6b246f56225ff2b3c",
"body": "This improves the performance significantly. The proto option is\nalmost obsolete now as it should be (V8 highly optimized this) and\ncircular structures are not as costy anymore. Regular copying is\nalso significantly faster, especially for arrays.",
"is_bot": false,
"headline": "chore: use a much faster implementation",
"author_name": "Ruben Bridgewater",
"author_login": "BridgeAR",
"committed_at": "2018-05-21T12:19:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d913ed2fcacfee041456515b828a49cacd2a4ff",
"body": null,
"is_bot": false,
"headline": "1.1.2",
"author_name": "davidmarkclements",
"author_login": null,
"committed_at": "2018-05-20T11:46:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd40f61671c69dad395e596c603d0b77f4660515",
"body": null,
"is_bot": false,
"headline": "clarify",
"author_name": "davidmarkclements",
"author_login": null,
"committed_at": "2018-05-20T11:46:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ea2720d02025f450b136eeae7f21044bff5e9d5",
"body": null,
"is_bot": false,
"headline": "1.1.1",
"author_name": "davidmarkclements",
"author_login": null,
"committed_at": "2018-05-20T11:27:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72a0c600c08bd0bb866f35e0573bae7c845fa5b6",
"body": null,
"is_bot": false,
"headline": "1.1.0",
"author_name": "davidmarkclements",
"author_login": null,
"committed_at": "2018-05-20T11:27:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8cbe7debccd8d44585dfaf1262e20fc12ede704",
"body": null,
"is_bot": false,
"headline": "circular refs",
"author_name": "davidmarkclements",
"author_login": null,
"committed_at": "2018-05-20T11:27:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "704dc91d29685c9285275c53cbc94374bd8ac3b7",
"body": null,
"is_bot": false,
"headline": "use WeakSet, then no need for mem management (probably)",
"author_name": "davidmarkclements",
"author_login": null,
"committed_at": "2018-05-19T23:12:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c93e1b88cba56ccb264f53a238713b2f78d3eec8",
"body": null,
"is_bot": false,
"headline": "benchmark multiple object instances",
"author_name": "davidmarkclements",
"author_login": null,
"committed_at": "2018-05-19T22:56:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "940b77914eb1eec5938d09eea3c5656101da7295",
"body": null,
"is_bot": false,
"headline": "Set is even faster",
"author_name": "davidmarkclements",
"author_login": null,
"committed_at": "2018-05-19T22:38:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "897cdbbf1c03075fdc1648c4cd53c52908bc946c",
"body": null,
"is_bot": false,
"headline": "circ refs .. and 60x speed boost..",
"author_name": "davidmarkclements",
"author_login": null,
"committed_at": "2018-05-19T21:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28cd512ef50e2734ebc1872e67477145334e8125",
"body": null,
"is_bot": false,
"headline": "1.0.4",
"author_name": "davidmarkclements",
"author_login": null,
"committed_at": "2018-05-19T21:17:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "296c78788e6132c8b21bc68f7276ec60dbf76ce7",
"body": null,
"is_bot": false,
"headline": "clarify type support",
"author_name": "davidmarkclements",
"author_login": null,
"committed_at": "2018-05-19T21:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "657f99106063807a85aa5348d045d2c2a7c62be5",
"body": null,
"is_bot": false,
"headline": "update bench, extra tests",
"author_name": "davidmarkclements",
"author_login": null,
"committed_at": "2018-05-19T21:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ddf5c0d7010002ce1a2f0bb9fa8b18b78074ee4",
"body": null,
"is_bot": false,
"headline": "missing bench dep",
"author_name": "davidmarkclements",
"author_login": null,
"committed_at": "2018-05-19T21:14:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4c75104d16a1641114ecf899dcc80ba1f134014",
"body": null,
"is_bot": false,
"headline": "1.0.3",
"author_name": "davidmarkclements",
"author_login": null,
"committed_at": "2018-05-19T20:11:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e5029dfe98476936e402f624ed1779e0f597f37",
"body": null,
"is_bot": false,
"headline": "update benchmarks",
"author_name": "davidmarkclements",
"author_login": null,
"committed_at": "2018-05-19T20:11:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6c7bd5e4441d799f5f5c7975e2a9ad0755315b9",
"body": null,
"is_bot": false,
"headline": "rm cov dir",
"author_name": "davidmarkclements",
"author_login": null,
"committed_at": "2018-05-19T05:46:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aef44a201624292bf3cf3e17f1107c4ab6ce691e",
"body": null,
"is_bot": false,
"headline": "1.0.2",
"author_name": "davidmarkclements",
"author_login": null,
"committed_at": "2018-05-19T05:45:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9868715e1480aeb1df941d31d465d98809602b48",
"body": null,
"is_bot": false,
"headline": "lint",
"author_name": "davidmarkclements",
"author_login": null,
"committed_at": "2018-05-19T05:44:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b79d00e63b73b03297bacea450bb183d09fff911",
"body": null,
"is_bot": false,
"headline": "1.0.1",
"author_name": "davidmarkclements",
"author_login": null,
"committed_at": "2018-05-19T05:36:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c868511801a6cca12e197360166b415fd5b7b2f0",
"body": null,
"is_bot": false,
"headline": "typo",
"author_name": "davidmarkclements",
"author_login": null,
"committed_at": "2018-05-19T05:36:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d7f6568c3d4207b5da5388aa533e6badd0711ce",
"body": null,
"is_bot": false,
"headline": "1st",
"author_name": "davidmarkclements",
"author_login": null,
"committed_at": "2018-05-19T05:30:57Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 1,
"latest_release_at": "2024-06-12T10:19:23Z",
"latest_release_tag": "1.4.1",
"releases_from_tags": false,
"days_since_last_push": 125,
"active_weeks_last_year": 1,
"days_since_latest_release": 770,
"mean_days_between_releases": 0
},
"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": "rfdc",
"exists": true,
"license": "MIT",
"keywords": [
"object",
"obj",
"properties",
"clone",
"copy",
"deep",
"recursive",
"key",
"keys",
"values",
"prop",
"deep-clone",
"deepclone",
"deep-copy",
"deepcopy",
"fast",
"performance",
"performant",
"fastclone",
"fastcopy",
"fast-clone",
"fast-deep-clone",
"fast-copy",
"fast-deep-copy"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/rfdc",
"is_deprecated": false,
"latest_version": "1.4.1",
"repository_url": "https://github.com/davidmarkclements/rfdc",
"versions_count": 14,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 206945500,
"first_published_at": "2018-05-19T05:31:58.910000Z",
"latest_published_at": "2024-06-12T10:18:29.594000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 770
}
]
},
"popularity": {
"forks": 28,
"stars": 696,
"watchers": 9,
"fork_history": {
"days": [
{
"date": "2018-05-21",
"count": 1
},
{
"date": "2018-12-10",
"count": 1
},
{
"date": "2019-01-30",
"count": 1
},
{
"date": "2019-04-16",
"count": 1
},
{
"date": "2019-08-17",
"count": 1
},
{
"date": "2020-02-01",
"count": 1
},
{
"date": "2020-03-06",
"count": 1
},
{
"date": "2020-08-21",
"count": 1
},
{
"date": "2020-11-25",
"count": 1
},
{
"date": "2020-12-05",
"count": 1
},
{
"date": "2021-01-24",
"count": 1
},
{
"date": "2021-03-13",
"count": 1
},
{
"date": "2021-04-19",
"count": 1
},
{
"date": "2021-06-18",
"count": 1
},
{
"date": "2021-09-23",
"count": 1
},
{
"date": "2021-10-29",
"count": 1
},
{
"date": "2021-11-23",
"count": 1
},
{
"date": "2022-07-25",
"count": 1
},
{
"date": "2023-12-19",
"count": 1
},
{
"date": "2024-03-12",
"count": 1
},
{
"date": "2024-03-20",
"count": 1
},
{
"date": "2024-06-12",
"count": 1
},
{
"date": "2024-07-01",
"count": 1
},
{
"date": "2024-10-08",
"count": 1
},
{
"date": "2025-05-28",
"count": 1
},
{
"date": "2025-10-07",
"count": 1
},
{
"date": "2026-03-19",
"count": 1
},
{
"date": "2026-06-22",
"count": 1
}
],
"complete": true,
"collected": 28,
"total_forks": 28
},
"star_history": null,
"open_issues_and_prs": 23
},
"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": [],
"largest_source_bytes": 12068,
"source_files_sampled": 7,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"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": 12,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "clone-deep",
"direct": false,
"version": "^4.0.1",
"ecosystem": "npm"
},
{
"name": "deep-copy",
"direct": false,
"version": "^1.4.2",
"ecosystem": "npm"
},
{
"name": "fast-copy",
"direct": false,
"version": "^1.2.1",
"ecosystem": "npm"
},
{
"name": "fastbench",
"direct": false,
"version": "^1.0.1",
"ecosystem": "npm"
},
{
"name": "fastest-json-copy",
"direct": false,
"version": "^1.0.1",
"ecosystem": "npm"
},
{
"name": "lodash.clonedeep",
"direct": false,
"version": "^4.5.0",
"ecosystem": "npm"
},
{
"name": "nano-copy",
"direct": false,
"version": "^0.1.0",
"ecosystem": "npm"
},
{
"name": "plain-object-clone",
"direct": false,
"version": "^1.1.0",
"ecosystem": "npm"
},
{
"name": "ramda",
"direct": false,
"version": "^0.27.1",
"ecosystem": "npm"
},
{
"name": "standard",
"direct": false,
"version": "^17.0.0",
"ecosystem": "npm"
},
{
"name": "tap",
"direct": false,
"version": "^12.0.1",
"ecosystem": "npm"
},
{
"name": "tsd",
"direct": false,
"version": "^0.7.4",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 12,
"direct_count": 0,
"indirect_count": 12
}
},
"maintainership": {
"issues": {
"open_prs": 7,
"merged_prs": 18,
"open_issues": 16,
"closed_ratio": 0.467,
"closed_issues": 14,
"closed_unmerged_prs": 3
},
"bus_factor": 3,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "davidmarkclements",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/1190716?v=4"
},
{
"type": "User",
"login": "mcollina",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/52195?v=4"
},
{
"type": "User",
"login": "salmanm",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/2510597?v=4"
},
{
"type": "User",
"login": "JammSpread",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/61063879?v=4"
},
{
"type": "User",
"login": "alecgibson",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/12036746?v=4"
},
{
"type": "User",
"login": "NearW",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/12533626?v=4"
},
{
"type": "User",
"login": "davidbludlow",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5985136?v=4"
},
{
"type": "User",
"login": "Fdawgs",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/43814140?v=4"
},
{
"type": "User",
"login": "FTorres41",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/23126254?v=4"
},
{
"type": "User",
"login": "johnathanludwig",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1262078?v=4"
}
],
"contributors_sampled": 16,
"top_contributor_share": 0.25
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"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 11 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 9/22 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 12 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 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": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"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": "4336f6a3ddeb8473c040a7bee516604a8fabf16f",
"ran_at": "2026-07-22T23:02:31Z",
"aggregate_score": 3.7,
"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-03-19T15:21:37Z",
"oldest_open_prs": [
{
"number": 24,
"created_at": "2021-04-19T20:42:18Z",
"last_comment_at": "2021-04-19T20:46:43Z",
"last_comment_author": "codecov"
},
{
"number": 31,
"created_at": "2022-07-25T10:34:04Z",
"last_comment_at": "2022-07-25T14:49:30Z",
"last_comment_author": "codecov"
},
{
"number": 33,
"created_at": "2023-02-23T15:57:49Z",
"last_comment_at": "2023-02-23T15:58:03Z",
"last_comment_author": "codecov"
},
{
"number": 34,
"created_at": "2023-04-30T04:54:24Z",
"last_comment_at": "2023-04-30T04:55:51Z",
"last_comment_author": "codecov"
},
{
"number": 48,
"created_at": "2024-10-08T02:10:00Z",
"last_comment_at": "2024-10-17T16:56:36Z",
"last_comment_author": "trevorr"
},
{
"number": 54,
"created_at": "2025-10-07T12:21:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 58,
"created_at": "2026-06-22T15:59:00Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-03-19T15:20:51Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 6,
"created_at": "2019-06-11T19:38:27Z",
"last_comment_at": "2019-06-19T11:47:52Z",
"last_comment_author": "codeandcats"
},
{
"number": 12,
"created_at": "2019-08-17T09:49:07Z",
"last_comment_at": "2020-06-14T21:57:51Z",
"last_comment_author": "silverwind"
},
{
"number": 14,
"created_at": "2020-06-14T21:55:51Z",
"last_comment_at": "2020-10-08T04:51:42Z",
"last_comment_author": "nicholaschiang"
},
{
"number": 21,
"created_at": "2021-03-04T22:51:02Z",
"last_comment_at": "2021-03-19T10:30:59Z",
"last_comment_author": "silverwind"
},
{
"number": 22,
"created_at": "2021-03-11T14:47:27Z",
"last_comment_at": "2023-12-20T00:19:06Z",
"last_comment_author": "titanism"
},
{
"number": 28,
"created_at": "2022-02-16T14:49:04Z",
"last_comment_at": "2022-02-16T15:01:20Z",
"last_comment_author": "mcollina"
},
{
"number": 29,
"created_at": "2022-03-16T17:33:23Z",
"last_comment_at": "2023-06-02T13:44:36Z",
"last_comment_author": "trevor-vaughan"
},
{
"number": 30,
"created_at": "2022-07-25T10:33:33Z",
"last_comment_at": "2023-06-02T13:56:35Z",
"last_comment_author": "trevor-vaughan"
},
{
"number": 32,
"created_at": "2022-08-14T08:57:06Z",
"last_comment_at": "2023-10-05T11:49:21Z",
"last_comment_author": "AlexanderMelde"
},
{
"number": 44,
"created_at": "2024-06-26T03:58:46Z",
"last_comment_at": "2024-06-26T08:33:09Z",
"last_comment_author": "mcollina"
},
{
"number": 47,
"created_at": "2024-09-24T18:02:08Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 49,
"created_at": "2024-12-19T01:01:51Z",
"last_comment_at": "2024-12-19T01:14:37Z",
"last_comment_author": "titanism"
},
{
"number": 50,
"created_at": "2024-12-19T01:16:41Z",
"last_comment_at": "2024-12-19T01:29:38Z",
"last_comment_author": "titanism"
},
{
"number": 51,
"created_at": "2024-12-19T12:29:42Z",
"last_comment_at": "2024-12-23T09:17:20Z",
"last_comment_author": "mcollina"
},
{
"number": 55,
"created_at": "2025-10-13T01:55:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 57,
"created_at": "2026-04-02T14:26:43Z",
"last_comment_at": "2026-04-02T14:45:07Z",
"last_comment_author": "mcollina"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/davidmarkclements/rfdc",
"host": "github.com",
"name": "rfdc",
"owner": "davidmarkclements"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 37,
"vitality": 32,
"community": 68,
"governance": 70,
"engineering": 52
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 32,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"commits_last_year": 1,
"human_commit_share": 1,
"days_since_last_push": 125,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 125 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 125
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "1 commits in the last year",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 1
}
}
],
"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": "moderate",
"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": 60,
"inputs": {
"releases_count": 2,
"latest_release_tag": "1.4.1",
"releases_from_tags": false,
"days_since_latest_release": 770,
"mean_days_between_releases": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 770 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 770
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0
}
}
],
"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": 125,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 125 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 125
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 68,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"forks": 28,
"stars": 696,
"watchers": 9,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "696 stars",
"points": 46.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 696
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "28 forks",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 28
}
}
],
"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": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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
}
]
},
{
"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": [
"rfdc"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 206945500
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "206,945,500 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 206945500,
"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": "good",
"name": "Sustainability & Governance",
"value": 70,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"bus_factor": 3,
"contributors_sampled": 16,
"top_contributor_share": 0.25
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "3 contributor(s) cover half of all commits",
"points": 36,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 3
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 25% of commits",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 25
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "16 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 16
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 12 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"merged_prs": 18,
"open_issues": 16,
"closed_issues": 14,
"issue_closed_ratio": 0.467,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "47% of issues closed",
"points": 21.8,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 47
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "18/21 decided PRs merged",
"points": 32.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 18,
"decided": 21
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 9/22 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 71,
"inputs": {
"followers": 1119,
"owner_type": "User",
"is_verified": null,
"owner_login": "davidmarkclements",
"public_repos": 294,
"account_age_days": 5366
},
"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": "1,119 followers of davidmarkclements",
"points": 21.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1119,
"login": "davidmarkclements"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "294 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 294
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"rfdc"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 770
},
"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 770 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 770
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "14 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 14
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 52,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 11 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": 37,
"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": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.7
},
"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 11 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 9/22 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 12 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "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 2",
"points": 1,
"status": "partial",
"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": "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": "critical",
"name": "AI Readiness",
"value": 28,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.378,
"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": "28 of 74 human commits state their intent (structured subject or explanatory body)",
"points": 20.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 28,
"sampled": 74
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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 74",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 74
}
}
],
"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 2",
"points": 2,
"status": "partial",
"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": 12068,
"source_files_sampled": 7,
"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/7 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 7,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T23:02:48.810603Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/davidmarkclements/rfdc.svg",
"full_name": "davidmarkclements/rfdc",
"license_state": "standard",
"license_spdx": "MIT"
}