Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"elixir",
"cache"
],
"is_fork": false,
"size_kb": 73,
"has_wiki": true,
"homepage": null,
"languages": {
"Elixir": 33292
},
"pushed_at": "2026-05-04T16:32:38Z",
"created_at": "2020-04-04T02:39:24Z",
"owner_type": "Organization",
"updated_at": "2026-05-24T17:39:48Z",
"description": "super simple caching with ttls",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Elixir",
"significant_languages": [
"Elixir"
]
},
"owner": {
"blog": null,
"name": "Toniq",
"type": "Organization",
"login": "elixir-toniq",
"company": null,
"location": null,
"followers": 41,
"avatar_url": "https://avatars.githubusercontent.com/u/32466685?v=4",
"created_at": "2017-10-02T19:29:12Z",
"is_verified": null,
"public_repos": 19,
"account_age_days": 3214
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-05-04T16:32:16Z"
},
{
"tag": "v0.7.3",
"kind": "patch",
"published_at": "2024-02-16T03:50:39Z"
},
{
"tag": "v0.7.2",
"kind": "patch",
"published_at": "2022-07-19T16:23:56Z"
},
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2021-05-09T20:40:31Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2021-04-26T14:19:29Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2021-02-04T18:48:18Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2020-11-09T18:49:00Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2020-11-02T19:21:50Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2020-11-02T17:32:49Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2020-10-05T15:43:57Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2020-08-26T19:43:34Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2020-08-25T19:16:54Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2020-08-25T16:41:39Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2020-07-23T18:43:15Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2020-04-04T18:10:03Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2020-04-04T03:00:00Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2020-04-04T02:37:17Z"
}
],
"recent_commits": [
{
"oid": "9e7be79c5225f810442d15511d3730fb9566e72c",
"body": null,
"is_bot": false,
"headline": "Bump v0.8.0",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2026-05-04T16:32:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e39bd4c39f27198f41a1bf774c038ca10cd9618",
"body": "Check the configuration and table size when reclaiming keys.",
"is_bot": false,
"headline": "Merge pull request #19 from elixir-toniq/avoid-multiple-reclaims",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2026-03-30T14:35:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ab2c1930afa3b035b1a8f236af7aac08b84d49b",
"body": null,
"is_bot": false,
"headline": "Check the configuration and table size when reclaiming keys.",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2026-03-26T17:44:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb7baa23d8164d6501f2a6f230f845a3cc3e7317",
"body": "Swap out norm for nimble_options",
"is_bot": false,
"headline": "Merge pull request #18 from elixir-toniq/drop-norm-dep",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2026-03-26T15:31:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20e44d034fe6edb4b205bc3a204000bff44dbd9d",
"body": null,
"is_bot": false,
"headline": "Swap out norm for nimble_options",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2026-03-26T15:07:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fa4fd0daf6e763b45b531c3b0decca1e1f5aa02",
"body": "Add spans for get and put operations",
"is_bot": false,
"headline": "Merge pull request #17 from elixir-toniq/add-telemetry-spans",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2026-03-25T17:57:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "538d26daad9aa8d917a157bf34e5c0ab587e010d",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2026-03-25T17:56:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcffe9c47df656bbb9683a525fe10303223f0adb",
"body": null,
"is_bot": false,
"headline": "Add spans for get and put operations",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2026-03-25T16:59:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a10ce5873406deba8ac6e06b0537e69240d280e0",
"body": null,
"is_bot": false,
"headline": "Bump v0.7.3",
"author_name": "Mitchell Hanberg",
"author_login": "mhanberg",
"committed_at": "2024-02-16T03:50:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16dd1d9c7fec8ba4021a168cf6afc04a6cb4c47f",
"body": null,
"is_bot": false,
"headline": "Support caching `nil` values (#16)",
"author_name": "Greg Mefford",
"author_login": "GregMefford",
"committed_at": "2024-02-16T03:46:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f1811779ca2dfc80dcb30fe5d70d5809afb3abb",
"body": null,
"is_bot": false,
"headline": "Bump v0.7.2",
"author_name": "Mitchell Hanberg",
"author_login": "mhanberg",
"committed_at": "2022-07-19T16:23:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8561171292af577d6d52f26f45b423dd6bd85db0",
"body": "Allow use of telemetry above 1.0",
"is_bot": false,
"headline": "Merge pull request #13 from inhji/relax-telemetry-version",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2022-01-25T15:40:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a31647d535d16a18242757d9dd43d1e21612e6c",
"body": null,
"is_bot": false,
"headline": "Allow use of telemetry above 1.0",
"author_name": "Inhji",
"author_login": "inhji",
"committed_at": "2022-01-24T18:08:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc65e485fe52034a68cc25a73bae1f7dbc926ce9",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2021-05-09T20:40:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "288ce1564f854619d0a1dadfcd1db57a51b1ba63",
"body": null,
"is_bot": false,
"headline": "Use default relaim percentage",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2021-05-09T20:40:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebe4bf061167efbf63563619ca15849621f506ed",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2021-04-26T14:19:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6fb7951de823bdd6062801bed81ba35259748a8",
"body": "Clean up property test",
"is_bot": false,
"headline": "Merge pull request #10 from keathley/improve-prop-test",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2021-04-26T01:03:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1619bf3d768c6000b10ade57796324a8d4c7ca31",
"body": null,
"is_bot": false,
"headline": "Clean up property test",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2021-04-26T01:01:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ca64381e474cb046753cfe4c9f2f3d0564563a4",
"body": null,
"is_bot": false,
"headline": "Merge branch 'fix-gh-actions' into main",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2021-04-25T22:51:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94777c4f91ed1182df61521583d390a77b6eee52",
"body": null,
"is_bot": false,
"headline": "Fix config",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2021-04-25T22:33:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d81a09b4735aced4ac3771ba0ae81f6a742274b",
"body": null,
"is_bot": false,
"headline": "Update actions config",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2021-04-25T21:24:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "864f0b60613454604ac254cf5d6b890f1106744e",
"body": "Stateful properties",
"is_bot": false,
"headline": "Merge pull request #8 from keathley/stateful-properties",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2021-04-25T21:06:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac808f027b4b4eedb0f36e82a5d41158937d9083",
"body": null,
"is_bot": false,
"headline": "Add stateful property tests",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2021-04-25T20:48:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e961a6349f6366246b9e5dcf69780d80d3ca55e",
"body": null,
"is_bot": false,
"headline": "Bump deps",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2021-02-04T18:55:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d8b50d7eb0c8a346421f6f3428c38692249776e",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2021-02-04T18:48:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1b643751df96765865d935b4c6642a1a6caa867",
"body": null,
"is_bot": false,
"headline": "Allow multiple caches by overriding child_spec",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2021-02-04T18:47:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b706bd7c7446cdf496e48dafec7e0b4caf829c32",
"body": null,
"is_bot": false,
"headline": "Merge branch 'kianmeng-misc-doc-changes' into main",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-11-10T15:40:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c390d4269d2f3f695771b768e4ea89fd1ef6b7f2",
"body": "List of changes:\n\n- Use common source url\n- Remove api reference page\n- Remove default pages section\n- Embed readme content into module doc\n- Remove duplicated content\n- Badges and more badges!",
"is_bot": false,
"headline": "Misc doc changes",
"author_name": "Kian-Meng, Ang",
"author_login": "kianmeng",
"committed_at": "2020-11-10T12:26:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2801afec2e75acad6f66c860e9e5153d8b60d4a",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-11-09T18:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09ecd92258de7df55dc18d44edee560e88f98a7b",
"body": null,
"is_bot": false,
"headline": "Merge branch 'default-ttls' into main",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-11-09T18:48:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7ecc1d848256f332851faf2e963189a7e4099c2",
"body": null,
"is_bot": false,
"headline": "Add default ttl for configuration",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-11-09T18:47:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5937c7e3f7dd062ea2d44694e7e997565833c43f",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-11-02T19:21:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcda5a56ba93a83f1670062ca5841207b35ac5fa",
"body": null,
"is_bot": false,
"headline": "Better support for limit options in nimble pool",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-11-02T19:21:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73039eec089d19285397e86f1fd3a386be1d6cba",
"body": null,
"is_bot": false,
"headline": "Bump Version",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-11-02T17:32:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e50a1e8ac108b7d84094df6043ce77cb5dc4962",
"body": null,
"is_bot": false,
"headline": "Update nimble options",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-11-02T17:32:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "736ff8663423de44129d81b496b6c483636e9d8b",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-10-05T15:43:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e260fefc65bd007851ced1c5cc940a514515774",
"body": null,
"is_bot": false,
"headline": "Merge branch 'jeffutter-upgrade_nimble_options'",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-10-05T15:42:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d00df84724dd0d105283fabf766257269993fc20",
"body": "This was casuing conflicts when trying to use Finch 0.4.0 with Mentat",
"is_bot": false,
"headline": "Upgrading lowest compatible version of Nimble Options",
"author_name": "Jeffery Utter",
"author_login": "jeffutter",
"committed_at": "2020-10-05T13:59:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "825f9e0ad4bcaffc2f013abe19c155429cfce084",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-08-26T19:43:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "161843e164b104472ad0d92f3ef12f4d0625b6d7",
"body": "Improve the ttl support",
"is_bot": false,
"headline": "Merge pull request #5 from keathley/smarter-ttls",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-08-26T19:41:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a2ac132ba3b61dc007aac2d2f381908dadee250",
"body": null,
"is_bot": false,
"headline": "Improve the ttl support",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-08-26T18:52:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36be26f5a00ca24edaa78b8aba87f0955539ee17",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-08-25T19:16:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b4b460c2b6a8104e1beca306db942c291ad5094",
"body": null,
"is_bot": false,
"headline": "Merge branch 'optimize-reclaiming'",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-08-25T19:16:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ea0049ba1df5aa0498038c5f57eab9fbe290e6f",
"body": null,
"is_bot": false,
"headline": "Optimize reclamation process",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-08-25T19:16:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "990a9df48780d286841f3e7d236a394c2607720a",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-08-25T16:41:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6cbd06b2abd90a9d1b5290c39cfd22e57fca91e",
"body": null,
"is_bot": false,
"headline": "Merge branch 'add-limits'",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-08-25T16:41:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc29ea817bac38addb801ca927e7d2b2cb8c3513",
"body": null,
"is_bot": false,
"headline": "Update docs",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-08-25T16:39:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ff38e5a17cf73023d1284e9cccc6119a9c00245",
"body": null,
"is_bot": false,
"headline": "Add optional limits to caches",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-08-25T15:39:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c77f548a3413c39c197142f4a6822ef08a679fca",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-07-23T18:43:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5afc714da5ddb22412e9cdc377487305253f4fb9",
"body": "allow additional :ets config to be passed in on start up",
"is_bot": false,
"headline": "Merge pull request #3 from sneako/ets-args",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-07-22T13:55:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f829c9a9fa19b03cf8ab9072e4d38b86cc685634",
"body": null,
"is_bot": false,
"headline": "allow additional :ets config to be passed in on start up",
"author_name": "Nico Piderman",
"author_login": "sneako",
"committed_at": "2020-07-21T23:12:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d4a46533d872671221a8daffa7045d44e410cc3",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-04-04T18:10:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ed53b4e4dbcfcd72a52aea9d957d60b2fbad031",
"body": null,
"is_bot": false,
"headline": "Merge branch 'add-deletion'",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-04-04T18:09:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d92782f54f970583bc3579ad92e1388b7ab9a8c0",
"body": null,
"is_bot": false,
"headline": "Add delete function to mentat api",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-04-04T17:06:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b99888f8122915cc6fc676301eb842c4877e7cf1",
"body": null,
"is_bot": false,
"headline": "Merge branch 'github-actions'",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-04-04T03:09:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f55ca5d9c05f15f0ad9c493ff387da94f4e017a6",
"body": null,
"is_bot": false,
"headline": "Create elixir.yml",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-04-04T03:06:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b57db9a79b64f1410c0a17db13758940ed66590",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-04-04T03:00:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24ed65ee4f7c829dde16f3c636b4bbe41f484c11",
"body": null,
"is_bot": false,
"headline": "Update info on telemetry",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-04-04T02:59:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d28017ac93581ecd3bdbc3e782b8891fd8209fd0",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Chris Keathley",
"author_login": "keathley",
"committed_at": "2020-04-04T02:37:17Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 17,
"commits_last_year": 8,
"latest_release_at": "2026-05-04T16:32:16Z",
"latest_release_tag": "v0.8.0",
"releases_from_tags": true,
"days_since_last_push": 78,
"active_weeks_last_year": 2,
"days_since_latest_release": 78,
"mean_days_between_releases": 226.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "mentat",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "hex",
"matches_repo": true,
"registry_url": "https://hex.pm/packages/mentat",
"is_deprecated": false,
"latest_version": "0.8.0",
"repository_url": "https://github.com/elixir-toniq/mentat",
"versions_count": 17,
"total_downloads": 665644,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 8584,
"first_published_at": "2020-04-04T02:39:01.309905Z",
"latest_published_at": "2026-05-04T16:38:50.551951Z",
"latest_version_yanked": null,
"days_since_latest_publish": 78
}
]
},
"popularity": {
"forks": 9,
"stars": 112,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2020-07-21",
"count": 1
},
{
"date": "2020-10-05",
"count": 1
},
{
"date": "2020-11-10",
"count": 1
},
{
"date": "2021-05-07",
"count": 1
},
{
"date": "2022-01-24",
"count": 1
},
{
"date": "2023-03-13",
"count": 1
},
{
"date": "2024-02-07",
"count": 1
},
{
"date": "2024-03-04",
"count": 1
},
{
"date": "2026-04-22",
"count": 1
}
],
"complete": true,
"collected": 9,
"total_forks": 9
},
"star_history": {
"days": [
{
"date": "2020-04-04",
"count": 3
},
{
"date": "2020-04-05",
"count": 1
},
{
"date": "2020-04-07",
"count": 1
},
{
"date": "2020-04-08",
"count": 3
},
{
"date": "2020-04-10",
"count": 2
},
{
"date": "2020-04-11",
"count": 1
},
{
"date": "2020-04-16",
"count": 1
},
{
"date": "2020-04-22",
"count": 1
},
{
"date": "2020-04-28",
"count": 1
},
{
"date": "2020-05-01",
"count": 1
},
{
"date": "2020-06-22",
"count": 1
},
{
"date": "2020-07-23",
"count": 1
},
{
"date": "2020-09-08",
"count": 1
},
{
"date": "2020-10-01",
"count": 3
},
{
"date": "2020-10-02",
"count": 2
},
{
"date": "2020-10-04",
"count": 3
},
{
"date": "2020-10-06",
"count": 1
},
{
"date": "2020-10-25",
"count": 1
},
{
"date": "2020-11-18",
"count": 1
},
{
"date": "2021-02-10",
"count": 1
},
{
"date": "2021-02-20",
"count": 1
},
{
"date": "2021-02-21",
"count": 1
},
{
"date": "2021-02-22",
"count": 1
},
{
"date": "2021-02-24",
"count": 1
},
{
"date": "2021-02-28",
"count": 1
},
{
"date": "2021-04-26",
"count": 12
},
{
"date": "2021-04-27",
"count": 4
},
{
"date": "2021-04-29",
"count": 1
},
{
"date": "2021-05-05",
"count": 1
},
{
"date": "2021-05-11",
"count": 2
},
{
"date": "2021-05-14",
"count": 2
},
{
"date": "2021-05-19",
"count": 1
},
{
"date": "2021-05-21",
"count": 1
},
{
"date": "2021-05-24",
"count": 3
},
{
"date": "2021-06-09",
"count": 1
},
{
"date": "2021-06-10",
"count": 1
},
{
"date": "2021-06-21",
"count": 1
},
{
"date": "2021-07-09",
"count": 3
},
{
"date": "2021-08-11",
"count": 2
},
{
"date": "2021-08-12",
"count": 1
},
{
"date": "2021-10-06",
"count": 1
},
{
"date": "2021-10-14",
"count": 1
},
{
"date": "2021-10-23",
"count": 1
},
{
"date": "2021-10-26",
"count": 1
},
{
"date": "2022-01-30",
"count": 1
},
{
"date": "2022-02-04",
"count": 1
},
{
"date": "2022-02-15",
"count": 1
},
{
"date": "2022-02-26",
"count": 1
},
{
"date": "2022-04-13",
"count": 1
},
{
"date": "2022-06-15",
"count": 1
},
{
"date": "2022-07-03",
"count": 1
},
{
"date": "2022-07-17",
"count": 1
},
{
"date": "2022-07-21",
"count": 1
},
{
"date": "2022-08-23",
"count": 1
},
{
"date": "2022-08-28",
"count": 1
},
{
"date": "2022-09-01",
"count": 1
},
{
"date": "2022-09-09",
"count": 1
},
{
"date": "2022-09-25",
"count": 1
},
{
"date": "2022-10-21",
"count": 1
},
{
"date": "2022-11-03",
"count": 1
},
{
"date": "2022-12-07",
"count": 1
},
{
"date": "2023-02-22",
"count": 1
},
{
"date": "2023-04-08",
"count": 1
},
{
"date": "2023-04-09",
"count": 2
},
{
"date": "2023-05-15",
"count": 1
},
{
"date": "2023-07-12",
"count": 1
},
{
"date": "2023-09-01",
"count": 1
},
{
"date": "2023-09-21",
"count": 1
},
{
"date": "2023-12-11",
"count": 1
},
{
"date": "2024-01-22",
"count": 1
},
{
"date": "2024-01-23",
"count": 1
},
{
"date": "2024-02-22",
"count": 1
},
{
"date": "2024-03-08",
"count": 1
},
{
"date": "2024-04-15",
"count": 1
},
{
"date": "2024-06-26",
"count": 1
},
{
"date": "2024-07-25",
"count": 1
},
{
"date": "2025-06-26",
"count": 1
},
{
"date": "2025-12-29",
"count": 1
},
{
"date": "2026-05-18",
"count": 1
},
{
"date": "2026-05-24",
"count": 1
}
],
"complete": true,
"collected": 112,
"total_stars": 112
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"mix.exs"
],
"largest_source_bytes": 9126,
"source_files_sampled": 11,
"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": "telemetry",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 0.4 or ~> 1.0"
},
{
"name": "nimble_options",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 1.1"
},
{
"name": "oath",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 0.1"
}
],
"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": 15,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 3,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "keathley",
"commits": 52,
"avatar_url": "https://avatars.githubusercontent.com/u/1642095?v=4"
},
{
"type": "User",
"login": "mhanberg",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/5523984?v=4"
},
{
"type": "User",
"login": "GregMefford",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/69467?v=4"
},
{
"type": "User",
"login": "inhji",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/322385?v=4"
},
{
"type": "User",
"login": "jeffutter",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/570037?v=4"
},
{
"type": "User",
"login": "kianmeng",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/134518?v=4"
},
{
"type": "User",
"login": "sneako",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/7762396?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.881
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"elixir.yml"
],
"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": 3,
"reason": "3 out of 9 merged PRs checked by a CI test -- score normalized to 3",
"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 6/21 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 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": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 10,
"reason": "project is fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "9e7be79c5225f810442d15511d3730fb9566e72c",
"ran_at": "2026-07-21T20:28:10Z",
"aggregate_score": 4,
"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/elixir-toniq/mentat",
"host": "github.com",
"name": "mentat",
"owner": "elixir-toniq"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"security": 40,
"vitality": 46,
"community": 51,
"governance": 67,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 46,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"commits_last_year": 8,
"human_commit_share": 1,
"days_since_last_push": 78,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 78 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 78
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "8 commits in the last year",
"points": 8.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 8
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 72,
"inputs": {
"releases_count": 17,
"latest_release_tag": "v0.8.0",
"releases_from_tags": true,
"days_since_latest_release": 78,
"mean_days_between_releases": 226.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "17 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 17
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 78 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 78
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~226.3 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 226.3
}
}
],
"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": 78,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 78 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 78
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 51,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"forks": 9,
"stars": 112,
"watchers": 3,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "112 stars",
"points": 33.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 112
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "9 forks",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 9
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"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": "moderate",
"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": 66,
"inputs": {
"packages": [
"mentat"
],
"dependents": null,
"ecosystems": "hex",
"total_downloads": 665644,
"monthly_downloads": 8584
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "8,584 downloads/month across hex",
"points": 52.4,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 8584,
"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": 67,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.881
},
"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 88% of commits",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 88
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"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": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"merged_prs": 15,
"open_issues": 0,
"closed_issues": 3,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "15/16 decided PRs merged",
"points": 35.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 15,
"decided": 16
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/21 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"followers": 41,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "elixir-toniq",
"public_repos": 19,
"account_age_days": 3214
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "41 followers of elixir-toniq",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 41,
"login": "elixir-toniq"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "19 public repos, account ~8 yr old",
"points": 21.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 19
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"mentat"
],
"ecosystems": "hex",
"any_deprecated": false,
"min_days_since_publish": 78
},
"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 78 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 78
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "17 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 17
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": "3 out of 9 merged PRs checked by a CI test -- score normalized to 3",
"points": 6,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"elixir",
"cache"
],
"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": "2 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 2
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 40,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4
},
"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": "3 out of 9 merged PRs checked by a CI test -- score normalized to 3",
"points": 0.8,
"status": "partial",
"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 6/21 approved changesets -- score normalized to 2",
"points": 1.5,
"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 dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is fuzzed",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 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": 34,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 9,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.169,
"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": "10 of 59 human commits state their intent (structured subject or explanatory body)",
"points": 9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 10,
"sampled": 59
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 45,
"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 59",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 59
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Elixir",
"largest_source_bytes": 9126,
"source_files_sampled": 11,
"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/11 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 11,
"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:28:24.662950Z",
"schema_version": "0.23.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/e/elixir-toniq/mentat.svg",
"full_name": "elixir-toniq/mentat",
"license_state": "standard",
"license_spdx": "MIT"
}