Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 64,
"has_wiki": false,
"homepage": null,
"languages": {
"TypeScript": 6690
},
"pushed_at": "2026-05-25T08:31:10Z",
"created_at": "2013-04-07T22:48:46Z",
"owner_type": "Organization",
"updated_at": "2026-05-25T08:31:15Z",
"description": "Error constructor for test and validation frameworks that implements standardized AssertionError specification.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://chaijs.github.io",
"name": "Chai.js Assertion Library",
"type": "Organization",
"login": "chaijs",
"company": null,
"location": null,
"followers": 74,
"avatar_url": "https://avatars.githubusercontent.com/u/1515293?v=4",
"created_at": "2012-03-08T07:56:10Z",
"is_verified": null,
"public_repos": 25,
"account_age_days": 5249
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.0.2",
"kind": "patch",
"published_at": "2025-08-25T08:16:32Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2025-08-25T08:15:15Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2021-10-05T15:11:50Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2018-01-07T14:55:56Z"
},
{
"tag": "1.0.2",
"kind": "patch",
"published_at": "2016-06-06T18:22:39Z"
}
],
"recent_commits": [
{
"oid": "a8ffd0d334c9880c52c6b3661b394574f3ddf8aa",
"body": "* Deprecate history.md file like in main Chai repository\n\nThe History.md file doesn't seem to be updated any more in this repo. I can see the Chai History.md file is deprecated in favour of GitHub history (https://github.com/chaijs/chai/blob/main/History.md), so it seems sensible to deprecated this one the same way.\n\n* Apply Deno formatting\n\n---------\n\nCo-authored-by: isikyus <isikyus@users.noreply.github.com>",
"is_bot": false,
"headline": "Deprecate history.md file like in main Chai repository (#36)",
"author_name": "isikyus",
"author_login": "isikyus",
"committed_at": "2026-05-25T08:31:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1013ace740407fc2b3c4e0f1844072041c380544",
"body": "* chore: bump actions and change to sha\n\n* chore: fix deno errors\n\n* chore: run format\n\n* chore: add format/lint scripts\n\n* chore: bump deno\n\n* chore: add deno.json",
"is_bot": false,
"headline": "chore: bump actions and change to sha (#35)",
"author_name": "James Garbutt",
"author_login": "43081j",
"committed_at": "2026-01-04T00:04:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cd43caca800c79ccb62b014003f2ce89a91a130",
"body": null,
"is_bot": false,
"headline": "Drop `NODE_AUTH_TOKEN` from publish script (#34)",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2026-01-03T15:55:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b0f2d6d0e4b8529d202b641c46f3befb888409a",
"body": null,
"is_bot": false,
"headline": "Remove `posttest` script (#31)",
"author_name": "Kristján Oddsson",
"author_login": "koddsson",
"committed_at": "2025-08-25T08:16:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08a1f16ece0c5d4b916c9ce1479a776df0e203e0",
"body": "* chore: move test/index.js to mod_test.ts\r\n\r\n* chore: move test/typings.ts to typings_test.ts\r\n\r\n* test: format typings_test.ts with deno\r\n\r\n* test: refactor mod_test.ts to use Deno test\r\n\r\n* fix(AssertionError): make stack argument optional\r\n\r\n* build: use deno in build scripts\r\n\r\n* test: drop tes\n[…]\nons\r\n\r\n* build: remove node build\r\n\r\n* style: fix all lint errors\r\n\r\n* fix(AssertionError): captureStackTrace inside consturctor\r\n\r\n* build: use deno lint\r\n\r\n* style: deno fmt\r\n\r\n* style: NAUGHTY DENO",
"is_bot": false,
"headline": "build: refactor to use deno (#30)",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2021-10-25T11:36:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6a0cf5091e99b1b87f42f2f271737f9beaa88e35",
"body": null,
"is_bot": false,
"headline": "build: update CI to node 14 LTS (#29)",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2021-10-24T17:25:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c0745389395e3650a5f60462832cdcc5780d80f",
"body": null,
"is_bot": false,
"headline": "chore(package): fix version",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2021-10-05T15:52:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06761d175ab7d188c18c1c7ed1ea5ae4a6a4d52c",
"body": null,
"is_bot": false,
"headline": "chore: remove component.json",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2021-10-05T15:06:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c72da7cb29f4974d1037ca750e0d95ced1f4527",
"body": null,
"is_bot": false,
"headline": "docs(readme): fix code block",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2021-10-05T15:05:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e8aec8f99890aaa64c6eea35f751712b0cb17b9",
"body": null,
"is_bot": false,
"headline": "chore(package): use 0.0.0-dev version in package",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2021-10-05T15:04:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0442efcc270f847b23c5cb3656debd900b4fdc6",
"body": null,
"is_bot": false,
"headline": "build(publish): auto publish on release",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2021-10-05T15:03:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee1ae58147970fa3fbeca8b654df14845d79bf78",
"body": null,
"is_bot": false,
"headline": "docs: improve readme (#28)",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2021-10-05T15:02:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43612339a751e57d5f1af2dd18fc0a5f0801bb6c",
"body": "* feat: add AssertionResult\r\n\r\n* refactor: rename index to mod.ts\r\n\r\nThis is a Deno convention\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Kristján Oddsson <koddsson@gmail.com>\r\n\r\n* refactor: remove unused ssf arg\r\n\r\n* refactor: remove ok/error factories\r\n\r\n* fix: add this.name back toJSON\r\n\r\n* test: add AssertionResult tests\r\n\r\nCo-authored-by: Kristján Oddsson <koddsson@gmail.com>",
"is_bot": false,
"headline": "feat: assertionresult and rename (#27)",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2021-09-28T09:07:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95cb66af78af3e65e3004b72152bb6f25d289daf",
"body": "* Simplify project by removing `exclude` function\r\n\r\n* Remove `test:typescript` script\r\n\r\nThe test script runs `tsc` as part of the `pretest` script anyway\r\n\r\n* Make sure to now overwrite properties by checking for them\r\n\r\n* Simplify more\r\n\r\n* Change condition",
"is_bot": false,
"headline": "Simplify project a bit (#25)",
"author_name": "Kristján Oddsson",
"author_login": "koddsson",
"committed_at": "2021-09-27T09:19:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff3165ce9ea2d24743de223d7517b66645538f89",
"body": null,
"is_bot": false,
"headline": "Convert module to TypeScript (#24)",
"author_name": "Kristján Oddsson",
"author_login": "koddsson",
"committed_at": "2021-09-26T13:28:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a57dda3d2d8eea07d9e2141da8fc206019a2a020",
"body": "* Remove component\r\n\r\n* Convert Makefile to npm scripts\r\n\r\n* Update TypeScript\r\n\r\n* Convert package to ES module\r\n\r\n* Fix import/exports after converting package to ES module\r\n\r\nCo-authored-by: Keith Cirkel <keithamus@users.noreply.github.com>",
"is_bot": false,
"headline": "refactor: convert package to ES Module. (#20)",
"author_name": "Kristján Oddsson",
"author_login": "koddsson",
"committed_at": "2021-09-26T09:44:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eb7a5f8a85f205711b611bf61169b12e6eb7646",
"body": "* Convert Makefile to npm scripts\r\n\r\n* Update TypeScript",
"is_bot": false,
"headline": "build: convert Makefile to npm scripts (#19)",
"author_name": "Kristján Oddsson",
"author_login": "koddsson",
"committed_at": "2021-09-26T09:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63b022ecb9d098cc6e0bf1209454374c7ab445d0",
"body": "* Create LICENSE\r\n\r\n* Remove LICENSE from README\r\n\r\n* Update the installation instructions\r\n\r\n* Update badge in README",
"is_bot": false,
"headline": "docs: cleanup and update README (#23)",
"author_name": "Kristján Oddsson",
"author_login": "koddsson",
"committed_at": "2021-09-26T09:40:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c25fa453ca8a8610b748e1737126b800dc5a5d6",
"body": null,
"is_bot": false,
"headline": "Update nodejs.yml (#22)",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2021-09-26T07:10:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52bace8849a1e9142a11303820d5d31bb4a3ef2f",
"body": null,
"is_bot": false,
"headline": "Set up CI using a GitHub actions (#21)",
"author_name": "Kristján Oddsson",
"author_login": "koddsson",
"committed_at": "2021-09-26T07:06:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddceaf5d93552586d0449bb165fe7276c2d35cf5",
"body": null,
"is_bot": false,
"headline": "Remove component (#18)",
"author_name": "Kristján Oddsson",
"author_login": "koddsson",
"committed_at": "2021-09-26T07:04:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f83b4afbcbb3db64e510af47c8ee898aee1c588",
"body": "change repo badge to svg",
"is_bot": false,
"headline": "Merge pull request #16 from amilajack/patch-1",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2019-02-25T10:44:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69bc1bce8065d302cc15d2ff174a8fe449e9d5be",
"body": null,
"is_bot": false,
"headline": "change repo badge to svg",
"author_name": "Amila Welihinda",
"author_login": "amilajack",
"committed_at": "2019-02-23T22:16:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb2baf683a7479493b7270089915301a54d7fc9a",
"body": "fix #14",
"is_bot": false,
"headline": "Merge pull request #15 from coldrye-collaboration/gh-14",
"author_name": "Lucas Fernandes da Costa",
"author_login": "lucasfcosta",
"committed_at": "2018-07-04T13:19:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6078fd93a0f57602588a79ae6c37bdd5a56fa74e",
"body": "update typescript dependency to 2.8.3\nadd missing typings tests\nadd missing toJSON() method to typings",
"is_bot": false,
"headline": "fix: #14 refine typescript typings",
"author_name": "Carsten Klein",
"author_login": "silkentrance",
"committed_at": "2018-06-19T16:41:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faa3f8cbbdba74d2760f9d2e95c008ba9ce4812e",
"body": "chore: Release 1.1.0",
"is_bot": false,
"headline": "Merge pull request #12 from demurgos/release-1.1.0",
"author_name": "Lucas Fernandes da Costa",
"author_login": "lucasfcosta",
"committed_at": "2018-01-03T22:26:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9d6cda1dab4b8f7562bf3a4a4d8145f8766fab8",
"body": "- Add type definitions (#11)",
"is_bot": false,
"headline": "chore: Release 1.1.0",
"author_name": "Charles Samborski",
"author_login": "demurgos",
"committed_at": "2018-01-02T12:23:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8b00f72165276234d60f569018cf3ea270366eb",
"body": "Copied typings from DefinitelyTyped",
"is_bot": false,
"headline": "Merge pull request #11 from JoshuaKGoldberg/types",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2018-01-02T10:42:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a4e8e0f92005ebbdeae8118d603b0042bdd1ed3",
"body": "Adds TypeScript as a dev dependency and specifies `index.d.ts` as typings, with `--noEmit` tests run as part of `test`.",
"is_bot": false,
"headline": "chore: Copied typings from DefinitelyTyped",
"author_name": "Josh Goldberg",
"author_login": null,
"committed_at": "2017-12-18T05:03:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb527151d4e88b120b04c7a2039853e6074b78f7",
"body": "Replace `arguments.callee` with `AssertionError`",
"is_bot": false,
"headline": "Merge pull request #9 from shvaikalesh/patch-2",
"author_name": "Grant Snodgrass",
"author_login": "meeber",
"committed_at": "2017-09-06T20:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc62f871cfc19205c99685e5d526f7fd5dbe2100",
"body": null,
"is_bot": false,
"headline": "Replace `arguments.callee` with `AssertionError`",
"author_name": "Aleksey Shvayka",
"author_login": "shvaikalesh",
"committed_at": "2017-09-06T19:17:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b36f593951c1487fa33747c9911025734923f28c",
"body": null,
"is_bot": false,
"headline": "bump to 1.0.2",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-06-06T18:22:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c18fe2deb5412529238421dbe86e7573cfbab68",
"body": "Get stack from thrown error (needed for PhantomJS)",
"is_bot": false,
"headline": "Merge pull request #5 from mjomble/phantomjs-stack",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2016-02-10T23:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48599d08c8aeaebc048939f6bf4ff732cd74a093",
"body": null,
"is_bot": false,
"headline": "Get stack from thrown error (needed for PhantomJS)",
"author_name": "Andres Kalle",
"author_login": "mjomble",
"committed_at": "2016-02-10T23:04:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d135142020ec38aa91c0f1fce685ed35c2c6634",
"body": null,
"is_bot": false,
"headline": "travis: allow contributors to publish",
"author_name": "Jake Luer",
"author_login": "logicalparadox",
"committed_at": "2015-03-05T23:48:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db10d2fc753f00b3dad24956921056eaf1e03708",
"body": "Release 1.0.1",
"is_bot": false,
"headline": "Merge pull request #3 from chaijs/release-1.0.1",
"author_name": "Jake Luer",
"author_login": "logicalparadox",
"committed_at": "2015-03-05T23:44:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "424012ead9d1cb5ebbbfc4df1991f4dde2dff06a",
"body": null,
"is_bot": false,
"headline": "Release 1.0.1",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2015-03-04T20:59:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75647253b62e90d8aec08142614f59be04c000ac",
"body": "fixes `.stack` on firefox",
"is_bot": false,
"headline": "Merge pull request #2 from simonzack/master",
"author_name": "Keith Cirkel",
"author_login": "keithamus",
"committed_at": "2015-03-02T21:34:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07de2175428c2f9bc99687f58bc19e985987b17e",
"body": null,
"is_bot": false,
"headline": "fixes `.stack` on firefox",
"author_name": "simonzack",
"author_login": "simonzack",
"committed_at": "2015-02-19T07:12:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb277d2aa5f83662dd374ae6f38aedd8e32cccbf",
"body": null,
"is_bot": false,
"headline": "Release 1.0.0",
"author_name": "Jake Luer",
"author_login": "logicalparadox",
"committed_at": "2013-06-08T20:40:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "112e81f00ddfac9a1e94514d6fe3a9c32523ac30",
"body": null,
"is_bot": false,
"headline": "readme: change travis and component urls",
"author_name": "Jake Luer",
"author_login": "logicalparadox",
"committed_at": "2013-06-08T20:34:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "449dd4c42101a96677e8241b7803f173adde02ba",
"body": "- move lib to index.js\n- package/component: change github url\n- refactor browser tests without mocha/chai",
"is_bot": false,
"headline": "refactor: [*] prepare for move to chaijs gh org",
"author_name": "Jake Luer",
"author_login": "logicalparadox",
"committed_at": "2013-06-08T20:27:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dc2a3b9bebf257b6d12c63fabea42b7d1418a7e",
"body": null,
"is_bot": false,
"headline": "Release 0.1.0",
"author_name": "Jake Luer",
"author_login": "logicalparadox",
"committed_at": "2013-04-07T22:59:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73b4be71231806598b55c319f4714316ee90e553",
"body": null,
"is_bot": false,
"headline": "test: use vanilla test runner/assert",
"author_name": "Jake Luer",
"author_login": "logicalparadox",
"committed_at": "2013-04-07T22:50:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "300b203508af1445db1e37ae3586fd35cce05263",
"body": null,
"is_bot": false,
"headline": "pgk: remove unused deps",
"author_name": "Jake Luer",
"author_login": "logicalparadox",
"committed_at": "2013-04-07T22:50:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c637ca7fcd25a41ebcae9fda6e8103f9bfebb4b7",
"body": null,
"is_bot": false,
"headline": "lib: implement",
"author_name": "Jake Luer",
"author_login": "logicalparadox",
"committed_at": "2013-04-07T22:49:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e10b4610df2d1bc7430244539a508ba9e1ddf393",
"body": null,
"is_bot": false,
"headline": "\"Initial commit\"",
"author_name": "Jake Luer",
"author_login": "logicalparadox",
"committed_at": "2013-04-07T21:09:39Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 4,
"latest_release_at": "2025-08-25T08:16:32Z",
"latest_release_tag": "v2.0.2",
"releases_from_tags": false,
"days_since_last_push": 58,
"active_weeks_last_year": 3,
"days_since_latest_release": 331,
"mean_days_between_releases": 841.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "assertion-error",
"exists": true,
"license": "MIT",
"keywords": [
"test",
"assertion",
"assertion-error"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/assertion-error",
"is_deprecated": false,
"latest_version": "2.0.1",
"repository_url": "https://github.com/chaijs/assertion-error",
"versions_count": 7,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 294235169,
"first_published_at": "2013-04-07T22:59:41.018000Z",
"latest_published_at": "2023-10-18T18:04:13.507000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1008
}
]
},
"popularity": {
"forks": 18,
"stars": 26,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2014-05-06",
"count": 1
},
{
"date": "2015-02-19",
"count": 1
},
{
"date": "2016-02-09",
"count": 1
},
{
"date": "2016-02-10",
"count": 1
},
{
"date": "2016-04-07",
"count": 1
},
{
"date": "2017-06-24",
"count": 1
},
{
"date": "2017-07-12",
"count": 1
},
{
"date": "2017-09-29",
"count": 1
},
{
"date": "2018-01-02",
"count": 1
},
{
"date": "2018-06-17",
"count": 1
},
{
"date": "2019-02-23",
"count": 1
},
{
"date": "2020-11-02",
"count": 1
},
{
"date": "2021-09-25",
"count": 1
},
{
"date": "2022-11-02",
"count": 1
},
{
"date": "2022-12-26",
"count": 1
},
{
"date": "2024-06-09",
"count": 1
},
{
"date": "2025-07-15",
"count": 1
},
{
"date": "2026-05-25",
"count": 1
}
],
"complete": true,
"collected": 18,
"total_forks": 18
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 4059,
"source_files_sampled": 4,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 24,
"open_issues": 2,
"closed_ratio": 0.818,
"closed_issues": 9,
"closed_unmerged_prs": 1
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "keithamus",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/118266?v=4"
},
{
"type": "User",
"login": "logicalparadox",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/58988?v=4"
},
{
"type": "User",
"login": "koddsson",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/318208?v=4"
},
{
"type": "User",
"login": "lucasfcosta",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/6868147?v=4"
},
{
"type": "User",
"login": "shvaikalesh",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5098878?v=4"
},
{
"type": "User",
"login": "amilajack",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6374832?v=4"
},
{
"type": "User",
"login": "mjomble",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/2202751?v=4"
},
{
"type": "User",
"login": "silkentrance",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6068824?v=4"
},
{
"type": "User",
"login": "demurgos",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/2262218?v=4"
},
{
"type": "User",
"login": "meeber",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/17260989?v=4"
}
],
"contributors_sampled": 13,
"top_contributor_share": 0.37
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"publish.yml",
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "2 out of 21 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 7,
"reason": "Found 20/26 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 22 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 10,
"reason": "all dependencies are pinned",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "a8ffd0d334c9880c52c6b3661b394574f3ddf8aa",
"ran_at": "2026-07-22T21:26:18Z",
"aggregate_score": 4.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-05-25T08:31:28Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-05-25T08:31:11Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 26,
"created_at": "2021-09-27T09:51:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 32,
"created_at": "2021-12-06T02:22:24Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/chaijs/assertion-error",
"host": "github.com",
"name": "assertion-error",
"owner": "chaijs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"security": 47,
"vitality": 37,
"community": 57,
"governance": 70,
"engineering": 30
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 37,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"commits_last_year": 4,
"human_commit_share": 1,
"days_since_last_push": 58,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 58 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 58
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "4 commits in the last year",
"points": 6.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 4
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 54,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v2.0.2",
"releases_from_tags": false,
"days_since_latest_release": 331,
"mean_days_between_releases": 841.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 331 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 331
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~841.6 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 841.6
}
}
],
"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": 58,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 58 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 58
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 57,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"forks": 18,
"stars": 26,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "26 stars",
"points": 22.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 26
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "18 forks",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 18
}
}
],
"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": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"assertion-error"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 294235169
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "294,235,169 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 294235169,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 70,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 13,
"top_contributor_share": 0.37
},
"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 37% of commits",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 37
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "13 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 13
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 22 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 24,
"open_issues": 2,
"closed_issues": 9,
"issue_closed_ratio": 0.818,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "82% of issues closed",
"points": 38.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 82
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "24/25 decided PRs merged",
"points": 36.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 24,
"decided": 25
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 20/26 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"followers": 74,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "chaijs",
"public_repos": 25,
"account_age_days": 5249
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "74 followers of chaijs",
"points": 13.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 74,
"login": "chaijs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "25 public repos, account ~14 yr old",
"points": 22.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 25
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"assertion-error"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 1008
},
"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 1008 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1008
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 30,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 21 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 47,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 47,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 21 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 20/26 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 22 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": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 22
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 46,
"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.809,
"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": "38 of 47 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 38,
"sampled": 47
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "TypeScript (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 47",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 47
}
}
],
"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": "all dependencies are pinned",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 4059,
"source_files_sampled": 4,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/4 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 4,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-22T21:26:36.119707Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/chaijs/assertion-error.svg",
"full_name": "chaijs/assertion-error",
"license_state": "standard",
"license_spdx": "MIT"
}