Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 9273,
"has_wiki": true,
"homepage": null,
"languages": {
"Makefile": 7535,
"JavaScript": 88769
},
"pushed_at": "2026-07-05T06:49:57Z",
"created_at": "2010-05-13T12:33:33Z",
"owner_type": "User",
"updated_at": "2026-07-05T06:47:31Z",
"description": "OG template engine for Node.js",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": "https://cliffano.com",
"name": "Cliffano Subagio",
"type": "User",
"login": "cliffano",
"company": null,
"location": "Melbourne, Australia",
"followers": 104,
"avatar_url": "https://avatars.githubusercontent.com/u/86285?v=4",
"created_at": "2009-05-19T12:21:11Z",
"is_verified": null,
"public_repos": 118,
"account_age_days": 6272
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2026-07-04T14:10:50Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-05-24T06:12:49Z"
},
{
"tag": "v0.0.18",
"kind": "patch",
"published_at": "2011-08-09T03:47:50Z"
},
{
"tag": "v0.0.17",
"kind": "patch",
"published_at": "2011-08-09T02:38:34Z"
},
{
"tag": "v0.0.16",
"kind": "patch",
"published_at": "2011-08-08T07:05:52Z"
},
{
"tag": "v0.0.15",
"kind": "patch",
"published_at": "2011-04-10T01:27:55Z"
},
{
"tag": "v0.0.14",
"kind": "patch",
"published_at": "2011-02-10T21:42:30Z"
},
{
"tag": "v0.0.13",
"kind": "patch",
"published_at": "2011-01-20T21:42:58Z"
},
{
"tag": "v0.0.12",
"kind": "patch",
"published_at": "2011-01-19T12:57:50Z"
},
{
"tag": "v0.0.11",
"kind": "patch",
"published_at": "2010-10-05T21:44:42Z"
},
{
"tag": "v0.0.10",
"kind": "patch",
"published_at": "2010-10-05T06:49:40Z"
},
{
"tag": "v0.0.9",
"kind": "patch",
"published_at": "2010-09-30T03:32:03Z"
},
{
"tag": "v0.0.8",
"kind": "patch",
"published_at": "2010-09-29T07:08:51Z"
},
{
"tag": "v0.0.7",
"kind": "patch",
"published_at": "2010-09-29T06:59:19Z"
},
{
"tag": "v0.0.6",
"kind": "patch",
"published_at": "2010-09-17T04:57:59Z"
},
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2010-09-16T01:57:34Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2010-09-13T05:10:07Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2010-09-09T22:58:22Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2010-09-09T03:38:23Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2010-09-01T11:06:35Z"
}
],
"recent_commits": [
{
"oid": "207018ae5e58d68d4b228231bf4697de753158bd",
"body": null,
"is_bot": false,
"headline": "Set min node engine to >= 22.0.0 .",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-07-05T06:47:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0511b1e74880b57ff8b416b0f4cdd9c0805a8160",
"body": null,
"is_bot": false,
"headline": "Bump up to next pre-release version 1.1.1-pre.0",
"author_name": "pakkunbot",
"author_login": "pakkunbot",
"committed_at": "2026-07-04T14:10:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b9914956cbf2bf7a2f09bed462953ac2a4f9949",
"body": null,
"is_bot": false,
"headline": "Release version 1.1.0",
"author_name": "pakkunbot",
"author_login": "pakkunbot",
"committed_at": "2026-07-04T14:10:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6461d99e869e9b75069848347578a2d376f4638d",
"body": null,
"is_bot": false,
"headline": "Upgrade dependencies to latest",
"author_name": "pakkunbot",
"author_login": "pakkunbot",
"committed_at": "2026-07-04T13:56:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0df231b6e6a0e4b1165d2b4e95d0cb185f68a39",
"body": "… (#17)\n\n* Initial plan\n\n* Fix foreach regression: process escape sequences in scanner echo state\n\nThe security fix in d1db791 added backslash escaping in _compileExpr for\nast.Str nodes, which inadvertently broke template text that used \\n and\nsimilar escape sequences. Previously, \\n in template tex\n[…]\n echo-state escape sequence handling in scanner\n\n* Add CHANGELOG entry for echo-text escape sequence fix\n\n---------\n\nCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix echo-text escape sequences broken by string escaping security fix…",
"author_name": "Copilot",
"author_login": "Copilot",
"committed_at": "2026-07-04T13:49:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d1db791b98846eef586e8612250a38d884713005",
"body": "…ng or encoding (#16)\n\nCo-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "Potential fix for code scanning alert no. 2: Incomplete string escapi…",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-07-04T01:59:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1d4d16ca1873a2251534ab6fa091f6fa01d9664a",
"body": null,
"is_bot": false,
"headline": "Add change note about dependencies upgrade.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-07-04T01:38:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba8f314305179b480838c77471afa0a5d59de441",
"body": null,
"is_bot": false,
"headline": "Add credits. Update syntax formatting type.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-07-04T01:37:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03e746fa86667a252c864ca23bc37c590d2f3783",
"body": null,
"is_bot": false,
"headline": "Upgrade dependencies to latest",
"author_name": "pakkunbot",
"author_login": "pakkunbot",
"committed_at": "2026-07-04T01:25:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fdf25535303634f088beb3e84ef6848eea27a47",
"body": null,
"is_bot": false,
"headline": "Style up the examples.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-07-04T01:18:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "913d6bccbad7b8287c835128e1f3ca9aad37bc55",
"body": null,
"is_bot": false,
"headline": "Add examples styling and linting.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-07-04T01:17:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35f222c8495555aa65f67dfe8bae01dfd654b771",
"body": null,
"is_bot": false,
"headline": "Update example codes for 2026.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-07-04T01:02:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e73177b9558efebc65730b697999a4884726447",
"body": null,
"is_bot": false,
"headline": "Update lock file to latest.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-07-04T01:01:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "287620376be19d2e671fbd7db528fb9492dbae6a",
"body": null,
"is_bot": false,
"headline": "Fix further MDL violations.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-07-04T00:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17d53ca10ad3e0648ac3ceebe1f084eba4f0f257",
"body": null,
"is_bot": false,
"headline": "Upgrade Suntory to 1.4.1",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-07-04T00:14:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a815d19f988ee2b36a42dad3e25ff3a25b1db89",
"body": null,
"is_bot": false,
"headline": "Update Makefile-extras target to fit Suntory run hook",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-07-04T00:08:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16d5e95f72713f2d3c6b3ee1c70d637a5b8fa714",
"body": null,
"is_bot": false,
"headline": "Fix code snippet formatting for MDL compliance.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-07-04T00:07:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ebbfa8d7597b3373c4422539ed4a0513a2d7752",
"body": null,
"is_bot": false,
"headline": "Add code comments, optimised for jsdoc formatting.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-06-19T20:26:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57671b083140da6623854a7823043a38a6baaf92",
"body": null,
"is_bot": false,
"headline": "Fix build reports partial.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-06-19T20:06:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fb8878993f402dc48a436348112ba8d06cae7fd",
"body": null,
"is_bot": false,
"headline": "Upgrade Suntory to 1.1.0",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-06-19T19:50:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c4b3eb5cb5f3e1a0136eafb5e28dd036d5ba4fd",
"body": null,
"is_bot": false,
"headline": "Fix integration test type to mocha",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-06-19T19:16:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5db0436e121ef46553fe6459552ea732b43e5b52",
"body": null,
"is_bot": false,
"headline": "Add change notes for 1.0.0 release.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-05-29T23:28:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2433f233275dd497a835d8aaa4b723c9bed2f28",
"body": null,
"is_bot": false,
"headline": "Bump up to next pre-release version 1.0.1-pre.0",
"author_name": "pakkunbot",
"author_login": "pakkunbot",
"committed_at": "2026-05-24T06:12:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b735e373f45046d2168577baeaa5569d2999820a",
"body": null,
"is_bot": false,
"headline": "Release version 1.0.0",
"author_name": "pakkunbot",
"author_login": "pakkunbot",
"committed_at": "2026-05-24T06:12:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63714b02b0e357911bffa62b7b05be5c65067af3",
"body": null,
"is_bot": false,
"headline": "Fix badge list for node.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-05-24T04:35:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d42735789b9710a937e46e5061b5672c1e358a17",
"body": null,
"is_bot": false,
"headline": "Fix badge GH ID link.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-05-24T04:30:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59f7e879c2bfe22863d3a3d19df054612a6b768e",
"body": null,
"is_bot": false,
"headline": "Add avatar.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-05-24T04:30:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "713661fc4443f7c5d95b65b4793d44bff4447c44",
"body": null,
"is_bot": false,
"headline": "Update README per Suntory standard.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-05-24T04:08:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6629820af3d0122c818846b1586eb566bbb1b14",
"body": null,
"is_bot": false,
"headline": "Retire the TODOs. Keep jazz minimal.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-05-24T04:02:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cf083482cbeea79d7158b1e32d60643df63ae57",
"body": null,
"is_bot": false,
"headline": "Add unit tests.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-05-24T04:01:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e67f3f2850788a36844b8daac3fc48c7cf11826",
"body": null,
"is_bot": false,
"headline": "Restyle codebase per standard.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-05-24T04:01:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43bb0cd0f100d5f85abfa344cb76b3d18bf8957d",
"body": "…gainst jazz compile.",
"is_bot": false,
"headline": "Rename test to test-integration since those tests immediately check a…",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-05-24T03:19:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb626824dbe388d4c23c65b188e7a63d9717c28a",
"body": "…st names.",
"is_bot": false,
"headline": "Break up all.js test into unit tests based on modules with clearer te…",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-05-24T03:16:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d125ff9de69e0ee9cb2f5057a1ac48db81365233",
"body": null,
"is_bot": false,
"headline": "Add package lock.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-05-24T03:15:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef256450b8f58f4b0d9b021fdadf1daf73584c25",
"body": null,
"is_bot": false,
"headline": "Initial refactor of lib to ESM.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-05-24T02:23:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd61a10ddc230ab0f1d20c18f4331ecf67afc2ef",
"body": null,
"is_bot": false,
"headline": "Add changelog based on historical releases.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-05-24T02:13:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51f43aad653c02c422d05318c253ba1e1c5e0e7c",
"body": null,
"is_bot": false,
"headline": "Add version tag format.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-05-24T02:12:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b10a9e311d4a7fe3470b4690628241f14bc03af",
"body": null,
"is_bot": false,
"headline": "Add Suntory dotfiles.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-05-24T00:42:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b4515b7cd7d18ee73ad5a4b61e29157984dce4b",
"body": null,
"is_bot": false,
"headline": "Add Suntory Makefile and config.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-05-24T00:39:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36fbe44f975b84dc120f0ad91f6b8f49462a9ebf",
"body": null,
"is_bot": false,
"headline": "Long live Travis CI. We movin to GH.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-05-24T00:39:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48887ae218318bb92eda432507646da4bc995a19",
"body": null,
"is_bot": false,
"headline": "Update package.json format for Suntory.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-05-24T00:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a8a689808eb66e3b74a74bf602633bb44490ae4",
"body": null,
"is_bot": false,
"headline": "Update license as maintenance is transitioned.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2026-05-24T00:35:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73f21aee675513d0e651803b710ce9455e6700eb",
"body": "Add the require statement for sys.",
"is_bot": false,
"headline": "Merge pull request #15 from diversemix/patch-1",
"author_name": "Daniel Brain",
"author_login": "dbrain",
"committed_at": "2015-04-13T03:40:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62ac85b0b3d10a6f88e7c447c8bb151d47da6ef3",
"body": null,
"is_bot": false,
"headline": "Add the require statement for sys.",
"author_name": "diversemix",
"author_login": "diversemix",
"committed_at": "2014-11-19T16:24:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11f5f8350cb036e69e5b7aa3727025c5530ea6b7",
"body": null,
"is_bot": false,
"headline": "Cure found for typoid",
"author_name": "Daniel Brain",
"author_login": "dbrain",
"committed_at": "2013-05-06T08:00:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c48c727a8ff6cc8eb0eb47b0e913eac881c73741",
"body": null,
"is_bot": false,
"headline": "Update README to cover more functionality",
"author_name": "Daniel Brain",
"author_login": "dbrain",
"committed_at": "2013-05-06T01:35:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42bfa81692d0c13e22a1fac73eeb478a3fc5ebf0",
"body": "Add travis-ci config.",
"is_bot": false,
"headline": "Merge pull request #7 from cliffano/master",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2012-01-18T23:51:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce9f666b1ef7bfad8ad44d1df02a6fbc98dee415",
"body": null,
"is_bot": false,
"headline": "Add travis-ci cloud testing.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2012-01-18T23:29:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65b7e98974ed8f55b92d08a0cdba4065d2a81475",
"body": "Replace sys.puts with console.log, sys module is removed from node core starting v0.7.0 .",
"is_bot": false,
"headline": "Merge pull request #6 from cliffano/master",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2012-01-18T22:57:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66bba72ff2ed3fb66be9a7622394f249ddd64cc2",
"body": "…re starting v0.7.0 .",
"is_bot": false,
"headline": "Replace sys.puts with console.log, sys module is removed from node co…",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2012-01-18T22:53:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9971515ad579ed414b5f37a1b23fd552c28ac84a",
"body": null,
"is_bot": false,
"headline": "Bump the version",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2011-08-09T03:47:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc1f856a732f4023544dfad0179072981d9eb608",
"body": "…rror if someone uses 'elsif' (else if will work itself out). Evil cackling halted.",
"is_bot": false,
"headline": "Fine, ruin my fun. Removed 'elsif' and 'else if' handling, throw an e…",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2011-08-09T03:46:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8110ab0d27d5a8e38ad56b3f36a1c8d675837665",
"body": "… templates ugly with varying conditional wording, bumped to 0.0.17",
"is_bot": false,
"headline": "Sexed up the array access, added elsif and else if so people can make…",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2011-08-09T02:38:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29280685d08777da9a18aadae9e57fe2c7c84ebe",
"body": null,
"is_bot": false,
"headline": "Updating version",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2011-08-08T07:05:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0ae7c30d6e8e027f0b87304bfe5c544a531ec15",
"body": "Basic support for array like property access",
"is_bot": false,
"headline": "Merge pull request #5 from Softmotions/arrays2",
"author_name": "Tom Lee",
"author_login": null,
"committed_at": "2011-05-13T10:51:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07d1df94441d5bfc3a2432bbda155bbdf8b2d21a",
"body": null,
"is_bot": false,
"headline": "Basic support for array like property access",
"author_name": "adam",
"author_login": "adamansky",
"committed_at": "2011-05-13T10:04:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "229945bd94c276a3fac5c8b3760d3fdd3dd052a0",
"body": null,
"is_bot": false,
"headline": "Bump the version number.",
"author_name": "Thomas Lee",
"author_login": null,
"committed_at": "2011-04-10T01:27:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a1ee151b31af85e0af38f9f5ddd4bed7040bf29",
"body": null,
"is_bot": false,
"headline": "Now possible to use synchronous methods as echo-exprs.",
"author_name": "Thomas Lee",
"author_login": null,
"committed_at": "2011-04-10T01:25:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af38bb3bf9957180d62f979efef10e5a5f3b6e18",
"body": null,
"is_bot": false,
"headline": "Bumped up version number",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2011-02-10T21:42:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bdb80b98305394e9ba8aeb423e0bb23b0e93cb6",
"body": null,
"is_bot": false,
"headline": "Added a test for iterating over object properties.",
"author_name": "Thomas Lee",
"author_login": null,
"committed_at": "2011-02-10T11:43:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0d6dfd2a94bb347fd83568111a002608a5f3157",
"body": null,
"is_bot": false,
"headline": "Added foreach syntax for object types.",
"author_name": "Thomas Lee",
"author_login": null,
"committed_at": "2011-02-10T11:29:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "663e6179cb5dd76bc5b58ff898a637fdfe170ae3",
"body": null,
"is_bot": false,
"headline": "Updated version, properly",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2011-01-20T21:42:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c43914d4b0c2b18495cb81e262d38bb256972cf",
"body": null,
"is_bot": false,
"headline": "Updated version",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2011-01-20T21:41:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16563dcd5333a21fedcd2c8299501840056feefb",
"body": "…template execution.",
"is_bot": false,
"headline": "Apply change suggested by Suor in #4 that will ensure more efficient …",
"author_name": "Thomas Lee",
"author_login": null,
"committed_at": "2011-01-19T12:57:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "011d0a0acd43fe66051a32725070edebdf14ea22",
"body": null,
"is_bot": false,
"headline": "Fixed up sync method calls for multiple params",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2010-10-05T21:44:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f47cc768dc68655ab30ed069371148ccf3af3a1f",
"body": null,
"is_bot": false,
"headline": "Fixed up sync method calls for multiple params",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2010-10-05T21:43:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6045f753c0d0a56f225f9927a312c4932cdfdff6",
"body": "…atements (@obj.method())",
"is_bot": false,
"headline": "Added a notation allowing for synchronous methods to be used in if st…",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2010-10-05T06:49:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba33d3de9662a96be86968e2e59b403e24f7ebf5",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2010-09-30T03:32:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b38d8be123df20ef7cc9913a21cac5a8d1882181",
"body": null,
"is_bot": false,
"headline": "Add __count magic variable to foreach (by Gary)",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2010-09-30T03:31:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d06975cd04eabfe2fde8e577beba37558df10483",
"body": null,
"is_bot": false,
"headline": "Chanegd forEachIndex to __index, little less ugg.",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2010-09-29T07:08:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dfa1affb14b50ef15f87db2c5433c0204c3d7b3",
"body": null,
"is_bot": false,
"headline": "Added a forEachIndex var, 0 based position in the array",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2010-09-29T06:59:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25df69972b9dfe823cdf74661047ea1ff6481833",
"body": null,
"is_bot": false,
"headline": "Updated tests to not use process.loop",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2010-09-21T01:40:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8310442bc8733548ee96a034f179422565aff777",
"body": "… array.",
"is_bot": false,
"headline": "Don't explode when foreach'ing undefined, just act like a zero length…",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2010-09-17T04:57:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a86d5bad370c4d4b653839015b8a740c0210a97f",
"body": null,
"is_bot": false,
"headline": "Added boolean handling",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2010-09-16T01:57:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9ee0f9d375f5bc15899435d3e01b4cb98748472",
"body": "… but existing unit tests seem to pass.",
"is_bot": false,
"headline": "Refactor work on Hash literals a little. Needs more thorough testing,…",
"author_name": "Thomas Lee",
"author_login": null,
"committed_at": "2010-09-13T12:37:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b502ed06767c9c088a86f63ea3d0b817bdd85b1f",
"body": null,
"is_bot": false,
"headline": "Renamed Program.eval to Program.process to stop jslint crying.",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2010-09-13T05:10:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5067b5e7bdd933f26760e1779014f40768a4a645",
"body": "… licenses used by the nodejs community.",
"is_bot": false,
"headline": "As of this commit, jazz is under the MIT license to better align with…",
"author_name": "Thomas Lee",
"author_login": null,
"committed_at": "2010-09-11T10:25:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9a613e4fb8fe9242395ab4b23bdbba916bf67c7",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.0.3",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2010-09-09T22:58:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1f02bb234b0dd76752fdd71c8d9d0f01dc6cb91",
"body": null,
"is_bot": false,
"headline": "Fixed multivalue hashes.",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2010-09-09T22:57:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e0486915ca19c07adc4085708d80334821193e9",
"body": null,
"is_bot": false,
"headline": "Updated package version",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2010-09-09T03:38:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15aca9b9aed7c37c0f6c63f36abee294a07d57d7",
"body": null,
"is_bot": false,
"headline": "Added support for hashes as parameters",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2010-09-09T03:36:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7c6f80ac919e4be93b5b7412c0d69b251aa19f5",
"body": null,
"is_bot": false,
"headline": "Added test for getters on objects",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2010-09-09T03:36:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c1eac4857bf97dc0eaf0153d6e2b632ea78ab26",
"body": null,
"is_bot": false,
"headline": "Fix a bad token name.",
"author_name": "Thomas Lee",
"author_login": null,
"committed_at": "2010-09-01T11:06:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84393f6d511cd970de69671f7035ac5e2e0c7cae",
"body": null,
"is_bot": false,
"headline": "Allow keywords to be used as attributes",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2010-08-30T12:15:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de0db5a2158b6525e62983d0a4c85cc8d6174ac9",
"body": null,
"is_bot": false,
"headline": "Added empty expression",
"author_name": "Danny Brain",
"author_login": null,
"committed_at": "2010-08-30T12:15:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13a87b0cab6ef5cd8f3b8c7ceab8ca4b9c821b47",
"body": null,
"is_bot": false,
"headline": "Added support for greater than expression, take two.",
"author_name": "garyc",
"author_login": null,
"committed_at": "2010-08-12T12:16:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cb4f7cb081530af3d092018a08b1e955a81c463",
"body": null,
"is_bot": false,
"headline": "Add test and example for curly bracket escaping.",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2010-08-09T10:07:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d7c2f39277e4526401d69f222df63ad85f72088",
"body": null,
"is_bot": false,
"headline": "Fix syntax error in package.json, updated version to 0.0.1 .",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2010-08-09T10:07:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b7ddd7896f4ab93f2f8bd7ee5a450ecd7899242",
"body": "…ng returns Buffer)",
"is_bot": false,
"headline": "Fix examples to work with latest node (fs.readFileSync without encodi…",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2010-08-03T08:12:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4b56a67db2538c331c0aacbac1167fefbc33d53",
"body": null,
"is_bot": false,
"headline": "Add package.json",
"author_name": "Cliffano Subagio",
"author_login": "cliffano",
"committed_at": "2010-08-03T08:12:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1217cdc2e05dfd5672b9652e16eb7a34ec9e5cc",
"body": "…in templates.",
"is_bot": false,
"headline": "Demonstrate how it's possible to implement include() using functions …",
"author_name": "Thomas Lee",
"author_login": null,
"committed_at": "2010-06-21T10:12:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da827aebe29aa85e54ddd67281d7aab6dbadd6d5",
"body": null,
"is_bot": false,
"headline": "Move SyntaxError into a new 'error' package.",
"author_name": "Thomas Lee",
"author_login": null,
"committed_at": "2010-05-23T15:28:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54226db4d2887365de1cbfea5b10ccc1fe76fbc9",
"body": null,
"is_bot": false,
"headline": "Support a variety of expressions in implicit echos.",
"author_name": "Thomas Lee",
"author_login": null,
"committed_at": "2010-05-23T12:12:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebb23761bb59668c7c31728662a344cea6a5856c",
"body": null,
"is_bot": false,
"headline": "Implement calls for arbitrary expressions.",
"author_name": "Thomas Lee",
"author_login": null,
"committed_at": "2010-05-23T11:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1419629a14a0eb36c77ce3e3f8d7ed16815c02f",
"body": null,
"is_bot": false,
"headline": "Handle decimal points in numeric values.",
"author_name": "Thomas Lee",
"author_login": null,
"committed_at": "2010-05-23T11:52:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0749e43d7b151b1b0f4a3bd8b97c902638429c08",
"body": null,
"is_bot": false,
"headline": "Add support for numeric literals.",
"author_name": "Thomas Lee",
"author_login": null,
"committed_at": "2010-05-21T00:46:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea34a48992a1b063fdfa6b03e6bbd926cbe43888",
"body": null,
"is_bot": false,
"headline": "Add docs for comparison ops eq/neq",
"author_name": "Thomas Lee",
"author_login": null,
"committed_at": "2010-05-18T13:34:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38ad236a8e67986124b5ce57e6b8d53f497a1a20",
"body": null,
"is_bot": false,
"headline": "Implement comparison operators eq & neq.",
"author_name": "Thomas Lee",
"author_login": null,
"committed_at": "2010-05-18T12:13:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92067646b8f7da6441695e8be7a4c17a3210e92e",
"body": null,
"is_bot": false,
"headline": "No they're not, you liar\\!",
"author_name": "Thomas Lee",
"author_login": null,
"committed_at": "2010-05-18T11:18:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a569e9dd30096a290619f0e6c678c03b9babd8e",
"body": null,
"is_bot": false,
"headline": "Make 'not' suck less.",
"author_name": "Thomas Lee",
"author_login": null,
"committed_at": "2010-05-18T11:15:26Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 20,
"commits_last_year": 42,
"latest_release_at": "2026-07-04T14:10:50Z",
"latest_release_tag": "v1.1.0",
"releases_from_tags": true,
"days_since_last_push": 16,
"active_weeks_last_year": 4,
"days_since_latest_release": 17,
"mean_days_between_releases": 639
},
"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": "jazz",
"exists": true,
"license": "MIT",
"keywords": [
"template"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/jazz",
"is_deprecated": false,
"latest_version": "1.1.0",
"repository_url": "https://github.com/cliffano/jazz",
"versions_count": 7,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 4790,
"first_published_at": "2011-02-14T08:22:58.914000Z",
"latest_published_at": "2026-07-04T14:11:07.940000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 17
}
]
},
"popularity": {
"forks": 6,
"stars": 60,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2010-08-06",
"count": 1
},
{
"date": "2011-05-13",
"count": 1
},
{
"date": "2012-07-31",
"count": 1
},
{
"date": "2014-05-15",
"count": 1
},
{
"date": "2014-11-19",
"count": 1
},
{
"date": "2015-06-02",
"count": 1
}
],
"complete": true,
"collected": 6,
"total_forks": 6
},
"star_history": {
"days": [
{
"date": "2010-05-13",
"count": 19
},
{
"date": "2010-05-22",
"count": 1
},
{
"date": "2010-07-25",
"count": 1
},
{
"date": "2010-08-06",
"count": 1
},
{
"date": "2010-08-22",
"count": 1
},
{
"date": "2010-09-28",
"count": 1
},
{
"date": "2010-10-04",
"count": 1
},
{
"date": "2010-10-28",
"count": 1
},
{
"date": "2010-11-25",
"count": 1
},
{
"date": "2010-12-21",
"count": 1
},
{
"date": "2010-12-24",
"count": 1
},
{
"date": "2011-01-12",
"count": 1
},
{
"date": "2011-02-19",
"count": 1
},
{
"date": "2011-04-30",
"count": 1
},
{
"date": "2011-06-06",
"count": 1
},
{
"date": "2011-12-10",
"count": 1
},
{
"date": "2012-03-17",
"count": 1
},
{
"date": "2013-02-28",
"count": 1
},
{
"date": "2013-03-04",
"count": 1
},
{
"date": "2013-03-28",
"count": 1
},
{
"date": "2013-05-22",
"count": 1
},
{
"date": "2013-06-26",
"count": 1
},
{
"date": "2013-06-30",
"count": 1
},
{
"date": "2013-07-01",
"count": 1
},
{
"date": "2015-04-06",
"count": 1
},
{
"date": "2015-04-11",
"count": 1
},
{
"date": "2015-05-05",
"count": 1
},
{
"date": "2015-05-26",
"count": 1
},
{
"date": "2015-07-18",
"count": 1
},
{
"date": "2015-11-25",
"count": 1
},
{
"date": "2015-12-14",
"count": 1
},
{
"date": "2016-12-20",
"count": 1
},
{
"date": "2017-01-16",
"count": 1
},
{
"date": "2017-02-11",
"count": 1
},
{
"date": "2017-03-29",
"count": 1
},
{
"date": "2018-04-03",
"count": 1
},
{
"date": "2018-05-08",
"count": 1
},
{
"date": "2018-05-24",
"count": 1
},
{
"date": "2018-07-29",
"count": 1
},
{
"date": "2019-10-24",
"count": 1
},
{
"date": "2020-10-31",
"count": 1
},
{
"date": "2024-05-29",
"count": 1
}
],
"complete": true,
"collected": 60,
"total_stars": 60
},
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"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": 12100,
"source_files_sampled": 31,
"oversized_source_files": 0,
"agent_instruction_files": [
".github/copilot-instructions.md",
".github/instructions/node-code.instructions.md",
".github/instructions/testing.instructions.md"
],
"agent_instruction_max_bytes": 11513
},
"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": 51,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@sinonjs/commons",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@sinonjs/fake-timers",
"direct": false,
"version": "15.4.0",
"ecosystem": "npm"
},
{
"name": "@sinonjs/referee",
"direct": false,
"version": "11.0.2",
"ecosystem": "npm"
},
{
"name": "@sinonjs/samsam",
"direct": false,
"version": "10.0.2",
"ecosystem": "npm"
},
{
"name": "@sinonjs/samsam",
"direct": false,
"version": "8.0.3",
"ecosystem": "npm"
},
{
"name": "available-typed-arrays",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "call-bind",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "call-bind-apply-helpers",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "call-bound",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "d",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "define-data-property",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "9.0.0",
"ecosystem": "npm"
},
{
"name": "dunder-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "es-define-property",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "es-errors",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "es-object-atoms",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "es5-ext",
"direct": false,
"version": "0.10.64",
"ecosystem": "npm"
},
{
"name": "es6-iterator",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "es6-symbol",
"direct": false,
"version": "3.1.4",
"ecosystem": "npm"
},
{
"name": "esmock",
"direct": false,
"version": "2.7.6",
"ecosystem": "npm"
},
{
"name": "esniff",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "event-emitter",
"direct": false,
"version": "0.3.5",
"ecosystem": "npm"
},
{
"name": "ext",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "for-each",
"direct": false,
"version": "0.3.5",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "generator-function",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "get-intrinsic",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "get-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "gopd",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "has-property-descriptors",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "has-symbols",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "has-tostringtag",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "is-arguments",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "is-callable",
"direct": false,
"version": "1.2.7",
"ecosystem": "npm"
},
{
"name": "is-generator-function",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "is-regex",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "is-typed-array",
"direct": false,
"version": "1.1.15",
"ecosystem": "npm"
},
{
"name": "lodash.isarguments",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "math-intrinsics",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "next-tick",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "possible-typed-array-names",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "safe-regex-test",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "set-function-length",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "sinon",
"direct": false,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "type",
"direct": false,
"version": "2.7.3",
"ecosystem": "npm"
},
{
"name": "type-detect",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "type-detect",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "util",
"direct": false,
"version": "0.12.5",
"ecosystem": "npm"
},
{
"name": "which-typed-array",
"direct": false,
"version": "1.1.20",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 51,
"direct_count": 0,
"indirect_count": 51
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 6,
"open_issues": 2,
"closed_ratio": 0.75,
"closed_issues": 6,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "cliffano",
"commits": 43,
"avatar_url": "https://avatars.githubusercontent.com/u/86285?v=4"
},
{
"type": "User",
"login": "pakkunbot",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/16727223?v=4"
},
{
"type": "User",
"login": "dbrain",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/237995?v=4"
},
{
"type": "User",
"login": "adamansky",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/496683?v=4"
},
{
"type": "User",
"login": "diversemix",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/8524685?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.796
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci-workflow.yaml",
"codeql-analysis.yml",
"publish-workflow.yaml",
"release-major-workflow.yaml",
"release-minor-workflow.yaml",
"release-patch-workflow.yaml",
"upgrade-deps-workflow.yaml"
],
"has_docs_dir": false,
"linter_configs": [
"eslint.config.js"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"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": 5,
"reason": "1 out of 2 merged PRs checked by a CI test -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/29 approved changesets -- score normalized to 0",
"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": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow 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": 8,
"reason": "SAST tool detected but not run on all commits",
"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": "207018ae5e58d68d4b228231bf4697de753158bd",
"ran_at": "2026-07-22T01:28:24Z",
"aggregate_score": 4.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-19T01:39:00Z",
"oldest_open_prs": [
{
"number": 14,
"created_at": "2014-09-27T13:29:54Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-04T13:49:56Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 11,
"created_at": "2012-11-01T03:26:53Z",
"last_comment_at": "2013-05-06T08:12:26Z",
"last_comment_author": "thomaslee"
},
{
"number": 13,
"created_at": "2013-05-06T08:17:39Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/cliffano/jazz",
"host": "github.com",
"name": "jazz",
"owner": "cliffano"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"security": 59,
"vitality": 59,
"community": 48,
"governance": 60,
"engineering": 64
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 59,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 42,
"human_commit_share": 1,
"days_since_last_push": 16,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 16 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 16
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "42 commits in the last year",
"points": 14.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 42
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"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": 64,
"inputs": {
"releases_count": 20,
"latest_release_tag": "v1.1.0",
"releases_from_tags": true,
"days_since_latest_release": 17,
"mean_days_between_releases": 639
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "20 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 20
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 17 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 17
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~639 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 639
}
}
],
"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": 16,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 16 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 16
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 48,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"forks": 6,
"stars": 60,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "60 stars",
"points": 28.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 60
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "6 forks",
"points": 5.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 6
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"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": "moderate",
"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": 61,
"inputs": {
"packages": [
"jazz"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 4790
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "4,790 downloads/month across npm",
"points": 49.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 4790,
"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": 30,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.796
},
"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 80% of commits",
"points": 4.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 80
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"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": 64,
"inputs": {
"merged_prs": 6,
"open_issues": 2,
"closed_issues": 6,
"issue_closed_ratio": 0.75,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "75% of issues closed",
"points": 35.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 75
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "6/8 decided PRs merged",
"points": 28.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 6,
"decided": 8
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 62,
"inputs": {
"followers": 104,
"owner_type": "User",
"is_verified": null,
"owner_login": "cliffano",
"public_repos": 118,
"account_age_days": 6272
},
"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": "104 followers of cliffano",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 104,
"login": "cliffano"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "118 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 118
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"jazz"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 17
},
"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 17 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 17
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "7 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 7
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 64,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "7 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 7
}
}
],
"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": "eslint.config.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"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": "1 out of 2 merged PRs checked by a CI test -- score normalized to 5",
"points": 10,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 59,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.9
},
"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": "1 out of 2 merged PRs checked by a CI test -- score normalized to 5",
"points": 1.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"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 detected but not run on all commits",
"points": 4,
"status": "partial",
"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 51 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 51
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 51,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 51,
"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": 9
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 55,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.08,
"agent_instruction_files": [
".github/copilot-instructions.md",
".github/instructions/node-code.instructions.md",
".github/instructions/testing.instructions.md"
],
"agent_instruction_max_bytes": 11513
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": ".github/copilot-instructions.md, .github/instructions/node-code.instructions.md, .github/instructions/testing.instructions.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".github/copilot-instructions.md, .github/instructions/node-code.instructions.md, .github/instructions/testing.instructions.md"
}
}
],
"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": "8 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 8,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.02,
"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": "eslint.config.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "2 of the last 100 commits agent-authored or agent-credited",
"points": 4,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 2,
"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": 12100,
"source_files_sampled": 31,
"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/31 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 31,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"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": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"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": [],
"report_type": "repository",
"generated_at": "2026-07-22T01:28:32.647316Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/cliffano/jazz.svg",
"full_name": "cliffano/jazz",
"license_state": "standard",
"license_spdx": "MIT"
}