Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"elixir-lang",
"memoize",
"cache"
],
"is_fork": false,
"size_kb": 96,
"has_wiki": true,
"homepage": "https://hex.pm/packages/memoize",
"languages": {
"Elixir": 43649
},
"pushed_at": "2026-04-04T07:37:39Z",
"created_at": "2017-06-29T17:13:34Z",
"owner_type": "User",
"updated_at": "2026-04-04T07:37:43Z",
"description": "A method caching macro for elixir using CAS on ETS.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Elixir",
"significant_languages": [
"Elixir"
]
},
"owner": {
"blog": "https://wandbox.org/",
"name": "melpon",
"type": "User",
"login": "melpon",
"company": null,
"location": "Tokyo, Japan",
"followers": 275,
"avatar_url": "https://avatars.githubusercontent.com/u/816539?v=4",
"created_at": "2011-05-29T02:19:41Z",
"is_verified": null,
"public_repos": 64,
"account_age_days": 5532
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.4.5",
"kind": "patch",
"published_at": "2026-04-04T07:36:30Z"
},
{
"tag": "1.4.4",
"kind": "patch",
"published_at": "2025-11-10T19:41:44Z"
},
{
"tag": "1.4.3",
"kind": "patch",
"published_at": "2023-12-22T18:12:26Z"
},
{
"tag": "1.4.2",
"kind": "patch",
"published_at": "2023-06-22T02:40:34Z"
},
{
"tag": "1.4.1",
"kind": "patch",
"published_at": "2022-09-04T02:19:38Z"
},
{
"tag": "1.4.0",
"kind": "minor",
"published_at": "2021-07-29T21:14:08Z"
},
{
"tag": "1.3.3",
"kind": "patch",
"published_at": "2021-02-02T16:35:13Z"
},
{
"tag": "1.3.2",
"kind": "patch",
"published_at": "2020-10-08T15:09:59Z"
},
{
"tag": "1.3.1",
"kind": "patch",
"published_at": "2020-10-07T11:57:39Z"
},
{
"tag": "1.3.0",
"kind": "minor",
"published_at": "2018-10-30T18:59:58Z"
},
{
"tag": "1.2.8",
"kind": "patch",
"published_at": "2018-07-20T16:39:23Z"
},
{
"tag": "1.2.7",
"kind": "patch",
"published_at": "2018-04-16T06:24:16Z"
},
{
"tag": "1.2.6",
"kind": "patch",
"published_at": "2018-01-23T02:15:02Z"
},
{
"tag": "1.2.5",
"kind": "patch",
"published_at": "2018-01-05T19:17:04Z"
}
],
"recent_commits": [
{
"oid": "50268cf2f20853170b59374dcacff51f87f8d171",
"body": null,
"is_bot": false,
"headline": "Release 1.4.5",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2026-04-04T07:36:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ac9463fc52c384f7cb6b249542a73ff7e2ecac2",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2026-04-04T07:35:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6e171c749f329cff30418a7a6fa64ea9f3e629e",
"body": "Fix double-calling of normalize_key",
"is_bot": false,
"headline": "Merge pull request #32 from katafrakt/fix-double-normalize-key",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2026-04-04T07:33:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b732bd5a879cf20fe4cb804667ca90b79ffff8e",
"body": "Read waiter options from defmemo opts",
"is_bot": false,
"headline": "Merge pull request #31 from katafrakt/per-function-waiter-opts",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2026-04-04T07:32:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f381a6a4216dc2d3914984baa2840bac5ce99f7",
"body": "…ting\n\nClear expiration_tab when invalidating or garbage collecting",
"is_bot": false,
"headline": "Merge pull request #30 from katafrakt/remove-expiration-when-invalida…",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2026-04-04T07:32:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ea1708b1b32893eb4d8d16a77e35a3921c24244",
"body": "The key in `do_get_or_run` comes already normalized from `get_or_run`.\nNo need to do that again. Might fix performance a little for larger maps\nas keys.",
"is_bot": false,
"headline": "Fix double-calling of normalize_key",
"author_name": "Paweł Świątkowski",
"author_login": "katafrakt",
"committed_at": "2026-03-30T14:35:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "397e1a5058aaab861e2bc3948c25e4b9cd33dcec",
"body": "README documents passing `max_waiters` and `waiter_sleep_ms` options to\n`defmemo`, but these options are actually ignored and global config is\nalways used. This makes the change to indeed use the options as\ndocumented.\n\nAlso fixes typos in the README (max_waiter -> max_waiters).",
"is_bot": false,
"headline": "Read waiter options from defmemo opts",
"author_name": "Paweł Świątkowski",
"author_login": "katafrakt",
"committed_at": "2026-03-30T14:29:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5806f15476b82a2fa77908a3ac8a7d9d3782fda",
"body": "It was possible that the stale expiration record caused unexpected value\nto be read (fresh instead of from cache). This happened with Eviction\nstrategy when:\n\n1. An item was cached with timeout X\n2. This item was quickly invalidated (but the record in expiration tab\nremained)\n3. A new item was put with the same key, but longer timeout\n4. Timeout X passed and expiration was triggered. Item from point 3. was\ncleared.\n5. Next read for that key returned fresh value, as there was nothing cached.",
"is_bot": false,
"headline": "Clear expiration_tab when invalidating or garbage collecting",
"author_name": "Paweł Świątkowski",
"author_login": "katafrakt",
"committed_at": "2026-03-30T13:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c55eb13c76e41265829048e9f5ed4fd89b31ff24",
"body": null,
"is_bot": false,
"headline": "Release 1.4.4",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2025-11-10T19:41:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a935cf6fc9cdad3e106dc0665250249ed4974066",
"body": "…s-die\n\nFix deadlock when `max_waiters` die",
"is_bot": false,
"headline": "Merge pull request #29 from ogomezba/prevent-deadlock-when-max-waiter…",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2025-11-10T19:21:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68e5c65225c962fec17336eb62175a3c1e037057",
"body": null,
"is_bot": false,
"headline": "Fix deadlock when `max_waiters` die",
"author_name": "Oscar",
"author_login": "ogomezba",
"committed_at": "2025-11-10T16:02:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fb2a3212210678badc545eaebfde2a88978442c",
"body": null,
"is_bot": false,
"headline": "Release 1.4.3",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2023-12-22T18:12:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28157c98e190a2cf9f6d2fccee79fcdf4f04ccb0",
"body": null,
"is_bot": false,
"headline": "update deps",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2023-12-22T18:11:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94762422485e855416832be822e44896e867a3bf",
"body": null,
"is_bot": false,
"headline": "Release 1.4.2",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2023-06-22T02:40:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22b685df0dafdcc7c930ddcb3ef1a132d7b53739",
"body": null,
"is_bot": false,
"headline": "update deps",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2023-06-22T02:39:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c0e4088f85a28556e88d540fd11a1322fcd4422",
"body": null,
"is_bot": false,
"headline": "Release 1.4.1",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2022-09-04T02:19:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "173ab8897b9b8786224c9039d92618002375cc4e",
"body": null,
"is_bot": false,
"headline": "update deps",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2022-09-04T02:18:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b148805f59bb0c5c3369d95ac7d296c0a0a4d8de",
"body": null,
"is_bot": false,
"headline": "elixir 1.14.0-otp25 tested",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2022-09-04T02:15:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4830ff3eacd8f98d3dab1f49520b0f158cd7cbe",
"body": "Fix typo",
"is_bot": false,
"headline": "Merge pull request #19 from kianmeng/fix-typo",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2022-05-21T11:37:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0de5c6df1a2f378bc250d8eb93b9385f7cfa9bd5",
"body": "fix: Invalidate cache with map",
"is_bot": false,
"headline": "Merge pull request #22 from phanmn/dev-fix-invalidate-cache",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2022-05-21T08:41:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65cccfedd07dcacd6712ba0b0bc4bb9f011c25d6",
"body": null,
"is_bot": false,
"headline": "fix: Invalidate cache with map",
"author_name": "Nhut Phan",
"author_login": "phanmn",
"committed_at": "2022-05-20T07:03:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1641fb4338610f3692b5629974561c7a35995720",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2022-03-14T23:05:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfb0a3fa51c93660a3f395e5884e2fbf2279ea00",
"body": null,
"is_bot": false,
"headline": "Update .tool-versions",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2022-03-14T23:02:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71cfc6eeaf4e48b27552de97bef3dde8bbf365b0",
"body": "Fix a README typo.",
"is_bot": false,
"headline": "Merge pull request #20 from boone/patch-1",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2021-12-22T00:20:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9722d2bcb371c785572af667aecdf631766923c",
"body": null,
"is_bot": false,
"headline": "Fix a README typo.",
"author_name": "Mike Boone",
"author_login": "boone",
"committed_at": "2021-12-21T19:52:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3121129d44f022603e9a4bc896bdc4cbd834cdd7",
"body": null,
"is_bot": false,
"headline": "Fix typo",
"author_name": "Kian-Meng, Ang",
"author_login": "kianmeng",
"committed_at": "2021-10-18T14:02:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6b3168af79a0492aa5aedebd7c1ea9b38498f7c",
"body": null,
"is_bot": false,
"headline": "Release 1.4.0",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2021-07-29T21:14:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac605a399218e60c678ae807bfff4f570d0a7230",
"body": null,
"is_bot": false,
"headline": "Add the default value of `:expires_in` configurable.",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2021-07-29T21:06:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8f5114587643aaf5d6616a9934c76312458d507",
"body": null,
"is_bot": false,
"headline": "clean tests",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2021-07-29T20:20:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9881af942f32eed53e224cf325da36e68314cc74",
"body": null,
"is_bot": false,
"headline": "Remove compile-time config",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2021-07-29T18:05:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a41ae13399199432e25a57370adb77ccf4bb8b3",
"body": "Misc doc changes",
"is_bot": false,
"headline": "Merge pull request #15 from kianmeng/misc-doc-changes",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2021-03-27T12:13:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3781adc5877e515ab29e91be09755062dd0e3f5",
"body": null,
"is_bot": false,
"headline": "remove benchmarks for outdated.",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2021-03-27T12:02:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a33ec3c10639f5472ecdd4b41c365375626ceec",
"body": null,
"is_bot": false,
"headline": "fix block process if max_waiters == 0",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2021-03-27T11:48:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72cad7f642ec143e126c40c698d8ec8697c97c31",
"body": "Besides other fixes, this commit allows the generated HTML doc for\nHexDocs.pm will become the main doc source for this Elixir module.\n\nList of changes:\n* Update gitignore\n* Update formatter config\n* Fix typos\n* Set and use latest ex_doc\n* Add readme and changelog to html doc\n* Refactor module config\n* Add release date to changelog\n* Revise documentation\n* Badges and more badges!",
"is_bot": false,
"headline": "Misc doc changes",
"author_name": "Kian-Meng Ang",
"author_login": "kianmeng",
"committed_at": "2021-02-16T11:36:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a642eba23ce4b7416f90f8038de6b9df48c6d158",
"body": null,
"is_bot": false,
"headline": "release 1.3.3",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2021-02-02T16:35:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7985535bd21e55c3a5d341d10016ae8d40973ea",
"body": "Fix infinite loop if cache process crashes",
"is_bot": false,
"headline": "Merge pull request #14 from davorbadrov/fix/caching_process_lock",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2021-02-02T15:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "151b34800fdc61e3e6b2645460692299edad0daf",
"body": null,
"is_bot": false,
"headline": "fix infinite loop if cache process crashes",
"author_name": "Davor Badrov",
"author_login": "davorbadrov",
"committed_at": "2021-02-02T12:38:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd34c313de805e57da18c4e6142247cc8eb1ba6a",
"body": null,
"is_bot": false,
"headline": "Replace `is_exception/1` to `Exception.exception?/1`",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2020-10-08T15:09:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d35741ef9b4b30c4032290106b5bf463407822e4",
"body": null,
"is_bot": false,
"headline": "release 1.3.1",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2020-10-07T11:57:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8c94dd5768d6a11e238e5dd47554e63e90a6a48",
"body": null,
"is_bot": false,
"headline": "Fix #13",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2020-10-07T11:57:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d731d5a5d911f447104bd976c45c02dc2df0add",
"body": null,
"is_bot": false,
"headline": "update .tool-versions",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2020-10-07T11:56:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01f197bf7e9e4480f954c9acb490ed35e6caf0b1",
"body": "Updates version in README example",
"is_bot": false,
"headline": "Merge pull request #9 from fxn/patch-1",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2020-03-09T18:23:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8af7d40e8a0d228f6bba151733d70631c62c33dc",
"body": null,
"is_bot": false,
"headline": "Updates version in README example",
"author_name": "Xavier Noria",
"author_login": "fxn",
"committed_at": "2020-03-09T17:06:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97dcd380e8eb6fff7d2aed21f6403eb997f504b5",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2018-11-06T06:26:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9fbbdb7f5d04e51bd49020471d3a27611afb178",
"body": null,
"is_bot": false,
"headline": "update deps",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2018-10-30T18:59:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d91c58a18ead0c87b462b1d9960fab7f230b38b",
"body": null,
"is_bot": false,
"headline": "release 1.3.0",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2018-10-30T18:58:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e79e2a9bfb600c9d5aa5f9632e6b3640cad38432",
"body": null,
"is_bot": false,
"headline": "Update dependencies and add .tool-versions to develop",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2018-10-30T18:54:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecbcdd7aebbce8925abe3dbadf8072cf97e9a9e2",
"body": null,
"is_bot": false,
"headline": "Limit waiter processes for #3",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2018-10-30T18:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db59fe1c3d0ffdccf07fd6d22e8620376f0039cb",
"body": null,
"is_bot": false,
"headline": "fix test",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2018-07-21T03:44:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "576d630ecb97cec34c492e1174f994c49c7f2911",
"body": null,
"is_bot": false,
"headline": "mix format",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2018-07-21T03:32:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7157acdcd19bf8734b1b4ed845a1eab104120b3",
"body": null,
"is_bot": false,
"headline": "release 1.2.8",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2018-07-20T16:39:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "399a2bb7663561e0d68324c878cfda77f72dc7f5",
"body": null,
"is_bot": false,
"headline": "add changelog",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2018-07-20T16:39:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ee23675523ddb3d5992747809acd64d772e43ca",
"body": null,
"is_bot": false,
"headline": "fix `defmemo unquote(name)` doesn't work (#2)",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2018-07-20T16:34:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cf15a75fe2fcf0639bb0ba888a054fbe8bf5f65",
"body": null,
"is_bot": false,
"headline": "update dependencies",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2018-04-16T06:24:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ea69a464f8b316d4607074745541752a411c0b0",
"body": null,
"is_bot": false,
"headline": "bump up to 1.2.6",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2018-01-23T02:15:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "364399a89fb7afd5e1fe8b62b191b6ee60305552",
"body": null,
"is_bot": false,
"headline": "apply elixir formatter",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2018-01-23T02:14:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "463f08fd2a9042a123700b1160b278c5e6705ee6",
"body": null,
"is_bot": false,
"headline": "bump up version to 1.2.5",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2018-01-05T19:17:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bc43105734b5f1de0c3c612d256ee9221591ebc",
"body": null,
"is_bot": false,
"headline": "Add benchmarks",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-10-23T09:49:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d60e40696dfea54212fad62ac06d086b53c08a4",
"body": null,
"is_bot": false,
"headline": "bump version 1.2.4",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-10-22T20:27:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f070b5265f0faf83b4eff820f8f42cb1163c9d2f",
"body": ":ets.select_replace/2 do not compare a passed map.\nSo waiter_pids ware not compared.",
"is_bot": false,
"headline": "do not use map for waiter_pids",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-10-22T20:26:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11328c1db9c9659d1a65b3833c57e333a894c68f",
"body": null,
"is_bot": false,
"headline": "add a document for partial arguments",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-10-19T08:58:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bc88be0470f767772da5c0769ba88e31f2ad7b1",
"body": null,
"is_bot": false,
"headline": "bump version 1.2.3",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-09-28T03:43:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cfa95c7be4c5f522bbd49ee5c833081e3539f68",
"body": null,
"is_bot": false,
"headline": "normalize a cache key for map type (#1).",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-09-28T03:40:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2300a76f5bbb301d270ab1fbe9ec8cd5ebdc0f9a",
"body": null,
"is_bot": false,
"headline": "fix a document",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-08-11T05:13:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ad244571afd9e40d1420666979792d52a8a7c7a",
"body": null,
"is_bot": false,
"headline": "Update mix.exs",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-08-11T05:10:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6db07df04b1c7d56479e4e31447186aea9b4bfe9",
"body": null,
"is_bot": false,
"headline": "fix opts is not passed at retrying get_or_run",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-08-04T03:47:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a589cab63726fcc638dc590c83f74634816c2c75",
"body": null,
"is_bot": false,
"headline": "fix a warning for elixir 1.5.0",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-26T07:15:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "551be9d994e2e5de8954174cc590d7ee1981426d",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-17T16:00:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "203245515eeb8176fbda521962f2e08507a1cafe",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-15T04:10:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d82a20441325c412e25bc90917326a21b410a08",
"body": null,
"is_bot": false,
"headline": "disable `garbage_collect/0` if `:max_threshold` is `:infinity`",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-15T04:10:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20267f9be7918d66662de820074db56548960e8e",
"body": null,
"is_bot": false,
"headline": "rename MemoryStrategy to CacheStrategy",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-15T04:10:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d285e6a0dbceeeb2f9b631e22986e3abf5d7d115",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-13T07:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ca3eede3e1fde1161c7d3191c7615630125e4f7",
"body": null,
"is_bot": false,
"headline": "fix docs",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-12T17:11:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d54b98fa147f49567d270c4469fa02b467d934ca",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-12T16:50:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3046c17dd9a0ad584e5a7be61dfc9e703fdff02",
"body": null,
"is_bot": false,
"headline": "implement `:expires_in` on Memoize.MemoryStrategy.Eviction",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-12T16:49:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31668a6e8664763fa053202370a6e28b3f31e9a2",
"body": null,
"is_bot": false,
"headline": "add `:permanent` option",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-12T15:31:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c5ca1acd5bd3be104f61ea761f21ae8b74edf6c",
"body": null,
"is_bot": false,
"headline": "include lib/memoize/cache.ex in the document.",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-12T07:38:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b905c67be6551a9852a4e05c62741c63e1dd792",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-12T07:35:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0d103558f5db45757c77ba05651940874534cbe",
"body": null,
"is_bot": false,
"headline": "Merge branch 'feature/eviction'",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-12T07:34:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f73be3e54013e47e8b082183235f75df274e4575",
"body": null,
"is_bot": false,
"headline": "test and document Memoize.MemoryStrategy.Eviction",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-12T07:33:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5017b918bb08155c2f0eb5ca4d8a05bbeb6794b",
"body": null,
"is_bot": false,
"headline": "implement new memory strategy \"eviction\"",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-11T15:22:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84d4dce939d57548925ef14ed263dade953cf8f3",
"body": "for memory strategy",
"is_bot": false,
"headline": "lookup a cached value after write the value",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-11T09:12:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7703d610c56727738c140d71ac9dd6a1f6d04692",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-10T19:52:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c429cce54c4fef31f6f042220aaa1232db3ad9ee",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-10T19:49:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1119a501c1c2270f73203f331d5ef68604f263a3",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-10T19:48:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "992a91984a6406ca6617911fbd4bdc43431a0894",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-10T19:47:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9068090184d6d6d93a90c7e486bb1b4c8e97a74",
"body": null,
"is_bot": false,
"headline": "implement memory strategy",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-10T19:42:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5dfa6042f197fbef578bfa685ffef23f80c104e",
"body": null,
"is_bot": false,
"headline": "implement `garbage_collect/0`",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-10T14:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d834b7bfa4a1126d75255aac9ba67b57c98e1b76",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-06T07:01:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fe3d064a1b067a9307d76dd2bc9800682e49ecd",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-03T03:57:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf92fbd0c5e8024c3815f7a90d76d4c187af9e46",
"body": null,
"is_bot": false,
"headline": "add installation",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-02T13:14:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da192cc230bc8c2aa72f90b30b6f62b5653792f7",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-02T13:05:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7675b61b010fa1d795f011e709ec9e5af53fa2b",
"body": null,
"is_bot": false,
"headline": "publish 1.0.0",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-02T13:04:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ae95cb2023780d8a92e21701c49b185e9ef5ab3",
"body": null,
"is_bot": false,
"headline": "Create LICENSE",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-02T13:02:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd92aae85d97064dd88ec266913ede07273ffbca",
"body": null,
"is_bot": false,
"headline": "write a document",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-02T12:43:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "184e2825914241ff6906cc229718bd6f28cb4ef8",
"body": null,
"is_bot": false,
"headline": "fix do not work using the pattern match",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-02T11:45:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0968b48457486284c34c594a81fee1c6a62e5de",
"body": null,
"is_bot": false,
"headline": "implement to expire cached value",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-02T06:00:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98b694b42b96570eff78e90b2aa885397e0e16fc",
"body": null,
"is_bot": false,
"headline": "enable read_concurrency",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-02T03:30:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93f3c28a34dbc6c4bee0ef757a52b38ec27e5dae",
"body": null,
"is_bot": false,
"headline": "invalidate cached values",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-01T20:15:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8f7dce807921cf6f880a0cec4eb9fd1fb0362f6",
"body": null,
"is_bot": false,
"headline": "implement `defmemop` macro",
"author_name": "melpon",
"author_login": "melpon",
"committed_at": "2017-07-01T19:54:56Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 14,
"commits_last_year": 11,
"latest_release_at": "2026-04-04T07:36:30Z",
"latest_release_tag": "1.4.5",
"releases_from_tags": true,
"days_since_last_push": 108,
"active_weeks_last_year": 3,
"days_since_latest_release": 108,
"mean_days_between_releases": 301.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "memoize",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "hex",
"matches_repo": true,
"registry_url": "https://hex.pm/packages/memoize",
"is_deprecated": false,
"latest_version": "1.4.5",
"repository_url": "https://github.com/melpon/memoize",
"versions_count": 22,
"total_downloads": 24558144,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 26471,
"first_published_at": "2017-07-02T13:03:38.781545Z",
"latest_published_at": "2026-04-04T07:37:23.824846Z",
"latest_version_yanked": null,
"days_since_latest_publish": 108
}
]
},
"popularity": {
"forks": 14,
"stars": 204,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2018-04-04",
"count": 1
},
{
"date": "2018-05-02",
"count": 1
},
{
"date": "2018-05-04",
"count": 1
},
{
"date": "2019-01-11",
"count": 1
},
{
"date": "2020-02-28",
"count": 1
},
{
"date": "2020-05-11",
"count": 1
},
{
"date": "2021-02-02",
"count": 1
},
{
"date": "2021-02-15",
"count": 1
},
{
"date": "2021-12-21",
"count": 1
},
{
"date": "2022-05-20",
"count": 1
},
{
"date": "2022-11-25",
"count": 1
},
{
"date": "2025-11-10",
"count": 1
},
{
"date": "2026-03-30",
"count": 1
}
],
"complete": true,
"collected": 13,
"total_forks": 14
},
"star_history": {
"days": [
{
"date": "2017-07-02",
"count": 1
},
{
"date": "2017-07-06",
"count": 1
},
{
"date": "2017-07-14",
"count": 1
},
{
"date": "2017-07-16",
"count": 1
},
{
"date": "2017-07-18",
"count": 1
},
{
"date": "2017-07-28",
"count": 1
},
{
"date": "2017-08-06",
"count": 1
},
{
"date": "2017-08-31",
"count": 1
},
{
"date": "2017-09-12",
"count": 1
},
{
"date": "2017-10-09",
"count": 1
},
{
"date": "2017-10-13",
"count": 1
},
{
"date": "2017-11-11",
"count": 1
},
{
"date": "2017-11-18",
"count": 1
},
{
"date": "2017-12-21",
"count": 2
},
{
"date": "2018-01-12",
"count": 1
},
{
"date": "2018-01-31",
"count": 1
},
{
"date": "2018-02-08",
"count": 1
},
{
"date": "2018-02-27",
"count": 1
},
{
"date": "2018-03-03",
"count": 1
},
{
"date": "2018-03-14",
"count": 1
},
{
"date": "2018-03-27",
"count": 1
},
{
"date": "2018-04-02",
"count": 2
},
{
"date": "2018-04-04",
"count": 2
},
{
"date": "2018-04-07",
"count": 1
},
{
"date": "2018-04-09",
"count": 1
},
{
"date": "2018-05-02",
"count": 2
},
{
"date": "2018-05-09",
"count": 1
},
{
"date": "2018-06-07",
"count": 1
},
{
"date": "2018-06-09",
"count": 1
},
{
"date": "2018-07-15",
"count": 1
},
{
"date": "2018-07-16",
"count": 1
},
{
"date": "2018-08-10",
"count": 1
},
{
"date": "2018-08-20",
"count": 1
},
{
"date": "2018-09-14",
"count": 1
},
{
"date": "2018-09-26",
"count": 1
},
{
"date": "2018-10-29",
"count": 1
},
{
"date": "2018-11-09",
"count": 1
},
{
"date": "2018-11-20",
"count": 1
},
{
"date": "2018-12-05",
"count": 1
},
{
"date": "2018-12-06",
"count": 1
},
{
"date": "2018-12-11",
"count": 1
},
{
"date": "2019-01-02",
"count": 1
},
{
"date": "2019-02-08",
"count": 1
},
{
"date": "2019-02-15",
"count": 1
},
{
"date": "2019-02-20",
"count": 1
},
{
"date": "2019-02-21",
"count": 1
},
{
"date": "2019-03-03",
"count": 1
},
{
"date": "2019-03-06",
"count": 1
},
{
"date": "2019-03-14",
"count": 1
},
{
"date": "2019-03-18",
"count": 1
},
{
"date": "2019-03-29",
"count": 1
},
{
"date": "2019-05-04",
"count": 1
},
{
"date": "2019-05-16",
"count": 1
},
{
"date": "2019-08-13",
"count": 1
},
{
"date": "2019-08-14",
"count": 1
},
{
"date": "2019-08-23",
"count": 1
},
{
"date": "2019-09-23",
"count": 1
},
{
"date": "2019-10-06",
"count": 1
},
{
"date": "2019-10-30",
"count": 1
},
{
"date": "2019-11-18",
"count": 1
},
{
"date": "2019-11-26",
"count": 1
},
{
"date": "2020-01-09",
"count": 1
},
{
"date": "2020-01-25",
"count": 1
},
{
"date": "2020-02-14",
"count": 1
},
{
"date": "2020-03-09",
"count": 1
},
{
"date": "2020-03-17",
"count": 1
},
{
"date": "2020-03-27",
"count": 1
},
{
"date": "2020-03-30",
"count": 1
},
{
"date": "2020-04-02",
"count": 1
},
{
"date": "2020-05-11",
"count": 2
},
{
"date": "2020-07-04",
"count": 1
},
{
"date": "2020-07-07",
"count": 1
},
{
"date": "2020-07-11",
"count": 1
},
{
"date": "2020-07-12",
"count": 2
},
{
"date": "2020-07-18",
"count": 1
},
{
"date": "2020-07-30",
"count": 1
},
{
"date": "2020-07-31",
"count": 1
},
{
"date": "2020-08-28",
"count": 1
},
{
"date": "2020-09-21",
"count": 1
},
{
"date": "2020-10-14",
"count": 1
},
{
"date": "2020-10-25",
"count": 1
},
{
"date": "2020-11-09",
"count": 1
},
{
"date": "2020-11-26",
"count": 2
},
{
"date": "2020-11-27",
"count": 1
},
{
"date": "2020-12-09",
"count": 1
},
{
"date": "2020-12-24",
"count": 1
},
{
"date": "2020-12-30",
"count": 1
},
{
"date": "2020-12-31",
"count": 1
},
{
"date": "2021-01-09",
"count": 1
},
{
"date": "2021-02-23",
"count": 1
},
{
"date": "2021-02-26",
"count": 1
},
{
"date": "2021-03-08",
"count": 1
},
{
"date": "2021-03-16",
"count": 1
},
{
"date": "2021-04-01",
"count": 1
},
{
"date": "2021-05-01",
"count": 1
},
{
"date": "2021-05-13",
"count": 1
},
{
"date": "2021-06-08",
"count": 1
},
{
"date": "2021-06-09",
"count": 1
},
{
"date": "2021-06-10",
"count": 1
},
{
"date": "2021-06-14",
"count": 1
},
{
"date": "2021-07-02",
"count": 1
},
{
"date": "2021-08-09",
"count": 1
},
{
"date": "2021-08-23",
"count": 1
},
{
"date": "2021-09-10",
"count": 1
},
{
"date": "2021-09-28",
"count": 1
},
{
"date": "2021-10-20",
"count": 2
},
{
"date": "2021-11-01",
"count": 1
},
{
"date": "2021-11-09",
"count": 1
},
{
"date": "2021-11-18",
"count": 1
},
{
"date": "2021-11-21",
"count": 1
},
{
"date": "2021-11-26",
"count": 1
},
{
"date": "2021-12-10",
"count": 1
},
{
"date": "2021-12-15",
"count": 1
},
{
"date": "2021-12-22",
"count": 1
},
{
"date": "2021-12-30",
"count": 1
},
{
"date": "2022-01-12",
"count": 1
},
{
"date": "2022-01-13",
"count": 1
},
{
"date": "2022-01-15",
"count": 1
},
{
"date": "2022-01-21",
"count": 2
},
{
"date": "2022-03-22",
"count": 1
},
{
"date": "2022-04-01",
"count": 1
},
{
"date": "2022-04-10",
"count": 1
},
{
"date": "2022-04-11",
"count": 1
},
{
"date": "2022-04-14",
"count": 1
},
{
"date": "2022-04-28",
"count": 1
},
{
"date": "2022-05-07",
"count": 1
},
{
"date": "2022-05-21",
"count": 1
},
{
"date": "2022-05-30",
"count": 1
},
{
"date": "2022-06-06",
"count": 1
},
{
"date": "2022-06-14",
"count": 1
},
{
"date": "2022-06-23",
"count": 1
},
{
"date": "2022-06-28",
"count": 1
},
{
"date": "2022-07-13",
"count": 1
},
{
"date": "2022-08-05",
"count": 1
},
{
"date": "2022-08-15",
"count": 1
},
{
"date": "2022-08-26",
"count": 1
},
{
"date": "2022-09-13",
"count": 1
},
{
"date": "2022-09-16",
"count": 1
},
{
"date": "2022-10-26",
"count": 1
},
{
"date": "2022-11-05",
"count": 1
},
{
"date": "2022-11-11",
"count": 1
},
{
"date": "2022-11-28",
"count": 1
},
{
"date": "2022-12-05",
"count": 1
},
{
"date": "2022-12-07",
"count": 1
},
{
"date": "2023-01-11",
"count": 2
},
{
"date": "2023-01-12",
"count": 2
},
{
"date": "2023-01-16",
"count": 1
},
{
"date": "2023-01-19",
"count": 1
},
{
"date": "2023-01-21",
"count": 1
},
{
"date": "2023-02-02",
"count": 1
},
{
"date": "2023-02-04",
"count": 1
},
{
"date": "2023-03-31",
"count": 1
},
{
"date": "2023-04-23",
"count": 1
},
{
"date": "2023-05-29",
"count": 1
},
{
"date": "2023-06-07",
"count": 1
},
{
"date": "2023-07-05",
"count": 1
},
{
"date": "2023-07-08",
"count": 1
},
{
"date": "2023-07-10",
"count": 1
},
{
"date": "2023-07-12",
"count": 1
},
{
"date": "2023-07-20",
"count": 1
},
{
"date": "2023-09-16",
"count": 1
},
{
"date": "2023-09-20",
"count": 1
},
{
"date": "2023-09-23",
"count": 1
},
{
"date": "2023-10-12",
"count": 1
},
{
"date": "2023-10-22",
"count": 1
},
{
"date": "2023-11-06",
"count": 2
},
{
"date": "2023-11-20",
"count": 1
},
{
"date": "2024-03-21",
"count": 1
},
{
"date": "2024-04-16",
"count": 1
},
{
"date": "2024-04-29",
"count": 1
},
{
"date": "2024-04-30",
"count": 1
},
{
"date": "2024-05-10",
"count": 1
},
{
"date": "2024-07-13",
"count": 1
},
{
"date": "2024-10-26",
"count": 1
},
{
"date": "2024-12-11",
"count": 3
},
{
"date": "2024-12-20",
"count": 1
},
{
"date": "2025-01-17",
"count": 1
},
{
"date": "2025-02-21",
"count": 1
},
{
"date": "2025-03-19",
"count": 1
},
{
"date": "2025-05-19",
"count": 1
},
{
"date": "2025-05-22",
"count": 1
},
{
"date": "2025-06-25",
"count": 1
},
{
"date": "2025-06-28",
"count": 1
},
{
"date": "2025-07-17",
"count": 1
},
{
"date": "2025-11-12",
"count": 1
},
{
"date": "2025-11-18",
"count": 1
},
{
"date": "2025-12-10",
"count": 1
},
{
"date": "2026-02-06",
"count": 1
},
{
"date": "2026-02-09",
"count": 1
}
],
"complete": true,
"collected": 203,
"total_stars": 204
},
"open_issues_and_prs": 3
},
"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": [
"mix.exs"
],
"largest_source_bytes": 13452,
"source_files_sampled": 12,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"mix.exs"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"hex"
],
"dependencies": [
{
"name": "shutdown",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 10,
"open_issues": 3,
"closed_ratio": 0.833,
"closed_issues": 15,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "melpon",
"commits": 94,
"avatar_url": "https://avatars.githubusercontent.com/u/816539?v=4"
},
{
"type": "User",
"login": "katafrakt",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/119904?v=4"
},
{
"type": "User",
"login": "kianmeng",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/134518?v=4"
},
{
"type": "User",
"login": "davorbadrov",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1404772?v=4"
},
{
"type": "User",
"login": "boone",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6807?v=4"
},
{
"type": "User",
"login": "phanmn",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3765536?v=4"
},
{
"type": "User",
"login": "ogomezba",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/58916926?v=4"
},
{
"type": "User",
"login": "fxn",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3387?v=4"
}
],
"contributors_sampled": 8,
"top_contributor_share": 0.904
},
"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": [
"mix.lock"
],
"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 7 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": 3,
"reason": "Found 7/23 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 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": "50268cf2f20853170b59374dcacff51f87f8d171",
"ran_at": "2026-07-21T20:20:39Z",
"aggregate_score": 3.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/melpon/memoize",
"host": "github.com",
"name": "memoize",
"owner": "melpon"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"security": 32,
"vitality": 38,
"community": 56,
"governance": 64,
"engineering": 44
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 38,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"commits_last_year": 11,
"human_commit_share": 1,
"days_since_last_push": 108,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 108 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 108
}
}
],
"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": "11 commits in the last year",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 11
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "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": 62,
"inputs": {
"releases_count": 14,
"latest_release_tag": "1.4.5",
"releases_from_tags": true,
"days_since_latest_release": 108,
"mean_days_between_releases": 301.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "14 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 14
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 108 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 108
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~301.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 301.4
}
}
],
"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": 108,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 108 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 108
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 56,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"forks": 14,
"stars": 204,
"watchers": 5,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "204 stars",
"points": 37.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 204
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "14 forks",
"points": 9.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 14
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "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": 74,
"inputs": {
"packages": [
"memoize"
],
"dependents": null,
"ecosystems": "hex",
"total_downloads": 24558144,
"monthly_downloads": 26471
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "26,471 downloads/month across hex",
"points": 59,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 26471,
"ecosystems": "hex"
}
}
],
"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": 64,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 8,
"top_contributor_share": 0.904
},
"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 90% of commits",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 90
}
}
],
"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 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"merged_prs": 10,
"open_issues": 3,
"closed_issues": 15,
"issue_closed_ratio": 0.833,
"closed_unmerged_prs": 4
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "83% of issues closed",
"points": 38.9,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 83
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "10/14 decided PRs merged",
"points": 27.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 10,
"decided": 14
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 7/23 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 66,
"inputs": {
"followers": 275,
"owner_type": "User",
"is_verified": null,
"owner_login": "melpon",
"public_repos": 64,
"account_age_days": 5532
},
"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": "275 followers of melpon",
"points": 17.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 275,
"login": "melpon"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "64 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 64
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"memoize"
],
"ecosystems": "hex",
"any_deprecated": false,
"min_days_since_publish": 108
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on hex",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "hex"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 108 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 108
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "22 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 22
}
}
],
"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": 44,
"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 7 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"elixir-lang",
"memoize",
"cache"
],
"has_wiki": true,
"homepage": "https://hex.pm/packages/memoize",
"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": "https://hex.pm/packages/memoize",
"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": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"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 7 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 7/23 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow 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": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 9
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 37,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.2,
"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": "20 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 20,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"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": 50,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"mix.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"mix.exs"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "mix.exs (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "mix.exs"
}
}
],
"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 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": "Elixir",
"largest_source_bytes": 13452,
"source_files_sampled": 12,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Elixir without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Elixir"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/12 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 12,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-21T20:20:52.324027Z",
"schema_version": "0.23.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/melpon/memoize.svg",
"full_name": "melpon/memoize",
"license_state": "standard",
"license_spdx": "MIT"
}