to print `ok`/`err` in lower-case, like the functions that\r\ncreated the result\r\n\n[…]\nllapses all errors to a single value of a\r\npotentially different type - useful when translating errors between\r\nlayers\r\n* `capture` should work with `CatchableError`\r\n* remove `Defect`-dependent tests", "is_bot": false, "headline": "`Result` refresh (#20)", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2022-01-03T21:15:49Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "7c5f2423fe6042adc667ce7630a5b13349a13654", "body": null, "is_bot": false, "headline": "fix == for void (fixes #16) (#17)", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2021-06-29T20:15:21Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "b91525fcfe8d5e58580f2795f9e3f039b9fe6d30", "body": "* Github actions CI\r\n\r\n* use TEST_LANG in nimble file\r\n\r\n* test multiple nim versions\r\n\r\n* fixup\r\n\r\n* fixup\r\n\r\n* skip devel", "is_bot": false, "headline": "Github actions CI (#18)", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2021-06-29T19:49:48Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "3726fd298c49e17f2681a7310e61499ba5c72ef4", "body": "* allow void comparisons\n* better result defect message for void types", "is_bot": false, "headline": "fixes", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2021-02-10T10:14:19Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "7c80a09814cc802c964d225eabac1b6157741eea", "body": "* spelling fix\n* prevent returning dangling cstrings\n* better `Result[void, ...]` support", "is_bot": false, "headline": "fixes", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2020-12-09T12:37:54Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "2fcb3de80bfcfeb6f02ed441e464ca1adb4e40fc", "body": null, "is_bot": false, "headline": "indent", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2020-06-23T09:54:39Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "b541c02cd1bc84682b1803fe381338e7d45c3251", "body": "* bump version\n* install results.nim (fixes #11)\n* support void error type\n* support heterogenous and/or", "is_bot": false, "headline": "updates", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2020-06-23T09:50:24Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "37c907df6319b335cadadb4e856644246062333a", "body": null, "is_bot": false, "headline": "result->results", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2020-04-13T07:39:12Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "bdc585bf9f3ad0acaad18c7d12deab172373b5f4", "body": "* raise ResultDefect on invalid field access\n* document performance\n* fix and/or template expansion\n* add `expect` to document expected ok results\n* add `tryGet` to raise ordinary exception (instead of defect)\n* support `and` with heterogenous types\n* mapConvert uses explicit conversion", "is_bot": false, "headline": "fixes", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2020-04-05T13:32:13Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "8a43af6a564ff428387f86cb0b681b0d8d4e7580", "body": "Sync with stable stew\n\n* fix ResultError\n* update documenation\n* remove experimental Defect support\n* stricter types to work around nim bugs", "is_bot": false, "headline": "fixes (and rollback tryGet", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2020-03-30T21:14:17Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "0eea866424f1b817433f5ba913b0997f5af1408a", "body": "* fix ResultError type to not be ref\n* update docs\n* fix toException mixin\n* make ok/err public\n* update capture to return true exception type (@zah)\n* raise Defect instead of ResultError when trying to access value (@zah)", "is_bot": false, "headline": "fixes", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2020-03-28T17:34:30Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "480b783cc5e43c356d7a879a81e1ddf01b23dfec", "body": "* add script to port to `nim-stew`\n* correctly export exception and symbols\n* add some experiments from #8", "is_bot": false, "headline": "updates (fixes #8)", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2020-01-23T16:28:36Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "f5c674bfb555f804a5df284b058158e7b43a6ffe", "body": null, "is_bot": false, "headline": "syntax compat tweak (#9)", "author_name": "Andy Davidoff", "author_login": "disruptek", "committed_at": "2019-12-31T14:46:59Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "5b15d516265feac9470d78a88a0e1959ee22c21c", "body": "* more Result[void, E] operations supported\r\n* make `?` template public\r\n* make `isOk` a template too, for a unified isErr/isOk syntax with ()\r\n* put raising in function to avoid bloat\r\n* add tests\r\n* use template for ok/err", "is_bot": false, "headline": "fixes (#7)", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2019-08-14T09:50:31Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "6b93ef6fd28da2665949b539845a395560307267", "body": null, "is_bot": false, "headline": "require nim 0.19.6, add string conversion test", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2019-08-04T08:39:54Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "38cf06685952d28b8452e76e9070494a94478828", "body": null, "is_bot": false, "headline": "allow void results (fixes #5)", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2019-08-03T08:44:21Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "11fdcc33e816614850dbb47604c660c0bca4b276", "body": "* Better exception support, options compatibility through added get\r\n\r\n* add missing mixin\r\n\r\n* cleanups", "is_bot": false, "headline": "Better exception support, options compatibility through added get (#4)", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2019-08-03T08:33:16Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "1ca2401f3b5b239b54e09aece3a29480f1ef3958", "body": null, "is_bot": false, "headline": "inline result helpers for a small perf bonus on simple results", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2019-05-22T15:43:19Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "cfa0eec57423352f22ca3dc97602ea3fade66c59", "body": null, "is_bot": false, "headline": "Recovering results from Result[T] benchmark (#3)", "author_name": "Eugene Kabanov", "author_login": "cheatfate", "committed_at": "2019-05-19T08:01:13Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "ca56ea36b8dd7f644305c383dbebd28c1e44399b", "body": null, "is_bot": false, "headline": "fix an example (#2)", "author_name": "Ștefan Talpalaru", "author_login": "stefantalpalaru", "committed_at": "2019-04-08T13:34:55Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "2ac4fa66bd1ae5fcb7a889cd1ccdb3ac7d181d34", "body": null, "is_bot": false, "headline": "Update license, make valueOr public", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2019-03-25T21:49:02Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "5abd11cf1abe0051f2dbc9c5ece6e10b32ab7e4f", "body": null, "is_bot": false, "headline": "Update README.md", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2018-12-18T02:17:31Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "a3c445865d6af43c3905da04b4cc3cbbb2ec6767", "body": null, "is_bot": false, "headline": "derefOr -> valueOr", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2018-12-18T02:11:44Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "d613ae4073fc6b8cdd4c2744a4000d37b8871a7c", "body": null, "is_bot": false, "headline": "Update readme / example", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2018-12-18T02:05:04Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "0a44a20aa3ccf80eeace966da58057b55dcf5147", "body": null, "is_bot": false, "headline": "nimble: add result.nimble", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2018-11-06T21:36:26Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "24e80090cd2158b827a671363912166bdeeb6b0e", "body": null, "is_bot": false, "headline": "Update README.md", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2018-10-11T00:17:31Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "44fc612dbd48a90e9ddfb6c65269a18a4585b083", "body": null, "is_bot": false, "headline": "Update README.md", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2018-10-11T00:16:47Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "01355f4c3e44e690c00b404b1e6f68c8b8bd7328", "body": "Initial dump", "is_bot": false, "headline": "Merge pull request #1 from arnetheduck/initial-dump", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2018-08-19T12:23:45Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "e1d6c641a1b555236e6b37fe3f33ca23ebc8cf78", "body": "* remove default (string too heavy as default, no better alternatives\nfor now)\n* restrict ok/err to Result types\n* simplify signatures using implicit generics\n* remove lifting example\n* remove `items` from initial API\n* add `ok` trick test using result type\n* add `capture` trick test using resut type\n* add `?` operator that exits early", "is_bot": false, "headline": "fixes and experiments", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2018-05-26T14:50:56Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "d887ef769b2ff44e579f838efda045dba8694a1b", "body": null, "is_bot": false, "headline": "Stringify error and pass to exception, if possible", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2018-05-20T06:41:54Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "a41157eda91bd1fff589262e4d82cbd0d0a1e0f4", "body": null, "is_bot": false, "headline": "Initial dump", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2018-05-20T03:47:44Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "8b5d6ad95f8e5ffe89115f5c9619904c2d0772cc", "body": null, "is_bot": false, "headline": "Initial commit", "author_name": "Jacek Sieka", "author_login": "arnetheduck", "committed_at": "2018-05-20T03:44:24Z", "body_truncated": false, "is_coding_agent": false } ], "releases_count": 3, "commits_last_year": 5, "latest_release_at": "2024-12-07T14:45:43Z", "latest_release_tag": "v0.5.1", "releases_from_tags": true, "days_since_last_push": 2, "active_weeks_last_year": 2, "days_since_latest_release": 593, "mean_days_between_releases": 70.2 }, "community": { "has_readme": true, "has_license": true, "has_description": true, "has_contributing": false, "health_percentage": 42, "has_issue_template": false, "has_code_of_conduct": false, "has_pull_request_template": false }, "ecosystem": { "packages": [] }, "popularity": { "forks": 15, "stars": 176, "watchers": 6, "fork_history": { "days": [ { "date": "2019-05-08", "count": 1 }, { "date": "2019-12-30", "count": 1 }, { "date": "2020-05-21", "count": 1 }, { "date": "2020-06-22", "count": 1 }, { "date": "2021-06-21", "count": 1 }, { "date": "2022-09-28", "count": 1 }, { "date": "2023-03-31", "count": 1 }, { "date": "2024-02-29", "count": 1 }, { "date": "2024-06-21", "count": 1 }, { "date": "2024-08-18", "count": 1 }, { "date": "2025-02-12", "count": 1 }, { "date": "2025-05-29", "count": 1 }, { "date": "2025-07-10", "count": 1 }, { "date": "2026-04-23", "count": 1 }, { "date": "2026-06-02", "count": 1 } ], "complete": true, "collected": 15, "total_forks": 15 }, "star_history": null, "open_issues_and_prs": 14 }, "ai_readiness": { "has_nix": false, "example_dirs": [], "has_llms_txt": false, "has_dockerfile": false, "has_mcp_signal": false, "bootstrap_files": [], "api_schema_files": [], "has_devcontainer": false, "typecheck_configs": [], "toolchain_manifests": [], "largest_source_bytes": null, "source_files_sampled": 0, "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, "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": [], "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": 5, "merged_prs": 33, "open_issues": 9, "closed_ratio": 0.64, "closed_issues": 16, "closed_unmerged_prs": 5 }, "bus_factor": 1, "bot_contributors": 0, "top_contributors": [ { "type": "User", "login": "arnetheduck", "commits": 63, "avatar_url": "https://avatars.githubusercontent.com/u/1382986?v=4" }, { "type": "User", "login": "aryonoco", "commits": 2, "avatar_url": "https://avatars.githubusercontent.com/u/25701165?v=4" }, { "type": "User", "login": "disruptek", "commits": 1, "avatar_url": "https://avatars.githubusercontent.com/u/1479799?v=4" }, { "type": "User", "login": "etan-status", "commits": 1, "avatar_url": "https://avatars.githubusercontent.com/u/89844309?v=4" }, { "type": "User", "login": "cheatfate", "commits": 1, "avatar_url": "https://avatars.githubusercontent.com/u/5955411?v=4" }, { "type": "User", "login": "tersec", "commits": 1, "avatar_url": "https://avatars.githubusercontent.com/u/11422416?v=4" }, { "type": "User", "login": "stefantalpalaru", "commits": 1, "avatar_url": "https://avatars.githubusercontent.com/u/495550?v=4" } ], "contributors_sampled": 7, "top_contributor_share": 0.9 }, "quality_signals": { "has_ci": true, "has_tests": true, "ci_workflows": [ "ci.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": 2, "reason": "4 out of 18 merged PRs checked by a CI test -- score normalized to 2", "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": 1, "reason": "Found 5/30 approved changesets -- score normalized to 1", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review" }, { "name": "Contributors", "score": 6, "reason": "project has 2 contributing companies or organizations -- score normalized to 6", "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": 9, "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": 0, "reason": "detected GitHub workflow tokens with excessive permissions", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions" }, { "name": "Vulnerabilities", "score": 10, "reason": "0 existing vulnerabilities detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities" } ], "commit": "b319652e98a198fa881ca70a76754c2dd6f09804", "ran_at": "2026-07-24T00:03:10Z", "aggregate_score": 3.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-06-16T15:14:12Z", "oldest_open_prs": [ { "number": 41, "created_at": "2024-02-29T03:34:05Z", "last_comment_at": "2024-08-11T14:56:46Z", "last_comment_author": "arnetheduck" }, { "number": 60, "created_at": "2026-04-23T03:22:59Z", "last_comment_at": null, "last_comment_author": null }, { "number": 61, "created_at": "2026-04-23T03:24:19Z", "last_comment_at": null, "last_comment_author": null }, { "number": 62, "created_at": "2026-04-23T03:25:31Z", "last_comment_at": null, "last_comment_author": null }, { "number": 68, "created_at": "2026-07-21T11:12:54Z", "last_comment_at": null, "last_comment_author": null } ], "last_merged_pr_at": "2026-06-16T15:13:28Z", "ci_last_conclusion": "SUCCESS", "oldest_open_issues": [ { "number": 13, "created_at": "2021-06-01T10:02:17Z", "last_comment_at": "2021-07-15T08:48:57Z", "last_comment_author": "nkoturovic" }, { "number": 28, "created_at": "2023-04-12T19:14:31Z", "last_comment_at": "2023-05-11T11:53:51Z", "last_comment_author": "arnetheduck" }, { "number": 30, "created_at": "2023-04-26T10:06:58Z", "last_comment_at": "2023-07-04T14:45:04Z", "last_comment_author": "arnetheduck" }, { "number": 33, "created_at": "2023-08-18T06:14:05Z", "last_comment_at": null, "last_comment_author": null }, { "number": 52, "created_at": "2025-01-21T13:28:05Z", "last_comment_at": "2025-01-21T15:09:41Z", "last_comment_author": "etan-status" }, { "number": 53, "created_at": "2025-01-21T14:23:26Z", "last_comment_at": "2025-01-21T17:20:56Z", "last_comment_author": "tersec" }, { "number": 55, "created_at": "2025-03-14T07:00:28Z", "last_comment_at": "2025-03-14T07:02:59Z", "last_comment_author": "tersec" }, { "number": 56, "created_at": "2026-03-29T18:41:50Z", "last_comment_at": "2026-03-29T18:53:12Z", "last_comment_author": "etan-status" }, { "number": 57, "created_at": "2026-03-30T01:16:14Z", "last_comment_at": "2026-04-23T03:38:43Z", "last_comment_author": "aryonoco" } ] } }, "config": { "disabled_metrics": [], "disabled_categories": [], "disabled_components": {} }, "source": { "url": "https://github.com/arnetheduck/nim-results", "host": "github.com", "name": "nim-results", "owner": "arnetheduck" }, "metrics": { "overall": { "key": "overall", "band": "at_risk", "name": "Overall health", "note": null, "notes": [], "value": 47, "inputs": { "security": 36, "vitality": 48, "community": 47, "governance": 50, "engineering": 51 }, "components": [] }, "categories": [ { "key": "vitality", "band": "at_risk", "name": "Vitality", "value": 48, "weight": 0.22, "metrics": [ { "key": "development_activity", "band": "at_risk", "name": "Development activity", "note": null, "notes": [], "value": 48, "inputs": { "commits_last_year": 5, "human_commit_share": 1, "days_since_last_push": 2, "active_weeks_last_year": 2 }, "components": [ { "key": "push_recency", "name": "Push recency", "detail": "last push 2 days ago", "points": 36, "status": "met", "details": [ { "code": "push_recency", "params": { "days": 2 } } ], "max_points": 36 }, { "key": "commit_cadence", "name": "Commit cadence", "detail": "2/52 weeks with commits", "points": 1.4, "status": "partial", "details": [ { "code": "commit_cadence_weeks", "params": { "weeks": 2 } } ], "max_points": 36 }, { "key": "commit_volume", "name": "Commit volume", "detail": "5 commits in the last year", "points": 7, "status": "partial", "details": [ { "code": "commits_last_year", "params": { "count": 5 } } ], "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": 48, "inputs": { "releases_count": 3, "latest_release_tag": "v0.5.1", "releases_from_tags": true, "days_since_latest_release": 593, "mean_days_between_releases": 70.2 }, "components": [ { "key": "ships_releases", "name": "Ships releases", "detail": "3 version tags (no GitHub releases)", "points": 16.2, "status": "partial", "details": [ { "code": "version_tags_no_releases", "params": { "count": 3 } } ], "max_points": 27 }, { "key": "release_recency", "name": "Release recency", "detail": "latest release 593 days ago", "points": 7.2, "status": "partial", "details": [ { "code": "release_recency", "params": { "days": 593 } } ], "max_points": 36 }, { "key": "release_cadence", "name": "Release cadence", "detail": "a release every ~70.2 days", "points": 19.8, "status": "partial", "details": [ { "code": "release_cadence", "params": { "gap": 70.2 } } ], "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": 37, "days_since_last_human_commit_is_floor": false }, "components": [ { "key": "project_is_still_maintained", "name": "Project is still maintained", "detail": "last human commit 37 days ago", "points": 100, "status": "met", "details": [ { "code": "abandonment_maintained", "params": { "days": 37 } } ], "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": 47, "weight": 0.18, "metrics": [ { "key": "popularity", "band": "moderate", "name": "Popularity & adoption", "note": null, "notes": [], "value": 50, "inputs": { "forks": 15, "stars": 176, "watchers": 6, "growth_state": "unverified", "growth_factor_pct": 100, "growth_unverified_reason": "no_history" }, "components": [ { "key": "stars", "name": "Stars", "detail": "176 stars", "points": 36.4, "status": "partial", "details": [ { "code": "stars", "params": { "count": 176 } } ], "max_points": 60 }, { "key": "forks", "name": "Forks", "detail": "15 forks", "points": 9.6, "status": "partial", "details": [ { "code": "forks", "params": { "count": 15 } } ], "max_points": 25 }, { "key": "watchers", "name": "Watchers", "detail": "6 watchers", "points": 3.9, "status": "partial", "details": [ { "code": "watchers", "params": { "count": 6 } } ], "max_points": 15 } ] }, { "key": "community_health", "band": "at_risk", "name": "Community health", "note": null, "notes": [], "value": 44, "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": "license file present, not a recognized license", "points": 16.9, "status": "partial", "details": [ { "code": "license_custom", "params": {} } ], "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 } ] } ], "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?" }, { "key": "governance", "band": "moderate", "name": "Sustainability & Governance", "value": 50, "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": 7, "top_contributor_share": 0.9 }, "components": [ { "key": "bus_factor", "name": "Bus factor", "detail": "1 contributor(s) cover half of all commits", "points": 9, "status": "partial", "details": [ { "code": "bus_factor", "params": { "count": 1 } } ], "max_points": 54 }, { "key": "commit_distribution", "name": "Commit distribution", "detail": "top contributor authored 90% of commits", "points": 2.2, "status": "partial", "details": [ { "code": "top_contributor_share", "params": { "share": 90 } } ], "max_points": 22.5 }, { "key": "contributor_breadth", "name": "Contributor breadth", "detail": "7 contributors", "points": 9.5, "status": "partial", "details": [ { "code": "contributors_sampled", "params": { "count": 7 } } ], "max_points": 13.5 }, { "key": "openssf_scorecard_contributors", "name": "OpenSSF Scorecard: Contributors", "detail": "project has 2 contributing companies or organizations -- score normalized to 6", "points": 6, "status": "partial", "details": [], "max_points": 10 } ] }, { "key": "responsiveness", "band": "moderate", "name": "Issue & PR responsiveness", "note": null, "notes": [], "value": 65, "inputs": { "merged_prs": 33, "open_issues": 9, "closed_issues": 16, "issue_closed_ratio": 0.64, "closed_unmerged_prs": 5 }, "components": [ { "key": "issue_resolution", "name": "Issue resolution", "detail": "64% of issues closed", "points": 29.9, "status": "partial", "details": [ { "code": "issues_closed_share", "params": { "share": 64 } } ], "max_points": 46.75 }, { "key": "pr_acceptance", "name": "PR acceptance", "detail": "33/38 decided PRs merged", "points": 33.2, "status": "partial", "details": [ { "code": "decided_prs_merged", "params": { "merged": 33, "decided": 38 } } ], "max_points": 38.25 }, { "key": "openssf_scorecard_code_review", "name": "OpenSSF Scorecard: Code-Review", "detail": "Found 5/30 approved changesets -- score normalized to 1", "points": 1.5, "status": "partial", "details": [], "max_points": 15 } ] }, { "key": "stewardship", "band": "moderate", "name": "Ownership & stewardship", "note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.", "notes": [ { "code": "excluded_no_data", "params": { "components": [ "verified_domain" ] } }, { "code": "weights_renormalized", "params": {} } ], "value": 64, "inputs": { "followers": 228, "owner_type": "User", "is_verified": null, "owner_login": "arnetheduck", "public_repos": 53, "account_age_days": 5292 }, "components": [ { "key": "ownership_backing", "name": "Ownership backing", "detail": "personal (user) account", "points": 10, "status": "partial", "details": [ { "code": "owner_personal", "params": {} } ], "max_points": 30 }, { "key": "verified_domain", "name": "Verified domain", "detail": "not applicable to user accounts", "points": 0, "status": "excluded", "details": [ { "code": "not_applicable_to_user_accounts", "params": {} } ], "max_points": 20 }, { "key": "owner_reach", "name": "Owner reach", "detail": "228 followers of arnetheduck", "points": 17, "status": "partial", "details": [ { "code": "owner_followers", "params": { "count": 228, "login": "arnetheduck" } } ], "max_points": 25 }, { "key": "track_record", "name": "Track record", "detail": "53 public repos, account ~14 yr old", "points": 24.6, "status": "partial", "details": [ { "code": "public_repos", "params": { "count": 53 } }, { "code": "account_age_years", "params": { "years": 14 } } ], "max_points": 25 } ] } ], "description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?" }, { "key": "engineering", "band": "moderate", "name": "Engineering Quality", "value": 51, "weight": 0.2, "metrics": [ { "key": "engineering_practices", "band": "moderate", "name": "Engineering practices", "note": null, "notes": [], "value": 52, "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": "4 out of 18 merged PRs checked by a CI test -- score normalized to 2", "points": 4, "status": "partial", "details": [], "max_points": 20 } ] }, { "key": "documentation", "band": "moderate", "name": "Documentation", "note": null, "notes": [], "value": 50, "inputs": { "topics": [ "error-handling", "result", "nim" ], "has_wiki": false, "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": "3 topics", "points": 10, "status": "met", "details": [ { "code": "topics_count", "params": { "count": 3 } } ], "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": 36, "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": 36, "inputs": { "source": "openssf_scorecard", "checks_evaluated": 16, "scorecard_version": "v5.5.0", "checks_inconclusive": 2, "scorecard_aggregate": 3.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 not enabled on development/release branches", "points": 0, "status": "missed", "details": [], "max_points": 7.5 }, { "key": "ci_tests", "name": "CI-Tests", "detail": "4 out of 18 merged PRs checked by a CI test -- score normalized to 2", "points": 0.5, "status": "partial", "details": [], "max_points": 2.5 }, { "key": "cii_best_practices", "name": "CII-Best-Practices", "detail": "no effort to earn an OpenSSF best practices badge detected", "points": 0, "status": "missed", "details": [], "max_points": 2.5 }, { "key": "code_review", "name": "Code-Review", "detail": "Found 5/30 approved changesets -- score normalized to 1", "points": 0.8, "status": "partial", "details": [], "max_points": 7.5 }, { "key": "contributors", "name": "Contributors", "detail": "project has 2 contributing companies or organizations -- score normalized to 6", "points": 1.5, "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.2, "status": "partial", "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": "detected GitHub workflow tokens with excessive permissions", "points": 0, "status": "missed", "details": [], "max_points": 7.5 }, { "key": "vulnerabilities", "name": "Vulnerabilities", "detail": "0 existing vulnerabilities detected", "points": 7.5, "status": "met", "details": [], "max_points": 7.5 } ] }, { "key": "high_risk_jurisdiction_exposure", "band": "excellent", "name": "High-Risk Jurisdiction Exposure", "note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.", "notes": [ { "code": "jurisdiction_evidence_limits", "params": {} } ], "value": 100, "inputs": { "meaning": "self-published location evidence; not nationality or citizenship", "red_flag": false, "exposures": [], "policy_countries": [ "Russia", "Iran", "North Korea" ], "review_only_matches": 0, "assessed_self_published_locations": 7 }, "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": "critical", "name": "AI Readiness", "value": 22, "weight": 0, "metrics": [ { "key": "ai_agent_context", "band": "at_risk", "name": "Agent context & guidance", "note": null, "notes": [], "value": 33, "inputs": { "has_llms_txt": false, "legible_history_share": 0.614, "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": "43 of 70 human commits state their intent (structured subject or explanatory body)", "points": 32.8, "status": "partial", "details": [ { "code": "legible_history", "params": { "legible": 43, "sampled": 70 } } ], "max_points": 40 } ] }, { "key": "ai_verify_loop", "band": "critical", "name": "Verify loop (build / test / typecheck)", "note": null, "notes": [], "value": 22, "inputs": { "has_nix": false, "has_tests": true, "lockfiles": [], "has_dockerfile": false, "typed_language": false, "bootstrap_files": [], "has_devcontainer": false, "has_linter_config": false, "typecheck_configs": [], "agent_commit_share": 0, "toolchain_manifests": [], "dependency_bot_commit_share": 0 }, "components": [ { "key": "one_command_bootstrap", "name": "One-command bootstrap", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 18 }, { "key": "automated_tests", "name": "Automated tests", "detail": null, "points": 22, "status": "met", "details": [], "max_points": 22 }, { "key": "lint_format_config", "name": "Lint / format config", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 11 }, { "key": "static_type_checking", "name": "Static type checking", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 11 }, { "key": "reproducible_environment", "name": "Reproducible environment", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 10 }, { "key": "demonstrated_agent_practice", "name": "Demonstrated agent practice", "detail": "no agent-authored commits among the last 70", "points": 0, "status": "missed", "details": [ { "code": "no_agent_authored_commits", "params": { "sampled": 70 } } ], "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": "critical", "name": "Code legibility for models", "note": "Excluded from scoring (no data or not applicable): Manageable file sizes. Remaining weights renormalized.", "notes": [ { "code": "excluded_no_data", "params": { "components": [ "manageable_file_sizes" ] } }, { "code": "weights_renormalized", "params": {} } ], "value": 1, "inputs": { "primary_language": "Nim", "largest_source_bytes": null, "source_files_sampled": 0, "oversized_source_files": 0 }, "components": [ { "key": "type_checkable_code", "name": "Type-checkable code", "detail": "Nim without a type-check config", "points": 0, "status": "missed", "details": [ { "code": "no_typecheck_config_language", "params": { "language": "Nim" } } ], "max_points": 45 }, { "key": "manageable_file_sizes", "name": "Manageable file sizes", "detail": "no source files detected", "points": 0, "status": "excluded", "details": [ { "code": "no_source_files", "params": {} } ], "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": [ "Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token" ], "report_type": "repository", "generated_at": "2026-07-24T00:03:23.824282Z", "schema_version": "0.27.0", "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/arnetheduck/nim-results.svg", "full_name": "arnetheduck/nim-results", "license_state": "custom", "license_spdx": null }, "repoMeta": null, "notFound": false, "related": [ { "id": 32400, "full_name": "dmmulroy/better-result", "url": "https://github.com/dmmulroy/better-result", "description": "Lightweight Result type for TypeScript with generator-based composition.", "ecosystem": "npm", "ecosystems": [ "npm" ], "primary_language": "TypeScript", "languages": [ "TypeScript" ], "topics": [ "error-handling", "result-type", "rust", "try-catch", "typescript", "functional", "generator", "result" ], "license_spdx": "MIT", "license_state": "standard", "stars": 1588, "forks": 35, "watchers": 1, "monthly_downloads": 16542136, "latest_score": 61, "latest_band": "moderate", "latest_scanned_at": "2026-07-21T09:12:05.261070Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "organic", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 23974, "full_name": "stacksjs/ts-error-handling", "url": "https://github.com/stacksjs/ts-error-handling", "description": "Fully typed error handling.", "ecosystem": "npm", "ecosystems": [ "npm" ], "primary_language": "TypeScript", "languages": [ "TypeScript" ], "topics": [ "typescript", "error-handling", "result", "rust", "neverthrow", "functional", "railway-oriented-programming", "monads", "type-safe", "async", "exceptions" ], "license_spdx": "MIT", "license_state": "standard", "stars": 4, "forks": 0, "watchers": 0, "monthly_downloads": 187076, "latest_score": 60, "latest_band": "moderate", "latest_scanned_at": "2026-07-19T01:03:15.774347Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 22999, "full_name": "altmann/FluentResults", "url": "https://github.com/altmann/FluentResults", "description": "A generalised Result object implementation for .NET/C#", "ecosystem": "nuget", "ecosystems": [ "nuget" ], "primary_language": "C#", "languages": [ "C#" ], "topics": [ "dotnet", "dotnet-core", "error-handling", "dotnet-standard", "validation", "hacktoberfest", "result", "results", "exception", "error", "handling", "fluentresults" ], "license_spdx": "MIT", "license_state": "standard", "stars": 2623, "forks": 136, "watchers": 29, "monthly_downloads": null, "latest_score": 27, "latest_band": "critical", "latest_scanned_at": "2026-07-21T22:34:23.469992Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "organic", "abandonment_state": "likely_abandoned", "red_flags": [], "badge_url": "" }, { "id": 1693, "full_name": "Effect-TS/effect", "url": "https://github.com/Effect-TS/effect", "description": "Build production-ready applications in TypeScript", "ecosystem": "npm", "ecosystems": [ "npm" ], "primary_language": "TypeScript", "languages": [], "topics": [ "cli", "clustering", "concurrency", "dependency-injection", "effect", "error-handling", "javascript", "observability", "opentelemetry", "platform", "schema", "typescript", "workflows" ], "license_spdx": "MIT", "license_state": "standard", "stars": 14883, "forks": 605, "watchers": 34, "monthly_downloads": 0, "latest_score": 80, "latest_band": "good", "latest_scanned_at": "2026-07-13T23:33:46.612880Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 25805, "full_name": "vacp2p/nim-libp2p", "url": "https://github.com/vacp2p/nim-libp2p", "description": "libp2p implementation in Nim", "ecosystem": null, "ecosystems": [], "primary_language": "Nim", "languages": [ "Nim" ], "topics": [ "libp2p", "nim", "p2p", "p2p-network", "peer-to-peer" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 316, "forks": 73, "watchers": 24, "monthly_downloads": null, "latest_score": 79, "latest_band": "good", "latest_scanned_at": "2026-07-20T21:37:39.675246Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 19848, "full_name": "status-im/nimbus-eth2", "url": "https://github.com/status-im/nimbus-eth2", "description": "Nim implementation of the Ethereum Beacon Chain", "ecosystem": "pypi", "ecosystems": [ "pypi" ], "primary_language": "Nim", "languages": [ "Nim" ], "topics": [ "ethereum", "nim", "beacon-chain", "serenity", "nimbus", "eth2-clients", "nimbus-eth2", "eth2", "proof-of-stake", "hacktoberfest" ], "license_spdx": null, "license_state": "custom", "stars": 656, "forks": 327, "watchers": 38, "monthly_downloads": null, "latest_score": 77, "latest_band": "good", "latest_scanned_at": "2026-07-18T02:49:17.431364Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" } ] } }
Öffentliches Register
Software-GesundheitsberichtSchema 0.27.0 · Metriken 1.13.0 · 2026-07-24 00:03 UTC

arnetheduck / nim-results

Friendly value-or-error type

NimEigene Lizenz★ 176 Sterne⑂ 15 Forksseit Mai 2018Auf GitHub ansehen ↗

arnetheduck/nim-results erreicht einen Gesundheitsindex von 47 von 100 und liegt damit im Bereich Gefährdet. Am stärksten schneidet es bei Engineering Quality (51/100) ab, am schwächsten bei AI Readiness (22/100). Zuletzt vor 2 Tagen aktualisiert. Ein einzelner Mitwirkender trägt den Großteil der jüngsten Arbeit.

47
gesamt / 100
Gefährdet

Software-Gesundheitsindex

Metriken werden auf einer Skala von 1–100 in gewichtete Kategorien gruppiert. Der Gesamtwert beginnt als ihr Mittel; sobald öffentliche Evidenz die Richtlinie für Hochrisikojurisdiktionen auslöst, wird die Bewertung angepasst und erhält die Obergrenze 49 (Gefährdet). AI Readiness liegt außerhalb.

47
Exzellent85-100Vorbildlich; erfüllt im Wesentlichen alle geprüften Kriterien
Gut70-84Gesund; geringfügige Lücken
Mittel50-69Akzeptabel mit deutlichen Lücken; Überprüfung empfohlen
Gefährdet30-49Erhebliche Schwächen; eine Übernahme erfordert Vorsicht
Kritisch1-29Schwerwiegende Probleme (aufgegeben, nur ein Maintainer, keine Hygiene)
VitalitätCommunity &VerbreitungNachhaltigkeit &GovernanceEngineering-QualitätSicherheitAI Readiness

Bewertungsprofil

Jede Achse ist eine Kategorie. Die Form zählt mehr als der Durchschnitt — ein gesundes Projekt füllt die gesamte Fläche, während ein Profil aus Spitzen und Kratern bedeutet, dass Stärke in einer Dimension Risiken in einer anderen verdeckt.

Eigentümerschaft

Jacek SiekaPersönliches Konto
228 Follower53 öffentliche Reposseit Jan. 2012

Dieses Repository gehört einem persönlichen Konto. Ein Projekt mit nur einem Eigentümer trägt ein höheres Kontinuitätsrisiko als ein organisationsgetragenes.

Metriken nach Kategorie

Vitalität

Lebt das Projekt — wird Code geschrieben und werden Releases ausgeliefert?

48Gefährdet · 22 % des Gesamtindex
Wie die Bewertung erfolgt
36/36Push-Aktualität — letzter Push vor 2 Tagen
1.4/36Commit-Rhythmus — 2/52 Wochen mit Commits
7/18Commit-Volumen — 5 Commits im letzten Jahr
4/10OpenSSF Scorecard: Maintained — 5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4
Verwendete Eingangsdaten
commits_last_year5
human_commit_share1
days_since_last_push2
active_weeks_last_year2

Release-Disziplin

48Gefährdet
Wie die Bewertung erfolgt
16.2/27Liefert Releases aus — 3 Versions-Tags (keine GitHub-Releases)
7.2/36Release-Aktualität — letztes Release vor 593 Tagen
19.8/27Release-Rhythmus — ein Release etwa alle 70,2 Tage
0/10OpenSSF Scorecard: Signed-Releases — keine Daten
Verwendete Eingangsdaten
releases_count3
latest_release_tagv0.5.1
releases_from_tagsja
days_since_latest_release593
mean_days_between_releases70,2
Von der Bewertung ausgeschlossen (keine Daten oder nicht anwendbar): OpenSSF Scorecard: Signed-Releases. Die verbleibenden Gewichte wurden renormalisiert.

Community & Verbreitung

Hat das Projekt Nutzer, Downloads, Aufmerksamkeit und ein einladendes Umfeld für Beitragende?

47Gefährdet · 18 % des Gesamtindex
Wie die Bewertung erfolgt
36.4/60Stars — 176 Stars
9.6/25Forks — 15 Forks
3.9/15Watcher — 6 Watcher
Verwendete Eingangsdaten
forks15
stars176
watchers6
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
Wie die Bewertung erfolgt
22.5/22.5README
16.9/22.5Lizenz — Lizenzdatei vorhanden, keine anerkannte Lizenz
0/18CONTRIBUTING-Leitfaden
0/13.5Verhaltenskodex
0/7.2Issue-Vorlage
0/6.3PR-Vorlage
Verwendete Eingangsdaten
has_readmeja
has_licenseja
has_contributingnein
has_issue_templatenein
has_code_of_conductnein
has_pull_request_templatenein

Nachhaltigkeit & Governance

Überdauert das Projekt die Menschen, die es tragen — Bus-Faktor, Reaktionsfähigkeit, Trägerschaft und Paketpflege?

50Mittel · 24 % des Gesamtindex
Wie die Bewertung erfolgt
9/54Bus-Faktor — 1 Beitragende decken die Hälfte aller Commits ab
2.2/22.5Commit-Verteilung — wichtigste beitragende Person verfasste 90 % der Commits
9.5/13.5Breite der Beitragenden — 7 Beitragende
6/10OpenSSF Scorecard: Contributors — project has 2 contributing companies or organizations -- score normalized to 6
Verwendete Eingangsdaten
bus_factor1
contributors_sampled7
top_contributor_share0,9
Wie die Bewertung erfolgt
29.9/46.8Issue-Lösungsquote — 64 % der Issues geschlossen
33.2/38.3PR-Annahme — 33/38 entschiedene PRs gemergt
1.5/15OpenSSF Scorecard: Code-Review — Found 5/30 approved changesets -- score normalized to 1
Verwendete Eingangsdaten
merged_prs33
open_issues9
closed_issues16
issue_closed_ratio0,64
closed_unmerged_prs5
Wie die Bewertung erfolgt
10/30Organisatorische Trägerschaft — persönliches (Nutzer-)Konto
0/20Verifizierte Domain — für Nutzerkonten nicht anwendbar
17/25Reichweite des Inhabers — 228 Follower von arnetheduck
24.6/25Kontohistorie — 53 öffentliche Repos, Kontoalter ca. 14 Jahre
Verwendete Eingangsdaten
followers228
owner_typeUser
is_verified
owner_loginarnetheduck
public_repos53
account_age_days5.292
Von der Bewertung ausgeschlossen (keine Daten oder nicht anwendbar): Verifizierte Domain. Die verbleibenden Gewichte wurden renormalisiert.

Engineering-Qualität

Sind grundlegende Engineering- und Dokumentationspraktiken vorhanden?

51Mittel · 20 % des Gesamtindex
Wie die Bewertung erfolgt
24/24CI-Workflows — 1 Workflow(s)
24/24Tests vorhanden
0/16Linter-Konfiguration
0/9.6Pre-Commit-Hooks
0/6.4.editorconfig
4/20OpenSSF Scorecard: CI-Tests — 4 out of 18 merged PRs checked by a CI test -- score normalized to 2
Verwendete Eingangsdaten
has_cija
has_testsja
has_editorconfignein
has_linter_confignein
has_precommit_confignein
Wie die Bewertung erfolgt
30/30README
0/25Dokumentationsverzeichnis
0/15Dokumentations-/Homepage-Site
10/10Repository-Beschreibung
10/10Topics — 3 Topics
0/10Wiki
Verwendete Eingangsdaten
topicserror-handling, result, nim
has_wikinein
homepage
has_readmeja
has_docs_dirnein
has_descriptionja

Sicherheit

Sind die sichtbaren Sicherheits- und Lieferkettenpraktiken belastbar, ohne ungeklärte Exposition gegenüber Hochrisikojurisdiktionen?

36Gefährdet · 16 % des Gesamtindex

Sicherheitslage

36Gefährdet
Wie die Bewertung erfolgt
7.5/7.5Binary-Artifacts — no binaries found in the repo
0/7.5Branch-Protection — branch protection not enabled on development/release branches
0.5/2.5CI-Tests — 4 out of 18 merged PRs checked by a CI test -- score normalized to 2
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
0.8/7.5Code-Review — Found 5/30 approved changesets -- score normalized to 1
1.5/2.5Contributors — project has 2 contributing companies or organizations -- score normalized to 6
10/10Dangerous-Workflow — no dangerous workflow patterns detected
0/7.5Dependency-Update-Tool — no update tool detected
0/5Fuzzing — project is not fuzzed
2.2/2.5Lizenz — license file detected
3/7.5Maintained — 5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4
0/5Packaging — keine Daten
0/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
0/5SAST — SAST tool is not run on all commits -- score normalized to 0
0/5Security-Policy — security policy file not detected
0/7.5Signed-Releases — keine Daten
0/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
7.5/7.5Vulnerabilities — 0 existing vulnerabilities detected
Verwendete Eingangsdaten
sourceopenssf_scorecard
checks_evaluated16
scorecard_versionv5.5.0
checks_inconclusive2
scorecard_aggregate3,6
Von der Bewertung ausgeschlossen (keine Daten oder nicht anwendbar): packaging, signed_releases. Die verbleibenden Gewichte wurden renormalisiert.

AI Readiness

Wie gut ist das Repository dafür ausgestattet, mit KI-Coding-Agenten entwickelt und gepflegt zu werden? Ein unabhängiges, experimentelles Badge — Gewicht 0,0, es wird eigenständig ausgewiesen und verändert den Gesamt-Gesundheitswert nicht.

22Kritisch · 0 % des Gesamtindex
Wie die Bewertung erfolgt
0/45Agentenanweisungen — keine CLAUDE.md / AGENTS.md / Editor-Regeln
0/15Maschinenlesbare Doku (llms.txt)
32.8/40Lesbare Commit-Historie — 43 von 70 menschlichen Commits benennen ihre Absicht (strukturierter Betreff oder erläuternder Text)
Verwendete Eingangsdaten
has_llms_txtnein
legible_history_share0,614
agent_instruction_files
agent_instruction_max_bytes
Wie die Bewertung erfolgt
0/18Bootstrap mit einem Befehl
22/22Automatisierte Tests
0/11Lint-/Format-Konfiguration
0/11Statische Typprüfung
0/10Reproduzierbare Umgebung
0/10Belegte Agentenpraxis — keine von Agenten verfassten Commits unter den letzten 70
0/8Automatisierte Wartung — keine automatisierten Abhängigkeits-Updates beobachtet
0/10OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
Verwendete Eingangsdaten
has_nixnein
has_testsja
lockfiles
has_dockerfilenein
typed_languagenein
bootstrap_files
has_devcontainernein
has_linter_confignein
typecheck_configs
agent_commit_share0
toolchain_manifests
dependency_bot_commit_share0
Wie die Bewertung erfolgt
0/45Typprüfbarer Code — Nim ohne Typprüfungs-Konfiguration
0/55Handhabbare Dateigrößen — keine Quelldateien erkannt
Verwendete Eingangsdaten
primary_languageNim
largest_source_bytes
source_files_sampled0
oversized_source_files0
Von der Bewertung ausgeschlossen (keine Daten oder nicht anwendbar): Handhabbare Dateigrößen. Die verbleibenden Gewichte wurden renormalisiert.

Eckdaten

176GitHub-Sterne
7Mitwirkende
5Commits, letzte 12 Monate
2Tage seit letztem Push
3Releases
1Bus-Faktor
9offene Issues
Paket-Ökosysteme

Warnungen zur Datenerhebung

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token

Weitere Details

Stern- und Fork-Verlauf 0 ★ / 15 ⇿
0Sterne
15Forks
3Releases

Wann jeder Stern und Fork hinzugefügt wurde, von GitHub erfasst und nach Tagen gruppiert. Das kumulierte Wachstum steht direkt über den täglichen Zugängen, aus denen es besteht, sodass beide gegeneinander lesbar sind: stetiger organischer Zuwachs sieht ganz anders aus als ein abrupter, kurzlebiger Ausschlag. Wo dieser Unterschied messbar ist, wird er als Wachstumsauthentizität ausgewiesen.

03581013151512019-052022-112026-05
Major 0Minor 2Patch 1

Jeder Punkt umfasst 7 Tage.

OpenSSF Scorecard 3.6 / 10
3.6Gesamtwert

Unabhängige, werkzeugneutrale Sicherheitsbewertung durch das quelloffene OpenSSF Scorecard. Jede Prüfung honoriert eine Sicherheits-Praxis, nicht das Werkzeug eines bestimmten Anbieters. Prüfungen, die Scorecard nicht ermitteln konnte, sind mit k. A. markiert und vom Sicherheitswert ausgeschlossen (nie als null gezählt).Scorecard v5.5.0 · 2026-07-24 00:03 UTC

10Binary-Artifactsno binaries found in the repo
0Branch-Protectionbranch protection not enabled on development/release branches
2CI-Tests4 out of 18 merged PRs checked by a CI test -- score normalized to 2
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
1Code-ReviewFound 5/30 approved changesets -- score normalized to 1
6Contributorsproject has 2 contributing companies or organizations -- score normalized to 6
10Dangerous-Workflowno dangerous workflow patterns detected
0Dependency-Update-Toolno update tool detected
0Fuzzingproject is not fuzzed
9Licenselicense file detected
4Maintained5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4
k. A.Packagingpackaging workflow not detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
k. A.Signed-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
10Vulnerabilities0 existing vulnerabilities detected
Alle Abhängigkeiten 0

Vollständig aufgelöster Abhängigkeitssatz aus dem GitHub-Abhängigkeitsgraphen: 0 direkte und 0 indirekte (transitive) Pakete. Die transitive Hülle ist vollständig, wenn das Repository eine Lockfile eincheckt.

RegistryPaketVersionBeziehung
Abhängigkeits-Advisories nicht bewertet

Der Advisory-Abgleich konnte für diesen Bericht nicht ausgeführt werden: No resolved dependencies to assess

JSON-Rohbericht maschinenlesbar
{
  "data": {
    "repo": {
      "topics": [
        "error-handling",
        "result",
        "nim"
      ],
      "is_fork": false,
      "size_kb": 136,
      "has_wiki": false,
      "homepage": null,
      "languages": {
        "Nim": 79895
      },
      "pushed_at": "2026-07-21T11:12:48Z",
      "created_at": "2018-05-20T03:44:24Z",
      "owner_type": "User",
      "updated_at": "2026-07-19T21:08:13Z",
      "description": "Friendly value-or-error type",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": null,
      "default_branch": "master",
      "license_spdx_raw": "NOASSERTION",
      "primary_language": "Nim",
      "significant_languages": [
        "Nim"
      ]
    },
    "owner": {
      "blog": null,
      "name": "Jacek Sieka",
      "type": "User",
      "login": "arnetheduck",
      "company": null,
      "location": "Cyberspace",
      "followers": 228,
      "avatar_url": "https://avatars.githubusercontent.com/u/1382986?v=4",
      "created_at": "2012-01-26T19:37:52Z",
      "is_verified": null,
      "public_repos": 53,
      "account_age_days": 5292
    },
    "license": {
      "state": "custom",
      "spdx_id": null,
      "raw_spdx": "NOASSERTION",
      "file_present": true,
      "scorecard_found": true,
      "profile_has_license": true
    },
    "activity": {
      "releases": [
        {
          "tag": "v0.5.1",
          "kind": "patch",
          "published_at": "2024-12-07T14:45:43Z"
        },
        {
          "tag": "v0.5.0",
          "kind": "minor",
          "published_at": "2024-08-14T06:24:38Z"
        },
        {
          "tag": "v0.4.0",
          "kind": "minor",
          "published_at": "2024-07-20T05:33:38Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "b319652e98a198fa881ca70a76754c2dd6f09804",
          "body": "https://nim-lang.github.io/Nim/manual.html#overload-resolution-lazy-type-resolution-for-untyped\n- using `typed` arguments makes it clear that de facto, types are\n(mostly) being resolved eagerly due to the presence of overloadds -\nalthough in theory the two-argument versions could get away with lazy\ntyping for the second parameter, there seems to be little downside doing\nit eagerly here.",
          "is_bot": false,
          "headline": "prefer `typed` template arguments for ok/err (#66)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2026-06-16T15:13:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9059e3e6098ac7d612cbaeda7065ea51e4df77a8",
          "body": "Replace the remaining `if self.oResultPrivate:` sites in\nmapConvertErr and mapCastErr with `case`, matching the style used\nin withAssertOk and every other map/flatMap/iterator in the file.\nUnblocks {.experimental: \"strictCaseObjects\".} consumers; no\nbehavioural change for existing callers.\n\nCo-authored-by: Jacek Sieka <arnetheduck@gmail.com>",
          "is_bot": false,
          "headline": "use case on oResultPrivate in map*Err for strictCaseObjects (#2) (#59)",
          "author_name": "aryonoco",
          "author_login": "aryonoco",
          "committed_at": "2026-06-16T15:03:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "afc4e36020441b20fce9dfd037e5b8556a7862d7",
          "body": null,
          "is_bot": false,
          "headline": "nph 0.7.0 (#67)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2026-06-16T14:57:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a6967b30182a99bd8bca8620fd9a9b785caec896",
          "body": null,
          "is_bot": false,
          "headline": "Select nim version with nimble (#51)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2026-06-16T14:53:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "06deae1c81fd27b6c94bbc7cd0e619b6905d49da",
          "body": "Correct three typos in the Result type documentation:\nimplemenations -> implementations (line 195), enterting -> entering\nand implict -> implicit (line 281).",
          "is_bot": false,
          "headline": "fix docstring typos in Result documentation (#1) (#58)",
          "author_name": "aryonoco",
          "author_login": "aryonoco",
          "committed_at": "2026-05-27T12:28:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "df8113dda4c2d74d460a8fa98252b0b771bf1f27",
          "body": null,
          "is_bot": false,
          "headline": "v0.5.1: release lent workaround",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2024-12-07T14:45:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "71d404b314479a6205bfd050f4fe5fe49cdafc69",
          "body": "https://github.com/nim-lang/Nim/issues/23973",
          "is_bot": false,
          "headline": "disable `lent` with `orc` until 2.2 (#49)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2024-08-22T07:56:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "57b2392ad69849e3e2d02b74a8a0feee2c3d9570",
          "body": null,
          "is_bot": false,
          "headline": "v0.5.0",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2024-08-14T06:24:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "05e33fa6da2c99055e081942b8a43bb4ca4ea415",
          "body": "`lent` allows returning a (hidden) pointer to a member thus making\r\nResult slightly more efficient when working with types that are\r\nexpensive to copy.\r\n\r\n`lent` is enabled by default only on recent versions as Nim is known to\r\ngenerate invalid code in earlier releases - how far back `lent` works\r\nr\n[…]\nns as recent as\r\n1.6.14 have been known to have issues.\r\n\r\nAs such, `lent` support is conservatively enabled only for 2.0.8+ but\r\ncan be enabled for earlier versions as well via a compile-time define.",
          "is_bot": false,
          "headline": "`lent` support (#46)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2024-08-14T06:23:38Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "bf8a958754685befdabb77e0804ee02e40abc9bf",
          "body": "* add `nph` formatting linter\r\n\r\n* missing directory",
          "is_bot": false,
          "headline": "add `nph` formatting linter (#48)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2024-08-14T05:38:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0313bce7314e3e0581799c87de2b0866baff5389",
          "body": null,
          "is_bot": false,
          "headline": "test `?` in `ok` (fixes #23) (#47)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2024-08-14T05:22:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "410afe8acdda0b746582883e951243b6652dee3c",
          "body": "This PR adds a workaround for the case where a global symbol is matched instead of the local `error`/`value` template in `valueOr` and friends, when `valueOr` is being used in a generic context.\r\n\r\nTwo options are added:\r\n* when using Nim version supporting the experimental `genericsOpenSym` [featur\n[…]\n-time options to retain the old behavior of matching the global symbol.\r\n\r\nSee also https://github.com/nim-lang/Nim/issues/22605\r\n\r\nthanks to @Araq for the macro hack and @metagn for the language fix!",
          "is_bot": false,
          "headline": "Workaround for #34 (#35)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2024-08-13T09:49:37Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "8a03fb2e00dccbf35807c869e0184933b0cffa37",
          "body": null,
          "is_bot": false,
          "headline": "add inefficiency issue",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2024-07-20T05:33:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e2adf66b8bc2f41606e8469a5f0a850d1e545b55",
          "body": null,
          "is_bot": false,
          "headline": "Document a few fixes (#45)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2024-03-11T16:13:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d285bf0a9ab83ca50e245589e5b284744677946f",
          "body": "Fixes an error that shows when using `optValue` on a `Result[void, E]`.\r\n\r\n```\r\nundeclared field: 'vResultPrivate' for type results.Result\r\n```",
          "is_bot": false,
          "headline": "extend `optValue` support for `Result[void, E]` (#44)",
          "author_name": "Etan Kissling",
          "author_login": "etan-status",
          "committed_at": "2024-03-11T16:13:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6340b0435ada29b2979925a5f2b5fe9d4b5c5fe9",
          "body": "* ci: Combine c/c++\r\n\r\n* x\r\n\r\n* x\r\n\r\n* fix test\r\n\r\n* x",
          "is_bot": false,
          "headline": "ci: Combine c/c++ (#43)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2024-03-11T08:16:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1306c1015251e6eb77bb6e03cf5e3d96d6fc1aad",
          "body": null,
          "is_bot": false,
          "headline": "Update CI (#42)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2024-03-11T07:25:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bae629e5536f1ea6c6212e004919e5c820e9f05a",
          "body": null,
          "is_bot": false,
          "headline": "Add 136416d3594cedaa02133d7513f57c74ca5108e5 to .git-blame-ignore-revs",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2024-03-10T09:06:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "136416d3594cedaa02133d7513f57c74ca5108e5",
          "body": null,
          "is_bot": false,
          "headline": "Formatted with nph v0.5.1-0-gde5cd48",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2024-03-10T09:06:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "193d3c6648bd0f7e834d4ebd6a1e1d5f93998197",
          "body": "* test refc in CI in Nim 2.0 and later\r\n\r\n* Update results.nimble\r\n\r\nCo-authored-by: Jacek Sieka <arnetheduck@gmail.com>\r\n\r\n* Nim 1.2 compilation was fixed\r\n\r\n---------\r\n\r\nCo-authored-by: Jacek Sieka <arnetheduck@gmail.com>",
          "is_bot": false,
          "headline": "test refc in CI in Nim 2.0 and later (#39)",
          "author_name": "tersec",
          "author_login": "tersec",
          "committed_at": "2024-02-28T17:32:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "dfeef8ba705d7bab3e2073bb44549f0a2562df70",
          "body": null,
          "is_bot": false,
          "headline": "restore 1.2 compat in tests (#40)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2024-02-19T10:00:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "61f144840c47d1b2a926ec717fe46b5136a1e3ae",
          "body": null,
          "is_bot": false,
          "headline": "Add 592e0dcba157da84e2cced2309fa27dc67b667f3 to .git-blame-ignore-revs",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2024-02-05T12:48:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "592e0dcba157da84e2cced2309fa27dc67b667f3",
          "body": null,
          "is_bot": false,
          "headline": "Formatted with nph v0.4-0-g537f1ce",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2024-02-05T12:46:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1fad36e938c879901660fd345c8354603f5367d6",
          "body": null,
          "is_bot": false,
          "headline": "update git blame",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2024-01-08T10:20:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "85c6657a75f5e1d9a0a2d52737fc38927d7c21a9",
          "body": null,
          "is_bot": false,
          "headline": "Formatted with nph v0.3-0-gfa9c745",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2024-01-08T10:19:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "113d433f48894ee8e7da3e340c8fe19ad7b9db4d",
          "body": null,
          "is_bot": false,
          "headline": "remove to_stew (obsolete)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2023-12-24T07:48:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f6ccbaf204a2e4062a71bc21fb15ce758b0203a5",
          "body": "as an alternative to https://github.com/status-im/nim-stew/pull/134/,\r\nthis PR provides an accidental workaround to the underlying issue, which\r\nis that macros are generally unable to rewrite `template` contents since\r\nthe macro rewriting happens before template expansion.\r\n\r\nsplitting up `result` assignment and `return` allows binding to the\r\ninjected `result` and `return` without argument ends up being\r\n\"implicitly\" compatible with the way `async` code is turned into a\r\nclosure iterator.",
          "is_bot": false,
          "headline": "return rewriting workaround (#37)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2023-12-21T14:09:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "32f7834c80bca933883d9a19dfb1f6c2da108ce0",
          "body": null,
          "is_bot": false,
          "headline": "record git blame ignore information",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2023-12-21T13:18:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9705e665d9c60ceaeaa8e537aad79877534618c3",
          "body": null,
          "is_bot": false,
          "headline": "Formatted with nph v0.2-0-g5749abc",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2023-12-21T13:17:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f3c666a272c69d70cb41e7245e7f6844797303ad",
          "body": "* https://github.com/status-im/nim-stew/pull/198\r\n* https://github.com/status-im/nim-stew/pull/201\r\n* https://github.com/status-im/nim-stew/pull/203",
          "is_bot": false,
          "headline": "updates (#32)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2023-07-05T08:42:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f99b238a5841ce454bb27041febe5dc4f033c09f",
          "body": "* https://github.com/status-im/nim-stew/pull/177\r\n* https://github.com/status-im/nim-stew/pull/179\r\n* https://github.com/status-im/nim-stew/pull/188\r\n* https://github.com/status-im/nim-stew/pull/191\r\n* https://github.com/status-im/nim-stew/pull/192",
          "is_bot": false,
          "headline": "updates (#31)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2023-06-12T16:24:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "023375923c655aa3252c52c39efc1a091266539f",
          "body": null,
          "is_bot": false,
          "headline": "Update README.md",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2023-04-25T21:19:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "00e3d3b5055bacfeaff9390d548f6de0fe38f676",
          "body": "* rename to `results` to please nimble\r\n* move tests to separate folder (to ensure tests run from a separate\r\nmodule)\r\n* update nim version req to 1.2\r\n* make benchmarks runnable again\r\n* remove really old backwards compat module\r\n* bump version",
          "is_bot": false,
          "headline": "reorganise package (#29)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2023-04-25T21:18:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0f26158fb1208010d8451682bbd78e42a872c0f5",
          "body": "These two helpers complete valueOr and errorOr to cover void cases where\nno value should be returned or Result[void, E] / Result[T, void] is\nbeing used - they can be used for a convient early-return style in\nside-effectful proc:s:\n\n```nim\nv.update().isOkOr:\n  echo \"update failed: \", error\n```",
          "is_bot": false,
          "headline": "Add isOkOr, isErrOr",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2023-04-25T19:36:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "567c7229096f443eca34a3dd910a03c0ac957be2",
          "body": null,
          "is_bot": false,
          "headline": "private field access workaround (#26)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2023-04-12T06:38:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b0fa6498e5ed1a43ab1ada0d66a05994cea9c994",
          "body": null,
          "is_bot": false,
          "headline": "bump CI (#27)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2023-04-11T09:02:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "52158dcb4d90091ecd797cf1e8b23e345696b7c6",
          "body": null,
          "is_bot": false,
          "headline": "strict effect fixes, work around void constant codegen (#25)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2023-04-11T06:20:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bd668d16efbc41db8b3d8fa2142a444b0a7e5876",
          "body": "* add `errorOr`, mirror of `valueOr`\r\n* add `unsafeError`, mirror of `unsafeGet`\r\n* add `Opt.some`/`Opt.none`\r\n* fix `[]` for `Result[void, E]`",
          "is_bot": false,
          "headline": "Fixes (#22)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2022-09-02T14:18:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4ff5f5b59c239c23314240106c6903bb0084e074",
          "body": "* add full support for `Result[T, void]` (aka `Opt[T]` aka `Option[T]`)\r\n* expand tests\r\n* add `flatten`, `filter` of `Option` fame\r\n* add `tryError` that raises a regular exception when result holds a\r\nvalue\r\n* fix `$` to print `ok`/`err` in lower-case, like the functions that\r\ncreated the result\r\n\n[…]\nllapses all errors to a single value of a\r\npotentially different type - useful when translating errors between\r\nlayers\r\n* `capture` should work with `CatchableError`\r\n* remove `Defect`-dependent tests",
          "is_bot": false,
          "headline": "`Result` refresh (#20)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2022-01-03T21:15:49Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "7c5f2423fe6042adc667ce7630a5b13349a13654",
          "body": null,
          "is_bot": false,
          "headline": "fix == for void (fixes #16) (#17)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2021-06-29T20:15:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b91525fcfe8d5e58580f2795f9e3f039b9fe6d30",
          "body": "* Github actions CI\r\n\r\n* use TEST_LANG in nimble file\r\n\r\n* test multiple nim versions\r\n\r\n* fixup\r\n\r\n* fixup\r\n\r\n* skip devel",
          "is_bot": false,
          "headline": "Github actions CI (#18)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2021-06-29T19:49:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3726fd298c49e17f2681a7310e61499ba5c72ef4",
          "body": "* allow void comparisons\n* better result defect message for void types",
          "is_bot": false,
          "headline": "fixes",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2021-02-10T10:14:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7c80a09814cc802c964d225eabac1b6157741eea",
          "body": "* spelling fix\n* prevent returning dangling cstrings\n* better `Result[void, ...]` support",
          "is_bot": false,
          "headline": "fixes",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2020-12-09T12:37:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2fcb3de80bfcfeb6f02ed441e464ca1adb4e40fc",
          "body": null,
          "is_bot": false,
          "headline": "indent",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2020-06-23T09:54:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b541c02cd1bc84682b1803fe381338e7d45c3251",
          "body": "* bump version\n* install results.nim (fixes #11)\n* support void error type\n* support heterogenous and/or",
          "is_bot": false,
          "headline": "updates",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2020-06-23T09:50:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "37c907df6319b335cadadb4e856644246062333a",
          "body": null,
          "is_bot": false,
          "headline": "result->results",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2020-04-13T07:39:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bdc585bf9f3ad0acaad18c7d12deab172373b5f4",
          "body": "* raise ResultDefect on invalid field access\n* document performance\n* fix and/or template expansion\n* add `expect` to document expected ok results\n* add `tryGet` to raise ordinary exception (instead of defect)\n* support `and` with heterogenous types\n* mapConvert uses explicit conversion",
          "is_bot": false,
          "headline": "fixes",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2020-04-05T13:32:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8a43af6a564ff428387f86cb0b681b0d8d4e7580",
          "body": "Sync with stable stew\n\n* fix ResultError\n* update documenation\n* remove experimental Defect support\n* stricter types to work around nim bugs",
          "is_bot": false,
          "headline": "fixes (and rollback tryGet",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2020-03-30T21:14:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0eea866424f1b817433f5ba913b0997f5af1408a",
          "body": "* fix ResultError type to not be ref\n* update docs\n* fix toException mixin\n* make ok/err public\n* update capture to return true exception type (@zah)\n* raise Defect instead of ResultError when trying to access value (@zah)",
          "is_bot": false,
          "headline": "fixes",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2020-03-28T17:34:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "480b783cc5e43c356d7a879a81e1ddf01b23dfec",
          "body": "* add script to port to `nim-stew`\n* correctly export exception and symbols\n* add some experiments from #8",
          "is_bot": false,
          "headline": "updates (fixes #8)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2020-01-23T16:28:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f5c674bfb555f804a5df284b058158e7b43a6ffe",
          "body": null,
          "is_bot": false,
          "headline": "syntax compat tweak (#9)",
          "author_name": "Andy Davidoff",
          "author_login": "disruptek",
          "committed_at": "2019-12-31T14:46:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5b15d516265feac9470d78a88a0e1959ee22c21c",
          "body": "* more Result[void, E] operations supported\r\n* make `?` template public\r\n* make `isOk` a template too, for a unified isErr/isOk syntax with ()\r\n* put raising in function to avoid bloat\r\n* add tests\r\n* use template for ok/err",
          "is_bot": false,
          "headline": "fixes (#7)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2019-08-14T09:50:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6b93ef6fd28da2665949b539845a395560307267",
          "body": null,
          "is_bot": false,
          "headline": "require nim 0.19.6, add string conversion test",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2019-08-04T08:39:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "38cf06685952d28b8452e76e9070494a94478828",
          "body": null,
          "is_bot": false,
          "headline": "allow void results (fixes #5)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2019-08-03T08:44:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "11fdcc33e816614850dbb47604c660c0bca4b276",
          "body": "* Better exception support, options compatibility through added get\r\n\r\n* add missing mixin\r\n\r\n* cleanups",
          "is_bot": false,
          "headline": "Better exception support, options compatibility through added get (#4)",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2019-08-03T08:33:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1ca2401f3b5b239b54e09aece3a29480f1ef3958",
          "body": null,
          "is_bot": false,
          "headline": "inline result helpers for a small perf bonus on simple results",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2019-05-22T15:43:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cfa0eec57423352f22ca3dc97602ea3fade66c59",
          "body": null,
          "is_bot": false,
          "headline": "Recovering results from Result[T] benchmark (#3)",
          "author_name": "Eugene Kabanov",
          "author_login": "cheatfate",
          "committed_at": "2019-05-19T08:01:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ca56ea36b8dd7f644305c383dbebd28c1e44399b",
          "body": null,
          "is_bot": false,
          "headline": "fix an example (#2)",
          "author_name": "Ștefan Talpalaru",
          "author_login": "stefantalpalaru",
          "committed_at": "2019-04-08T13:34:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2ac4fa66bd1ae5fcb7a889cd1ccdb3ac7d181d34",
          "body": null,
          "is_bot": false,
          "headline": "Update license, make valueOr public",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2019-03-25T21:49:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5abd11cf1abe0051f2dbc9c5ece6e10b32ab7e4f",
          "body": null,
          "is_bot": false,
          "headline": "Update README.md",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2018-12-18T02:17:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a3c445865d6af43c3905da04b4cc3cbbb2ec6767",
          "body": null,
          "is_bot": false,
          "headline": "derefOr -> valueOr",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2018-12-18T02:11:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d613ae4073fc6b8cdd4c2744a4000d37b8871a7c",
          "body": null,
          "is_bot": false,
          "headline": "Update readme / example",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2018-12-18T02:05:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0a44a20aa3ccf80eeace966da58057b55dcf5147",
          "body": null,
          "is_bot": false,
          "headline": "nimble: add result.nimble",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2018-11-06T21:36:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "24e80090cd2158b827a671363912166bdeeb6b0e",
          "body": null,
          "is_bot": false,
          "headline": "Update README.md",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2018-10-11T00:17:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "44fc612dbd48a90e9ddfb6c65269a18a4585b083",
          "body": null,
          "is_bot": false,
          "headline": "Update README.md",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2018-10-11T00:16:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "01355f4c3e44e690c00b404b1e6f68c8b8bd7328",
          "body": "Initial dump",
          "is_bot": false,
          "headline": "Merge pull request #1 from arnetheduck/initial-dump",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2018-08-19T12:23:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e1d6c641a1b555236e6b37fe3f33ca23ebc8cf78",
          "body": "* remove default (string too heavy as default, no better alternatives\nfor now)\n* restrict ok/err to Result types\n* simplify signatures using implicit generics\n* remove lifting example\n* remove `items` from initial API\n* add `ok` trick test using result type\n* add `capture` trick test using resut type\n* add `?` operator that exits early",
          "is_bot": false,
          "headline": "fixes and experiments",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2018-05-26T14:50:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d887ef769b2ff44e579f838efda045dba8694a1b",
          "body": null,
          "is_bot": false,
          "headline": "Stringify error and pass to exception, if possible",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2018-05-20T06:41:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a41157eda91bd1fff589262e4d82cbd0d0a1e0f4",
          "body": null,
          "is_bot": false,
          "headline": "Initial dump",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2018-05-20T03:47:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8b5d6ad95f8e5ffe89115f5c9619904c2d0772cc",
          "body": null,
          "is_bot": false,
          "headline": "Initial commit",
          "author_name": "Jacek Sieka",
          "author_login": "arnetheduck",
          "committed_at": "2018-05-20T03:44:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 3,
      "commits_last_year": 5,
      "latest_release_at": "2024-12-07T14:45:43Z",
      "latest_release_tag": "v0.5.1",
      "releases_from_tags": true,
      "days_since_last_push": 2,
      "active_weeks_last_year": 2,
      "days_since_latest_release": 593,
      "mean_days_between_releases": 70.2
    },
    "community": {
      "has_readme": true,
      "has_license": true,
      "has_description": true,
      "has_contributing": false,
      "health_percentage": 42,
      "has_issue_template": false,
      "has_code_of_conduct": false,
      "has_pull_request_template": false
    },
    "ecosystem": {
      "packages": []
    },
    "popularity": {
      "forks": 15,
      "stars": 176,
      "watchers": 6,
      "fork_history": {
        "days": [
          {
            "date": "2019-05-08",
            "count": 1
          },
          {
            "date": "2019-12-30",
            "count": 1
          },
          {
            "date": "2020-05-21",
            "count": 1
          },
          {
            "date": "2020-06-22",
            "count": 1
          },
          {
            "date": "2021-06-21",
            "count": 1
          },
          {
            "date": "2022-09-28",
            "count": 1
          },
          {
            "date": "2023-03-31",
            "count": 1
          },
          {
            "date": "2024-02-29",
            "count": 1
          },
          {
            "date": "2024-06-21",
            "count": 1
          },
          {
            "date": "2024-08-18",
            "count": 1
          },
          {
            "date": "2025-02-12",
            "count": 1
          },
          {
            "date": "2025-05-29",
            "count": 1
          },
          {
            "date": "2025-07-10",
            "count": 1
          },
          {
            "date": "2026-04-23",
            "count": 1
          },
          {
            "date": "2026-06-02",
            "count": 1
          }
        ],
        "complete": true,
        "collected": 15,
        "total_forks": 15
      },
      "star_history": null,
      "open_issues_and_prs": 14
    },
    "ai_readiness": {
      "has_nix": false,
      "example_dirs": [],
      "has_llms_txt": false,
      "has_dockerfile": false,
      "has_mcp_signal": false,
      "bootstrap_files": [],
      "api_schema_files": [],
      "has_devcontainer": false,
      "typecheck_configs": [],
      "toolchain_manifests": [],
      "largest_source_bytes": null,
      "source_files_sampled": 0,
      "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,
        "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": [],
      "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": 5,
        "merged_prs": 33,
        "open_issues": 9,
        "closed_ratio": 0.64,
        "closed_issues": 16,
        "closed_unmerged_prs": 5
      },
      "bus_factor": 1,
      "bot_contributors": 0,
      "top_contributors": [
        {
          "type": "User",
          "login": "arnetheduck",
          "commits": 63,
          "avatar_url": "https://avatars.githubusercontent.com/u/1382986?v=4"
        },
        {
          "type": "User",
          "login": "aryonoco",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/25701165?v=4"
        },
        {
          "type": "User",
          "login": "disruptek",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/1479799?v=4"
        },
        {
          "type": "User",
          "login": "etan-status",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/89844309?v=4"
        },
        {
          "type": "User",
          "login": "cheatfate",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/5955411?v=4"
        },
        {
          "type": "User",
          "login": "tersec",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/11422416?v=4"
        },
        {
          "type": "User",
          "login": "stefantalpalaru",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/495550?v=4"
        }
      ],
      "contributors_sampled": 7,
      "top_contributor_share": 0.9
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "ci.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": 2,
            "reason": "4 out of 18 merged PRs checked by a CI test -- score normalized to 2",
            "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": 1,
            "reason": "Found 5/30 approved changesets -- score normalized to 1",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
          },
          {
            "name": "Contributors",
            "score": 6,
            "reason": "project has 2 contributing companies or organizations -- score normalized to 6",
            "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": 9,
            "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": 0,
            "reason": "detected GitHub workflow tokens with excessive permissions",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
          },
          {
            "name": "Vulnerabilities",
            "score": 10,
            "reason": "0 existing vulnerabilities detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
          }
        ],
        "commit": "b319652e98a198fa881ca70a76754c2dd6f09804",
        "ran_at": "2026-07-24T00:03:10Z",
        "aggregate_score": 3.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-06-16T15:14:12Z",
      "oldest_open_prs": [
        {
          "number": 41,
          "created_at": "2024-02-29T03:34:05Z",
          "last_comment_at": "2024-08-11T14:56:46Z",
          "last_comment_author": "arnetheduck"
        },
        {
          "number": 60,
          "created_at": "2026-04-23T03:22:59Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 61,
          "created_at": "2026-04-23T03:24:19Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 62,
          "created_at": "2026-04-23T03:25:31Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 68,
          "created_at": "2026-07-21T11:12:54Z",
          "last_comment_at": null,
          "last_comment_author": null
        }
      ],
      "last_merged_pr_at": "2026-06-16T15:13:28Z",
      "ci_last_conclusion": "SUCCESS",
      "oldest_open_issues": [
        {
          "number": 13,
          "created_at": "2021-06-01T10:02:17Z",
          "last_comment_at": "2021-07-15T08:48:57Z",
          "last_comment_author": "nkoturovic"
        },
        {
          "number": 28,
          "created_at": "2023-04-12T19:14:31Z",
          "last_comment_at": "2023-05-11T11:53:51Z",
          "last_comment_author": "arnetheduck"
        },
        {
          "number": 30,
          "created_at": "2023-04-26T10:06:58Z",
          "last_comment_at": "2023-07-04T14:45:04Z",
          "last_comment_author": "arnetheduck"
        },
        {
          "number": 33,
          "created_at": "2023-08-18T06:14:05Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 52,
          "created_at": "2025-01-21T13:28:05Z",
          "last_comment_at": "2025-01-21T15:09:41Z",
          "last_comment_author": "etan-status"
        },
        {
          "number": 53,
          "created_at": "2025-01-21T14:23:26Z",
          "last_comment_at": "2025-01-21T17:20:56Z",
          "last_comment_author": "tersec"
        },
        {
          "number": 55,
          "created_at": "2025-03-14T07:00:28Z",
          "last_comment_at": "2025-03-14T07:02:59Z",
          "last_comment_author": "tersec"
        },
        {
          "number": 56,
          "created_at": "2026-03-29T18:41:50Z",
          "last_comment_at": "2026-03-29T18:53:12Z",
          "last_comment_author": "etan-status"
        },
        {
          "number": 57,
          "created_at": "2026-03-30T01:16:14Z",
          "last_comment_at": "2026-04-23T03:38:43Z",
          "last_comment_author": "aryonoco"
        }
      ]
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/arnetheduck/nim-results",
    "host": "github.com",
    "name": "nim-results",
    "owner": "arnetheduck"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "at_risk",
      "name": "Overall health",
      "note": null,
      "notes": [],
      "value": 47,
      "inputs": {
        "security": 36,
        "vitality": 48,
        "community": 47,
        "governance": 50,
        "engineering": 51
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "at_risk",
        "name": "Vitality",
        "value": 48,
        "weight": 0.22,
        "metrics": [
          {
            "key": "development_activity",
            "band": "at_risk",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 48,
            "inputs": {
              "commits_last_year": 5,
              "human_commit_share": 1,
              "days_since_last_push": 2,
              "active_weeks_last_year": 2
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 2 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 2
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "2/52 weeks with commits",
                "points": 1.4,
                "status": "partial",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 2
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "5 commits in the last year",
                "points": 7,
                "status": "partial",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 5
                    }
                  }
                ],
                "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": 48,
            "inputs": {
              "releases_count": 3,
              "latest_release_tag": "v0.5.1",
              "releases_from_tags": true,
              "days_since_latest_release": 593,
              "mean_days_between_releases": 70.2
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "3 version tags (no GitHub releases)",
                "points": 16.2,
                "status": "partial",
                "details": [
                  {
                    "code": "version_tags_no_releases",
                    "params": {
                      "count": 3
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 593 days ago",
                "points": 7.2,
                "status": "partial",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 593
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~70.2 days",
                "points": 19.8,
                "status": "partial",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 70.2
                    }
                  }
                ],
                "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": 37,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "last human commit 37 days ago",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_maintained",
                    "params": {
                      "days": 37
                    }
                  }
                ],
                "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": 47,
        "weight": 0.18,
        "metrics": [
          {
            "key": "popularity",
            "band": "moderate",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 50,
            "inputs": {
              "forks": 15,
              "stars": 176,
              "watchers": 6,
              "growth_state": "unverified",
              "growth_factor_pct": 100,
              "growth_unverified_reason": "no_history"
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "176 stars",
                "points": 36.4,
                "status": "partial",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 176
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "15 forks",
                "points": 9.6,
                "status": "partial",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 15
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "watchers",
                "name": "Watchers",
                "detail": "6 watchers",
                "points": 3.9,
                "status": "partial",
                "details": [
                  {
                    "code": "watchers",
                    "params": {
                      "count": 6
                    }
                  }
                ],
                "max_points": 15
              }
            ]
          },
          {
            "key": "community_health",
            "band": "at_risk",
            "name": "Community health",
            "note": null,
            "notes": [],
            "value": 44,
            "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": "license file present, not a recognized license",
                "points": 16.9,
                "status": "partial",
                "details": [
                  {
                    "code": "license_custom",
                    "params": {}
                  }
                ],
                "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
              }
            ]
          }
        ],
        "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
      },
      {
        "key": "governance",
        "band": "moderate",
        "name": "Sustainability & Governance",
        "value": 50,
        "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": 7,
              "top_contributor_share": 0.9
            },
            "components": [
              {
                "key": "bus_factor",
                "name": "Bus factor",
                "detail": "1 contributor(s) cover half of all commits",
                "points": 9,
                "status": "partial",
                "details": [
                  {
                    "code": "bus_factor",
                    "params": {
                      "count": 1
                    }
                  }
                ],
                "max_points": 54
              },
              {
                "key": "commit_distribution",
                "name": "Commit distribution",
                "detail": "top contributor authored 90% of commits",
                "points": 2.2,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 90
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "7 contributors",
                "points": 9.5,
                "status": "partial",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 7
                    }
                  }
                ],
                "max_points": 13.5
              },
              {
                "key": "openssf_scorecard_contributors",
                "name": "OpenSSF Scorecard: Contributors",
                "detail": "project has 2 contributing companies or organizations -- score normalized to 6",
                "points": 6,
                "status": "partial",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "moderate",
            "name": "Issue & PR responsiveness",
            "note": null,
            "notes": [],
            "value": 65,
            "inputs": {
              "merged_prs": 33,
              "open_issues": 9,
              "closed_issues": 16,
              "issue_closed_ratio": 0.64,
              "closed_unmerged_prs": 5
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "64% of issues closed",
                "points": 29.9,
                "status": "partial",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 64
                    }
                  }
                ],
                "max_points": 46.75
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "33/38 decided PRs merged",
                "points": 33.2,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 33,
                      "decided": 38
                    }
                  }
                ],
                "max_points": 38.25
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "Found 5/30 approved changesets -- score normalized to 1",
                "points": 1.5,
                "status": "partial",
                "details": [],
                "max_points": 15
              }
            ]
          },
          {
            "key": "stewardship",
            "band": "moderate",
            "name": "Ownership & stewardship",
            "note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "verified_domain"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 64,
            "inputs": {
              "followers": 228,
              "owner_type": "User",
              "is_verified": null,
              "owner_login": "arnetheduck",
              "public_repos": 53,
              "account_age_days": 5292
            },
            "components": [
              {
                "key": "ownership_backing",
                "name": "Ownership backing",
                "detail": "personal (user) account",
                "points": 10,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_personal",
                    "params": {}
                  }
                ],
                "max_points": 30
              },
              {
                "key": "verified_domain",
                "name": "Verified domain",
                "detail": "not applicable to user accounts",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "not_applicable_to_user_accounts",
                    "params": {}
                  }
                ],
                "max_points": 20
              },
              {
                "key": "owner_reach",
                "name": "Owner reach",
                "detail": "228 followers of arnetheduck",
                "points": 17,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 228,
                      "login": "arnetheduck"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "53 public repos, account ~14 yr old",
                "points": 24.6,
                "status": "partial",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 53
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 14
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          }
        ],
        "description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
      },
      {
        "key": "engineering",
        "band": "moderate",
        "name": "Engineering Quality",
        "value": 51,
        "weight": 0.2,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "moderate",
            "name": "Engineering practices",
            "note": null,
            "notes": [],
            "value": 52,
            "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": "4 out of 18 merged PRs checked by a CI test -- score normalized to 2",
                "points": 4,
                "status": "partial",
                "details": [],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "moderate",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 50,
            "inputs": {
              "topics": [
                "error-handling",
                "result",
                "nim"
              ],
              "has_wiki": false,
              "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": "3 topics",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "topics_count",
                    "params": {
                      "count": 3
                    }
                  }
                ],
                "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": 36,
        "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": 36,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 16,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 2,
              "scorecard_aggregate": 3.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 not enabled on development/release branches",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "ci_tests",
                "name": "CI-Tests",
                "detail": "4 out of 18 merged PRs checked by a CI test -- score normalized to 2",
                "points": 0.5,
                "status": "partial",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "cii_best_practices",
                "name": "CII-Best-Practices",
                "detail": "no effort to earn an OpenSSF best practices badge detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "code_review",
                "name": "Code-Review",
                "detail": "Found 5/30 approved changesets -- score normalized to 1",
                "points": 0.8,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "contributors",
                "name": "Contributors",
                "detail": "project has 2 contributing companies or organizations -- score normalized to 6",
                "points": 1.5,
                "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.2,
                "status": "partial",
                "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": "detected GitHub workflow tokens with excessive permissions",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "vulnerabilities",
                "name": "Vulnerabilities",
                "detail": "0 existing vulnerabilities detected",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              }
            ]
          },
          {
            "key": "high_risk_jurisdiction_exposure",
            "band": "excellent",
            "name": "High-Risk Jurisdiction Exposure",
            "note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
            "notes": [
              {
                "code": "jurisdiction_evidence_limits",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "meaning": "self-published location evidence; not nationality or citizenship",
              "red_flag": false,
              "exposures": [],
              "policy_countries": [
                "Russia",
                "Iran",
                "North Korea"
              ],
              "review_only_matches": 0,
              "assessed_self_published_locations": 7
            },
            "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": "critical",
        "name": "AI Readiness",
        "value": 22,
        "weight": 0,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "at_risk",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 33,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 0.614,
              "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": "43 of 70 human commits state their intent (structured subject or explanatory body)",
                "points": 32.8,
                "status": "partial",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 43,
                      "sampled": 70
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "critical",
            "name": "Verify loop (build / test / typecheck)",
            "note": null,
            "notes": [],
            "value": 22,
            "inputs": {
              "has_nix": false,
              "has_tests": true,
              "lockfiles": [],
              "has_dockerfile": false,
              "typed_language": false,
              "bootstrap_files": [],
              "has_devcontainer": false,
              "has_linter_config": false,
              "typecheck_configs": [],
              "agent_commit_share": 0,
              "toolchain_manifests": [],
              "dependency_bot_commit_share": 0
            },
            "components": [
              {
                "key": "one_command_bootstrap",
                "name": "One-command bootstrap",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 18
              },
              {
                "key": "automated_tests",
                "name": "Automated tests",
                "detail": null,
                "points": 22,
                "status": "met",
                "details": [],
                "max_points": 22
              },
              {
                "key": "lint_format_config",
                "name": "Lint / format config",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 11
              },
              {
                "key": "static_type_checking",
                "name": "Static type checking",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 11
              },
              {
                "key": "reproducible_environment",
                "name": "Reproducible environment",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              },
              {
                "key": "demonstrated_agent_practice",
                "name": "Demonstrated agent practice",
                "detail": "no agent-authored commits among the last 70",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_authored_commits",
                    "params": {
                      "sampled": 70
                    }
                  }
                ],
                "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": "critical",
            "name": "Code legibility for models",
            "note": "Excluded from scoring (no data or not applicable): Manageable file sizes. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "manageable_file_sizes"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 1,
            "inputs": {
              "primary_language": "Nim",
              "largest_source_bytes": null,
              "source_files_sampled": 0,
              "oversized_source_files": 0
            },
            "components": [
              {
                "key": "type_checkable_code",
                "name": "Type-checkable code",
                "detail": "Nim without a type-check config",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_typecheck_config_language",
                    "params": {
                      "language": "Nim"
                    }
                  }
                ],
                "max_points": 45
              },
              {
                "key": "manageable_file_sizes",
                "name": "Manageable file sizes",
                "detail": "no source files detected",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_source_files",
                    "params": {}
                  }
                ],
                "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": [
    "Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
  ],
  "report_type": "repository",
  "generated_at": "2026-07-24T00:03:23.824282Z",
  "schema_version": "0.27.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/arnetheduck/nim-results.svg",
  "full_name": "arnetheduck/nim-results",
  "license_state": "custom",
  "license_spdx": null
}

Bewertungen sind Signale, keine Garantien. Sie spiegeln öffentlich sichtbare Praxis auf GitHub wider — kein Code-Audit und keine Sicherheitsgarantie.

Fehlende Daten werden ausgeschlossen und die Gewichte neu normiert, nie als null bewertet. Die Methodik ist versioniert und offen: Metriken v1.13.0, Schema v0.27.0 — vollständige Methodik · Metriken-Wiki.

Wie ein einzelnes Ergebnis im Gesamtregister steht: aggregierte Statistiken.