Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"klarna-featured"
],
"is_fork": false,
"size_kb": 1473,
"has_wiki": true,
"homepage": null,
"languages": {
"Erlang": 439147,
"Python": 1881,
"Makefile": 532
},
"pushed_at": "2026-05-25T12:45:49Z",
"created_at": "2016-02-02T15:16:16Z",
"owner_type": "Organization",
"updated_at": "2026-06-30T20:35:54Z",
"description": "Avro support for Erlang/Elixir (http://avro.apache.org/)",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Erlang",
"significant_languages": [
"Erlang"
]
},
"owner": {
"blog": "https://klarna.com/",
"name": "Klarna",
"type": "Organization",
"login": "klarna",
"company": null,
"location": "Sweden",
"followers": 565,
"avatar_url": "https://avatars.githubusercontent.com/u/394540?v=4",
"created_at": "2010-09-10T12:59:29Z",
"is_verified": null,
"public_repos": 139,
"account_age_days": 5793
},
"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": "2.9.4",
"kind": "patch",
"published_at": "2021-06-23T09:35:19Z"
},
{
"tag": "2.9.1",
"kind": "patch",
"published_at": "2020-04-10T09:08:49Z"
},
{
"tag": "2.8.2",
"kind": "patch",
"published_at": "2020-01-31T15:30:18Z"
}
],
"recent_commits": [
{
"oid": "09a4d05b1b205cee0e5b8733722a30494eac7d14",
"body": null,
"is_bot": false,
"headline": "Adjust licenses tag in .app.src due to hex changes",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2026-05-25T12:43:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa0698ccc39a6c7bcb050f15904cd6ccab547f34",
"body": "avro_idl: confine IDL import paths",
"is_bot": false,
"headline": "Merge pull request #133 from zmstone/confine-idl-imports-to-cwd",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2026-05-25T12:20:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a4ec74f8c4184d06e028ccbb9a022979514fff5",
"body": "filelib or filename does not seem to export apis to normalize\npath-walk of '..', so we implemented it locally.\n\nnow Root dir and join of Cwd + Path are normalized and compared",
"is_bot": false,
"headline": "refactor(avro_idl): normalize paths",
"author_name": "zmstone",
"author_login": "zmstone",
"committed_at": "2026-05-22T20:09:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b00377cb64d938fb60abf1c6a43e2b02de6030e",
"body": "Switch the default read_fun from per-file Cwd confinement to a fixed\nrootdir, so \"../\" is allowed within the rooted tree (e.g. sibling\ndirectories under a shared schemas/ root) but never escapes it. The\nrootdir defaults to the top-level caller's Cwd and is overridable via\na new {rootdir, Dir} option\n[…]\new avro_schema_store:new/3, import_file/3,\nand import_files/3 entry points.\n\nRestores the in-repo subdir/submodule.avdl -> ../foo.avdl example as the\nfixture for the legitimate sibling-import pattern.",
"is_bot": false,
"headline": "reafctor(avro_idl): confine imports with a rootdir boundary",
"author_name": "zmstone",
"author_login": "zmstone",
"committed_at": "2026-05-22T19:28:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "01b7900493271def44cfd6e855006826ecec2a73",
"body": null,
"is_bot": false,
"headline": "fix: do not allow improper path when importing",
"author_name": "zmstone",
"author_login": "zmstone",
"committed_at": "2026-05-11T13:58:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "618a5572ed3773772726bad35000a6f5650cc931",
"body": "Idl parser",
"is_bot": false,
"headline": "Merge pull request #90 from seriyps/idl-parser",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2026-03-10T16:36:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee94d2614acaa33f4078c538c678aabbd42feb48",
"body": null,
"is_bot": false,
"headline": "revert temporary changes in rebar.config",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2026-03-06T18:33:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65ba03059716a697407d3c6efa781769cec58d2d",
"body": "The `record` would be a reserved word and would warn in OTP-29; the\nrest of the records are updated for consistency",
"is_bot": false,
"headline": "Rename idl records with idl_ prefix",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2026-03-06T16:26:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ced16a1d82826485e19518f58e7171a9e7f385b4",
"body": "- Add encode_decode_test/0 in avro_idl_tests covering:\n - types from imported .avdl (idl import)\n - types from imported .avpr (protocol import)\n - types from imported .avsc (schema import)\n - cross-namespace type references (org.erlang.ftp.MyAnnotated)\n- Fix protocol_with_typedefs.avdl: MyAnnotated referenced MyError\n (an error type filtered out by decode_schema), replaced with a\n valid reference to org.erlang.www.MyEnum2",
"is_bot": false,
"headline": "test: add encode/decode tests for .avdl schemas with imports",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2026-03-04T10:13:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d1c5101e41f79ac122f6eab9895b8199e5685fb",
"body": null,
"is_bot": false,
"headline": "docs: add Avro IDL section to README with usage examples",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2026-03-03T15:22:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19c5b084839d4d267c0cb4371dc056f44ee56aa2",
"body": "Add a {read_fun, fun((Cwd, Path) -> {ok, Bin} | {error, term()})}\noption to str_to_avpr/3 and decode_schema/3. The default read_fun\nuses file:read_file/1. The fun is threaded through recursive IDL\nimports so all file I/O can be intercepted at every level.\n\nAlso add decode_schema/3 as a convenience wrapper accepting the\nsame options.",
"is_bot": false,
"headline": "Add read_fun option for in-memory schema loading",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2026-03-03T14:04:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b4c323734e7f20b0db96aeefafb4e3221f5437b",
"body": "Detect \".avdl\" extension and delegate to avro_idl:decode_schema/2,\nthen flatten the resulting union type and add each named type to the\nstore individually via do_add_type/2.",
"is_bot": false,
"headline": "Add .avdl support to avro_schema_store:import_file/2",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2026-03-03T13:51:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca7756005f06ee2cf98a9df696faa888d6e1b273",
"body": "- process_imports/2 now loads all three import types instead of silently\n dropping them; imported types are returned as {avsc, Map} tagged tuples\n so they pass through protocol_to_avpr/2 without re-conversion\n- load_idl_import/2 uses the imported file's dirname as cwd so nested\n relative imports resolve correctly\n- Add tests for each import type and for nested directory imports",
"is_bot": false,
"headline": "feat: implement import resolution in avro_idl (idl/protocol/schema)",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2026-03-03T13:42:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "712b96b3e6ba3c187ce4e19c3689bcb14349b7ff",
"body": "Lexer fixes:\n- Support empty string literals (\"\") — previously caused illegal token error\n- Support backslash escape sequences in strings (\\\", \\\\, \\n, \\t, \\r)\n\nParser fixes:\n- Allow annotations and multiple doc comments before function/message\n definitions, consistent with how enum/record/error/fix\n[…]\n rule instead of doc_v function)\n- Allow empty record and error type bodies (record Foo {})\n- The meta function fix also resolved the undeclared 3rd shift/reduce\n conflict, so Expect 2 is now correct",
"is_bot": false,
"headline": "Fix lexer and parser correctness for IDL",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2026-03-03T12:32:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "26ac9acc134ba9a7a1f82a4de0a6ce7e7f7caf51",
"body": "Now it's possible to use basic .avdl to encode/decode avro",
"is_bot": false,
"headline": "Load .avdl to erlavro internal format",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2026-03-03T12:12:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d011692aa518029b5765b6ef730d7adaee23e3dd",
"body": null,
"is_bot": false,
"headline": "Use binaries for avpr JSON-map representation",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2026-03-03T12:11:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ee357e5beeaca6a59a67ad0fa5bf0c033553e77",
"body": null,
"is_bot": false,
"headline": "Allow any type inside array and map; fix single-letter namespaced IDs",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2026-03-03T12:11:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca3af4ffc6cdd7c6cb8d3b4d12d2e3f6b6b9bd9d",
"body": null,
"is_bot": false,
"headline": "Optimize doc strip preprocessor by pre-compiling regexp",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2026-03-03T12:11:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1931a1ea2780480d738a9e853663f07334299d9e",
"body": null,
"is_bot": false,
"headline": "Better test coverage",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2026-03-03T12:11:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3c72226ef8b4ea6650026a5149b94c4a1089788",
"body": null,
"is_bot": false,
"headline": "IDL to avpr/avsc converter; support multiple `throw` types",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2026-03-03T12:11:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dac5afa4205d288ab1e6ecca1eb4eaa7533eb81",
"body": null,
"is_bot": false,
"headline": "Add support for docstrings; rename `annotations` field to `meta`",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2026-03-03T12:11:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "575cd6aeb86398b8b3894cd34fc1c6b643eaea32",
"body": null,
"is_bot": false,
"headline": "Full annotations support; parser tests added",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2026-03-03T12:11:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bddc58133eb2cc852daa9bd7f4e56b7e2c95162",
"body": null,
"is_bot": false,
"headline": "Don't ignore function return type",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2026-03-03T12:11:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0603ae1afd56ade15ed18de029ebace5544c6643",
"body": null,
"is_bot": false,
"headline": "Use `string:strip` to be compatible with OTP19",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2026-03-03T12:11:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ae352489ce7465220de60b04868eff3b4fdcb30",
"body": null,
"is_bot": false,
"headline": "More strict lexical rule for namespaced ID",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2026-03-03T12:11:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67e585599cbc9b649a5283b2cc563c6fd809c547",
"body": "Seems the only things left are some of annotations and docstrings",
"is_bot": false,
"headline": "More progress on parser",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2026-03-03T12:11:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57b899507f09a2039d4e1fa6d4808f57a0fe480d",
"body": null,
"is_bot": false,
"headline": ".avdl lexer+parser draft",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2026-03-03T12:11:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7dbd292132350891fe8613344ad3ee4921a5f64",
"body": "Use native json lib",
"is_bot": false,
"headline": "Merge pull request #131 from zmstone/use-native-json-lib",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2025-11-24T12:03:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3b599a57fd660278bffe2e27adb51621420c3c5",
"body": null,
"is_bot": false,
"headline": "test: type coverage by using atom as json value input",
"author_name": "zmstone",
"author_login": "zmstone",
"committed_at": "2025-11-17T08:23:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74d76a8e6e8f272f6ddebe96acc2848fb4d8321b",
"body": null,
"is_bot": false,
"headline": "test: fix typo in function name",
"author_name": "zmstone",
"author_login": "zmstone",
"committed_at": "2025-11-17T08:20:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28303a00e0099af2738004b772fc2533d67373ce",
"body": null,
"is_bot": false,
"headline": "fix: type spec for json_value should allow atom as string input",
"author_name": "zmstone",
"author_login": "zmstone",
"committed_at": "2025-11-17T08:19:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca37a0efbcfa938467596dcc23fee2de2dc31934",
"body": null,
"is_bot": false,
"headline": "docs: add changelog for 2.11.0",
"author_name": "zmstone",
"author_login": "zmstone",
"committed_at": "2025-11-02T20:33:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8a0700f3b647ae56b6744409629b9aad6419033",
"body": null,
"is_bot": false,
"headline": "style: make elvis rock again",
"author_name": "zmstone",
"author_login": "zmstone",
"committed_at": "2025-11-02T20:33:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb692cabf11f65195598b925d946543ea096726f",
"body": null,
"is_bot": false,
"headline": "refactor: support OTP native json lib",
"author_name": "zmstone",
"author_login": "zmstone",
"committed_at": "2025-11-02T20:33:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f4506b6cc0c387d2af2cbb49cdf23bd7afa8d4a",
"body": null,
"is_bot": false,
"headline": "ci: add OPT 27 and 28 and check dialyzer",
"author_name": "zmstone",
"author_login": "zmstone",
"committed_at": "2025-11-02T20:25:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91c6176bbcadb88753536bf42f05510ffa63a27e",
"body": "Allow empty union",
"is_bot": false,
"headline": "Merge pull request #130 from zmstone/allow-empty-union",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2025-06-04T12:05:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f17926dae39fad05f9564c39a793d27f2800261",
"body": null,
"is_bot": false,
"headline": "Allow union type to have no member types",
"author_name": "zmstone",
"author_login": "zmstone",
"committed_at": "2025-06-02T10:35:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a788331ba0e7613f042776e18b1eeedb5f36620",
"body": null,
"is_bot": false,
"headline": "Allow union type with no member",
"author_name": "zmstone",
"author_login": "zmstone",
"committed_at": "2025-06-02T10:25:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6bd9d41e2d3b27b2fd0bdcd37182618c7c74f8b",
"body": null,
"is_bot": false,
"headline": "update changelog.md",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2024-09-10T12:16:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24c3ba49da901e082d80a4889d000cfd70c013bd",
"body": "Fix bytes and fixed JSON value decode",
"is_bot": false,
"headline": "Merge pull request #127 from zmstone/master",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2024-09-10T12:09:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be31a70f78d8db79262c398425b6c7c35e5775de",
"body": null,
"is_bot": false,
"headline": "Fix bytes and fixed JSON value decode",
"author_name": "zmstone",
"author_login": "zmstone",
"committed_at": "2024-07-09T07:47:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cac7ffe7dc9c0bbc01827b5a39da5794a9d26f3c",
"body": "fix dialyzer error",
"is_bot": false,
"headline": "Merge pull request #124 from mikpe/fix-dialyzer-error",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2024-02-29T12:41:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "058458e650cd2c4c9a90588167c733409b7aeb88",
"body": null,
"is_bot": false,
"headline": "fix dialyzer error",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2024-02-29T12:22:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd9ec066584f1ee9baa3b7e01159a43c9ae82d6e",
"body": "Add map type schema store",
"is_bot": false,
"headline": "Merge pull request #123 from emqx/master",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2024-02-29T09:43:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2389b7b3eda226eea123bce9d1387b6371a20c42",
"body": "Feat add map store",
"is_bot": false,
"headline": "Merge pull request #1 from zmstone/feat-add-map-store",
"author_name": "Zaiming (Stone) Shi",
"author_login": "zmstone",
"committed_at": "2024-02-27T17:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "805edaca5d3374f0300af4e9139782a18439ae64",
"body": "prior to this change, the type is copied to each alias making the\nterm bloated.\nchanged to store alias as 'index', meaning when look up,\nit needs to first resolve the type full-name and then look up again.",
"is_bot": false,
"headline": "refactor: index types as aliases",
"author_name": "Zaiming (Stone) Shi",
"author_login": "zmstone",
"committed_at": "2024-02-27T17:47:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec4f57c4b293ae05dbdaef1f9ce3cb1f9346b842",
"body": null,
"is_bot": false,
"headline": "feat: add map type schema store",
"author_name": "Zaiming (Stone) Shi",
"author_login": "zmstone",
"committed_at": "2024-02-27T17:46:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7972f1e123ba9002a7719ca16ce45c363a4713ab",
"body": null,
"is_bot": false,
"headline": "Create erlang.yml",
"author_name": "Zaiming (Stone) Shi",
"author_login": "zmstone",
"committed_at": "2024-02-27T17:45:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2aabdb8119449a4643dde890cd622f3b383854e",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'frms/encode-empty-map-to-empty-object'",
"author_name": "Zaiming (Stone) Shi",
"author_login": "zmstone",
"committed_at": "2024-02-27T15:21:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0db5e56a52fd3105b15bdbb9444d94ddef55af27",
"body": "Optimize avro is same type",
"is_bot": false,
"headline": "Merge pull request #121 from mikpe/optimize-avro-is_same_type",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2024-02-02T13:38:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c06f7dc4eb500b52aabde6d30d44aefb15a0861",
"body": null,
"is_bot": false,
"headline": "update changelog.md",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2024-02-02T13:29:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c614b13fa1f92c9f4a6e2818ef1fcf7ba3f27a73",
"body": null,
"is_bot": false,
"headline": "bump to jsone-1.8.1",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2024-02-02T13:29:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "511a76e5cdba68f62deafd5a656e3336afb2756c",
"body": null,
"is_bot": false,
"headline": "avro:is_same_type/2: optimize",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2024-01-09T09:28:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c7187a8a0b06611922429713296c0924226b704",
"body": null,
"is_bot": false,
"headline": "update changelog.md",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2023-10-10T13:01:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "391bf93816031c344057454033611c3c7529425e",
"body": "Improve `@aliases` support",
"is_bot": false,
"headline": "Merge pull request #118 from seriyps/better-alias-support",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2023-10-10T11:48:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "296a01e20e23ce380c99c77bd3a6386cdf75bb8e",
"body": "bump snappyer to 1.2.9",
"is_bot": false,
"headline": "Merge pull request #119 from mikpe/bump-snappyer",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2023-10-10T11:47:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86aa76e514246a55654fa64f7999e8e4020910da",
"body": "needed for building with gcc-13",
"is_bot": false,
"headline": "bump snappyer to 1.2.9",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2023-10-09T11:21:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "163bfdd27b5e3891e31be1395d793d2e84028e2d",
"body": "* Make sure `avro:is_same_type` takes them into account\n* Make sure `avro:is_compatible` takes them into account",
"is_bot": false,
"headline": "Improve `@aliases` support",
"author_name": "Sergey Prokhorov",
"author_login": "seriyps",
"committed_at": "2023-10-05T16:32:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7763ecdeb34a6ddc35381b323a49e6d39814e1d",
"body": "Don't encode the empty map as an JSON array",
"is_bot": false,
"headline": "Encode empty map as an empty JSON object",
"author_name": "Fredrik Malmros",
"author_login": "frms-",
"committed_at": "2022-10-27T10:47:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61bfa9e15afc3e1d11b57161d32d7fea4ade9b20",
"body": "Update Rebar config script",
"is_bot": false,
"headline": "Merge pull request #114 from chriseyre2000/patch-1",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2022-06-15T13:06:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7616119b825f7c327b091bd416bd2187203abdb",
"body": null,
"is_bot": false,
"headline": "Updated changelog,md",
"author_name": "Christopher James Eyre",
"author_login": "chriseyre2000",
"committed_at": "2022-06-15T12:07:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5898b814db07d3db50786b38587072bde7adc2c1",
"body": null,
"is_bot": false,
"headline": "Removed stray blank lines",
"author_name": "Christopher James Eyre",
"author_login": "chriseyre2000",
"committed_at": "2022-06-15T12:05:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7c5146bda5a4d9766bd600475f43d65e51f5734",
"body": null,
"is_bot": false,
"headline": "Removed rebar",
"author_name": "Christopher James Eyre",
"author_login": "chriseyre2000",
"committed_at": "2022-06-15T04:46:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "825a07318de22931d752a0d09026f05c1c9f758a",
"body": "Assume that Rebar3 is the one being used now given that Rebar2 is no longer supported.",
"is_bot": false,
"headline": "Update Rebar config script",
"author_name": "Christopher James Eyre",
"author_login": "chriseyre2000",
"committed_at": "2022-06-14T15:39:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df5540bfc7215f80376e930257950c8bb8eda270",
"body": null,
"is_bot": false,
"headline": "add changelog entry for previous commit",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2022-03-28T07:40:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9514220e081af458cb290868809820fe5a407d0a",
"body": "feat: export ocf encode_header and make_block functions",
"is_bot": false,
"headline": "Merge pull request #112 from macasado86/export-header-block-functions",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2022-03-28T07:34:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8bd0731953b3f89a7cd96e1bf9a7c4a525b5ce3",
"body": null,
"is_bot": false,
"headline": "feat: export ocf encode_header and make_block functions",
"author_name": "macasado86",
"author_login": "macasado86",
"committed_at": "2022-03-23T07:11:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53eda80174c695d3a5d5d81fc47b2ddd40775236",
"body": null,
"is_bot": false,
"headline": "add changelog entry for previous commit",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2022-03-22T09:37:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd181538fe011513dbd7191dd6617d3bc94289e0",
"body": null,
"is_bot": false,
"headline": "fix trailing whitespace and missing newline in previous commit",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2022-03-22T09:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fdd7e64da7b4619b289f730f8c213d6163f0e29",
"body": "feat: add snappy compression for ocf",
"is_bot": false,
"headline": "Merge pull request #111 from macasado86/feat/snappy",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2022-03-22T09:16:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "117a19786f16d9ffb140147baaf968baa90df574",
"body": null,
"is_bot": false,
"headline": "feat: add snappy compression for ocf",
"author_name": "macasado86",
"author_login": null,
"committed_at": "2022-03-21T15:03:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "368899d1784c74b5445e30d1f8eaf80c988a45c5",
"body": "Otp21 cleanups",
"is_bot": false,
"headline": "Merge pull request #110 from mikpe/otp21-cleanups",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2022-02-22T07:42:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ececc49632b38421c0bfee8010638fb790191490",
"body": null,
"is_bot": false,
"headline": "erlavro: remove workarounds for OTP < 21",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2022-02-21T15:54:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "526b35a1088f10965adf9bacc2f7012111e02c93",
"body": null,
"is_bot": false,
"headline": "add missing changelog entry",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2022-02-21T15:54:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dff165b1b3c0ea2a415eadd51845f034ca91c130",
"body": "Add map() to the avro:out() union type",
"is_bot": false,
"headline": "Merge pull request #108 from 4tyTwo/fix/avro_out_type",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2021-07-07T07:43:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc272cee2a427668f5fdabbf093a0145bb36abbd",
"body": null,
"is_bot": false,
"headline": "Add map() to the avro:out() union type",
"author_name": "Igor Toporkov",
"author_login": null,
"committed_at": "2021-07-05T14:45:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "617aa619c94a1e06b589790a8ef053eb6df55135",
"body": "Add macro to be able to extract records from elixir",
"is_bot": false,
"headline": "Merge pull request #107 from LostKobrakai/LostKobrakai-patch-1",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2021-06-23T09:32:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e193297338680dbc80f7506fd2c9be486e1c965",
"body": "Allows elixir to extract record information",
"is_bot": false,
"headline": "Drop ?MODULE from erlavro.hrl",
"author_name": "Benjamin Milde",
"author_login": "LostKobrakai",
"committed_at": "2021-06-22T14:46:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c55e55238ed879642c65d00c8105e498b4acc8db",
"body": null,
"is_bot": false,
"headline": "2.9.3: update changelog.md",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2020-11-17T17:07:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e04f4a498ba8388a9193a528513168bb472ea9cc",
"body": "Add OCF decoder hook",
"is_bot": false,
"headline": "Merge pull request #104 from Strech/add-ocf-decoder-hook",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2020-11-12T13:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a716c41c1da76f171ba7c315af4a64dcbd1e6465",
"body": "* Add new public function avro_ocf:decode_binary/2\n* Add new public function avro_ocf:decode_file/2\n* Extend function interface for avro_binary_decoder:decode_stream/4",
"is_bot": false,
"headline": "Add optional decoder options to the OCF decoding",
"author_name": "Sergey Fedorov",
"author_login": "Strech",
"committed_at": "2020-11-10T16:56:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f890bc055df6355edccf2e5314e0be449ee7ec5",
"body": "Jesperes/fix unknown type sc opts",
"is_bot": false,
"headline": "Merge pull request #102 from klarna/jesperes/fix-unknown-type-sc_opts",
"author_name": "Jesper Eskilson",
"author_login": "jesperes",
"committed_at": "2020-10-09T15:02:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "926fb2dce10204be4629997eb2dab15d838d42ff",
"body": null,
"is_bot": false,
"headline": "Enable \"unknown\" dialyzer warnings",
"author_name": "Jesper Eskilson",
"author_login": "jesperes",
"committed_at": "2020-10-09T14:24:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "310dd7c742b6ca6b563f7dbf71774134367724b9",
"body": null,
"is_bot": false,
"headline": "avro:sc_opts() is really avro:schema_opts()",
"author_name": "Jesper Eskilson",
"author_login": "jesperes",
"committed_at": "2020-10-09T14:19:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6688980c7acd4fa00f7824a1fc604244cc49d32f",
"body": "Move test data to test dir",
"is_bot": false,
"headline": "Merge pull request #100 from zmstone/move-test-data-to-test-data-dir",
"author_name": "k32",
"author_login": "k32",
"committed_at": "2020-06-24T21:26:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89607c739cf0806d2d4910aed4b6c063c7c3a582",
"body": null,
"is_bot": false,
"headline": "Use \"git\" for vsn in .app.src",
"author_name": "Zaiming Shi",
"author_login": "zmstone",
"committed_at": "2020-06-24T21:18:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c97c87ddf3d428112e91abf043c6e6c11152ceb",
"body": null,
"is_bot": false,
"headline": "2.9.2: Update changelog.md",
"author_name": "Zaiming Shi",
"author_login": "zmstone",
"committed_at": "2020-06-24T21:18:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac7de01e6fea32718d637ff5095aa1397c1e2b92",
"body": "One known issue is rpmbuild (in centos8) complains about it",
"is_bot": false,
"headline": "Fix script: be explicit about python2 in shebang",
"author_name": "Zaiming Shi",
"author_login": "zmstone",
"committed_at": "2020-06-24T21:18:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bda65531cd2383e193ccb87b365266885c44e5a2",
"body": "Files in priv are only for tests,\nmove them to test/data dir so they are not included in releases",
"is_bot": false,
"headline": "Move test data files to test dir",
"author_name": "Zaiming Shi",
"author_login": "zmstone",
"committed_at": "2020-06-24T21:18:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "177c3f2cc184acf96190d1870f392ba35869152d",
"body": "Do not convert boolean atoms to strings",
"is_bot": false,
"headline": "Merge pull request #99 from ferd/skip-booleans",
"author_name": "Mikael Pettersson",
"author_login": "mikpe",
"committed_at": "2020-04-10T08:50:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f00df34a8095c0a3af8f51bac15bd7a5b5a17326",
"body": null,
"is_bot": false,
"headline": "Bump app version, add test for boolean vs. strings",
"author_name": "Fred Hebert",
"author_login": "ferd",
"committed_at": "2020-04-09T12:29:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb53ae417d349a0ec65f96ec90f04378e85d5f4c",
"body": "The boolean atoms 'true' and 'false' should be skipped when converting\nto a string. Otherwise, when handling a union type which specifies\nstrings before booleans, the values 'true' or 'false' will get turned to\na string, which corrupts data at serialization time.\n\nSince the null and nil atoms are al\n[…]\ny, but was found in property-test in a private corporate\nproject. Without sharing similar schemas it is a bit complex to extend\nthe existing tests for an undocumented feature, so I skipped it for now.",
"is_bot": false,
"headline": "Do not convert boolean atoms to strings",
"author_name": "Fred Hebert",
"author_login": "ferd",
"committed_at": "2020-04-07T15:46:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cd4968919efcee52ccac0abf5485c6aefcfef39d",
"body": "For string types, accept atoms as values",
"is_bot": false,
"headline": "Merge pull request #97 from davydog187/encode-atoms",
"author_name": "k32",
"author_login": "k32",
"committed_at": "2020-02-17T20:40:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02dca8e3ac44dfaf0d3d0eb7e4640e2353c15756",
"body": null,
"is_bot": false,
"headline": "Update version, bump minor",
"author_name": "David Lucia",
"author_login": "davydog187",
"committed_at": "2020-02-17T19:58:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec6885f55209a2424316df09842472a2d4d2d508",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "David Lucia",
"author_login": "davydog187",
"committed_at": "2020-02-16T15:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d875370b7a23bc095d5363dc34ad760fab15a6bf",
"body": null,
"is_bot": false,
"headline": "Add a comment",
"author_name": "David Lucia",
"author_login": "davydog187",
"committed_at": "2020-02-16T14:20:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70306ccca1816d3606fef266c8823fef0fb58309",
"body": null,
"is_bot": false,
"headline": "split up the line",
"author_name": "David Lucia",
"author_login": "davydog187",
"committed_at": "2020-02-16T14:18:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd794ada03cafae1ec837da6b8ef14a5948b182b",
"body": null,
"is_bot": false,
"headline": "Fix the tests",
"author_name": "David Lucia",
"author_login": "davydog187",
"committed_at": "2020-02-16T13:14:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7e37873d47ef648081b0ca564b26a06ce356f0f",
"body": "This PR adds functionality that allows string fields to accept atoms as\nvalues. I'm not sure if this is a controversial in Erlang, but in Elixir\nit is very common to encode atom values as strings. For example,\nhttps://hexdocs.pm/jason/Jason.html#encode/2 happily encodes atom values\nas strings.\n\nThis\n[…]\nhas come up several times in projects where we are storing values\nas atoms, and we have to rewrite the value before passing it to the Avro encoder.\n\n- [ ] Properly encode union types (Test is broken)",
"is_bot": false,
"headline": "For string types, accept atoms as values",
"author_name": "David Lucia",
"author_login": "davydog187",
"committed_at": "2020-02-14T04:37:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "96cff0904f28f1e75357d193acba879703e7e953",
"body": "Correct small spelling mistake",
"is_bot": false,
"headline": "Merge pull request #96 from davydog187/spelling",
"author_name": "k32",
"author_login": "k32",
"committed_at": "2020-02-07T12:24:48Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 22,
"latest_release_at": "2021-06-23T09:35:19Z",
"latest_release_tag": "2.9.4",
"releases_from_tags": false,
"days_since_last_push": 57,
"active_weeks_last_year": 7,
"days_since_latest_release": 1854,
"mean_days_between_releases": 254.4
},
"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": "erlavro",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "hex",
"matches_repo": true,
"registry_url": "https://hex.pm/packages/erlavro",
"is_deprecated": false,
"latest_version": "2.11.2",
"repository_url": "https://github.com/klarna/erlavro",
"versions_count": 30,
"total_downloads": 1228413,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 24483,
"first_published_at": "2017-03-20T21:25:29.133532Z",
"latest_published_at": "2026-05-25T12:46:28.858961Z",
"latest_version_yanked": null,
"days_since_latest_publish": 57
}
]
},
"popularity": {
"forks": 46,
"stars": 139,
"watchers": 18,
"fork_history": {
"days": [
{
"date": "2016-08-17",
"count": 1
},
{
"date": "2016-12-12",
"count": 1
},
{
"date": "2017-03-09",
"count": 1
},
{
"date": "2017-03-30",
"count": 1
},
{
"date": "2017-04-28",
"count": 1
},
{
"date": "2017-05-21",
"count": 1
},
{
"date": "2017-07-26",
"count": 1
},
{
"date": "2017-09-22",
"count": 1
},
{
"date": "2017-11-16",
"count": 1
},
{
"date": "2018-05-03",
"count": 1
},
{
"date": "2018-06-25",
"count": 1
},
{
"date": "2018-06-29",
"count": 1
},
{
"date": "2018-09-27",
"count": 1
},
{
"date": "2019-03-22",
"count": 1
},
{
"date": "2019-04-01",
"count": 1
},
{
"date": "2019-07-19",
"count": 1
},
{
"date": "2019-11-07",
"count": 1
},
{
"date": "2019-11-08",
"count": 1
},
{
"date": "2020-01-28",
"count": 1
},
{
"date": "2020-03-20",
"count": 1
},
{
"date": "2020-04-07",
"count": 1
},
{
"date": "2020-04-11",
"count": 1
},
{
"date": "2020-06-24",
"count": 1
},
{
"date": "2020-09-21",
"count": 1
},
{
"date": "2020-11-08",
"count": 2
},
{
"date": "2021-06-21",
"count": 1
},
{
"date": "2021-07-05",
"count": 1
},
{
"date": "2021-12-06",
"count": 1
},
{
"date": "2022-02-21",
"count": 1
},
{
"date": "2022-03-14",
"count": 1
},
{
"date": "2022-04-06",
"count": 1
},
{
"date": "2022-04-13",
"count": 1
},
{
"date": "2022-10-27",
"count": 1
},
{
"date": "2022-11-10",
"count": 1
},
{
"date": "2024-02-27",
"count": 1
},
{
"date": "2024-11-16",
"count": 1
},
{
"date": "2025-03-12",
"count": 1
},
{
"date": "2025-06-11",
"count": 1
},
{
"date": "2026-02-17",
"count": 1
},
{
"date": "2026-05-11",
"count": 1
},
{
"date": "2026-07-18",
"count": 1
}
],
"complete": true,
"collected": 42,
"total_forks": 46
},
"star_history": {
"days": [
{
"date": "2016-02-02",
"count": 3
},
{
"date": "2016-02-03",
"count": 1
},
{
"date": "2016-02-04",
"count": 1
},
{
"date": "2016-04-30",
"count": 1
},
{
"date": "2016-05-11",
"count": 1
},
{
"date": "2016-05-29",
"count": 1
},
{
"date": "2016-06-06",
"count": 1
},
{
"date": "2016-09-26",
"count": 1
},
{
"date": "2016-10-08",
"count": 1
},
{
"date": "2016-10-17",
"count": 1
},
{
"date": "2016-12-02",
"count": 1
},
{
"date": "2016-12-12",
"count": 1
},
{
"date": "2016-12-28",
"count": 1
},
{
"date": "2017-01-16",
"count": 1
},
{
"date": "2017-01-18",
"count": 1
},
{
"date": "2017-03-05",
"count": 1
},
{
"date": "2017-03-09",
"count": 1
},
{
"date": "2017-03-16",
"count": 1
},
{
"date": "2017-03-18",
"count": 1
},
{
"date": "2017-04-15",
"count": 1
},
{
"date": "2017-05-17",
"count": 1
},
{
"date": "2017-05-18",
"count": 1
},
{
"date": "2017-05-26",
"count": 1
},
{
"date": "2017-06-22",
"count": 1
},
{
"date": "2017-07-06",
"count": 1
},
{
"date": "2017-07-20",
"count": 1
},
{
"date": "2017-07-26",
"count": 1
},
{
"date": "2017-07-31",
"count": 1
},
{
"date": "2017-08-02",
"count": 1
},
{
"date": "2017-09-02",
"count": 1
},
{
"date": "2017-11-20",
"count": 1
},
{
"date": "2018-01-05",
"count": 1
},
{
"date": "2018-02-09",
"count": 1
},
{
"date": "2018-02-12",
"count": 1
},
{
"date": "2018-02-28",
"count": 1
},
{
"date": "2018-03-27",
"count": 1
},
{
"date": "2018-05-08",
"count": 1
},
{
"date": "2018-05-24",
"count": 1
},
{
"date": "2018-05-26",
"count": 2
},
{
"date": "2018-06-21",
"count": 1
},
{
"date": "2018-06-26",
"count": 1
},
{
"date": "2018-07-03",
"count": 1
},
{
"date": "2018-07-11",
"count": 1
},
{
"date": "2018-07-30",
"count": 1
},
{
"date": "2018-07-31",
"count": 1
},
{
"date": "2018-08-14",
"count": 1
},
{
"date": "2018-08-17",
"count": 1
},
{
"date": "2018-09-05",
"count": 1
},
{
"date": "2018-09-19",
"count": 1
},
{
"date": "2018-09-28",
"count": 1
},
{
"date": "2018-10-26",
"count": 1
},
{
"date": "2018-11-20",
"count": 1
},
{
"date": "2018-11-23",
"count": 1
},
{
"date": "2018-12-17",
"count": 1
},
{
"date": "2018-12-20",
"count": 1
},
{
"date": "2018-12-30",
"count": 1
},
{
"date": "2019-02-06",
"count": 1
},
{
"date": "2019-02-15",
"count": 2
},
{
"date": "2019-03-14",
"count": 1
},
{
"date": "2019-03-28",
"count": 1
},
{
"date": "2019-04-02",
"count": 1
},
{
"date": "2019-04-09",
"count": 1
},
{
"date": "2019-04-17",
"count": 1
},
{
"date": "2019-04-21",
"count": 1
},
{
"date": "2019-05-13",
"count": 1
},
{
"date": "2019-06-06",
"count": 1
},
{
"date": "2019-06-13",
"count": 1
},
{
"date": "2019-06-20",
"count": 1
},
{
"date": "2019-07-17",
"count": 1
},
{
"date": "2019-08-11",
"count": 1
},
{
"date": "2019-08-27",
"count": 1
},
{
"date": "2019-08-28",
"count": 1
},
{
"date": "2019-10-11",
"count": 1
},
{
"date": "2019-10-30",
"count": 1
},
{
"date": "2019-11-22",
"count": 1
},
{
"date": "2020-01-14",
"count": 1
},
{
"date": "2020-02-03",
"count": 2
},
{
"date": "2020-02-04",
"count": 2
},
{
"date": "2020-02-06",
"count": 1
},
{
"date": "2020-02-11",
"count": 1
},
{
"date": "2020-02-25",
"count": 1
},
{
"date": "2020-02-29",
"count": 1
},
{
"date": "2020-03-08",
"count": 1
},
{
"date": "2020-03-14",
"count": 1
},
{
"date": "2020-03-17",
"count": 1
},
{
"date": "2020-04-07",
"count": 3
},
{
"date": "2020-04-20",
"count": 1
},
{
"date": "2020-04-28",
"count": 1
},
{
"date": "2020-05-15",
"count": 1
},
{
"date": "2020-05-28",
"count": 1
},
{
"date": "2020-05-30",
"count": 1
},
{
"date": "2020-06-22",
"count": 1
},
{
"date": "2020-07-14",
"count": 1
},
{
"date": "2020-09-19",
"count": 1
},
{
"date": "2020-09-25",
"count": 1
},
{
"date": "2020-10-10",
"count": 1
},
{
"date": "2020-10-21",
"count": 1
},
{
"date": "2020-12-20",
"count": 1
},
{
"date": "2021-01-18",
"count": 1
},
{
"date": "2021-03-26",
"count": 1
},
{
"date": "2021-03-27",
"count": 1
},
{
"date": "2021-06-29",
"count": 1
},
{
"date": "2021-07-06",
"count": 1
},
{
"date": "2021-07-30",
"count": 1
},
{
"date": "2021-09-26",
"count": 1
},
{
"date": "2021-10-19",
"count": 1
},
{
"date": "2022-01-08",
"count": 1
},
{
"date": "2022-01-24",
"count": 1
},
{
"date": "2022-03-02",
"count": 1
},
{
"date": "2022-03-09",
"count": 1
},
{
"date": "2022-03-23",
"count": 1
},
{
"date": "2022-05-04",
"count": 2
},
{
"date": "2022-05-16",
"count": 1
},
{
"date": "2022-05-26",
"count": 1
},
{
"date": "2022-05-28",
"count": 1
},
{
"date": "2022-06-14",
"count": 1
},
{
"date": "2022-08-22",
"count": 1
},
{
"date": "2022-10-05",
"count": 1
},
{
"date": "2023-08-08",
"count": 1
},
{
"date": "2024-02-12",
"count": 1
},
{
"date": "2024-03-15",
"count": 1
},
{
"date": "2024-09-17",
"count": 1
},
{
"date": "2025-01-13",
"count": 1
},
{
"date": "2025-01-20",
"count": 1
},
{
"date": "2025-01-24",
"count": 1
},
{
"date": "2025-10-07",
"count": 1
},
{
"date": "2025-11-14",
"count": 1
},
{
"date": "2025-11-19",
"count": 1
},
{
"date": "2026-01-17",
"count": 1
},
{
"date": "2026-06-30",
"count": 1
}
],
"complete": true,
"collected": 139,
"total_stars": 139
},
"open_issues_and_prs": 6
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 1881,
"source_files_sampled": 1,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"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": [],
"dependencies": [],
"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": 1,
"merged_prs": 86,
"open_issues": 5,
"closed_ratio": 0.844,
"closed_issues": 27,
"closed_unmerged_prs": 14
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "zmstone",
"commits": 142,
"avatar_url": "https://avatars.githubusercontent.com/u/164324?v=4"
},
{
"type": "User",
"login": "mikpe",
"commits": 33,
"avatar_url": "https://avatars.githubusercontent.com/u/7581288?v=4"
},
{
"type": "User",
"login": "seriyps",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/422014?v=4"
},
{
"type": "User",
"login": "davydog187",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/1019721?v=4"
},
{
"type": "User",
"login": "jesperes",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/310998?v=4"
},
{
"type": "User",
"login": "reachfh",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/113785?v=4"
},
{
"type": "User",
"login": "chriseyre2000",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1099999?v=4"
},
{
"type": "User",
"login": "k32",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/10274441?v=4"
},
{
"type": "User",
"login": "comtihon",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1421547?v=4"
},
{
"type": "User",
"login": "richcarl",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/192513?v=4"
}
],
"contributors_sampled": 24,
"top_contributor_share": 0.582
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"erlang.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "3 out of 3 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": 7,
"reason": "Found 3/4 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 10 contributing companies or organizations",
"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": 4,
"reason": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"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": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"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": "09a4d05b1b205cee0e5b8733722a30494eac7d14",
"ran_at": "2026-07-21T20:21:45Z",
"aggregate_score": 5.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/klarna/erlavro",
"host": "github.com",
"name": "erlavro",
"owner": "klarna"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"security": 52,
"vitality": 41,
"community": 58,
"governance": 72,
"engineering": 65
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 41,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"commits_last_year": 22,
"human_commit_share": 1,
"days_since_last_push": 57,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 57 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 57
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "22 commits in the last year",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 22
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"points": 4,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"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": 44,
"inputs": {
"releases_count": 3,
"latest_release_tag": "2.9.4",
"releases_from_tags": false,
"days_since_latest_release": 1854,
"mean_days_between_releases": 254.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1854 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1854
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~254.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 254.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 57,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 57 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 57
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 58,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"forks": 46,
"stars": 139,
"watchers": 18,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "139 stars",
"points": 34.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 139
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "46 forks",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 46
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "18 watchers",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 18
}
}
],
"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": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 73,
"inputs": {
"packages": [
"erlavro"
],
"dependents": null,
"ecosystems": "hex",
"total_downloads": 1228413,
"monthly_downloads": 24483
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "24,483 downloads/month across hex",
"points": 58.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 24483,
"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": 72,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 24,
"top_contributor_share": 0.582
},
"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 58% of commits",
"points": 9.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 58
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "24 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 24
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 10 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"merged_prs": 86,
"open_issues": 5,
"closed_issues": 27,
"issue_closed_ratio": 0.844,
"closed_unmerged_prs": 14
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "84% of issues closed",
"points": 39.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 84
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "86/100 decided PRs merged",
"points": 32.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 86,
"decided": 100
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/4 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"followers": 565,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "klarna",
"public_repos": 139,
"account_age_days": 5793
},
"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": "565 followers of klarna",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 565,
"login": "klarna"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "139 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 139
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"erlavro"
],
"ecosystems": "hex",
"any_deprecated": false,
"min_days_since_publish": 57
},
"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 57 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 57
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "30 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 30
}
}
],
"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": 65,
"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": "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 3 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"klarna-featured"
],
"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": "1 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 1
}
}
],
"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": "moderate",
"name": "Security",
"value": 52,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"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": 52,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "3 out of 3 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 3/4 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 10 contributing companies or organizations",
"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 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": "5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "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": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"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": 14
},
"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": 38,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.51,
"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": "51 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 27.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 51,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "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": "Erlang",
"largest_source_bytes": 1881,
"source_files_sampled": 1,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Erlang without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Erlang"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/1 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 1,
"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:22:09.632377Z",
"schema_version": "0.23.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/klarna/erlavro.svg",
"full_name": "klarna/erlavro",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}