Informe JSON sin procesar legible por máquina
{
"data": {
"icon": {
"bytes": 74214,
"width": 256,
"height": 256,
"rejected": [
{
"url": "https://david-dm.org/sunng87/node-geohash.png",
"reason": "HTTP 404",
"source_type": "readme"
}
],
"collected": true,
"media_type": "image/png",
"source_url": "https://avatars.githubusercontent.com/u/221942?v=4&s=256",
"source_type": "avatar",
"content_hash": "427ec22fac227e58ecca058b6d078933f1013213a86373c494edb8b786af2da4",
"candidates_considered": 2
},
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 112,
"has_wiki": true,
"homepage": null,
"languages": {
"JavaScript": 26188
},
"pushed_at": "2026-07-25T04:50:10Z",
"created_at": "2011-06-22T13:57:47Z",
"owner_type": "User",
"updated_at": "2026-07-27T06:53:05Z",
"description": "geohash library for nodejs",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": "https://sunng.info",
"name": "Ning Sun",
"type": "User",
"login": "sunng87",
"company": "@greptimeteam",
"location": "Beijing / Sunnyvale, CA",
"followers": 1093,
"avatar_url": "https://avatars.githubusercontent.com/u/221942?v=4",
"created_at": "2010-03-13T15:06:48Z",
"is_verified": null,
"public_repos": 183,
"account_age_days": 5988
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.4",
"kind": "patch",
"published_at": "2026-07-25T04:49:09Z"
},
{
"tag": "0.6.3",
"kind": "patch",
"published_at": "2018-12-17T15:23:45Z"
},
{
"tag": "0.6.2",
"kind": "patch",
"published_at": "2018-12-17T15:16:25Z"
},
{
"tag": "0.6.1",
"kind": "patch",
"published_at": "2018-12-10T09:52:51Z"
},
{
"tag": "0.6.0",
"kind": "minor",
"published_at": "2014-04-09T15:34:39Z"
},
{
"tag": "0.5.0",
"kind": "minor",
"published_at": "2014-04-03T08:51:11Z"
},
{
"tag": "0.4.1",
"kind": "patch",
"published_at": "2014-04-02T02:24:24Z"
},
{
"tag": "0.4.0",
"kind": "minor",
"published_at": "2014-03-31T13:43:07Z"
},
{
"tag": "0.3.2",
"kind": "patch",
"published_at": "2014-03-28T02:43:53Z"
},
{
"tag": "0.3.1",
"kind": "patch",
"published_at": "2014-03-04T06:10:16Z"
}
],
"recent_commits": [
{
"oid": "88847b0ce0696bc138c1083830cf7d2a39076801",
"body": "fix: correct integer geohash decode for odd bitDepth (silent latitude half-cell error)",
"is_bot": false,
"headline": "Merge pull request #46 from gaoflow/fix/odd-bitdepth-int-decode",
"author_name": "Ning Sun",
"author_login": "sunng87",
"committed_at": "2026-07-25T04:43:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faa7061379b24574326faf991afba87081090b2a",
"body": "decode_bbox_int used step = bitDepth / 2 and read one longitude and one latitude bit per loop iteration. For odd bitDepth the loop ran an extra iteration whose latitude bit position ((step-i)*2)-2 went negative; get_bit at a negative position always returns 0, halving maxLat once too many and produc\n[…]\nion tests: 32 single-char odd-bitDepth decode_int vs decode, odd/even prefix bbox parity, neighbor_int consistency at odd bitDepth, even-bitDepth cell-size guard, and encode_int/decode_int round-trip.",
"is_bot": false,
"headline": "fix: correct integer geohash decode for odd bitDepth",
"author_name": "Vincent Gao",
"author_login": "gaoflow",
"committed_at": "2026-07-24T16:35:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "683b0fb724cba83cdaebe3cd9a01c94a9f737cbe",
"body": "Added clarification to geohash.bboxes",
"is_bot": false,
"headline": "Merge pull request #45 from lofimichael/patch-1",
"author_name": "Ning Sun",
"author_login": "sunng87",
"committed_at": "2021-12-14T08:36:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d99b34c95331fcc96fe2eb6ea95f76b8061d851d",
"body": null,
"is_bot": false,
"headline": "Added clarification to geohash.bboxes",
"author_name": "lofimichael",
"author_login": "lofimichael",
"committed_at": "2021-12-13T23:22:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5aa6e88cc18ad9cf06d6c52e37fb5652dc071749",
"body": null,
"is_bot": false,
"headline": "(fix) use dedicated browserify script",
"author_name": "Ning Sun",
"author_login": "sunng87",
"committed_at": "2020-11-05T14:05:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "972d918d81ae2360fada80bb71c2175e685fcfd6",
"body": "Throwing error when using bboxes with numberOfChars === 0",
"is_bot": false,
"headline": "Merge pull request #40 from ilancoulon/master",
"author_name": "Ning Sun",
"author_login": "sunng87",
"committed_at": "2019-06-21T06:05:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87ca0f9d6213a13b3335a6889659cad59e83d286",
"body": null,
"is_bot": false,
"headline": "asserting numberOfChars for bboxes is not negative",
"author_name": "Ilan Coulon",
"author_login": "ilancoulon",
"committed_at": "2019-06-20T12:00:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "034d85b36f223fe2b67b8404c1a2ca2436a0e6f0",
"body": "Instead of returning geohashes with numberOfChars == 9, and potentially make an app crash with too many geohashes",
"is_bot": false,
"headline": "Throwing error when using bboxes with numberOfChars === 0",
"author_name": "Ilan Coulon",
"author_login": "ilancoulon",
"committed_at": "2019-06-18T10:34:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a1c5d37cd253f12432b8e4439269b37a4b72cb9",
"body": null,
"is_bot": false,
"headline": "(chore) bump version",
"author_name": "Ning Sun",
"author_login": "sunng87",
"committed_at": "2018-12-17T15:23:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd724e4b69df258dcb9eae94c77710ae16fb7b7d",
"body": null,
"is_bot": false,
"headline": "(fix) remove browserify in npm install",
"author_name": "Ning Sun",
"author_login": "sunng87",
"committed_at": "2018-12-17T15:22:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c14c0c87656aed7ee8c17433621c3dfeffd7d59d",
"body": null,
"is_bot": false,
"headline": "(chore) update ignore",
"author_name": "Ning Sun",
"author_login": "sunng87",
"committed_at": "2018-12-17T15:16:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c4cfce3c7b00f5578b9306cd634d3b2a227dd31",
"body": null,
"is_bot": false,
"headline": "(chore) bump version",
"author_name": "Ning Sun",
"author_login": "sunng87",
"committed_at": "2018-12-17T15:15:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef0e222fdc07a8e2df823c158d00dc0383310fa8",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:sunng87/node-geohash",
"author_name": "Ning Sun",
"author_login": "sunng87",
"committed_at": "2018-12-17T15:04:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4150c5a35ec461c3b5a42fd5a0ecf7d8cc586c8",
"body": "Use ES5 var instead of const",
"is_bot": false,
"headline": "Merge pull request #36 from sunng87/fix-const",
"author_name": "Ning Sun",
"author_login": "sunng87",
"committed_at": "2018-12-16T23:32:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebbab9db944b15c08824aa092ee67262a71b5562",
"body": null,
"is_bot": false,
"headline": "Use ES5 var instead of const",
"author_name": "Arjun Mehta",
"author_login": "arjunmehta",
"committed_at": "2018-12-16T18:55:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ebc030943c01748611a80e632f97657e56c6b9d",
"body": null,
"is_bot": false,
"headline": "(chore) bump version",
"author_name": "Ning Sun",
"author_login": "sunng87",
"committed_at": "2018-12-10T09:52:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d58c79dda46c029342ea5219a64b83917341fb87",
"body": "Fixed issue #33: neighbor(s) calculation for geohashes adjacent to the AntiMeridian",
"is_bot": false,
"headline": "Merge pull request #34 from ovider/master",
"author_name": "Ning Sun",
"author_login": "sunng87",
"committed_at": "2018-12-09T23:21:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6be1b7e1091c032323d071586b9477f9912b908d",
"body": null,
"is_bot": false,
"headline": "Reverted Tabs & Spacing",
"author_name": "Ovidiu Eremia",
"author_login": "ovider",
"committed_at": "2018-12-09T15:29:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "841d59d144ccfaea45a334b8cda5750bc308f2c4",
"body": null,
"is_bot": false,
"headline": "Normalized tabs",
"author_name": "Ovidiu Eremia",
"author_login": "ovider",
"committed_at": "2018-12-09T15:12:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b231173075ef735243a75dd67c1cc8a916ae5ef2",
"body": null,
"is_bot": false,
"headline": "Removed OS specific files",
"author_name": "Ovidiu Eremia",
"author_login": "ovider",
"committed_at": "2018-12-09T15:07:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c246f1dcc103b5844f1cc6c98f5cc190f7816f26",
"body": "…s the antimeridian",
"is_bot": false,
"headline": "Added Ensure Lat/Lng functions and fixed neighbour calculations accro…",
"author_name": "Ovidiu Eremia",
"author_login": "ovider",
"committed_at": "2018-12-09T13:57:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74b33faea579d5fc170e879d4a189d3d7c3cb3c2",
"body": null,
"is_bot": false,
"headline": "Added Constants for min/max lat/lon",
"author_name": "Ovidiu Eremia",
"author_login": "ovider",
"committed_at": "2018-12-09T13:18:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab855582b3788107e7cbc644c262696a4ee24b8b",
"body": null,
"is_bot": false,
"headline": "(chore) update travis",
"author_name": "Ning Sun",
"author_login": "sunng87",
"committed_at": "2018-05-27T08:57:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c3b62d892d9bce07c1332d2e771b36b428907ad",
"body": null,
"is_bot": false,
"headline": "(chore) update donation info",
"author_name": "Ning Sun",
"author_login": "sunng87",
"committed_at": "2018-05-27T08:55:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5db6eca1b39a58394a0ca6f5df37699542c50073",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:sunng87/node-geohash",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-10-01T07:58:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d40ca2aa7e5da60ae93846ba2512b22a98cafdb8",
"body": null,
"is_bot": false,
"headline": "update reference in test",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-10-01T07:57:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55092ccacb7190aa66f5f835166d5a6c4a516554",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-08-08T06:05:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83c835b3686d1dd1cf0cb77b4ae86a1ef056bc2e",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-07-29T06:02:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0723a1ada56bf7c1c3af87a87aea7db4a63e9153",
"body": null,
"is_bot": false,
"headline": "updated readme for browserify process",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-07-29T05:57:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa497dbc7f765d246729ec3f669a9ea6c166ba85",
"body": null,
"is_bot": false,
"headline": "refine travis, ignore 0.8 and 0.6",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-07-25T08:03:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97eb5f1df01486b8f79475189aed3e9c46dac1b1",
"body": null,
"is_bot": false,
"headline": "workaround to fix travis ci error",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-07-25T07:32:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "289200a25cb7ecca2f310b0765123b0f7734794d",
"body": "…#21)",
"is_bot": false,
"headline": "added browserify build script to generate browser compatible output (…",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-07-25T07:24:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af69024dc0cbf9dd0904ec89100008b6df025888",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-04-22T03:19:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdf726228d936d78a144b88233acd136b302ef6d",
"body": "format fix",
"is_bot": false,
"headline": "Update README.md",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-04-22T03:18:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c6836ad4e916da0a74179252902c633b5f4c9e9",
"body": "Added a few badges for fun.",
"is_bot": false,
"headline": "Update README.md",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-04-22T03:18:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cf2a278db885350e10441fe8dfa438501d9a23e",
"body": null,
"is_bot": false,
"headline": "bump version and release 0.6.0",
"author_name": "Sun Ning",
"author_login": null,
"committed_at": "2014-04-09T15:34:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d89add93efb3eaa135338dd25285dee6dccdb93",
"body": "Adding all new methods to test",
"is_bot": false,
"headline": "Merge pull request #19 from arjunmehta/patch-7",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-04-09T15:32:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52ff27d5c2c130b3b37b2647d87d6ac51a1b103e",
"body": "Updated Readme to include all new neighbor methods",
"is_bot": false,
"headline": "Merge pull request #18 from arjunmehta/patch-6",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-04-09T15:31:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afcd7bbb231268483bdb28a10ceda026298b380f",
"body": null,
"is_bot": false,
"headline": "Fixed Tests (I hope)",
"author_name": "Arjun Mehta",
"author_login": "arjunmehta",
"committed_at": "2014-04-08T16:37:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "607dfa3e35f83a08d12b4f2187db5a1062a0aa1a",
"body": null,
"is_bot": false,
"headline": "Fixed capitalization",
"author_name": "Arjun Mehta",
"author_login": "arjunmehta",
"committed_at": "2014-04-08T16:23:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cde70980cb200a71898148cadaaa320c1fa37c4",
"body": "Including renamed uint64 methods -> _int\r\nAdded test for neighbor_int and bboxes_int\r\nAdded tests for neighbors and neighbors_int\r\n\r\nI've never done these types of tests before, but hopefully they should match.",
"is_bot": false,
"headline": "Adding all new methods to test",
"author_name": "Arjun Mehta",
"author_login": "arjunmehta",
"committed_at": "2014-04-08T16:21:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94f86f7ca05613ba50899094af3d7ffca4f87b6b",
"body": "includes documentation on bboxes_int, neighbor_int, neighbors, and neighbors_int methods.",
"is_bot": false,
"headline": "Updated Readme to include all new neighbor methods",
"author_name": "Arjun Mehta",
"author_login": "arjunmehta",
"committed_at": "2014-04-08T15:39:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84fdf4b2e518ce4f50d7a10e34045f9df13ace92",
"body": "… precision, exception will be thrown. disccussed in #15.",
"is_bot": false,
"headline": "Change the behavior of auto precision. If numbers passed in with auto…",
"author_name": "Sun Ning",
"author_login": null,
"committed_at": "2014-04-04T04:11:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1196279e404deec05fc6231c02cec569bafc72d3",
"body": "Completing integer implementation",
"is_bot": false,
"headline": "Merge pull request #17 from arjunmehta/patch-5",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-04-04T03:55:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4035fa27c683511174ffe5f8f57a43fcb8033865",
"body": null,
"is_bot": false,
"headline": "Fixed doubling up of errors on neighbors",
"author_name": "Arjun Mehta",
"author_login": "arjunmehta",
"committed_at": "2014-04-03T15:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24da7d2af7f558880ebe5e36dd31853856e894ef",
"body": "renamed _uint64 methods to _int, leaving uint64 accessible for now, will deprecate soon.\r\nadded neighbor_int method\r\nadded neighbors method (returns all neighbors more efficiently than calling neighbor multiple times)\r\nadded neighbors_int method",
"is_bot": false,
"headline": "Completing integer implementation",
"author_name": "Arjun Mehta",
"author_login": "arjunmehta",
"committed_at": "2014-04-03T15:37:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ffb12474966befd22d0d4ff084c67414c86df4d",
"body": null,
"is_bot": false,
"headline": "bump version and release 0.5.0",
"author_name": "Sun Ning",
"author_login": null,
"committed_at": "2014-04-03T08:51:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b16ba9ae25866f6b95f412a9f7b122ca5b860c0",
"body": "…nd number input.",
"is_bot": false,
"headline": "updated encode API when precision===ENCODE_AUTO, allows both string a…",
"author_name": "Sun Ning",
"author_login": null,
"committed_at": "2014-04-02T05:59:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "199c929e4120f960f71edd9b122daf819a5fa634",
"body": null,
"is_bot": false,
"headline": "FIXED #14. Added travis-ci build status image.",
"author_name": "Sun Ning",
"author_login": null,
"committed_at": "2014-04-02T05:39:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c0af8c922193a8edea63d839f3072c8f0fc9115",
"body": null,
"is_bot": false,
"headline": "format code to emacs indent",
"author_name": "Sun Ning",
"author_login": null,
"committed_at": "2014-04-02T05:34:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f624fff5f248d7cdaa52a92b96961ebd367440c2",
"body": null,
"is_bot": false,
"headline": "format change",
"author_name": "Sun Ning",
"author_login": null,
"committed_at": "2014-04-02T05:23:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d0c0064f1e357c5f7ea0c795fbea8c17bb67163",
"body": null,
"is_bot": false,
"headline": "added ignore file",
"author_name": "Sun Ning",
"author_login": null,
"committed_at": "2014-04-02T05:18:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a02834ec23aaf8ed96257e0ef5edb0a73f4924da",
"body": null,
"is_bot": false,
"headline": "Moved tests to nodeunit, hopefully travis-ci picks them up.",
"author_name": "Seth Miller",
"author_login": "four43",
"committed_at": "2014-04-02T04:03:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54706e5ad8b4a43830761231beadc8c22ac1567f",
"body": null,
"is_bot": false,
"headline": "Merge of master",
"author_name": "Seth Miller",
"author_login": "four43",
"committed_at": "2014-04-02T03:06:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb3d5dfd226757c8d7646631ca55007a2fd9dfdd",
"body": null,
"is_bot": false,
"headline": "Modified some var names to better fit camel case.",
"author_name": "Seth Miller",
"author_login": "four43",
"committed_at": "2014-04-02T03:04:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c4fd1d947d56c749b8ed5dfff1e3e64bfbb4f60",
"body": null,
"is_bot": false,
"headline": "Added better testing support, now using travis-ci",
"author_name": "Seth Miller",
"author_login": "four43",
"committed_at": "2014-04-02T02:53:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88f3b026f90f809d8542c440edc934dba801f48b",
"body": "…w though.",
"is_bot": false,
"headline": "Added some tests, they are failing. Still need more work. Bed time no…",
"author_name": "Seth Miller",
"author_login": "four43",
"committed_at": "2014-04-02T02:53:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c82c29326d02505f09658a2acb6492daffed1508",
"body": null,
"is_bot": false,
"headline": "Added auto precision to encode. Needs testing and documentation.",
"author_name": "Seth Miller",
"author_login": "four43",
"committed_at": "2014-04-02T02:53:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "349cc6ae4c499de852e98d8d741fed8fa94beb58",
"body": null,
"is_bot": false,
"headline": "bump version and release 0.4.1",
"author_name": "Sun Ning",
"author_login": null,
"committed_at": "2014-04-02T02:24:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae59ce5d1fc554fedd036ad820b96050bcf1f4c6",
"body": "…dentally in 07bc620.",
"is_bot": false,
"headline": "FIXED #13. Added default value to numberOfChar, which is deleted acci…",
"author_name": "Sun Ning",
"author_login": null,
"committed_at": "2014-04-02T02:21:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fb360fb423c00b04b3278d0d17e481e95e12803",
"body": null,
"is_bot": false,
"headline": "Added better testing support, now using travis-ci",
"author_name": "Seth Miller",
"author_login": "four43",
"committed_at": "2014-04-01T21:04:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57c37083bca7bb40639e562e5453db420cc6a862",
"body": "…w though.",
"is_bot": false,
"headline": "Added some tests, they are failing. Still need more work. Bed time no…",
"author_name": "Seth Miller",
"author_login": "four43",
"committed_at": "2014-04-01T20:13:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f94e284a63043c8d862c97d77c581998942194b0",
"body": null,
"is_bot": false,
"headline": "Added auto precision to encode. Needs testing and documentation.",
"author_name": "Seth Miller",
"author_login": "four43",
"committed_at": "2014-04-01T20:11:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fff54be1c420843e3e66ad3ab3e962a709d6ba6d",
"body": null,
"is_bot": false,
"headline": "MIT license",
"author_name": "Sun Ning",
"author_login": null,
"committed_at": "2014-03-31T13:49:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bce22bc55908ee1f7df622058d38fa1d0d2e042",
"body": "@four43, @zhuzhe1983, @arjunmehta",
"is_bot": false,
"headline": "added contributor section in README and package.json",
"author_name": "Sun Ning",
"author_login": null,
"committed_at": "2014-03-31T13:43:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dd231c848969491a13c34c3742499ea6643127b",
"body": null,
"is_bot": false,
"headline": "fixed some copy-paste errors in test, @arjunmehta",
"author_name": "Sun Ning",
"author_login": null,
"committed_at": "2014-03-31T13:34:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de0a56ee7c9f03691cef8e599bcce34ce555f36e",
"body": "Updating README with basic Uint64 documentation",
"is_bot": false,
"headline": "Merge pull request #12 from arjunmehta/patch-4",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-03-31T13:28:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0d21dd05b07a083cafa36114c78cc130b402553",
"body": "Added keywords to the package.json file",
"is_bot": false,
"headline": "Merge pull request #11 from arjunmehta/patch-3",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-03-31T13:28:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f89b0589275790fa2aeb4e4a37b0bd76d179c788",
"body": "Added tests for uint64 methods",
"is_bot": false,
"headline": "Merge pull request #10 from arjunmehta/patch-2",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-03-31T13:27:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaa64ca73a29eadd797cf4b451877a45e5237b7b",
"body": "Added uint64 methods",
"is_bot": false,
"headline": "Merge pull request #9 from arjunmehta/patch-1",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-03-31T13:26:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f28a36e5934ce85c3a07fb9bd9251673008fe91",
"body": null,
"is_bot": false,
"headline": "fixed url for contributor",
"author_name": "Arjun Mehta",
"author_login": "arjunmehta",
"committed_at": "2014-03-31T12:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b06100e9f0e21608c2d506f66a5485cd4fcbf7be",
"body": null,
"is_bot": false,
"headline": "Updated contributors list :) and version number?",
"author_name": "Arjun Mehta",
"author_login": "arjunmehta",
"committed_at": "2014-03-31T12:52:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d4df751bbf6bb774dace575976789de23809c50",
"body": null,
"is_bot": false,
"headline": "Cleaned up code formatting a bit :)",
"author_name": "Arjun Mehta",
"author_login": "arjunmehta",
"committed_at": "2014-03-31T12:48:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67742ba1beb385f515a17fb5a9fb4073baa63240",
"body": null,
"is_bot": false,
"headline": "Small grammatical/spelling things",
"author_name": "Arjun Mehta",
"author_login": "arjunmehta",
"committed_at": "2014-03-31T12:47:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "480921436385bc455856878133705dd80518b61b",
"body": "Just to clarify that these are not actually uint64 functions but mimic uint64 found in other geohash libraries. Of course the numbers returned are just normal javascript floating point numbers.",
"is_bot": false,
"headline": "Clarification on number types",
"author_name": "Arjun Mehta",
"author_login": "arjunmehta",
"committed_at": "2014-03-31T12:43:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74330492a0d0d03c5f38ac4f13661cec40ac6fea",
"body": null,
"is_bot": false,
"headline": "Whoops, titles a bit big",
"author_name": "Arjun Mehta",
"author_login": "arjunmehta",
"committed_at": "2014-03-31T12:04:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61848234b9d62edb6d9b5942f96e8bf5e4366806",
"body": null,
"is_bot": false,
"headline": "Defaulting values of bitDepth to 52",
"author_name": "Arjun Mehta",
"author_login": "arjunmehta",
"committed_at": "2014-03-31T12:01:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7badf3bfbb81c596e865dfd28324d77d2451d9dc",
"body": "and some grammar fixes and reduction to basic markdown.",
"is_bot": false,
"headline": "Updating README with basic Uint64 documentation",
"author_name": "Arjun Mehta",
"author_login": "arjunmehta",
"committed_at": "2014-03-31T11:54:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f51cce2c4eb55308df4fd9ac70b76ef26e910ad",
"body": "Was not showing up on npm when you search for \"geohash\"!",
"is_bot": false,
"headline": "Added keywords to the package.json file",
"author_name": "Arjun Mehta",
"author_login": "arjunmehta",
"committed_at": "2014-03-31T11:37:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfbe3c9b86326a7993782624a4905ed983ed8b83",
"body": "tests for encode and decode.",
"is_bot": false,
"headline": "Added tests for uint64 methods",
"author_name": "Arjun Mehta",
"author_login": "arjunmehta",
"committed_at": "2014-03-31T07:36:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a09415e729e6bbcb85165bc25d7603411d470a1",
"body": "Includes uint64 encoding, decoding and bbox support.",
"is_bot": false,
"headline": "Added uint64 methods",
"author_name": "Arjun Mehta",
"author_login": "arjunmehta",
"committed_at": "2014-03-31T07:30:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef6a7332fe950672c68e98268b3b5b244371066c",
"body": null,
"is_bot": false,
"headline": "bump version and publish",
"author_name": "Sun Ning",
"author_login": null,
"committed_at": "2014-03-28T02:43:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "582d30aaa6070c2a512a511de084e66478b6bf3b",
"body": "Some minor code cleanup and documentation",
"is_bot": false,
"headline": "Merge pull request #6 from hamweather/master",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-03-28T02:30:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07bc620f03d511726c10d4455952f14d0af326e9",
"body": null,
"is_bot": false,
"headline": "Some minor code cleanup and documentation",
"author_name": "Seth Miller",
"author_login": "four43",
"committed_at": "2014-03-27T23:11:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8dc3e288278f500c30805cfa62e9d2b41accc35",
"body": "Conflicts:\n\tpackage.json",
"is_bot": false,
"headline": "Merge branch 'master' of github.com:sunng87/node-geohash",
"author_name": "Sun Ning",
"author_login": null,
"committed_at": "2014-03-04T06:10:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f67e562d24c72e4ca845c8115399be9127ad864",
"body": null,
"is_bot": false,
"headline": "bump version and release to npm",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-03-03T14:11:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "868763c081a94cca1bdcbc4bfcdcbeb69bd57b5f",
"body": "correct spelling",
"is_bot": false,
"headline": "Merge pull request #5 from zhuzhe1983/master",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-03-03T14:10:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07ca7d06510c1e11f13698fe162dd169ad24e72b",
"body": null,
"is_bot": false,
"headline": "correct spelling",
"author_name": "zhe.zhu",
"author_login": null,
"committed_at": "2014-03-03T06:32:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78f773f7862492d295dfbab16d369afe7a57cec7",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:sunng87/node-geohash",
"author_name": "Sun Ning",
"author_login": null,
"committed_at": "2014-03-03T03:18:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6a815762e84781c792eaea983735f0f43905438",
"body": "add README and set default precision",
"is_bot": false,
"headline": "Merge pull request #4 from zhuzhe1983/master",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-03-03T03:18:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e6e2750997ed8ef7f167bf78325acf2c0f95ae9",
"body": null,
"is_bot": false,
"headline": "add README and set default precision",
"author_name": "zhe.zhu",
"author_login": null,
"committed_at": "2014-03-03T03:10:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e13a8b5e770df406f4c112738573f8f8c4483a1f",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Sun Ning",
"author_login": null,
"committed_at": "2014-03-03T02:33:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6278d41d473ade7c1d5e9d003c72d38149635c46",
"body": "add bboxes function",
"is_bot": false,
"headline": "Merge pull request #3 from zhuzhe1983/master",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-03-03T02:31:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9837f95a4bd8b753d4927d2ca848045590065fa1",
"body": null,
"is_bot": false,
"headline": "add bboxes function",
"author_name": "zhe.zhu",
"author_login": null,
"committed_at": "2014-03-02T09:18:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca3ce9f18fdd35882cec1cf5bcbbdbb575f068e0",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-02-12T05:15:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "229378377ba51dbcde102294bec5fea35ba74387",
"body": "Fix readme",
"is_bot": false,
"headline": "Merge pull request #1 from alsotang/patch-1",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2014-02-12T05:11:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "485f92d4a4fb23a50d3216cefeb1f2674fedc740",
"body": null,
"is_bot": false,
"headline": "Fix readme",
"author_name": "AlsoTang",
"author_login": "alsotang",
"committed_at": "2014-02-12T03:45:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3fe7e13d70fa7bcfc1ce9e5a1422b1ae51d251b",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2011-06-23T13:30:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4bbbec116d6317ebc637a4ebc5d8627ea2d16ff",
"body": null,
"is_bot": false,
"headline": "to lower case before decoding",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2011-06-23T13:26:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f26adfe69e9f8ccbb0a564754615df627aa68bd",
"body": null,
"is_bot": false,
"headline": "add neighbor function",
"author_name": "Sun Ning",
"author_login": "sunng87",
"committed_at": "2011-06-23T13:24:52Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 2,
"latest_release_at": "2026-07-25T04:49:09Z",
"latest_release_tag": "v0.6.4",
"releases_from_tags": true,
"days_since_last_push": 11,
"active_weeks_last_year": 1,
"days_since_latest_release": 11,
"mean_days_between_releases": 502.9
},
"artifacts": {
"collected": true,
"structure": [],
"declarations": [
{
"name": "ngeohash",
"path": "package.json",
"tokens": [
"npm.entry"
],
"ecosystem": "npm"
}
]
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [
"badge.fury.io",
"shields.io",
"travis-ci.org"
],
"total": 3,
"header": 3,
"collected": true,
"has_inspect_badge": false
},
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "ngeohash",
"exists": true,
"license": "MIT",
"keywords": [
"geohash",
"uint64",
"geohasher",
"geocode",
"geolocation"
],
"ecosystem": "npm",
"categories": [],
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/ngeohash",
"declared_type": null,
"is_deprecated": false,
"latest_version": "0.6.4",
"repository_url": "https://github.com/sunng87/node-geohash",
"versions_count": 13,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 1073178,
"first_published_at": "2011-06-23T11:55:56.827000Z",
"latest_published_at": "2026-07-25T04:49:43.129000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 11
}
]
},
"popularity": {
"forks": 61,
"stars": 587,
"watchers": 19,
"fork_history": {
"days": [
{
"date": "2013-03-18",
"count": 1
},
{
"date": "2013-06-21",
"count": 1
},
{
"date": "2013-06-29",
"count": 1
},
{
"date": "2013-09-24",
"count": 1
},
{
"date": "2013-11-11",
"count": 1
},
{
"date": "2014-02-12",
"count": 2
},
{
"date": "2014-03-27",
"count": 1
},
{
"date": "2014-05-28",
"count": 1
},
{
"date": "2014-06-24",
"count": 1
},
{
"date": "2014-07-23",
"count": 1
},
{
"date": "2014-12-26",
"count": 1
},
{
"date": "2015-04-20",
"count": 1
},
{
"date": "2015-05-18",
"count": 1
},
{
"date": "2015-05-21",
"count": 1
},
{
"date": "2015-05-29",
"count": 1
},
{
"date": "2015-05-31",
"count": 1
},
{
"date": "2015-06-27",
"count": 1
},
{
"date": "2015-08-21",
"count": 1
},
{
"date": "2015-08-28",
"count": 1
},
{
"date": "2015-08-29",
"count": 1
},
{
"date": "2015-09-09",
"count": 1
},
{
"date": "2016-01-03",
"count": 1
},
{
"date": "2016-01-29",
"count": 1
},
{
"date": "2016-02-17",
"count": 1
},
{
"date": "2016-05-10",
"count": 1
},
{
"date": "2016-07-19",
"count": 1
},
{
"date": "2016-08-17",
"count": 1
},
{
"date": "2016-09-05",
"count": 1
},
{
"date": "2017-01-29",
"count": 1
},
{
"date": "2017-05-08",
"count": 1
},
{
"date": "2017-05-25",
"count": 1
},
{
"date": "2017-06-13",
"count": 1
},
{
"date": "2018-05-25",
"count": 1
},
{
"date": "2018-06-18",
"count": 1
},
{
"date": "2018-09-14",
"count": 1
},
{
"date": "2018-11-17",
"count": 1
},
{
"date": "2018-11-28",
"count": 1
},
{
"date": "2018-12-16",
"count": 1
},
{
"date": "2019-04-23",
"count": 1
},
{
"date": "2019-08-14",
"count": 1
},
{
"date": "2019-08-15",
"count": 1
},
{
"date": "2020-03-07",
"count": 1
},
{
"date": "2020-05-03",
"count": 1
},
{
"date": "2020-10-01",
"count": 1
},
{
"date": "2020-10-13",
"count": 1
},
{
"date": "2021-01-15",
"count": 1
},
{
"date": "2021-02-25",
"count": 1
},
{
"date": "2021-07-20",
"count": 1
},
{
"date": "2021-10-29",
"count": 1
},
{
"date": "2021-12-13",
"count": 1
},
{
"date": "2022-09-23",
"count": 1
},
{
"date": "2024-02-22",
"count": 1
},
{
"date": "2024-05-09",
"count": 1
},
{
"date": "2025-03-03",
"count": 1
},
{
"date": "2025-05-11",
"count": 1
},
{
"date": "2026-07-24",
"count": 1
}
],
"complete": true,
"collected": 57,
"total_forks": 61
},
"star_history": null,
"open_issues_and_prs": 6
},
"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": 16272,
"source_files_sampled": 2,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 3,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "assert",
"direct": false,
"version": ">=1.0",
"ecosystem": "npm"
},
{
"name": "browserify",
"direct": false,
"version": ">=5.0",
"ecosystem": "npm"
},
{
"name": "nodeunit",
"direct": false,
"version": ">=0.8",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 3,
"direct_count": 0,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 18,
"open_issues": 5,
"closed_ratio": 0.792,
"closed_issues": 19,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "sunng87",
"commits": 45,
"avatar_url": "https://avatars.githubusercontent.com/u/221942?v=4"
},
{
"type": "User",
"login": "arjunmehta",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/862049?v=4"
},
{
"type": "User",
"login": "four43",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/517006?v=4"
},
{
"type": "User",
"login": "ovider",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/3503512?v=4"
},
{
"type": "User",
"login": "ilancoulon",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/764934?v=4"
},
{
"type": "User",
"login": "alsotang",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1147375?v=4"
},
{
"type": "User",
"login": "gaoflow",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3355843?v=4"
},
{
"type": "User",
"login": "lofimichael",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/94795502?v=4"
}
],
"contributors_sampled": 8,
"top_contributor_share": 0.542
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 5 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": 2,
"reason": "Found 5/20 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 7 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 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": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "88847b0ce0696bc138c1083830cf7d2a39076801",
"ran_at": "2026-08-05T09:10:29Z",
"aggregate_score": 3.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 0,
"decided_7d": 0,
"merged_30d": 1,
"authors_30d": 1,
"decided_30d": 1,
"sample_size": 21,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 1,
"newcomer_merged_30d": 1,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 1,
"newcomer_decided_30d": 1
},
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 32,
"created_at": "2018-11-28T10:47:05Z",
"last_comment_at": "2018-12-04T07:17:00Z",
"last_comment_author": "ppKrauss"
}
],
"last_merged_pr_at": "2026-07-25T04:43:47Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 30,
"created_at": "2018-11-27T14:11:55Z",
"last_comment_at": "2018-11-28T14:07:16Z",
"last_comment_author": "ppKrauss"
},
{
"number": 31,
"created_at": "2018-11-28T09:33:49Z",
"last_comment_at": "2018-11-28T14:08:32Z",
"last_comment_author": "ppKrauss"
},
{
"number": 37,
"created_at": "2019-01-17T22:31:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 38,
"created_at": "2019-04-13T17:12:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 39,
"created_at": "2019-04-23T16:10:33Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/sunng87/node-geohash",
"host": "github.com",
"name": "node-geohash",
"owner": "sunng87"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 50 is calibrated to 50 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 50,
"calibrated": 50,
"calibration": "2026-08-02"
}
}
],
"value": 50,
"inputs": {
"security": 32,
"vitality": 47,
"community": 69,
"governance": 68,
"calibration": "2026-08-02",
"engineering": 34,
"ai_readiness": 26,
"weighted_overall_raw": 50
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "weak",
"name": "Vitality",
"value": 47,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "weak",
"name": "Development activity",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"commits_last_year": 2,
"human_commit_share": 1,
"days_since_last_push": 11,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 11 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "2 commits in the last year",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 2
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 64,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v0.6.4",
"releases_from_tags": true,
"days_since_latest_release": 11,
"mean_days_between_releases": 502.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 11 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~502.9 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 502.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": "exceptional",
"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": 11,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 11 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 11
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 69,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"forks": 61,
"stars": 587,
"watchers": 19,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "587 stars",
"points": 44.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 587
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "61 forks",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 61
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "19 watchers",
"points": 7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 19
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 3,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [
"badge.fury.io",
"shields.io",
"travis-ci.org"
],
"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": "exceptional",
"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": [
"ngeohash"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 1073178
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "1,073,178 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 1073178,
"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": 68,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 8,
"top_contributor_share": 0.542
},
"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 54% of commits",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 54
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "8 contributors",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 8
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"merged_prs": 18,
"open_issues": 5,
"closed_issues": 19,
"prs_merged_7d": 0,
"prs_decided_7d": 0,
"prs_merged_30d": 1,
"prs_decided_30d": 1,
"issue_closed_ratio": 0.792,
"closed_unmerged_prs": 3,
"first_time_authors_30d": 1,
"first_time_prs_merged_30d": 1,
"first_time_prs_decided_30d": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "79% of issues closed",
"points": 33.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 79
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "18/21 decided PRs merged",
"points": 25.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 18,
"decided": 21
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "1/1 first-time contributors' PRs merged in 30d",
"points": 13,
"status": "met",
"details": [
{
"code": "newcomer_prs_merged",
"params": {
"days": 30,
"merged": 1,
"decided": 1
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/20 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 71,
"inputs": {
"followers": 1093,
"owner_type": "User",
"is_verified": null,
"owner_login": "sunng87",
"public_repos": 183,
"account_age_days": 5988
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "1,093 followers of sunng87",
"points": 21.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1093,
"login": "sunng87"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "183 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 183
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"ngeohash"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 11
},
"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 11 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 11
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "13 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 13
}
}
],
"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": 34,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"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 5 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 32,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"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": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.2
},
"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 5 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 5/20 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no 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": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 12
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 26,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.25,
"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": "25 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 13.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 25,
"sampled": 100
}
}
],
"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": 24,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 16272,
"source_files_sampled": 2,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/2 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 2,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 16
},
"primary": "library",
"evidence": [
{
"tier": "declared",
"label": "library",
"source": "npm.entry",
"weight": 8
},
{
"tier": "distribution",
"label": "library",
"source": "registry:npm",
"weight": 6
},
{
"tier": "description",
"label": "library",
"source": "description:library",
"weight": 2
}
],
"artifacts": [
{
"path": "package.json",
"labels": [
"library"
],
"ecosystem": "npm"
}
],
"confidence": "high",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-08-05T09:10:42.820264Z",
"schema_version": "0.31.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/sunng87/node-geohash.svg",
"full_name": "sunng87/node-geohash",
"license_state": "standard",
"license_spdx": "MIT"
}