Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"js",
"javascript",
"document-scanner",
"nodejs"
],
"is_fork": false,
"size_kb": 26330,
"has_wiki": true,
"homepage": "https://colonelparrot.github.io/jscanify/",
"languages": {
"JavaScript": 18516
},
"pushed_at": "2026-07-20T04:01:28Z",
"created_at": "2023-04-13T16:11:12Z",
"owner_type": "Organization",
"updated_at": "2026-07-24T13:41:16Z",
"description": "The Javascript document scanning library.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": null,
"name": "puffinsoft",
"type": "Organization",
"login": "puffinsoft",
"company": null,
"location": "Canada",
"followers": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/174912758?v=4",
"created_at": "2024-07-06T23:51:01Z",
"is_verified": null,
"public_repos": 10,
"account_age_days": 749
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2025-02-18T16:52:19Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2025-01-28T00:45:34Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2023-05-10T19:45:46Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2023-05-08T21:34:02Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2023-04-15T01:35:06Z"
}
],
"recent_commits": [
{
"oid": "954863b80e8407bbd2a659fcba6583ce3176a419",
"body": null,
"is_bot": false,
"headline": "update deps",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2026-07-20T04:00:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3010c810997eeccf9132ce612d32e20c7faf87ab",
"body": null,
"is_bot": false,
"headline": "fix nodeico link",
"author_name": "Grant",
"author_login": "ColonelParrot",
"committed_at": "2026-01-17T21:17:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "435ca2a42546c5e4d0b91494b0eefeab679b37bf",
"body": null,
"is_bot": false,
"headline": "bump to 1.4.2",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2026-01-17T07:03:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c70ab545166df7a6bd73dfaabd0822651dc8fc50",
"body": null,
"is_bot": false,
"headline": "update expired node doclink",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2026-01-17T06:52:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fad516a71bab5b80d6e7dd46deb04c905a9b296",
"body": null,
"is_bot": false,
"headline": "feat: add exports support for npm package",
"author_name": "Daniel David Tejeda",
"author_login": "DanielTejeda98",
"committed_at": "2026-01-17T06:50:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4df673731f303aa5aeec5528f10928329c6c3cbf",
"body": null,
"is_bot": false,
"headline": "move mocha dep (#39)",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2026-01-15T23:31:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2be8fdcaf0adf8c10e284a35c6d16c8a69d56c05",
"body": null,
"is_bot": false,
"headline": "fix jsdom vulnerabilities, bump to 1.4.1",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2026-01-08T03:58:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fe6056ee70e248fad95bae2072994c7d2124bc5",
"body": null,
"is_bot": false,
"headline": ".vscode",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2026-01-08T03:57:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce85c440ad69646af64f325327e9fd1ff0b47845",
"body": null,
"is_bot": false,
"headline": "fix scaling issue for logo",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-03-14T03:12:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f4b902c48ba5a29716ae0bdab9707897d59ee9e",
"body": null,
"is_bot": false,
"headline": "Bump to v1.4.0",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-02-18T16:38:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fa3133944931e9b936b611151a746c23fc3a8e4",
"body": null,
"is_bot": false,
"headline": "optimize extractPaper by saving compute when cornerPoints supplied",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-02-18T16:36:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58b26c34c77ecd98b3c53e8fe2706275fed3df04",
"body": null,
"is_bot": false,
"headline": "fix skipped tests with before()",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-02-18T16:36:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4e68b12c9715e7f15f1703b327445f13866cb9e",
"body": null,
"is_bot": false,
"headline": "Update canvas, jsdom and mocha to resolve audit warnings",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-02-02T05:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57bf40f3fb78f23d19952de0d006865500188f47",
"body": null,
"is_bot": false,
"headline": "bump to v1.3.3",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-02-02T02:10:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8e6ab035dc563bb6f563590e7730207207c4b34",
"body": null,
"is_bot": false,
"headline": "Add null check in extractPaper",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-02-02T02:06:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2af210cf2a87f0a8ecfd25c9ed7c7558d2803af",
"body": null,
"is_bot": false,
"headline": "port bugfix to node",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-02-02T02:01:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0428d79ca2936548526a97514360d0c0a495a73",
"body": null,
"is_bot": false,
"headline": "fix: sending invalid index to opencv",
"author_name": "Leon Scherer",
"author_login": "Fruup",
"committed_at": "2025-02-02T01:23:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a447c90039f7139ee9264ba104daf746740b9a87",
"body": null,
"is_bot": false,
"headline": "add wiki link",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-01-29T18:01:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04b2d3a4c549a40878d291f8a4cdcb5bf48c0642",
"body": null,
"is_bot": false,
"headline": "bump for npm",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-01-28T00:56:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78ab8fceb60aabdaa3a8da0f8f3e95b4fd23e994",
"body": null,
"is_bot": false,
"headline": "fix typo",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-01-27T23:40:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0687658c78b8f2abc1f11df515ce7aef86499d5",
"body": null,
"is_bot": false,
"headline": "update feature list",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-01-27T23:38:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "976ff20489194e1b98f86aa90f3ff44bab76fe8e",
"body": null,
"is_bot": false,
"headline": "Modernize",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-01-27T23:22:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccb883656e4f2a4927533aef00375404dbd3da6c",
"body": null,
"is_bot": false,
"headline": "Modernize readme",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-01-27T22:56:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c218b974d740681a9dbbdae257db758b9f551e9",
"body": null,
"is_bot": false,
"headline": "height update",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-01-27T22:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a01112dfcb96fe4b6cbfaa09e59d6cef551411e",
"body": null,
"is_bot": false,
"headline": "update readme logo",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-01-27T22:10:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a742946aa2acadfb843323c17cc41ea74d093340",
"body": null,
"is_bot": false,
"headline": "website style changes",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-01-27T22:01:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dd40c2b8f8ee8332177a5ac65f3537c0c1cee18",
"body": null,
"is_bot": false,
"headline": "Logo change",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-01-27T21:57:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81cc013b8389c7ec64ade0c2af9bbd264f158ed6",
"body": null,
"is_bot": false,
"headline": "fix license link",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-01-27T21:39:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e45ad55c3ec3b687b7fee9a156a5f5b3f724b842",
"body": null,
"is_bot": false,
"headline": "Bump to v1.3.1",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-01-27T21:37:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8e86830e97df4144e25cadecd1e6c4ffd623d86",
"body": null,
"is_bot": false,
"headline": "Reduce noise filter",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-01-27T21:35:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42f28b2bc8593aa8c38781fd56ad0a9ed4084783",
"body": null,
"is_bot": false,
"headline": "Bump to v1.3.0",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-01-27T21:01:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "084b33ff76f8554f10f17eb9cd6f453c20764a48",
"body": null,
"is_bot": false,
"headline": "Improve recognition algorithm",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-01-27T21:00:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6ba8178fc7dcc8b8189199dc177c85c5d9c7c04",
"body": null,
"is_bot": false,
"headline": "Update test.js to process all test images",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-01-27T21:00:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eff1b752fe6d1e1593a99e919a76c020c2708a1d",
"body": null,
"is_bot": false,
"headline": "add additional test pictures (andrewdcampbell/OpenCV-Document-Scanner)",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2025-01-27T20:31:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1670c7f7c2b73bed898f66264197e763fcd0177f",
"body": null,
"is_bot": false,
"headline": "Update old links",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2024-12-26T07:07:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82e1fb27f301684658bae60103d6766fcce6b3ee",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2024-07-19T18:46:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b79ef54d450d4a99ec7c38b94ddfde49c730aaa7",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2024-07-08T01:13:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0afcbf3df4da7203edb16c6191c6e1ac02ee9b31",
"body": null,
"is_bot": false,
"headline": "update license badge",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2024-07-08T01:01:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "739b184322fb235b9ce19b105439f83a05490e0d",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2024-07-07T18:15:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b629ae578134a76058333010f8ae0e4291b187c1",
"body": null,
"is_bot": false,
"headline": "Add testing tool note.",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2024-01-03T23:02:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a7f69a337767f0f6a875b41015794cd8ce149b8",
"body": null,
"is_bot": false,
"headline": "Add testing tool.",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2024-01-03T22:58:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24cd06dea750be72d7af5c3a2c627d53c944e7bd",
"body": null,
"is_bot": false,
"headline": "package-lock: update version",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-05-17T20:21:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "126136536c9f50d8902ef6364e0221151067d691",
"body": null,
"is_bot": false,
"headline": "README: add React notice",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-05-17T13:50:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2904683f428535e7bfb0a08ad7d871799ca29f9",
"body": null,
"is_bot": false,
"headline": "Add React notice to homepage.",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-05-17T13:50:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7faf5d22d8251a66e87d1f8702fe7c0e9c69a155",
"body": null,
"is_bot": false,
"headline": "Update extractPaper doc on website",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-05-12T13:16:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbfff42790bf0380bb1e640b86cd2701e41147e8",
"body": null,
"is_bot": false,
"headline": "Make distance() more succinct",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-05-11T13:44:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a0ec08de1fb7fa12b1f5c3846c2157eba158cc9",
"body": null,
"is_bot": false,
"headline": "Update extractPaper documentation",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-05-10T19:53:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cc64a2fda52f945a4939de7b35f218c5982c26f",
"body": null,
"is_bot": false,
"headline": "Bump to v1.2.0",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-05-10T19:41:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ca70c5c9df03dc4d86221a9ad5cdc1732c2bc84",
"body": null,
"is_bot": false,
"headline": "README: update extractPaper doc",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-05-10T19:40:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bd6001cf49b6ca281906204e6ebd6e10fcf7a57",
"body": null,
"is_bot": false,
"headline": "script.js: remove callback for extractPaper",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-05-10T19:40:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4b91dabd20b5d494a6d64f3765add80d8d2719c",
"body": null,
"is_bot": false,
"headline": "test: remove callback for extractPaper",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-05-10T19:37:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03e7e6932a705a9ea530431d30a71ee064146d42",
"body": null,
"is_bot": false,
"headline": "extractPaper: remove callback, direct return",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-05-10T19:37:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a6c9964e9dfaa470f09ae69af64bd0a217d9963",
"body": null,
"is_bot": false,
"headline": "README: include badges",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-05-10T19:31:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ff45d78ae1d5fb7dfc998a12cde6387a824bc3d",
"body": null,
"is_bot": false,
"headline": "Account for corner points detection",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-05-10T15:05:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fe661d4e88fd099130b1b2982d0887d6536c982",
"body": null,
"is_bot": false,
"headline": "Fix incorrect getCornerPoints return. Remove flip",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-05-10T14:45:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1ed3c833990203f905925f5b246efc7e75eb5fa",
"body": null,
"is_bot": false,
"headline": "Streamline node & web flip",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-05-09T23:17:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90cf5246c87644adaf088587197fe81895b2a7d1",
"body": null,
"is_bot": false,
"headline": "Add base folder check, optimizations",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-05-09T22:48:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2adb81c60feb9a0d9e3251d25823d7acf3137902",
"body": null,
"is_bot": false,
"headline": "README: add Node notice",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-05-08T21:51:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42f9ea237a344ea6497b3cff825e10d58198c520",
"body": null,
"is_bot": false,
"headline": "Add tests",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-05-08T21:29:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9af04c011362c3c811a5391042b594500540ed68",
"body": null,
"is_bot": false,
"headline": ".gitignore: add node and test coverage",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-05-08T21:18:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afc22c81a15b507db73d3d313f068a900696f7e6",
"body": null,
"is_bot": false,
"headline": "Add opencv.js",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-05-08T21:18:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e062ee770493922c112b4c66bf27b2bf2117a14",
"body": null,
"is_bot": false,
"headline": "jscanify: bump to 1.1",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-05-08T21:17:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f206c62ea1c3ba0fa492ed904676cf2c6f05249",
"body": null,
"is_bot": false,
"headline": "jscanify-node",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-05-08T21:17:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b76f20ed54f76df7f2ac02866d34b52e907d7651",
"body": null,
"is_bot": false,
"headline": "package, package-lock: v1.1.0",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-05-08T21:17:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e493c0273819fbbed08ac43da982da2739aa2816",
"body": null,
"is_bot": false,
"headline": "package.json: prep for Node support",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-05-07T22:55:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de20288b8c911ee288ee698fa7398d8a09ba93db",
"body": null,
"is_bot": false,
"headline": "Fix faulty highlighting",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-04-15T23:58:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "793c56da0ae3ddf14c37870ce69ee8de2f32e650",
"body": null,
"is_bot": false,
"headline": "Add github link",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-04-15T23:55:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc3af0c129674d33eb83ccc9c92dd71b4e20055d",
"body": null,
"is_bot": false,
"headline": "Use data url, remove log",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-04-15T23:48:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36b89752e26de5f69f1734e2be2a50b0c545b702",
"body": null,
"is_bot": false,
"headline": "Remove redundancy",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-04-15T23:48:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f2ca17b71ba8942bc83d245ab86f61734914c11",
"body": null,
"is_bot": false,
"headline": "Improve load speed",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-04-15T23:48:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ac49eef9022d88361ef243c57ab0284d2783a08",
"body": null,
"is_bot": false,
"headline": "Rescale images",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-04-15T23:48:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "189356af5b2a3369419ec8488e3856cbe368fb31",
"body": null,
"is_bot": false,
"headline": "Fix background image",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-04-15T23:42:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "196e8393aa395f1f52e7d14582150f1274be7b74",
"body": null,
"is_bot": false,
"headline": "Ensure demo image is loaded before extracting paper.",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-04-15T22:53:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eecb41ff37498c93889109223036d6feb4ef124e",
"body": null,
"is_bot": false,
"headline": "Fix highlightPaper blank canvas when no contours detected",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-04-15T22:53:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14809392a697412970be0f7b0215308557207d77",
"body": null,
"is_bot": false,
"headline": "Add badges to README",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-04-15T01:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8fbf94e98e2e80caf1cee064ce224ef8f9e9572",
"body": null,
"is_bot": false,
"headline": "index.html: fix script import error",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-04-15T00:38:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61bc9731966a209ce8275cca35fbcab0fc40e226",
"body": null,
"is_bot": false,
"headline": "README: update cdn link",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-04-15T00:38:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d314df8c9590ea1133b1a0890da6af5690403c35",
"body": null,
"is_bot": false,
"headline": "Add website",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-04-15T00:32:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43b9e724aad3aca4f3bc9078f0ce0e8abe979588",
"body": null,
"is_bot": false,
"headline": "Add favicon",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-04-15T00:26:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f050185d7e7e9978d9cf4af61346ddcc68c8713a",
"body": null,
"is_bot": false,
"headline": "package.json",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-04-15T00:26:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48cf1811325642b507190ad93426b8e17c4e8609",
"body": null,
"is_bot": false,
"headline": "README add pdf notice",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-04-14T02:52:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4439c1a62524f949c258aa8e8801493c4511e883",
"body": null,
"is_bot": false,
"headline": "jscanify: reorganize",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-04-14T02:32:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0332acfb900a63366cce8086fa75d7fdcef6fcd5",
"body": null,
"is_bot": false,
"headline": "jscanify: v1.0.0",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-04-14T02:16:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c8ad93057241b78d341aeb3152552a1a0cb50f2",
"body": null,
"is_bot": false,
"headline": "Add README.md",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-04-13T20:27:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abd95e1d55a98666eff172a8ba8abb46682d71e4",
"body": null,
"is_bot": false,
"headline": "Add images",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-04-13T20:27:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d239d27999ca2c1139c8ac63e0d22e1f7dcb7e30",
"body": null,
"is_bot": false,
"headline": ".gitignore: add /private",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-04-13T20:26:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2f344e09ada39adad611554d5e7dceecbc13e3b",
"body": null,
"is_bot": false,
"headline": "LICENSE",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-04-13T20:22:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d6b28bb63b6b94c149bc443f612f928edb1f2ec",
"body": null,
"is_bot": false,
"headline": ".gitignore",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-04-13T20:22:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63acf1389a45bd16eeb8d18751337db34611918c",
"body": null,
"is_bot": false,
"headline": "init",
"author_name": "ColonelParrot",
"author_login": "ColonelParrot",
"committed_at": "2023-04-13T20:22:08Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 8,
"latest_release_at": "2025-02-18T16:52:19Z",
"latest_release_tag": "v1.4.0",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 3,
"days_since_latest_release": 522,
"mean_days_between_releases": 168.9
},
"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": "jscanify",
"exists": true,
"license": "MIT",
"keywords": [
"js",
"scanner",
"document-scanner"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/jscanify",
"is_deprecated": false,
"latest_version": "1.4.3",
"repository_url": "https://github.com/puffinsoft/jscanify",
"versions_count": 12,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 56361,
"first_published_at": "2023-04-15T00:36:48.514000Z",
"latest_published_at": "2026-07-20T04:02:10.517000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 80,
"stars": 1756,
"watchers": 15,
"fork_history": {
"days": [
{
"date": "2023-04-15",
"count": 2
},
{
"date": "2023-04-16",
"count": 4
},
{
"date": "2023-04-17",
"count": 1
},
{
"date": "2023-04-24",
"count": 1
},
{
"date": "2023-05-01",
"count": 1
},
{
"date": "2023-05-06",
"count": 1
},
{
"date": "2023-05-10",
"count": 1
},
{
"date": "2023-05-12",
"count": 1
},
{
"date": "2023-05-16",
"count": 5
},
{
"date": "2023-05-17",
"count": 4
},
{
"date": "2023-05-18",
"count": 1
},
{
"date": "2023-05-21",
"count": 1
},
{
"date": "2023-05-22",
"count": 2
},
{
"date": "2023-05-30",
"count": 1
},
{
"date": "2023-06-05",
"count": 1
},
{
"date": "2023-06-06",
"count": 1
},
{
"date": "2023-06-07",
"count": 1
},
{
"date": "2023-06-13",
"count": 1
},
{
"date": "2023-07-13",
"count": 1
},
{
"date": "2023-07-31",
"count": 1
},
{
"date": "2023-09-14",
"count": 1
},
{
"date": "2023-10-12",
"count": 1
},
{
"date": "2023-10-20",
"count": 1
},
{
"date": "2023-11-08",
"count": 1
},
{
"date": "2023-12-04",
"count": 1
},
{
"date": "2023-12-16",
"count": 1
},
{
"date": "2024-01-08",
"count": 1
},
{
"date": "2024-01-10",
"count": 1
},
{
"date": "2024-01-27",
"count": 1
},
{
"date": "2024-02-06",
"count": 1
},
{
"date": "2024-02-11",
"count": 1
},
{
"date": "2024-04-30",
"count": 1
},
{
"date": "2024-05-08",
"count": 1
},
{
"date": "2024-06-07",
"count": 1
},
{
"date": "2024-06-19",
"count": 1
},
{
"date": "2024-07-04",
"count": 1
},
{
"date": "2024-07-09",
"count": 1
},
{
"date": "2024-09-17",
"count": 1
},
{
"date": "2024-09-28",
"count": 1
},
{
"date": "2025-02-01",
"count": 2
},
{
"date": "2025-02-02",
"count": 2
},
{
"date": "2025-02-03",
"count": 1
},
{
"date": "2025-02-04",
"count": 1
},
{
"date": "2025-02-05",
"count": 1
},
{
"date": "2025-02-09",
"count": 1
},
{
"date": "2025-02-16",
"count": 1
},
{
"date": "2025-02-21",
"count": 1
},
{
"date": "2025-02-23",
"count": 1
},
{
"date": "2025-03-03",
"count": 2
},
{
"date": "2025-03-31",
"count": 1
},
{
"date": "2025-05-01",
"count": 1
},
{
"date": "2025-06-10",
"count": 1
},
{
"date": "2025-06-23",
"count": 1
},
{
"date": "2025-07-29",
"count": 1
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2025-12-19",
"count": 1
},
{
"date": "2025-12-20",
"count": 1
},
{
"date": "2025-12-24",
"count": 1
},
{
"date": "2026-01-11",
"count": 1
},
{
"date": "2026-01-30",
"count": 1
},
{
"date": "2026-02-03",
"count": 1
},
{
"date": "2026-04-26",
"count": 1
},
{
"date": "2026-04-29",
"count": 1
}
],
"complete": true,
"collected": 78,
"total_forks": 80
},
"star_history": null,
"open_issues_and_prs": 0
},
"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": 8980560,
"source_files_sampled": 5,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 76,
"malicious_count": 0,
"assessed_package": "npm:jscanify@1.4.3",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "canvas",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.2.3"
},
{
"name": "jsdom",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^29.1.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "canvas",
"direct": true,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "jsdom",
"direct": true,
"version": "29.1.1",
"ecosystem": "npm"
},
{
"name": "@asamuzakjp/css-color",
"direct": false,
"version": "5.1.11",
"ecosystem": "npm"
},
{
"name": "@asamuzakjp/dom-selector",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "@asamuzakjp/generational-cache",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@asamuzakjp/nwsapi",
"direct": false,
"version": "2.3.9",
"ecosystem": "npm"
},
{
"name": "@bramus/specificity",
"direct": false,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "@csstools/color-helpers",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "@csstools/css-calc",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "@csstools/css-color-parser",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@csstools/css-parser-algorithms",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@csstools/css-syntax-patches-for-csstree",
"direct": false,
"version": "1.1.6",
"ecosystem": "npm"
},
{
"name": "@csstools/css-tokenizer",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@exodus/bytes",
"direct": false,
"version": "1.15.1",
"ecosystem": "npm"
},
{
"name": "@isaacs/cliui",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "@pkgjs/parseargs",
"direct": false,
"version": "0.11.0",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "base64-js",
"direct": false,
"version": "1.5.1",
"ecosystem": "npm"
},
{
"name": "bidi-js",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "bl",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "browser-stdout",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "buffer",
"direct": false,
"version": "5.7.1",
"ecosystem": "npm"
},
{
"name": "camelcase",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "chownr",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "css-tree",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "data-urls",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "decamelize",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "decimal.js",
"direct": false,
"version": "10.6.0",
"ecosystem": "npm"
},
{
"name": "decompress-response",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "deep-extend",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "8.0.3",
"ecosystem": "npm"
},
{
"name": "eastasianwidth",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "9.2.2",
"ecosystem": "npm"
},
{
"name": "end-of-stream",
"direct": false,
"version": "1.4.5",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "expand-template",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "flat",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "foreground-child",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "fs-constants",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "github-from-package",
"direct": false,
"version": "0.0.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "10.5.0",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "he",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "html-encoding-sniffer",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "ieee754",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "ini",
"direct": false,
"version": "1.3.8",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-path-inside",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "is-plain-obj",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-potential-custom-element-name",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "is-unicode-supported",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "jackspeak",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "log-symbols",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "10.4.3",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "11.5.2",
"ecosystem": "npm"
},
{
"name": "mdn-data",
"direct": false,
"version": "2.27.1",
"ecosystem": "npm"
},
{
"name": "mimic-response",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "9.0.9",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "7.1.3",
"ecosystem": "npm"
},
{
"name": "mkdirp-classic",
"direct": false,
"version": "0.5.3",
"ecosystem": "npm"
},
{
"name": "mocha",
"direct": false,
"version": "11.7.6",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "napi-build-utils",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "node-abi",
"direct": false,
"version": "3.88.0",
"ecosystem": "npm"
},
{
"name": "node-addon-api",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "package-json-from-dist",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "parse5",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-scurry",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "prebuild-install",
"direct": false,
"version": "7.1.3",
"ecosystem": "npm"
},
{
"name": "pump",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "rc",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "3.6.2",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "require-from-string",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "saxes",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.7.4",
"ecosystem": "npm"
},
{
"name": "serialize-javascript",
"direct": false,
"version": "7.0.5",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "simple-concat",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "simple-get",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "string_decoder",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "8.1.1",
"ecosystem": "npm"
},
{
"name": "symbol-tree",
"direct": false,
"version": "3.2.4",
"ecosystem": "npm"
},
{
"name": "tar-fs",
"direct": false,
"version": "2.1.4",
"ecosystem": "npm"
},
{
"name": "tar-stream",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "tldts",
"direct": false,
"version": "7.4.9",
"ecosystem": "npm"
},
{
"name": "tldts-core",
"direct": false,
"version": "7.4.9",
"ecosystem": "npm"
},
{
"name": "tough-cookie",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "tr46",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "tunnel-agent",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "undici",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "util-deprecate",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "w3c-xmlserializer",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "webidl-conversions",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "whatwg-mimetype",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "whatwg-url",
"direct": false,
"version": "16.0.1",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "workerpool",
"direct": false,
"version": "9.3.4",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "xml-name-validator",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "xmlchars",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "17.7.3",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "21.1.1",
"ecosystem": "npm"
},
{
"name": "yargs-unparser",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 151,
"direct_count": 2,
"indirect_count": 149
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 3,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 31,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ColonelParrot",
"commits": 87,
"avatar_url": "https://avatars.githubusercontent.com/u/65585002?v=4"
},
{
"type": "User",
"login": "DanielTejeda98",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/20312479?v=4"
},
{
"type": "User",
"login": "Fruup",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/55341374?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.978
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": true,
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 2 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": 0,
"reason": "Found 2/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"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": null,
"reason": "no dependencies found",
"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": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "954863b80e8407bbd2a659fcba6583ce3176a419",
"ran_at": "2026-07-26T04:19:21Z",
"aggregate_score": 2.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T04:02:10Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-01-17T06:50:38Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/puffinsoft/jscanify",
"host": "github.com",
"name": "jscanify",
"owner": "puffinsoft"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"security": 40,
"vitality": 49,
"community": 67,
"governance": 57,
"engineering": 54
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 49,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"commits_last_year": 8,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"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": "8 commits in the last year",
"points": 8.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 8
}
}
],
"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": 52,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v1.4.0",
"releases_from_tags": false,
"days_since_latest_release": 522,
"mean_days_between_releases": 168.9
},
"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 522 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 522
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~168.9 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 168.9
}
}
],
"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": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 67,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"forks": 80,
"stars": 1756,
"watchers": 15,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1,756 stars",
"points": 52.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 1756
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "80 forks",
"points": 15.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 80
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "15 watchers",
"points": 6.4,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 15
}
}
],
"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": "good",
"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": 79,
"inputs": {
"packages": [
"jscanify"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 56361
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "56,361 downloads/month across npm",
"points": 63.3,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 56361,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 57,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.978
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 98% of commits",
"points": 0.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 98
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"merged_prs": 3,
"open_issues": 0,
"closed_issues": 31,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"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 2/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"followers": 11,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "puffinsoft",
"public_repos": 10,
"account_age_days": 749
},
"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": "11 followers of puffinsoft",
"points": 7.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 11,
"login": "puffinsoft"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "10 public repos, account ~2 yr old",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 10
}
},
{
"code": "account_age_years",
"params": {
"years": 2
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"jscanify"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 6
},
"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 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"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": 54,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"js",
"javascript",
"document-scanner",
"nodejs"
],
"has_wiki": true,
"homepage": "https://colonelparrot.github.io/jscanify/",
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://colonelparrot.github.io/jscanify/",
"points": 15,
"status": "met",
"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": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 40,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 25,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 2 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 2/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:jscanify@1.4.3 runtime dependency closure — what installing the published package pulls in — 76 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:jscanify@1.4.3",
"assessed": 76
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 76,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"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": 76,
"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": 4
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "critical",
"name": "AI Readiness",
"value": 26,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 4,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.079,
"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": "7 of 89 human commits state their intent (structured subject or explanatory body)",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 7,
"sampled": 89
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 36,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "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 89",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 89
}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "at_risk",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 8980560,
"source_files_sampled": 5,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/5 source files over 60KB",
"points": 44,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 5,
"oversized": 1
}
}
],
"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-26T04:19:31.803008Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/puffinsoft/jscanify.svg",
"full_name": "puffinsoft/jscanify",
"license_state": "standard",
"license_spdx": "MIT"
}