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": "" } ] } }
Registro público
Informe de salud del softwareesquema 0.27.0 · métricas 1.13.0 · 2026-07-24 00:03 UTC

arnetheduck / nim-results

Friendly value-or-error type

NimLicencia propia★ 176 estrellas⑂ 15 forksdesde may 2018Ver en GitHub ↗

arnetheduck/nim-results tiene un índice de salud de 47 sobre 100, lo que lo sitúa en la banda En riesgo. Su puntuación más alta es Engineering Quality (51/100) y la más baja, AI Readiness (22/100). Se actualizó por última vez hace 2 días. Una sola persona concentra la mayor parte del trabajo reciente.

47
global / 100
En riesgo

Índice de salud del software

Las métricas se agrupan en categorías ponderadas sobre una escala de 1 a 100. El resultado global parte de su media; cuando la evidencia pública activa la Política de Jurisdicciones de Alto Riesgo, la calificación se ajusta y recibe el límite 49 (En riesgo). Preparación para IA queda fuera.

47
Excelente85-100Ejemplar; cumple prácticamente todos los criterios evaluados
Bueno70-84Saludable; carencias menores
Moderado50-69Aceptable con carencias notables; se recomienda revisión
En riesgo30-49Debilidades significativas; su adopción exige cautela
Crítico1-29Problemas graves (proyecto abandonado, un solo mantenedor, sin higiene)
VitalidadComunidad yAdopciónSostenibilidady GobernanzaCalidad deIngenieríaSeguridadPreparaciónpara IA

Perfil de puntuación

Cada eje es una categoría. La forma importa más que la media: un proyecto sano llena toda la figura, mientras que un perfil de picos y cráteres indica que la fortaleza en una dimensión enmascara el riesgo en otra.

Titularidad

Jacek SiekaCuenta personal
228 seguidores53 repositorios públicosdesde ene 2012

Este repositorio pertenece a una cuenta personal. Un proyecto con un único propietario conlleva más riesgo de continuidad que uno respaldado por una organización.

Métricas por categoría

Vitalidad

¿Está vivo el proyecto: se escribe código y se publican versiones?

48En riesgo · 22% del índice global
Cómo se puntúa
36/36Recencia de push — último push hace 2 días
1.4/36Cadencia de commits — 2/52 semanas con commits
7/18Volumen de commits — 5 commits en el último año
4/10OpenSSF Scorecard: Maintained — 5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4
Datos de entrada utilizados
commits_last_year5
human_commit_share1
days_since_last_push2
active_weeks_last_year2
Cómo se puntúa
16.2/27Publica versiones — 3 etiquetas de versión (sin releases de GitHub)
7.2/36Recencia de las versiones — última versión hace 593 días
19.8/27Cadencia de publicación — una versión cada ~70,2 días
0/10OpenSSF Scorecard: Signed-Releases — sin datos
Datos de entrada utilizados
releases_count3
latest_release_tagv0.5.1
releases_from_tags
days_since_latest_release593
mean_days_between_releases70,2
Excluidos de la puntuación (sin datos o no aplicable): OpenSSF Scorecard: Signed-Releases. Los pesos restantes se han renormalizado.

Comunidad y Adopción

¿Tiene el proyecto usuarios, descargas, atención y unas condiciones acogedoras para quienes contribuyen?

47En riesgo · 18% del índice global
Cómo se puntúa
36.4/60Estrellas — 176 estrellas
9.6/25Forks — 15 forks
3.9/15Observadores — 6 observadores
Datos de entrada utilizados
forks15
stars176
watchers6
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
Cómo se puntúa
22.5/22.5README
16.9/22.5Licencia — archivo de licencia presente, no es una licencia reconocida
0/18Guía CONTRIBUTING
0/13.5Código de conducta
0/7.2Plantilla de issues
0/6.3Plantilla de PR
Datos de entrada utilizados
has_readme
has_license
has_contributingno
has_issue_templateno
has_code_of_conductno
has_pull_request_templateno

Sostenibilidad y Gobernanza

¿Sobrevivirá el proyecto a sus personas: factor bus, capacidad de respuesta, quién lo respalda y mantenimiento del paquete?

50Moderado · 24% del índice global
Cómo se puntúa
9/54Factor bus — la mitad de los commits recae en 1 contribuyente(s)
2.2/22.5Distribución de commits — el principal contribuyente firma el 90% de los commits
9.5/13.5Amplitud de contribuyentes — 7 contribuyentes
6/10OpenSSF Scorecard: Contributors — project has 2 contributing companies or organizations -- score normalized to 6
Datos de entrada utilizados
bus_factor1
contributors_sampled7
top_contributor_share0,9
Cómo se puntúa
29.9/46.8Resolución de issues — 64% de issues cerradas
33.2/38.3Aceptación de PR — 33/38 PR decididos fusionados
1.5/15OpenSSF Scorecard: Code-Review — Found 5/30 approved changesets -- score normalized to 1
Datos de entrada utilizados
merged_prs33
open_issues9
closed_issues16
issue_closed_ratio0,64
closed_unmerged_prs5
Cómo se puntúa
10/30Respaldo de la propiedad — cuenta personal (usuario)
0/20Dominio verificado — no aplicable a cuentas de usuario
17/25Alcance del propietario — 228 seguidores de arnetheduck
24.6/25Trayectoria — 53 repos públicos, cuenta de ~14 años
Datos de entrada utilizados
followers228
owner_typeUser
is_verified
owner_loginarnetheduck
public_repos53
account_age_days5292
Excluidos de la puntuación (sin datos o no aplicable): Dominio verificado. Los pesos restantes se han renormalizado.

Calidad de Ingeniería

¿Existen unas prácticas mínimas de ingeniería y documentación?

