原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 45680,
"has_wiki": true,
"homepage": "http://ajax.org",
"languages": {
"CSS": 1045,
"HTML": 139231,
"Shell": 6664,
"Makefile": 1115,
"JavaScript": 14104985
},
"pushed_at": "2026-07-02T18:18:56Z",
"created_at": "2010-12-27T14:50:21Z",
"owner_type": "User",
"updated_at": "2026-03-16T09:04:26Z",
"description": "Ajax.org Code Editor",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": null,
"name": "Harutyun Amirjanyan",
"type": "User",
"login": "nightwing",
"company": null,
"location": "Yerevan, Armenia",
"followers": 236,
"avatar_url": "https://avatars.githubusercontent.com/u/341801?v=4",
"created_at": "2010-07-23T10:50:56Z",
"is_verified": null,
"public_repos": 69,
"account_age_days": 5851
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "test",
"kind": "other",
"published_at": "2020-07-06T18:26:02Z"
}
],
"recent_commits": [
{
"oid": "58470f6dfdb8e483db76717b9b062fb1f4677b19",
"body": null,
"is_bot": false,
"headline": "refactor test autorun",
"author_name": "nightwing",
"author_login": "nightwing",
"committed_at": "2026-03-14T21:24:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0efed30414bef880d00beab351687d94248f8a65",
"body": null,
"is_bot": false,
"headline": "remove extraneous async callback from tests",
"author_name": "nightwing",
"author_login": "nightwing",
"committed_at": "2026-03-14T12:50:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f66172bb11439a5d8cbd14c6a9e6cbb39260538e",
"body": "* add `sleep` utility function and replace `setTimeout` in async test cases\n\n* replace `setTimeout` with `lang.sleep` and update tests to use async/await\n\n* replace `setTimeout` with `lang.sleep` in tests and refactor to use async/await\n\n* resolve merge conflicts\n\n* refactor tests to use async/await and remove redundant `Promise` wrappers\n\n* undo formatting changes\n\n* fix regression in autocomplete_test.js\n\n* cleanup\n\n---------\n\nCo-authored-by: nightwing <amirjanyan@gmail.com>",
"is_bot": false,
"headline": "Chore: Tests refactoring timeouts (#5929)",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2026-03-12T07:51:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb920121188f12bc1421e03004101a5e775db2e3",
"body": null,
"is_bot": false,
"headline": "fix tests failing in browser (#5927)",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2026-03-09T14:47:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05fbd6a33e334586479a5a057fca28aaee11c825",
"body": "* fix wrong history serialization\n\n* add support for restoring last session in demo\n\n* refactor session restoration logic and improve \"Reset session\" handling in demo",
"is_bot": false,
"headline": "History serialization fix (#5920)",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2026-02-19T10:16:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26fa1d8d1a7ff6515a4cd0aeff7973cfb83c43fb",
"body": null,
"is_bot": false,
"headline": "prevent browsers from treating scrollbars as focusable (#5919)",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2026-02-10T07:21:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97015a688af53aff06d72cc7f8499f08311cd124",
"body": null,
"is_bot": false,
"headline": "handle editor unregistration when languageProvider is unset (#5915)",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2026-01-26T14:21:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "427f05ca067a812310d2b04a09bfce1c0378b55b",
"body": "…elist, and enhance MySQL token tests (#5909)",
"is_bot": false,
"headline": "add JSONiq and MySQL syntax examples to kitchen-sink docs, update mod…",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2026-01-26T14:21:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9498a7fc409d18003060dea8f3d2293c1182706c",
"body": "* add support for displaying whitespaces in selection with new extension and markers\n\n* add tests and fixes for handling invisible markers and whitespace in selection extension\n\n* update types\n\n* replace `const` with `var` declarations and inline CSS module for whitespace selection",
"is_bot": false,
"headline": "Feat: Extension to show whitespaces in selection (#5844)",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2026-01-25T13:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6724b73c2806d1aceb3e3624fabe1a53ce332b7",
"body": "* fix row calculation for fractional coords in virtual_renderer; add test for screenToTextCoordinates with line widget offset\n\n* fix link-commenter workflow for external pull requests\n\n---------\n\nCo-authored-by: nightwing <amirjanyan@gmail.com>",
"is_bot": false,
"headline": "Fix: row calculation for fractional coords in virtual_renderer (#5914)",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2026-01-25T13:22:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ac071a7f038a283f5866b37e7626a338b1f0090",
"body": null,
"is_bot": false,
"headline": "update node version in publish.yml (#5913)",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2026-01-23T18:09:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8afd8d616f96fbd1816849d0625e1d452a913fc",
"body": "* workflow to add raw.githack link to pull requests\n\n* update publish.yml to use npm trusted publisher feature",
"is_bot": false,
"headline": "workflow to add raw.githack link to pull requests (#5912)",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2026-01-23T10:48:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8f7b909b64adfe13e5fa5a092b1986ef2dd3068",
"body": null,
"is_bot": false,
"headline": "release v1.43.6",
"author_name": "nightwing",
"author_login": "nightwing",
"committed_at": "2026-01-23T09:08:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33440ff5dcf23e0963c8a305db7852b69eb094c1",
"body": "…`Do While` and `Loop Until` (#5911)",
"is_bot": false,
"headline": "improve VBScript folding logic: handle and test double keywords like …",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2026-01-23T09:04:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b256c10691e6ba9296d18dcdea15441189971d1e",
"body": null,
"is_bot": false,
"headline": "fix: the text completer didn't export its id (#5847)",
"author_name": "JeanCASPAR",
"author_login": "JeanCASPAR",
"committed_at": "2026-01-22T19:50:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccfa07d79246a62a3f5a8ac10346751bc241d2c7",
"body": "…e blocks (#5904)\n\n* razor language code block highlight rule added\n\n* added missing directives\n\n* Initial plan\n\n* Add comprehensive test cases for Razor highlighting changes\n\nCo-authored-by: bharathm03 <2254476+bharathm03@users.noreply.github.com>\n\n---------\n\nCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Razor syntax highlighting to support modern Blazor directives and cod…",
"author_name": "Bharath Mohan",
"author_login": "bharathm03",
"committed_at": "2026-01-22T19:50:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "65191d06d6136a84215cc4cbd63f21e70d7e3053",
"body": "…5908)",
"is_bot": false,
"headline": "improve Django highlight rules and add support for nested comments (#…",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2026-01-22T11:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1837a846f7d72afecd5dc3422c531ea323c86e4",
"body": "…#5910)",
"is_bot": false,
"headline": "make it possible to use the same hoverTooltip for docs and readonly (…",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2026-01-22T11:17:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83991861396fe6315d1fd1734d340a52bfe77719",
"body": null,
"is_bot": false,
"headline": "fix csp warning from diff view css (#5905)",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2026-01-19T14:25:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19f426e9941bfd2dd96d3682db57e5adda52dee1",
"body": "…(#5882)",
"is_bot": false,
"headline": "ci: scope down permissions for backwards-compatibility-commenter.yml …",
"author_name": "Adnan Khan",
"author_login": "AdnaneKhan",
"committed_at": "2025-12-16T13:35:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d309daaf0d409e6ed965835b56128c009a1c305f",
"body": null,
"is_bot": false,
"headline": "release v1.43.5",
"author_name": "maria-raluca-st",
"author_login": "maria-raluca-st",
"committed_at": "2025-12-02T16:36:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a5270d6dbb6429c09d5b6365a14e8d5f3650f8e",
"body": "* refactor async test\n\n* improve getBoundingClientRect implementation in mockdom\n\n* fix broken doc tooltip positioning logic\n\n* allow async/await in tests",
"is_bot": false,
"headline": "fix tooltip position in scaled elements (#5889)",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2025-12-02T14:50:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ff33c16aeab40db02bfbb68aaf2a459c09ec52f",
"body": "…(#5891)\n\n- Added the qualify keyword to the keywords list in plsqlHighlightRules, supporting newer PL/SQL syntax.\r\n- Added the row_number function to the builtinFunctions list, ensuring proper highlighting for analytic functions.Issue",
"is_bot": false,
"headline": "Add 'qualify' to PL/SQL keywords and row_number to builtin functions …",
"author_name": "Slava Rozhnev",
"author_login": "rozhnev",
"committed_at": "2025-11-11T18:23:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c35a89a9a7418a4a7e0315d00952db7018a1170",
"body": null,
"is_bot": false,
"headline": "Fixed delimiter (#5885)",
"author_name": "Slava Rozhnev",
"author_login": "rozhnev",
"committed_at": "2025-11-10T08:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82eab6674ff58002fa2879349d8c802fad3d1aad",
"body": null,
"is_bot": false,
"headline": "release v1.43.4",
"author_name": "maria-raluca-st",
"author_login": "maria-raluca-st",
"committed_at": "2025-10-17T09:24:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1a93fcf4dce3f9a7987b711d405ffd4b55743e6",
"body": "* WIP: gutter hover tooltip based on hover tooltip\n\n* Refactor gutter tooltip to reuse hover tooltip functionality and align position logic.\n\n* Adjust gutter tooltip offsets and ensure absolute positioning.\n\n* refactor gutter tooltip handling: unify hide method, remove unused code, and improve posit\n[…]\n clarity.\n\n* cleanup\n\n* Use position fixed to prevent tooltip being cropped to parent node\nreverts https://github.com/ajaxorg/ace/pull/5853\n\n---------\n\nCo-authored-by: nightwing <amirjanyan@gmail.com>",
"is_bot": false,
"headline": "Gutter Hover tooltip (#5872)",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2025-10-17T09:19:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0e72f76d26ec2c496d67767e537bd3f014043c02",
"body": "Co-authored-by: Harutyun Amirjanyan <amirjany@amazon.com>",
"is_bot": false,
"headline": "fixes for Line Wrapping (#5879)",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2025-10-09T15:44:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5b2f82ff2ab18ffc4f0be81a73c2510288d0a14",
"body": null,
"is_bot": false,
"headline": "allow changing diff view wrap option from editor too (#5875)",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2025-10-07T13:18:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "063e683953a517e9e84f114ac84c6d0584b6c6bd",
"body": "…873)",
"is_bot": false,
"headline": "add internal gutter cursor marker feature for cloud-editor themes (#5…",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2025-10-02T12:05:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f32aabe3caf737421b27f7420535440dbb37d5f",
"body": null,
"is_bot": false,
"headline": "fix gutter custom widget modifying wrong rows (#5869)",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2025-09-17T17:31:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e110b0061b56b72db7478762036a1ba39251102",
"body": "* update for compliance with typescript 5.9.2\n\n* add non-optional emitter to all event types; misc type fixes\n\n* update known unknown types\n\n* fix EmitParameters type",
"is_bot": false,
"headline": "Fix: Update for compliance with typescript 5.9.2 (#5855)",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2025-09-15T19:59:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "900cffc0c51315b50174347ec8b2c5bbe0af6b8f",
"body": null,
"is_bot": false,
"headline": "fix gutter click on wrapped line moving cursor to the next line (#5867)",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2025-09-10T10:47:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b195c5895d29fd4be5b5c96883bde5f1339a0209",
"body": null,
"is_bot": false,
"headline": "sync wrap option at start to keep diff alignment (#5868)",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2025-09-10T10:46:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7d4b4b2a8c9ef1dae6a1621712abf38c4f6b7d3",
"body": null,
"is_bot": false,
"headline": "updated index.html to add Chartbrew to the list of users (#5870)",
"author_name": "Razvan (Raz)",
"author_login": "razvanilin",
"committed_at": "2025-09-10T10:45:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9c0810b8375009863ad651a0a946a19f8c9fb55",
"body": null,
"is_bot": false,
"headline": "release v1.43.3",
"author_name": "Marin Sokol",
"author_login": "sokomari",
"committed_at": "2025-09-02T14:14:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23ac02f7602b84cc4ea30f6ed4f889d3802affde",
"body": null,
"is_bot": false,
"headline": "fix: firefox textarea autocomplete corruption (#5860)",
"author_name": "yurenchen000",
"author_login": "yurenchen000",
"committed_at": "2025-08-25T08:11:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6afb0480c3c58b04b5bd9a1585fdda73c904e6f3",
"body": "…5853)\n\n* fix tooltip position when editor is placed in new stacking context\n\n* pin typescript version until we update types",
"is_bot": false,
"headline": "fix tooltip position when editor is placed in new stacking context (#…",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2025-08-04T09:23:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29a55573a772e23e516fed30ca4015a56b1fabd1",
"body": null,
"is_bot": false,
"headline": "tweak diff view styles (#5850)",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2025-07-30T11:57:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ae394314348120cbc2cee76cb5783b07b2c00ee",
"body": "* improve typings for editor options\n\n* describe `destroyed` property",
"is_bot": false,
"headline": "Improve typings for editor options (#5846)",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2025-07-27T19:58:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "282be0ca27649a10ca1ba9442006e20a48d1ac79",
"body": null,
"is_bot": false,
"headline": "release v1.43.2",
"author_name": "Marin Sokol",
"author_login": "sokomari",
"committed_at": "2025-07-15T08:53:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "085730fff987ec88c2350146f18b42b17532d47f",
"body": "* wip: change color of selected text\n\n* use afterRender event; fix wrapped lines serving\n\n* separate text markers as extension\n\n* add text markers to demo; make implementation more robust; add schedule to remove outdated text markers\n\n* add tests for text markers; improve marker rendering logic\n\n* resolve merge conflicts\n\n* remove markers from demo",
"is_bot": false,
"headline": "Feat: Implement text markers (#5835)",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2025-07-15T07:23:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07ee8fb45ac0a22362cb8efedbd83c6fc8b7806e",
"body": null,
"is_bot": false,
"headline": "Update php_highlight_rules.js (#5819)",
"author_name": "Agent Smith",
"author_login": "AgentSmith0",
"committed_at": "2025-07-13T14:48:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaa9deccd08afb2aa2526b0426e54826d34c332d",
"body": null,
"is_bot": false,
"headline": "include diff view css in build (#5842)",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2025-07-11T12:33:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e0571a3f39915796b835e4d22c4124c183e6538",
"body": "* add editor.destroyed property\n\n* fix demo\n\n* fix test",
"is_bot": false,
"headline": "add editor.destroyed property (#5785)",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2025-07-10T10:33:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "020e0c44ccda5c177ef0aed718d081b618fbfe70",
"body": null,
"is_bot": false,
"headline": "Add project Aisofto (#5818)",
"author_name": "AiSofto",
"author_login": "aisoftoofficial",
"committed_at": "2025-07-04T12:00:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a165c1664562b5e2e4717d223d9d5d232026ff56",
"body": null,
"is_bot": false,
"headline": "release v1.43.1",
"author_name": "Marin Sokol",
"author_login": "sokomari",
"committed_at": "2025-07-02T09:50:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf27c151685ac486a991a61d67fa04adf8891c76",
"body": null,
"is_bot": false,
"headline": "fix(a11y): aria-describedby to gutter elements (#5838)",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2025-07-01T07:59:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0207e6ddc9f00387a0e4ae6c16fd1e59b4124205",
"body": null,
"is_bot": false,
"headline": "release v1.43.0",
"author_name": "Alice Koreman",
"author_login": null,
"committed_at": "2025-06-20T14:36:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "431006693ced1dfd08d6bfdb38cb995c685a19c8",
"body": "* add `createDiffView` wrapper\n\n* refactor diff handling: introduce `DiffViewOptions`, streamline API, and update tests\n\n* refactor: rename `DiffView` to `SplitDiffView`, enhance typings, and update usage across modules; add diff ext package tests\n\n* fix: update references to `SplitDiffView` after module rename\n\n* fix: ensure proper cleanup of editors in `InlineDiffView` and detach functionality; add destroy calls for `diffView`",
"is_bot": false,
"headline": "Add `createDiffView` wrapper (#5825)",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2025-06-20T14:33:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e53851d0864b4ebb85cab911ae332fba60219e8",
"body": null,
"is_bot": false,
"headline": "improve typings and add module documentation for extensions (#5827)",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2025-06-19T12:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb75438cd8017c3a29bf76bea267c1eff0e8440d",
"body": null,
"is_bot": false,
"headline": "add canvas context check in $updateDecorators method (#5833)",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2025-06-19T12:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "896c9da9ce1eff2ec444b5384e90ce6898418551",
"body": "…on (#5828)",
"is_bot": false,
"headline": "fix wrong `zones` property, causing correct `$zones` array accumulati…",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2025-06-17T09:22:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "017341f8260d734fbdab116266c6f1b5a51ac72e",
"body": null,
"is_bot": false,
"headline": "fix search box initialization for multi-line selection (#5826)",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2025-06-10T10:01:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4748041d889274acc52e10a601729917b3fb10a",
"body": null,
"is_bot": false,
"headline": "Add support for the Clue language (#5823)",
"author_name": "Markos-Th09",
"author_login": "Markos-Th09",
"committed_at": "2025-06-06T07:41:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "469dc2b4d4546c80ac2bacdf9dfbc2c29130a855",
"body": "* add folding support for Nunjucks templates and related tests\n\n* add nunjucks folding",
"is_bot": false,
"headline": "Add folding support for Nunjucks templates and related tests (#5824)",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2025-06-05T11:33:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd9fdf5a9b5e69a2502c7ee4fd4ea2fcb8e6092f",
"body": "* transform to es6 class\n\n* generate types after merge\n\n* rename AriaOptions to TextInputAriaOptions for clarity",
"is_bot": false,
"headline": "Transform TextInput to es6 class (#5805)",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2025-06-05T09:27:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b45e94cb92d757b5f09ee0966a764ed0d245ed70",
"body": "* add diff decorators for split view\n\n* better offset calculation for decorators; separate ScrollDiffDecorator\n\n* improve diff scroll decorators placement\n\n* determine scroll decorator zone width by diff editor type\n\n* add tests for scroll diff decorators\n\n* fix: decorators initialization\n\n* fix: return decorators state on dispose\n\n* fix: make sure decorators restored after dispose\n\n* fix tests after merge conflicts",
"is_bot": false,
"headline": "Feat: Add scroll diff decorators (#5807)",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2025-06-04T11:04:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35e1be52fd8172405cf0f219bab1ef7571b3363f",
"body": null,
"is_bot": false,
"headline": "release v1.42.0",
"author_name": "Alice Koreman",
"author_login": null,
"committed_at": "2025-06-03T15:17:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63edabce2b15d752be495881a48eb7891154849a",
"body": "* tweak diff viewer\n\n* update diff colors\n\n* synchronize scroll width of inline diff view\n\n* fix markers on linewidget with rowsAbove\n\n* increase coverage\n\n* fix wrap in split diff mode\n\n* fix firstRowScreen with scrollMargin\n\n* fix edge case with two line widgets on the same line",
"is_bot": false,
"headline": "Diff view papercuts (#5815)",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2025-06-03T15:06:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5209bd6c50ddddfcc5aa7402bdba6ff6391a4cb0",
"body": null,
"is_bot": false,
"headline": "do not use border-top for styling gutter active line (#5812)",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2025-05-23T09:15:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63add651d0a2c7b49dbf8ef485656134a4903df0",
"body": "* fix diff selection marker staying after detach\n\n* improve diff-view\n\n* fix autocomplete test\n\n* update types\n\n* add more tests\n\n* restore value of fold option after detaching\n\n* folding fixes",
"is_bot": false,
"headline": "Improve diffview (#5806)",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2025-05-15T12:43:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90d72fc95ed2a3e35725a39fa2b88c2fe6d0a44c",
"body": "* feat: update mouse selection at user's refresh rate (#5716)\n\n* fix: redundantly setting `continueCapture` after decl",
"is_bot": false,
"headline": "feat: update mouse selection at user's refresh rate (#5717)",
"author_name": "orca",
"author_login": "thennothinghappened",
"committed_at": "2025-05-04T21:04:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25a471a3ec0a7c657646a54d034709f0d3283f19",
"body": "…n `true` (#5756)",
"is_bot": false,
"headline": "fix: editor.completer would init on `enableBasicAutocompletion` optio…",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2025-05-04T21:03:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b20be1a4591e1c566fdb0e205a75fa580885e7c6",
"body": null,
"is_bot": false,
"headline": "fix: missing type aliases and MarkerGroup in `ace-builds` (#5782)",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2025-05-03T08:53:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e911b38c2fc28f87e402bc9cfe6886709a08acf",
"body": null,
"is_bot": false,
"headline": "release v1.41.0",
"author_name": "Alice Koreman",
"author_login": null,
"committed_at": "2025-05-02T15:34:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93433f052524f0868b615f4f69cb22658c5255b8",
"body": "Ace extension for displaying an inline and split-view diff.\n---------\n\nCo-authored-by: mkslanc <mkslanc@gmail.com>\nCo-authored-by: anijanyan <amirjanyanani@gmail.com>",
"is_bot": false,
"headline": "import diff viewer (#5798)",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2025-05-02T14:40:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d057b84defc986bb076dd839a3cafbdf21d3426",
"body": null,
"is_bot": false,
"headline": "expose `keyCodeToString` in `lib/keys` (#5783)",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2025-05-02T13:27:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60dc4ca8c52d6752bc2382a1c52acd23e32ccb84",
"body": null,
"is_bot": false,
"headline": "Improve JSDoc annotations for code lens (#5800)",
"author_name": "xyos",
"author_login": "xyos",
"committed_at": "2025-04-28T09:27:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d88089c677218456b56cf79b2104a99648b2ae9",
"body": null,
"is_bot": false,
"headline": "release v1.40.1",
"author_name": "nlujjawal",
"author_login": "nlujjawal",
"committed_at": "2025-04-23T09:47:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ca40e93623ed1d4d04c8ce7ffb45186092c2198",
"body": null,
"is_bot": false,
"headline": "fix(gutter): add null check for session.foldWdigets (#5801)",
"author_name": "nlujjawal",
"author_login": "nlujjawal",
"committed_at": "2025-04-23T09:46:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e08d4fe949b3388eef51b10d8743a53c6e512038",
"body": null,
"is_bot": false,
"headline": "release v1.40.0",
"author_name": "nlujjawal",
"author_login": "nlujjawal",
"committed_at": "2025-04-15T12:31:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "803740045ca73555b01116b582791fce940cbe00",
"body": "… widgets (#5796)\n\n* feat(gutter-icon): added keyboard handling for experimental feature custom widgets\n\n* merged nearest fold and custom widget methods to fold lane widget mehtod",
"is_bot": false,
"headline": "feat(gutter): added keyboard handling for experimental feature custom…",
"author_name": "nlujjawal",
"author_login": "nlujjawal",
"committed_at": "2025-04-15T11:51:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fde745691d91a8f1ccfa8032bf69f8105fa6349",
"body": "…ustom for a specific row (#5787)\n\n* feature(gutter): add ability to replace fold icon with custom for a specific row\n\n* added null custom widget check while removing custom widget\n\n* added getGutterCell method to cater scrolling and folding edge cases\n\n* moved customWidget store to edit_session\n\n* added null check for editor in edit_session",
"is_bot": false,
"headline": "feature(gutter): add experimental ability to replace fold icon with c…",
"author_name": "nlujjawal",
"author_login": "nlujjawal",
"committed_at": "2025-04-14T12:44:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a07d129d80e8633f381ab233995741d5590c5553",
"body": null,
"is_bot": false,
"headline": "unfold command should not add folds (#5793)",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2025-04-09T10:09:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bebc4835060abb4d11834ad129c560beb42d974c",
"body": null,
"is_bot": false,
"headline": "prevent creation of unremovable fold (#5790)",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2025-04-08T18:21:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78ad9c73c2d5784740c61f1973c3cfeb008d7e72",
"body": "Co-authored-by: Hugh Samson <hugh.samson@tracsis.com>",
"is_bot": false,
"headline": "Update drools folding to include 'global' and 'import' (#5775)",
"author_name": "Hugh Samson",
"author_login": "h11sam",
"committed_at": "2025-03-25T16:50:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c41e5bec9949c6ba7702d6850e512158bcd7b395",
"body": "Co-authored-by: Alice Koreman <alicekor@amazon.nl>",
"is_bot": false,
"headline": "chore: don't autoclose p1 issues (#5778)",
"author_name": "Alice Koreman",
"author_login": "akoreman",
"committed_at": "2025-03-24T15:01:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c880b0f4436f8d38ebe7bdcf97b3a71c4122bc0",
"body": "* restore session settings in editor demo\n\n* fix bit raw string highlighting in rust mode",
"is_bot": false,
"headline": "Fix rust mode (#5777)",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2025-03-24T12:58:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c16b494bdffd4050953ffd4d09e6cf90d673759",
"body": null,
"is_bot": false,
"headline": "release v1.39.1",
"author_name": "nightwing",
"author_login": "nightwing",
"committed_at": "2025-03-20T21:01:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b4c7a09d844a2e16d664d3e9fbb384b543bcfcb",
"body": null,
"is_bot": false,
"headline": "fix: wrong java keywords (#5759)",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2025-03-20T20:50:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b6ac67fff30b053f488bc174250c725ee75fa67",
"body": null,
"is_bot": false,
"headline": "fix searchbar not working on mobile (#5773)",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2025-03-20T15:11:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c3ee2a885c9112b770311a011de66d849ea1134",
"body": "…(#5772)",
"is_bot": false,
"headline": "fix readonly warning tooltip being shown after non-readonly commands …",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2025-03-20T14:16:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1098e5306fdc02e873cdadc85d2e13228abfe80c",
"body": "* add tooltip for readonly editor mode",
"is_bot": false,
"headline": "Feat: Editing is disabled tooltip in readonly mode (#5771)",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2025-03-19T12:08:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2516181c4edf3e638158e5fa4b7aa4c8826794e8",
"body": null,
"is_bot": false,
"headline": "fix popups being covered by page scrollbar (#5763)",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2025-03-19T08:47:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3de3c1d99540bd94df122cedb7c5e3a792986a7",
"body": "* fix: replace NodeList.foreach with for loop\n\n* remove extra semicolon",
"is_bot": false,
"headline": "fix: replace NodeList.foreach with for loop (#5769)",
"author_name": "Zakhar Kozlov",
"author_login": "InspiredGuy",
"committed_at": "2025-03-10T11:08:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd78a94a5fb08580d74f3e67ff88d37ce876d355",
"body": "…761)\n\n* workaround for broken ligatures in source code pro font on fedora\n\n* workaround for broken ts-ignore in typescript 5.8.2",
"is_bot": false,
"headline": "workaround for broken ligatures in source code pro font on fedora (#5…",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2025-03-04T07:10:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adde072dd4810aa8f99bb1e16a6ab7dfc81a6e9d",
"body": null,
"is_bot": false,
"headline": "fix: updateDocTooltip with undefined this.completions (#5754)",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2025-03-03T16:09:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d7eff8583f454920b9478328a9b59d3577343c2",
"body": "Also fixes styling issue with another logo and a dangling closing <li> tag.",
"is_bot": false,
"headline": "Add Winter CMS to list of projects on homepage (#5757)",
"author_name": "Luke Towers",
"author_login": "LukeTowers",
"committed_at": "2025-02-27T14:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "810c4650288d32b119239f7731a3b3be0c25376c",
"body": null,
"is_bot": false,
"headline": "fix: Fix is check in xml FoldMode (#5752)",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2025-02-24T13:01:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e237e54604d68d9c52c310c4e177bf49bfc45a06",
"body": null,
"is_bot": false,
"headline": "release v1.39.0",
"author_name": "Alice Koreman",
"author_login": null,
"committed_at": "2025-02-21T20:58:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08ac1a4c08e36dfacbd1a29851170db0f9ab6655",
"body": "Co-authored-by: Alice Koreman <alicekor@amazon.nl>",
"is_bot": false,
"headline": "add backwards multiline search test (#5751)",
"author_name": "Alice Koreman",
"author_login": "akoreman",
"committed_at": "2025-02-21T20:43:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06d51b9164dc9dc39fbd6df26b7132f4b9580a4c",
"body": "* add: search/replace line break",
"is_bot": false,
"headline": "feat: Multiline Search Support: line breaks `\\n` (#5675)",
"author_name": "Sekedus",
"author_login": "sekedus",
"committed_at": "2025-02-21T18:34:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9c8ed279ccb8461be417d81f6f6a88c4aadedec",
"body": null,
"is_bot": false,
"headline": "csv mode (#5748)",
"author_name": "Harutyun Amirjanyan",
"author_login": "nightwing",
"committed_at": "2025-02-21T13:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18cc336187519107f47bb15e989008f48f0b1563",
"body": "Co-authored-by: Marin Sokol <sokomari@amazon.com>",
"is_bot": false,
"headline": "fix: narrowing platform to be either win or mac (#5707)",
"author_name": "Marin Sokol",
"author_login": "marinsokol5",
"committed_at": "2025-02-21T13:07:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff16482101965fc4fce488a61a3cd0f9454d8e87",
"body": "…s (#5750)",
"is_bot": false,
"headline": "fix: check if row is present when setting aria label of popup element…",
"author_name": "babalaui",
"author_login": "babalaui",
"committed_at": "2025-02-20T15:36:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a27e1e8a5d3d912b3b554cd2b5916b58750e8e71",
"body": "Co-authored-by: Alice Koreman <alicekor@amazon.nl>",
"is_bot": false,
"headline": "fix: set score completion item when skipfilter true (#5749)",
"author_name": "Alice Koreman",
"author_login": "akoreman",
"committed_at": "2025-02-19T19:37:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbe3ddccb1248c9f8f4a6524d2ded7235d225b41",
"body": "- made tooltip mouse hoverable\n- tooltip will still close on any keypress, unless the CTRL/Command are also being pressed at the same time",
"is_bot": false,
"headline": "fix: gutter hover tooltip a11y improvements (#5747)",
"author_name": "babalaui",
"author_login": "babalaui",
"committed_at": "2025-02-19T16:36:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9574e1e1a9a64ca1943eb9d3f03fa0b84f94adc7",
"body": "* fix: missing types for some events\r\n\r\n* add ace require to ace-builds build; script to test ace-builds package",
"is_bot": false,
"headline": "Fix wrong event types and missing ace.require for ace-builds (#5744)",
"author_name": "Azat Alimov",
"author_login": "mkslanc",
"committed_at": "2025-02-15T08:54:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09bbe54424d79ba514555d4136a253edf1705c59",
"body": null,
"is_bot": false,
"headline": "release v1.38.0",
"author_name": "nlujjawal",
"author_login": "nlujjawal",
"committed_at": "2025-02-12T09:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0db7585ae0ccbd353091426f60ac3d9e53e182c4",
"body": null,
"is_bot": false,
"headline": "feat(popup): add supporting skipFilter flag for popup item (#5740)",
"author_name": "nlujjawal",
"author_login": "nlujjawal",
"committed_at": "2025-02-10T20:58:10Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 37,
"latest_release_at": "2020-07-06T18:26:02Z",
"latest_release_tag": "test",
"releases_from_tags": false,
"days_since_last_push": 28,
"active_weeks_last_year": 17,
"days_since_latest_release": 2215,
"mean_days_between_releases": null
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "ace-code",
"exists": true,
"license": "BSD-3-Clause",
"keywords": [],
"ecosystem": "npm",
"matches_repo": false,
"registry_url": "https://www.npmjs.com/package/ace-code",
"is_deprecated": false,
"latest_version": "1.44.0",
"repository_url": "https://github.com/ajaxorg/ace",
"versions_count": 103,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 78059,
"first_published_at": "2022-02-09T08:49:13.033000Z",
"latest_published_at": "2026-05-11T08:06:05.198000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 81
},
{
"name": "ace-tools",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "npm",
"matches_repo": null,
"registry_url": "https://www.npmjs.com/package/ace-tools",
"is_deprecated": false,
"latest_version": null,
"repository_url": null,
"versions_count": 0,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2025-05-08T19:52:54.870000Z",
"latest_published_at": null,
"latest_version_yanked": null,
"days_since_latest_publish": null
}
]
},
"popularity": {
"forks": 4,
"stars": 8,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2013-08-23",
"count": 1
},
{
"date": "2014-12-07",
"count": 1
},
{
"date": "2016-01-04",
"count": 1
},
{
"date": "2020-02-27",
"count": 1
}
],
"complete": true,
"collected": 4,
"total_forks": 4
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"demo/kitchen-sink/docs/Makefile"
],
"api_schema_files": [
"demo/kitchen-sink/docs/protobuf.proto"
],
"has_devcontainer": false,
"typecheck_configs": [
"demo/test_ace_builds/tsconfig.json",
"demo/test_package/tsconfig.json",
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 6532217,
"source_files_sampled": 982,
"oversized_source_files": 27,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"doc/package.json",
"package.json",
"tool/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": 11,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 12,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "amd-loader",
"manifest": "tool/package.json",
"ecosystem": "npm",
"version_constraint": "~0.0.4"
},
{
"name": "browser-pack",
"manifest": "tool/package.json",
"ecosystem": "npm",
"version_constraint": "5.0.1"
},
{
"name": "browserify",
"manifest": "tool/package.json",
"ecosystem": "npm",
"version_constraint": "10.2.4"
},
{
"name": "cson",
"manifest": "tool/package.json",
"ecosystem": "npm",
"version_constraint": "3.0.1"
},
{
"name": "css-parse",
"manifest": "tool/package.json",
"ecosystem": "npm",
"version_constraint": "1.0.3"
},
{
"name": "css-stringify",
"manifest": "tool/package.json",
"ecosystem": "npm",
"version_constraint": "1.0.3"
},
{
"name": "deps-sort",
"manifest": "tool/package.json",
"ecosystem": "npm",
"version_constraint": "1.3.9"
},
{
"name": "derequire",
"manifest": "tool/package.json",
"ecosystem": "npm",
"version_constraint": "2.0.0"
},
{
"name": "plist",
"manifest": "tool/package.json",
"ecosystem": "npm",
"version_constraint": "3.0.5"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "amd-loader",
"direct": true,
"version": "~0.0.4",
"ecosystem": "npm"
},
{
"name": "browser-pack",
"direct": true,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "browserify",
"direct": true,
"version": "10.2.4",
"ecosystem": "npm"
},
{
"name": "cson",
"direct": true,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "css-parse",
"direct": true,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "css-stringify",
"direct": true,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "deps-sort",
"direct": true,
"version": "1.3.9",
"ecosystem": "npm"
},
{
"name": "derequire",
"direct": true,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "plist",
"direct": true,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "asset-smasher",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "asyncjs",
"direct": false,
"version": "~0.0.12",
"ecosystem": "npm"
},
{
"name": "dryice",
"direct": false,
"version": "0.4.11",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "^8.20.0",
"ecosystem": "npm"
},
{
"name": "file-loader",
"direct": false,
"version": "^1.1.11",
"ecosystem": "npm"
},
{
"name": "istanbul",
"direct": false,
"version": "^0.4.5",
"ecosystem": "npm"
},
{
"name": "panino",
"direct": false,
"version": ">=2.2.0",
"ecosystem": "npm"
},
{
"name": "standard-version",
"direct": false,
"version": "^9.3.2",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.9.2",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "^5.6.2",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "^5.8.2",
"ecosystem": "npm"
},
{
"name": "webpack",
"direct": false,
"version": "^4.0.1",
"ecosystem": "npm"
},
{
"name": "webpack-cli",
"direct": false,
"version": "^2.0.10",
"ecosystem": "npm"
},
{
"name": "webpack-dev-server",
"direct": false,
"version": "^3.1.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 23,
"direct_count": 9,
"indirect_count": 14
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 3,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "nightwing",
"commits": 3369,
"avatar_url": "https://avatars.githubusercontent.com/u/341801?v=4"
},
{
"type": "User",
"login": "fjakobs",
"commits": 1615,
"avatar_url": "https://avatars.githubusercontent.com/u/40952?v=4"
},
{
"type": "User",
"login": "gjtorikian",
"commits": 258,
"avatar_url": "https://avatars.githubusercontent.com/u/64050?v=4"
},
{
"type": "User",
"login": "mkslanc",
"commits": 214,
"avatar_url": "https://avatars.githubusercontent.com/u/32402726?v=4"
},
{
"type": "User",
"login": "lennartcl",
"commits": 193,
"avatar_url": "https://avatars.githubusercontent.com/u/576123?v=4"
},
{
"type": "User",
"login": "jviereck",
"commits": 166,
"avatar_url": "https://avatars.githubusercontent.com/u/191719?v=4"
},
{
"type": "User",
"login": "akoreman",
"commits": 151,
"avatar_url": "https://avatars.githubusercontent.com/u/34573235?v=4"
},
{
"type": "User",
"login": "danyaPostfactum",
"commits": 150,
"avatar_url": "https://avatars.githubusercontent.com/u/1527097?v=4"
},
{
"type": "User",
"login": "wcandillon",
"commits": 133,
"avatar_url": "https://avatars.githubusercontent.com/u/306134?v=4"
},
{
"type": "User",
"login": "joewalker",
"commits": 130,
"avatar_url": "https://avatars.githubusercontent.com/u/76258?v=4"
}
],
"contributors_sampled": 100,
"top_contributor_share": 0.429
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"backwards-compatibility-commenter.yml",
"close-stale-issues.yml",
"issue-reprioritization.yml",
"link-comment.yml",
"nodejs.yml",
"publish.yml"
],
"has_docs_dir": true,
"linter_configs": [
".eslintrc"
],
"has_editorconfig": false,
"has_linter_config": true,
"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": null,
"reason": "no pull request found",
"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/30 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 39 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 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": 0,
"reason": "no SAST tool detected",
"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": 8,
"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": "58470f6dfdb8e483db76717b9b062fb1f4677b19",
"ran_at": "2026-07-31T08:34:54Z",
"aggregate_score": 4.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-31T06:50:31Z",
"oldest_open_prs": [
{
"number": 3,
"created_at": "2020-04-14T14:58:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 6,
"created_at": "2026-03-15T21:40:19Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2024-12-31T15:02:54Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/nightwing/ace",
"host": "github.com",
"name": "ace",
"owner": "nightwing"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 54,
"vitality": 51,
"community": 18,
"governance": 63,
"engineering": 68
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 51,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"commits_last_year": 37,
"human_commit_share": 1,
"days_since_last_push": 28,
"active_weeks_last_year": 17
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 28 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 28
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "17/52 weeks with commits",
"points": 11.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 17
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "37 commits in the last year",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 37
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"releases_count": 1,
"latest_release_tag": "test",
"releases_from_tags": false,
"days_since_latest_release": 2215,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2215 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2215
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"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": 138,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 138 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 138
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 18,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"forks": 4,
"stars": 8,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "8 stars",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 8
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "4 forks",
"points": 4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 4
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 63,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 100,
"top_contributor_share": 0.429
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 43% of commits",
"points": 12.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 43
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "100 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 100
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 39 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 54,
"inputs": {
"merged_prs": 3,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "3/4 decided PRs merged",
"points": 28.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 3,
"decided": 4
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 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": 65,
"inputs": {
"followers": 236,
"owner_type": "User",
"is_verified": null,
"owner_login": "nightwing",
"public_repos": 69,
"account_age_days": 5851
},
"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": "236 followers of nightwing",
"points": 17.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 236,
"login": "nightwing"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "69 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 69
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": "Excluded from scoring (no data or not applicable): Publish recency. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"publish_recency"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 75,
"inputs": {
"packages": [
"ace-tools"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": null
},
"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": "no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "0 published versions",
"points": 4,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 0
}
}
],
"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": 68,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 80,
"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": "6 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 6
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".eslintrc",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc"
}
}
],
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "http://ajax.org",
"has_readme": false,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "http://ajax.org",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 54,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 43,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.3
},
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 39 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow 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": "no SAST tool detected",
"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": 6,
"status": "partial",
"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 11 resolved dependencies against OSV; 12 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 11
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 12
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 11,
"unassessed_packages": 12,
"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": 11,
"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": 12
},
"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": 66,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.78,
"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": "78 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 78,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": false,
"bootstrap_files": [
"Makefile",
"demo/kitchen-sink/docs/Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"demo/test_ace_builds/tsconfig.json",
"demo/test_package/tsconfig.json",
"tsconfig.json"
],
"agent_commit_share": 0.01,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, demo/kitchen-sink/docs/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, demo/kitchen-sink/docs/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": ".eslintrc",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "demo/test_ace_builds/tsconfig.json, demo/test_package/tsconfig.json, tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "demo/test_ace_builds/tsconfig.json, demo/test_package/tsconfig.json, tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"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": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 6532217,
"source_files_sampled": 982,
"oversized_source_files": 27
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript with type-check config (demo/test_ace_builds/tsconfig.json, demo/test_package/tsconfig.json, tsconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "demo/test_ace_builds/tsconfig.json, demo/test_package/tsconfig.json, tsconfig.json",
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "27/982 source files over 60KB",
"points": 53.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 982,
"oversized": 27
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": [
"demo/kitchen-sink/docs/protobuf.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "demo/kitchen-sink/docs/protobuf.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "demo/kitchen-sink/docs/protobuf.proto"
}
}
],
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Community profile unavailable",
"npm package 'ace-code' points at a different repository (https://github.com/ajaxorg/ace); excluded from ecosystem scoring"
],
"report_type": "repository",
"generated_at": "2026-07-31T08:35:14.042675Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/nightwing/ace.svg",
"full_name": "nightwing/ace",
"license_state": "custom",
"license_spdx": null
}