Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 45356,
"has_wiki": false,
"homepage": "https://hex.pm/packages/live_stash",
"languages": {
"Lua": 633,
"Elixir": 210721,
"JavaScript": 810
},
"pushed_at": "2026-07-22T10:39:40Z",
"created_at": "2026-01-27T09:28:03Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T10:40:03Z",
"description": "Library that fixes problem of losing state on LiveView reconnects",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Elixir",
"significant_languages": [
"Elixir"
]
},
"owner": {
"blog": "https://swmansion.com",
"name": "Software Mansion Labs",
"type": "Organization",
"login": "software-mansion-labs",
"company": null,
"location": "Kraków, Poland",
"followers": 402,
"avatar_url": "https://avatars.githubusercontent.com/u/6952717?v=4",
"created_at": "2014-03-14T15:29:08Z",
"is_verified": null,
"public_repos": 274,
"account_age_days": 4513
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2026-07-20T09:35:52Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-07-01T13:38:28Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-05-14T11:24:38Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-04-22T10:48:43Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-04-08T12:07:31Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-04-02T08:35:07Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-03-31T12:53:23Z"
}
],
"recent_commits": [
{
"oid": "90ebff164cdae73fb2f7a019b30e372c913cf44d",
"body": "* Add slack notification workflow\n\n* Apply review suggestions",
"is_bot": false,
"headline": "Chore: Add github workflow with slack notification workflow (#124)",
"author_name": "Krzysztof Nalepa",
"author_login": "kraleppa",
"committed_at": "2026-07-22T10:39:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d088382b483c1f6d907f1e0a822bdc513852571",
"body": null,
"is_bot": false,
"headline": "Chore: Update changelog.md (#123)",
"author_name": "Krzysztof Nalepa",
"author_login": "kraleppa",
"committed_at": "2026-07-20T09:27:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea72ca1066aaec37e09f263e3b7e66da388a584e",
"body": "* Fix ETS stashing for tuple-containing state (#121)\n\nTreat replacement records as constants in the match spec and add regression coverage.\n\n* Test tuple state replacement behavior",
"is_bot": false,
"headline": "Bug: fix ETS stashing for tuple-containing state (#122)",
"author_name": "Ricardo Rivera",
"author_login": "silkradz",
"committed_at": "2026-07-17T08:11:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e503c26391c292fc39d65bad64a106538de61de",
"body": "state.ex used `use Memento.Table` unconditionally, so any app depending\non live_stash failed to compile without memento installed, even when\nnot using the Mnesia adapter. Guard the module definition behind\nCode.ensure_loaded?(Memento), matching the existing optional-dep\npattern used for the Redis adapter/Redix.\n\nCo-authored-by: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bug: fix compile failure when Memento dep is missing (#120)",
"author_name": "Krzysztof Nalepa",
"author_login": "kraleppa",
"committed_at": "2026-07-01T13:26:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8a4b3e08ccfe07d7b1fa35a7c27bee40c67d8e46",
"body": "* Update version\n\n* Bump version in example.md",
"is_bot": false,
"headline": "Chore: update version (#119)",
"author_name": "Krzysztof Nalepa",
"author_login": "kraleppa",
"committed_at": "2026-07-01T08:42:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75bdba17e7eeb798b7e897dcf998dd777b14c75b",
"body": null,
"is_bot": false,
"headline": "Docs: update readme with Mnesia (#110)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-07-01T08:23:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ca2ba19d9b3ffa51d313f95f4bd9f8259f31a4a",
"body": null,
"is_bot": false,
"headline": "Bug: unify recover status in browser adapter (#117)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-07-01T07:39:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0edd236d05e71efbb155b7deee8b44fa9ff2d87b",
"body": "* make security mode explicitly required\n\n* update tests\n\n* Improve error handling\n\n* Refactor\n\n* Change errors\n\n---------\n\nCo-authored-by: kraleppa <krzysztof.nalepa@swmansion.com>",
"is_bot": false,
"headline": "Enhancement: make security mode explicitly required (#116)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-07-01T07:37:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b87adfa336d9d23b40c111ce1500a8ca4af9ca2",
"body": null,
"is_bot": false,
"headline": "Enhancement: docs and hook interval (#115)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-06-30T12:38:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbbff9146f258e8fdef50ce0a0f9faec2ed1fc6c",
"body": "* make mnesia cleaner dirty\n\n* remove batching in mnesia\n\n* update docs and test\n\n* froamt",
"is_bot": false,
"headline": "Enhancement: Mnesia dirty ops (#114)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-06-29T10:28:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26bfc54c766e70784cc495cce245b0a0b1a9d814",
"body": "* fix mnesia boot up\n\n* change log\n\n* refacotr\n\n* change dev to test in e2e docker compose\n\n* fix e2e\n\n* build assets in e2e\n\n* reconcile mnesia during boot up\n\n* retry mechanism\n\n* fight the flakes - defeat\n\n* im still standing - i think it works\n\n* simplify inconsistent event handling\n\n* advanced distributed systems engineering\n\n* patch some edge cases\n\n* use init context in mnesia\n\n* add error handling in ttl hook\n\n* fix type spec",
"is_bot": false,
"headline": "Bug: fix mnesia boot up (#111)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-06-16T07:35:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4772723c0711f71c5bcf3ce4922bd35185bdcc25",
"body": "* mnesia adapter early version\n\n* tests\n\n* fix test\n\n* tests\n\n* change amnesia to memento\n\n* refactor\n\n* refactor\n\n* change ttl management\n\n* handle split brain better\n\n* handle split brain in mnesia\n\n* fix credo\n\n* logs\n\n* cleanup\n\n* doc false\n\n* tests\n\n* cleanup\n\n* rotate stash id in mnesia\n\n* fix\n[…]\ne2e task\n\n* fix\n\n* fix e2e tests\n\n* install npm deps in e2e task\n\n* refactor\n\n* cleanup\n\n* enhance logs in cleaner\n\n* fix format\n\n* add batch read in mnesia cleaner\n\n* update docs\n\n* fix test\n\n* fixes",
"is_bot": false,
"headline": "Enhancement: Mnesia adapter (#91)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-05-28T10:07:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eb15997e7c55173400057ede2c1c8d801b1bae43",
"body": "* change ttl in ETS\n\n* refactor\n\n* handle error\n\n* rescue\n\n* add table check in cleaner\n\n* fix",
"is_bot": false,
"headline": "Enhancement: change ttl in ETS (#101)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-05-25T13:49:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0f3f3737a3482ed5f567d73738286911a185cf2",
"body": "* version check\n\n* tests\n\n* fix format\n\n* docs\n\n* fixes\n\n* update tests\n\n* delete old state in ets\n\n* move version to record field\n\n* fix format\n\n* update ets context docs",
"is_bot": false,
"headline": "Bug: add versioning (#106)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-05-25T13:26:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f74dd4fa894015d8e2325696250f72f70a872823",
"body": null,
"is_bot": false,
"headline": "Enhancement: raise error in nested live views (#107)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-05-21T08:45:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e42579a5396622c881702eabf550686dff7cdfe",
"body": null,
"is_bot": false,
"headline": "Chore: Update version (#104)",
"author_name": "Krzysztof Nalepa",
"author_login": "kraleppa",
"committed_at": "2026-05-14T11:24:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65343b9330c15334e4e52b9d9ccf4083030e1ca6",
"body": "* compress terms in browser adapter\n\n* fix test\n\n* fix format\n\n* fix credo\n\n* cleanup\n\n* polish",
"is_bot": false,
"headline": "Enhancement: Add payload compression in browser adapter (#103)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-05-14T10:23:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9262886eb1a4df17262a30221c4033a020a65bc0",
"body": "* add auto stash mode\n\n* test\n\n* update examples\n\n* Handle missing stored keys\n\n* docs\n\n* tests\n\n* bugfix\n\n* make auto stash false by default\n\n* fix test\n\n* update readme\n\n* clean up\n\n* refactor\n\n* update tests\n\n* fix format\n\n* cleanup",
"is_bot": false,
"headline": "Enhancement: add auto mode (#88)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-05-14T10:15:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67e35cd8ec6c9976f0c4cdcd8f8de90be6d653cd",
"body": "* rotate id\n\n* fixes\n\n* fix credo\n\n* refactor\n\n* format\n\n* cleanup\n\n* err msg\n\n* fix spec\n\n* cleanup\n\n* small fix\n\n* nitpick\n\nCo-authored-by: Krzysztof Nalepa <56135216+kraleppa@users.noreply.github.com>",
"is_bot": false,
"headline": "Bug: Rotate stash id (#100)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-05-14T10:14:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1f63c5d7f15f46cbb7014234ba80743bcb7a36a",
"body": "* Add redis with ETS registry\n\n* Change to new api\n\n* update to new api unfinished\n\n* fixes\n\n* move main management ttl to ets\n\n* add redis unit tests\n\n* cleanup\n\n* add error path in tests\n\n* add e2e tests\n\n* unify e2e tests\n\n* Change ttl to seconds\n\n* fix credo\n\n* add docs\n\n* add context validation\n[…]\nfix test\n\n* fix\n\n* refactor\n\n* fix format\n\n* refactor\n\n* tests\n\n* docs\n\n* fix\n\n* fix test\n\n* docs\n\nCo-authored-by: Copilot <copilot@github.com>\n\n* compress payload\n\n* remove safe option\n\n* remove test",
"is_bot": false,
"headline": "Enhancement: Redis adapter (#90)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-05-14T09:44:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2aee68dfde8402020a324261d5ea8cd3b21c1922",
"body": null,
"is_bot": false,
"headline": "Chore: update version (#89)",
"author_name": "Krzysztof Nalepa",
"author_login": "kraleppa",
"committed_at": "2026-04-22T10:51:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17fa5e8419519aa2883777400c68d46b82207475",
"body": null,
"is_bot": false,
"headline": "Chore: update readme (#79)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-04-22T10:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a8fb6dfa68cefd5d6085338445246753a2e6e84",
"body": "* fixes\n\n* update docs\n\n* remove some examples",
"is_bot": false,
"headline": "Chore: Remove some examples (#86)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-04-20T14:15:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5665a5c6518671065d8b9265fca8b41b6d8849f7",
"body": "* add context attributes validation\n\n* refactor\n\n* refactor\n\n* fix credo\n\n* fix ttl\n\n* fix",
"is_bot": false,
"headline": "Enhancement: Add context attributes validation (#82)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-04-15T11:44:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8ef0dcf0f641728e620a3b5c63baabe2a942e86",
"body": "* Update docs\n\n* change ttl to seconds except cleaner\n\n* fix",
"is_bot": false,
"headline": "Enhancement: Change TTL time unit to seconds (#80)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-04-15T10:29:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20f913b9fe65c32c28847aa0d08dc25a14e57502",
"body": "* Add CHANGELOG.md\n\n* Update mix.exs",
"is_bot": false,
"headline": "Docs: Add changelog (#85)",
"author_name": "Krzysztof Nalepa",
"author_login": "kraleppa",
"committed_at": "2026-04-15T10:23:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c03ef766caac7d625265c6c52d3e415bc6e52924",
"body": "* Change api in docs and examples\n\n* fix examples\n\n* Change adapters api\n\n* Add stash optimization\n\n* Update unit tests\n\n* Add e2e test\n\n* Update docs\n\n* fix reset stash\n\n* Add common module unit tests\n\n* polish tests\n\n* fix credo\n\n* Make State.put! more atomic\n\n* refactor\n\n* clean dead code\n\n* remove changes from readme",
"is_bot": false,
"headline": "Enhancement: change stash API to declarative approach (#75)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-04-14T12:40:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fa97e418b4517fe1b548792af42224e7e1c0eeb",
"body": null,
"is_bot": false,
"headline": "Docs: Update demo link in README (#78)",
"author_name": "Krzysztof Nalepa",
"author_login": "kraleppa",
"committed_at": "2026-04-14T12:29:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c5b3098c3c3e8bf35d9a1d912f661eba9212e72",
"body": "* Add pid check when updating state\n\n* Add ets test",
"is_bot": false,
"headline": "Enhancement: add pid check when updating state (#74)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-04-08T11:40:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c6eb7701258764ebcd2627da8b7090ecac2d5fa",
"body": "* Change default adapter to ETS\n\n* Clean up",
"is_bot": false,
"headline": "Chore: change default adapter to ETS (#73)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-04-08T11:40:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c90114fe92783d794d2f8379c2a1973bfed8f113",
"body": "* Add global delete at in browser adapter\n\n* fix\n\n* Refactor\n\n* Refactor\n\n---------\n\nCo-authored-by: Krzysztof Nalepa <56135216+kraleppa@users.noreply.github.com>",
"is_bot": false,
"headline": "Bug: Fix TTL behavior in the browser adapter (#72)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-04-08T11:38:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a646447d0b799426df20d8897ac51117a1330fe6",
"body": "* Fix bug\n\n* Adjust test\n\n* fix\n\n* Clean up\n\n* Update examples\n\n* change example ttl\n\n* Refactor\n\n* Refactor\n\n* fix\n\n* fix to fix",
"is_bot": false,
"headline": "Bug: Clear bad state during recovery (#62)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-04-08T11:31:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cb22e4de74e5f72d5c84c03ee4ba3c064568bb9",
"body": null,
"is_bot": false,
"headline": "Docs: Remove examples from README (#76)",
"author_name": "Krzysztof Nalepa",
"author_login": "kraleppa",
"committed_at": "2026-04-08T11:21:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "771a11165111003d39a21e4c0baa02791b1bfdf0",
"body": null,
"is_bot": false,
"headline": "Chore: Remove debug logs (#64)",
"author_name": "Krzysztof Nalepa",
"author_login": "kraleppa",
"committed_at": "2026-04-07T11:27:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc700d17705736ac9813ddf91e9351451304c691",
"body": null,
"is_bot": false,
"headline": "Docs: `__using__/1` macro documented (#61)",
"author_name": "Krzysztof Nalepa",
"author_login": "kraleppa",
"committed_at": "2026-04-02T08:24:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40cdc12b81d83d76c7685efedc8c74edad1ca85a",
"body": "* Change docs\n\n* Remove import LiveStash\n\n* Fix example",
"is_bot": false,
"headline": "Change docs (#60)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-04-02T08:22:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b217945127d48757ead4d6b8ec3e6875182f53c",
"body": "* Change elixir_uuid to uniq\n\n* Downgrade uniq version\n\n* Bump uniq version",
"is_bot": false,
"headline": "Change elixir_uuid to uniq (#57)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-04-01T14:07:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0954b330b350a75734feafdf5816fcdcb23ab92c",
"body": "* Fix source ref\n\n* Fix source ref again\n\n* Fix relative links\n\n* Document `use LiveStash`",
"is_bot": false,
"headline": "Docs: fix source ref and links in the README (#59)",
"author_name": "Krzysztof Nalepa",
"author_login": "kraleppa",
"committed_at": "2026-04-01T13:41:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea4df756a4a5f01c7c6bec2eb000fdb0ec292481",
"body": "* update links in readme\n\n* Removed version from docs",
"is_bot": false,
"headline": "Docs: Update links in readme (#54)",
"author_name": "Krzysztof Nalepa",
"author_login": "kraleppa",
"committed_at": "2026-03-31T13:16:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b760bb3eeca1de2b77dd4099e921fb15a61a32c2",
"body": "* Change contribution setup\n\n* Add user attachments link to README\n\nAdded a link to user attachments in the README.",
"is_bot": false,
"headline": "Docs: add video to readme (#52)",
"author_name": "Krzysztof Nalepa",
"author_login": "kraleppa",
"committed_at": "2026-03-31T12:43:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c65b16470c4ea1eb810b1c8624caa5d817fb58f",
"body": "* Add side-by-side tic tac toe example\n\n* Resize tic tac toe\n\n* Change css styling\n\n* Change frame title",
"is_bot": false,
"headline": "Add side-by-side tic tac toe example (#50)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-03-31T12:42:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c85a83b1661c5bf41bfb3aa724cdf3364e6ed6c",
"body": null,
"is_bot": false,
"headline": "Fix test (#51)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-03-31T11:43:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a4cec0d7ee95372aa076f3fd994692b1b55bfcd",
"body": "* Delete tests for phx auth\n\n* Fix cluster helpers type mismatch\n\n* Add E2E tests\n\n* Fix for credo\n\n* Fix workflow\n\n* Debug\n\n* Add TTL conversion for browser adapter\n\n* Separate e2e test live views from examples\n\n* Fix tests\n\n* Refactor",
"is_bot": false,
"headline": "Create e2e tests (#48)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-03-31T11:06:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60bd357df65a4e509eaa220188e460220cfce86d",
"body": "* README updates\n\n* Add when not to use chapter\n\n* Update section title for clarity on usage\n\nClarified section title and emphasized appropriate use cases for LiveStash.\n\n* Update Welcome.md\n\n* Move storage mode above When not to use\n\n* Update adapters description\n\n* Docs update\n\n* Add demo to README\n\n* Update docs/browser_memory.md\n\nCo-authored-by: Filip Wegrzyn <144440802+wegorz13@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Filip Wegrzyn <144440802+wegorz13@users.noreply.github.com>",
"is_bot": false,
"headline": "Docs: update docs and readme (#49)",
"author_name": "Krzysztof Nalepa",
"author_login": "kraleppa",
"committed_at": "2026-03-31T10:42:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aea41ee6b19cf2d0465f0c7fb9de9e833cc8e8aa",
"body": "* Create basic tests\n\n* Added fallback scenario",
"is_bot": false,
"headline": "Tests: improve tests for state finder (#46)",
"author_name": "Krzysztof Nalepa",
"author_login": "kraleppa",
"committed_at": "2026-03-26T12:00:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3548c4a7c7ca7eac0b833fd6e2560db017811b20",
"body": null,
"is_bot": false,
"headline": "Update docs to reflect new architecture (#45)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-03-26T11:25:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df8f55d0695d8545989d526416fcecb85e3f0961",
"body": "The state in the browser is now wrapped in `liveStash`and every adapter overwrites it on init.",
"is_bot": false,
"headline": "Reset state left in browser memory from other modes in init stash (#44)",
"author_name": "Krzysztof Nalepa",
"author_login": "kraleppa",
"committed_at": "2026-03-26T11:01:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "783dc5c809d53f810475d093b1875ac867a63f5e",
"body": null,
"is_bot": false,
"headline": "Transition to pluggable adapter architecture (#39)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-03-26T08:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "836cc7e05a18810aa1cb0b02cfb6ff3b7bca58d4",
"body": null,
"is_bot": false,
"headline": "Chore: fix create release workflow (#43)",
"author_name": "Krzysztof Nalepa",
"author_login": "kraleppa",
"committed_at": "2026-03-25T12:59:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd8daca5315087880115f0923c2386b8abe21324",
"body": null,
"is_bot": false,
"headline": "create proper readme and docs (#35)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-03-23T09:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c47f7e2761fc1ca00c6328294e1d51937bb23c1",
"body": null,
"is_bot": false,
"headline": "create unit tests for client and server version (#37)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-03-23T08:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1606a66a63192632dfa505ff5d5b21f53544f810",
"body": "* Add UUID in server mode\n\n* Overwrite state after recovery\n\n* Merge init events for server",
"is_bot": false,
"headline": "31 create UUID in server mode (#33)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-03-18T09:42:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70ca920700e13bfca81d6420a13c7dc3ea8e36c8",
"body": null,
"is_bot": false,
"headline": "29 changes to the api simplification (#30)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-03-17T14:57:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5dfb2f9bbd7fe198b0ff90b690ad121d8ccaafd",
"body": null,
"is_bot": false,
"headline": "Add example with user authentication (#27)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-03-16T09:43:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e6279a42852ff59bdaa0de44241058bf9992b45",
"body": "* Change event names\n\n* Add node hint to server version\n\n* Refactor\n\n* Changed names\n\n* Refactor\n\n* Removed obsolete needed event listener\n\n* Add proper warning message\n\n* Format\n\n* Replace get_by_id with pop_by_id in local state finder\n\n* Changed pop to get on local get",
"is_bot": false,
"headline": "Feature: add node hint (#28)",
"author_name": "Krzysztof Nalepa",
"author_login": "kraleppa",
"committed_at": "2026-03-13T12:50:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e18aac9007c41e17cfed6cf5b4b418a52c6d058e",
"body": "Added authors section and copyright information to README.",
"is_bot": false,
"headline": "Update README with authors and copyright details",
"author_name": "Krzysztof Nalepa",
"author_login": "kraleppa",
"committed_at": "2026-03-12T12:19:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d39075d85abd07b9ca60750874c01411ebaffdc",
"body": "* Add prettier to assets\n\n* Add CI\n\n* Fix credo\n\n* Format gitignore\n\n* Remove LiveDebugger file\n\n* Add node to tool-versions\n\n* Force LiveView 1.0.0 for dev an tests\n\n* Add LICENSE\n\n* Prepare mix.exs for hex release\n\n* Update README\n\n* Add create release workflow\n\n* Add publish release workflow",
"is_bot": false,
"headline": "Chore: add github actions workflows (#26)",
"author_name": "Krzysztof Nalepa",
"author_login": "kraleppa",
"committed_at": "2026-03-12T12:14:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d895582c5f66f58948b51803acea896dfbb8b69",
"body": null,
"is_bot": false,
"headline": "Add state recovery from other nodes in server mode (#25)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-03-12T10:21:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71a13fb7f3db93793fb63e20e3f418d428c7b7a3",
"body": "Changes introduced after consideration:\n\nCLIENT: add option to sign or encrypt data saved in the browser with optional salt (Phoenix Token)\nSERVER: add option to concatenate socket.id as key for stashed data in ETS with optional salt, always hash the key\nWhen not provided, salt defaults to a static string",
"is_bot": false,
"headline": "Add optional signature/encryption with salt for security (#22)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-03-11T14:15:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71f859a411b3c05f8ca59701ee7f29edf5caf729",
"body": null,
"is_bot": false,
"headline": "Change API to stash and stash_assigned",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-03-04T16:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "835e32953fbe0bd5b9d4516ce9c4a60bd02e4879",
"body": null,
"is_bot": false,
"headline": "Add (de)serialization to external term format (term to binary to Base64)",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-03-04T16:01:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0485a6890729cc90ebd5a6840da74b24755b7cc4",
"body": "* Reset state when mounts is set to 0\n\n* Fix credo\n\n* Add comments\n\n* Refactor",
"is_bot": false,
"headline": "Enhancement: reset stashed state on new LiveView (#18)",
"author_name": "Krzysztof Nalepa",
"author_login": "kraleppa",
"committed_at": "2026-03-04T16:01:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09c0374cb1eae84cb6df1222adec6e788d98b091",
"body": null,
"is_bot": false,
"headline": "Refactor after code review",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-02-26T12:16:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1beb10fd7d68a5753c9ddcf23082b152f43b1f4e",
"body": null,
"is_bot": false,
"headline": "Remove previous counter app",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-02-26T11:42:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfca51050f216cb8a26dc0efdbfbf06e5b3e06c9",
"body": null,
"is_bot": false,
"headline": "Refactor example",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-02-26T10:42:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad94895857d23e544ea9e7a830ff9512bd28cbca",
"body": null,
"is_bot": false,
"headline": "Add tic tac toe example and merge with counter",
"author_name": "Filip Wegrzyn",
"author_login": "wegorz13",
"committed_at": "2026-02-25T18:56:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "062b9c20b1679b29220dab7ab3c5c2816506dcdf",
"body": null,
"is_bot": false,
"headline": "Simplified solution",
"author_name": "kraleppa",
"author_login": "kraleppa",
"committed_at": "2026-01-27T15:29:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "155d4859fc0134680c4ecd6dd214f1933e78cb11",
"body": null,
"is_bot": false,
"headline": "Add client version",
"author_name": "kraleppa",
"author_login": "kraleppa",
"committed_at": "2026-01-27T14:57:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1e53344ca0c4024ad144f5d11502d14bd24c646",
"body": null,
"is_bot": false,
"headline": "Add client mode to example app",
"author_name": "kraleppa",
"author_login": "kraleppa",
"committed_at": "2026-01-26T14:27:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64051cbd3fef077cc134d2912905ac4ef7dbcf97",
"body": null,
"is_bot": false,
"headline": "Prettified app.js",
"author_name": "kraleppa",
"author_login": "kraleppa",
"committed_at": "2026-01-26T14:23:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6992a238b9db7ab6f266cbc04eb846be00b501b6",
"body": null,
"is_bot": false,
"headline": "Changed cleanup interval to proper value",
"author_name": "kraleppa",
"author_login": "kraleppa",
"committed_at": "2026-01-26T13:12:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8d52f199925284799017379e843f18578245c74",
"body": null,
"is_bot": false,
"headline": "Proper raises",
"author_name": "kraleppa",
"author_login": "kraleppa",
"committed_at": "2026-01-26T13:07:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21d141c0135827bf1a774d04a5e0a30014b96ee1",
"body": null,
"is_bot": false,
"headline": "Add better error messages",
"author_name": "kraleppa",
"author_login": "kraleppa",
"committed_at": "2026-01-26T13:04:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec9f8031b2e4dcfe5e03f5c32da882dae2c5c801",
"body": null,
"is_bot": false,
"headline": "Updated cleaner, changed storage",
"author_name": "kraleppa",
"author_login": "kraleppa",
"committed_at": "2026-01-26T12:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1296d601ebdf9dbfd25d5403330ee7667d26552",
"body": null,
"is_bot": false,
"headline": "Remove tests",
"author_name": "kraleppa",
"author_login": "kraleppa",
"committed_at": "2026-01-23T13:28:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93883aeadb2ffd14b54813d5f983a079af3f4af2",
"body": null,
"is_bot": false,
"headline": "Simplified storage, add tests for it",
"author_name": "kraleppa",
"author_login": "kraleppa",
"committed_at": "2026-01-23T13:08:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bfe04a8bc3d8c7b9a7171c1b456e4582f5c0e21",
"body": null,
"is_bot": false,
"headline": "Better types",
"author_name": "kraleppa",
"author_login": "kraleppa",
"committed_at": "2026-01-23T12:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edceb27e53e67c857016fe0329b0730a7002acf7",
"body": null,
"is_bot": false,
"headline": "Changed API - removed on_mount",
"author_name": "kraleppa",
"author_login": "kraleppa",
"committed_at": "2026-01-23T12:42:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca14b5053554c01437613578ac3cdf4079b668b1",
"body": null,
"is_bot": false,
"headline": "Add stash and recover",
"author_name": "kraleppa",
"author_login": "kraleppa",
"committed_at": "2026-01-23T10:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efc0db7819babe8b089b9f64787e81b8adcc9ec9",
"body": null,
"is_bot": false,
"headline": "Remove stashed assigns opt",
"author_name": "kraleppa",
"author_login": "kraleppa",
"committed_at": "2026-01-23T10:36:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f4d6230d52d0e4cf5a7a71642f5e556b9c9402b",
"body": null,
"is_bot": false,
"headline": "Add init and reconnected guard",
"author_name": "kraleppa",
"author_login": "kraleppa",
"committed_at": "2026-01-22T17:24:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c123e78fbbbb103cc7e6b7accddca15559e62d2e",
"body": null,
"is_bot": false,
"headline": "Add basic storage",
"author_name": "kraleppa",
"author_login": "kraleppa",
"committed_at": "2026-01-22T16:59:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91e8fb094b6c469d61a3ac17a513eb20bf9298a7",
"body": null,
"is_bot": false,
"headline": "Add stash behavior",
"author_name": "kraleppa",
"author_login": "kraleppa",
"committed_at": "2026-01-22T16:15:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "184478b37003bb2ff48301bf1a1001705a6931a1",
"body": null,
"is_bot": false,
"headline": "Format",
"author_name": "kraleppa",
"author_login": "kraleppa",
"committed_at": "2026-01-22T16:00:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52b0e5998b2818cbe63e0f5d3b61f188a3f09c69",
"body": null,
"is_bot": false,
"headline": "Moved application",
"author_name": "kraleppa",
"author_login": "kraleppa",
"committed_at": "2026-01-22T15:54:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea3cbe4fca07bf93bc44165e4857a4428047085c",
"body": null,
"is_bot": false,
"headline": "Changed module names",
"author_name": "kraleppa",
"author_login": "kraleppa",
"committed_at": "2026-01-22T15:52:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bb16365e7a090f365459a4af82a2bed0bcbc6a0",
"body": null,
"is_bot": false,
"headline": "Add example",
"author_name": "kraleppa",
"author_login": "kraleppa",
"committed_at": "2026-01-22T15:50:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5268d90f776260145b0d9aca4e48b134e2b7048e",
"body": null,
"is_bot": false,
"headline": "init",
"author_name": "kraleppa",
"author_login": "kraleppa",
"committed_at": "2026-01-22T15:50:26Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 88,
"latest_release_at": "2026-07-20T09:35:52Z",
"latest_release_tag": "v1.0.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 16,
"days_since_latest_release": 2,
"mean_days_between_releases": 18.5
},
"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": "live_stash",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "hex",
"matches_repo": true,
"registry_url": "https://hex.pm/packages/live_stash",
"is_deprecated": false,
"latest_version": "1.0.1",
"repository_url": "https://github.com/software-mansion-labs/live-stash",
"versions_count": 7,
"total_downloads": 6281,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2023,
"first_published_at": "2026-03-31T12:54:39.440659Z",
"latest_published_at": "2026-07-20T09:36:10.659733Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2
}
]
},
"popularity": {
"forks": 3,
"stars": 196,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2026-04-15",
"count": 1
},
{
"date": "2026-05-01",
"count": 1
},
{
"date": "2026-07-11",
"count": 1
}
],
"complete": true,
"collected": 3,
"total_forks": 3
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"examples/showcase_app/assets/tsconfig.json"
],
"toolchain_manifests": [
"examples/showcase_app/mix.exs",
"mix.exs"
],
"largest_source_bytes": 17924,
"source_files_sampled": 116,
"oversized_source_files": 0,
"agent_instruction_files": [
"examples/showcase_app/AGENTS.md"
],
"agent_instruction_max_bytes": 25093
},
"dependencies": {
"manifests": [
"assets/package.json",
"mix.exs"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"hex",
"npm"
],
"dependencies": [
{
"name": "memento",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 0.5.0"
},
{
"name": "phoenix_live_view",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 1.0"
},
{
"name": "uniq",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 0.6"
},
{
"name": "redix",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": "~> 1.1"
},
{
"name": "castore",
"manifest": "mix.exs",
"ecosystem": "hex",
"version_constraint": ">= 0.0.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 62,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 54,
"closed_unmerged_prs": 10
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "kraleppa",
"commits": 44,
"avatar_url": "https://avatars.githubusercontent.com/u/56135216?v=4"
},
{
"type": "User",
"login": "wegorz13",
"commits": 43,
"avatar_url": "https://avatars.githubusercontent.com/u/144440802?v=4"
},
{
"type": "User",
"login": "silkradz",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/289737048?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.5
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"create-release.yaml",
"e2e.yml",
"elixir-ci.yaml",
"publish-release.yaml",
"slack-notifications.yaml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"mix.lock",
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 5,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"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": 9,
"reason": "Found 27/30 approved changesets -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "20 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10",
"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": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"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": 0,
"reason": "27 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "90ebff164cdae73fb2f7a019b30e372c913cf44d",
"ran_at": "2026-07-23T00:11:04Z",
"aggregate_score": 4.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T11:31:39Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-22T10:39:38Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/software-mansion-labs/live-stash",
"host": "github.com",
"name": "live-stash",
"owner": "software-mansion-labs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"security": 46,
"vitality": 85,
"community": 48,
"governance": 70,
"engineering": 73
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 85,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"commits_last_year": 88,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 16
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "16/52 weeks with commits",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 16
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "88 commits in the last year",
"points": 17.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 88
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "20 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 100,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v1.0.1",
"releases_from_tags": false,
"days_since_latest_release": 2,
"mean_days_between_releases": 18.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~18.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 18.5
}
}
],
"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": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 48,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"forks": 3,
"stars": 196,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "196 stars",
"points": 37.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 196
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "3 forks",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 3
}
}
],
"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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"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": 55,
"inputs": {
"packages": [
"live_stash"
],
"dependents": null,
"ecosystems": "hex",
"total_downloads": 6281,
"monthly_downloads": 2023
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,023 downloads/month across hex",
"points": 44.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2023,
"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": "good",
"name": "Sustainability & Governance",
"value": 70,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.5
},
"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 50% of commits",
"points": 11.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 50
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 93,
"inputs": {
"merged_prs": 62,
"open_issues": 0,
"closed_issues": 54,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 10
},
"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": "62/72 decided PRs merged",
"points": 32.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 62,
"decided": 72
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 27/30 approved changesets -- score normalized to 9",
"points": 13.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"followers": 402,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "software-mansion-labs",
"public_repos": 274,
"account_age_days": 4513
},
"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": "402 followers of software-mansion-labs",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 402,
"login": "software-mansion-labs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "274 public repos, account ~12 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 274
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"live_stash"
],
"ecosystems": "hex",
"any_deprecated": false,
"min_days_since_publish": 2
},
"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 2 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "7 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 7
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 73,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"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": "5 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 5
}
}
],
"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": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://hex.pm/packages/live_stash",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://hex.pm/packages/live_stash",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 46,
"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": 46,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.6
},
"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 is not maximal on development and all release branches",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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 27/30 approved changesets -- score normalized to 9",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "20 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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 2",
"points": 1,
"status": "partial",
"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": "27 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"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": 4
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 67,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.67,
"agent_instruction_files": [
"examples/showcase_app/AGENTS.md"
],
"agent_instruction_max_bytes": 25093
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "examples/showcase_app/AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples/showcase_app/AGENTS.md"
}
}
],
"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": "59 of 88 human commits state their intent (structured subject or explanatory body)",
"points": 35.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 59,
"sampled": 88
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"mix.lock",
"package-lock.json"
],
"has_dockerfile": true,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"examples/showcase_app/assets/tsconfig.json"
],
"agent_commit_share": 0.023,
"toolchain_manifests": [
"examples/showcase_app/mix.exs",
"mix.exs"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "examples/showcase_app/mix.exs, mix.exs (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "examples/showcase_app/mix.exs, 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": "examples/showcase_app/assets/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples/showcase_app/assets/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "2 of the last 88 commits agent-authored or agent-credited",
"points": 4.5,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 2,
"sampled": 88
}
}
],
"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 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "Elixir",
"largest_source_bytes": 17924,
"source_files_sampled": 116,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Elixir with type-check config (examples/showcase_app/assets/tsconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "examples/showcase_app/assets/tsconfig.json",
"language": "Elixir"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/116 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 116,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-23T00:11:20.397488Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/software-mansion-labs/live-stash.svg",
"full_name": "software-mansion-labs/live-stash",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}