51Moderado · 20% del índice global
Cómo se puntúa
24/24Flujos de trabajo de CI — 1 flujo(s) de trabajo
24/24Pruebas presentes
0/16Configuración de linter
0/9.6Hooks de pre-commit
0/6.4.editorconfig
4/20OpenSSF Scorecard: CI-Tests — 4 out of 18 merged PRs checked by a CI test -- score normalized to 2
Datos de entrada utilizados
has_ci
has_tests
has_editorconfigno
has_linter_configno
has_precommit_configno

Documentación

50Moderado
Cómo se puntúa
30/30README
0/25Directorio de documentación
0/15Sitio de documentación / página del proyecto
10/10Descripción del repositorio
10/10Topics — 3 topics
0/10Wiki
Datos de entrada utilizados
topicserror-handling, result, nim
has_wikino
homepage
has_readme
has_docs_dirno
has_description

Seguridad

¿Son sólidas las prácticas visibles de seguridad y de cadena de suministro, sin exposición jurisdiccional de alto riesgo sin resolver?

36En riesgo · 16% del índice global
Cómo se puntúa
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.5Licencia — 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 — sin datos
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 — sin datos
0/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
7.5/7.5Vulnerabilities — 0 existing vulnerabilities detected
Datos de entrada utilizados
sourceopenssf_scorecard
checks_evaluated16
scorecard_versionv5.5.0
checks_inconclusive2
scorecard_aggregate3,6
Excluidos de la puntuación (sin datos o no aplicable): packaging, signed_releases. Los pesos restantes se han renormalizado.

Preparación para IA

¿Hasta qué punto está el repositorio preparado para desarrollarse y mantenerse con agentes de codificación de IA? Es una insignia independiente y experimental — peso 0,0, de modo que se presenta por separado y no afecta a la puntuación de salud global.

22Crítico · 0% del índice global
Cómo se puntúa
0/45Instrucciones para agentes — sin CLAUDE.md / AGENTS.md / reglas de editor
0/15Documentación legible por máquinas (llms.txt)
32.8/40Historial de commits legible — 43 de 70 commits humanos declaran su intención (asunto estructurado o cuerpo explicativo)
Datos de entrada utilizados
has_llms_txtno
legible_history_share0,614
agent_instruction_files
agent_instruction_max_bytes
Cómo se puntúa
0/18Arranque con un solo comando
22/22Pruebas automatizadas
0/11Configuración de lint / formato
0/11Verificación estática de tipos
0/10Entorno reproducible
0/10Práctica demostrada con agentes — ningún commit con autoría de agente entre los últimos 70
0/8Mantenimiento automatizado — no se observan actualizaciones automáticas de dependencias
0/10OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
Datos de entrada utilizados
has_nixno
has_tests
lockfiles
has_dockerfileno
typed_languageno
bootstrap_files
has_devcontainerno
has_linter_configno
typecheck_configs
agent_commit_share0
toolchain_manifests
dependency_bot_commit_share0
Cómo se puntúa
0/45Código verificable por tipos — Nim sin configuración de verificación de tipos
0/55Tamaños de archivo manejables — no se detectaron archivos fuente
Datos de entrada utilizados
primary_languageNim
largest_source_bytes
source_files_sampled0
oversized_source_files0
Excluidos de la puntuación (sin datos o no aplicable): Tamaños de archivo manejables. Los pesos restantes se han renormalizado.

Datos clave

176estrellas de GitHub
7contribuidores
5commits en los últimos 12 meses
2días desde el último push
3versiones publicadas
1factor bus
9issues abiertas
ecosistemas de paquetes

Advertencias de recopilación de datos

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

Más detalle

Historial de estrellas y forks 0 ★ / 15 ⇿
0Estrellas
15Forks
3Versiones

Cuándo se añadió cada estrella y fork, recopilado de GitHub y agrupado por día. El crecimiento acumulado se sitúa justo encima de las adiciones diarias que lo componen, de modo que ambos se leen en conjunto: la acumulación orgánica sostenida no se parece en nada a un pico abrupto y efímero. Cuando esa diferencia es medible, se informa como autenticidad del crecimiento.

03581013151512019-052022-112026-05
Mayor 0Menor 2Parche 1

Cada punto abarca 7 días.

OpenSSF Scorecard 3.6 / 10
3.6agregado

Evaluación de seguridad independiente y agnóstica en cuanto a herramientas, procedente del proyecto de código abierto OpenSSF Scorecard. Cada comprobación premia una práctica de seguridad, no la herramienta de un proveedor concreto. Las comprobaciones que Scorecard no pudo determinar se marcan como n/d y se excluyen de la puntuación de seguridad (nunca se cuentan como cero).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
n/dPackagingpackaging 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
n/dSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
10Vulnerabilities0 existing vulnerabilities detected
Todas las dependencias 0

Conjunto completo de dependencias resueltas según el grafo de dependencias de GitHub: 0 paquetes directos y 0 indirectos (transitivos). El cierre transitivo es completo cuando el repositorio incluye un lockfile.

RegistroPaqueteVersiónRelación
Avisos de dependencias sin evaluar

El cotejo de avisos no pudo ejecutarse para este informe: No resolved dependencies to assess

Informe JSON sin procesar legible por máquina
{
  "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
}

Las puntuaciones son señales, no garantías. Reflejan prácticas públicamente visibles en GitHub; no son una auditoría de código ni una garantía de seguridad.

Los datos ausentes se excluyen y los pesos se renormalizan; nunca se puntúan como cero. La metodología es versionada y abierta: métricas v1.13.0, esquema v0.27.0 — metodología completa · wiki de métricas.

Cómo se sitúa un resultado dentro del registro general: estadísticas agregadas.