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": "" } ] } }
公开记录
软件健康报告模式 0.27.0 · 指标 1.13.0 · 2026-07-24 00:03 UTC

arnetheduck / nim-results

Friendly value-or-error type

Nim自定义许可证★ 176 星标⑂ 15 复刻始于 2018年5月在 GitHub 上查看 ↗

arnetheduck/nim-results 的健康指数为 100 分中的 47 分,处于「存在风险」区间。 其得分最高的类别是Engineering Quality(51/100),最低的是AI Readiness(22/100)。 最近一次更新在 2 天前。 近期的大部分工作由 1 位贡献者完成。

47
总分 / 100
存在风险

软件健康指数

指标归入加权类别,统一采用 1–100 量表。总体分先取类别加权平均;当公开证据触发高风险司法辖区政策时,评级会按政策调整,并设置 49(有风险)的上限。AI 就绪度不计入总体分。

47
优秀85-100堪称典范;基本满足所有检验标准
良好70-84健康;仅有轻微不足
中等50-69可接受,但存在明显不足;建议进行审查
存在风险30-49存在重大薄弱环节;采用时应保持审慎
危急1-29问题严重(项目被弃置、仅有单一维护者、缺乏基本工程规范)
活力社区与采用可持续性与治理工程质量安全AI 就绪度

评分画像

每条轴代表一个类别。形状比平均值更重要——健康的对象会填满整个图形,而“一峰一谷”式画像意味着某一维度的优势正掩盖另一维度的风险。

所有权

Jacek Sieka个人账户
228 关注者53 个公开仓库始于 2012年1月

该仓库由个人账户拥有。相较于组织支持的项目,单一所有者项目的延续性风险更高。

按类别列示的指标

活力

项目是否仍有生命——是否仍在编写代码,是否仍在发布版本?

48存在风险 · 占总体的 22%

开发活跃度

48存在风险
评分方式
36/36推送新近度 — 最近一次推送于 2 天前
1.4/36提交节奏 — 52 周中有 2 周有提交
7/18提交量 — 最近一年 5 次提交
4/10OpenSSF Scorecard:Maintained — 5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4
所用输入
commits_last_year5
human_commit_share1
days_since_last_push2
active_weeks_last_year2

发布纪律

48存在风险
评分方式
16.2/27有发布版本 — 3 个版本标签(无 GitHub 发布版本)
7.2/36发布时效 — 最近一次发布版本于 593 天前
19.8/27发布节奏 — 约每 70.2 天发布一次
0/10OpenSSF Scorecard:Signed-Releases — 无数据
所用输入
releases_count3
latest_release_tagv0.5.1
releases_from_tags
days_since_latest_release593
mean_days_between_releases70.2
已排除计分(无数据或不适用):OpenSSF Scorecard:Signed-Releases。 其余权重已重新归一化。

社区与采用

项目是否拥有用户、下载量与关注度,并具备欢迎贡献者参与的配置?

47存在风险 · 占总体的 18%
评分方式
36.4/60星标 — 176 个星标
9.6/25复刻 — 15 个复刻
3.9/15关注者 — 6 位关注者
所用输入
forks15
stars176
watchers6
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history

社区健康

44存在风险
评分方式
22.5/22.5README
16.9/22.5许可证 — 存在许可证文件,但不是可识别的许可证
0/18CONTRIBUTING 指南
0/13.5行为准则
0/7.2议题模板
0/6.3PR 模板
所用输入
has_readme
has_license
has_contributing
has_issue_template
has_code_of_conduct
has_pull_request_template

可持续性与治理

项目能否在其成员之外延续——巴士系数、响应能力、由谁支持,以及软件包的维护状况?

50中等 · 占总体的 24%
评分方式
9/54巴士系数 — 1 位贡献者贡献了半数提交
2.2/22.5提交分布 — 头号贡献者编写了 90% 的提交
9.5/13.5贡献者广度 — 7 位贡献者
6/10OpenSSF Scorecard:Contributors — project has 2 contributing companies or organizations -- score normalized to 6
所用输入
bus_factor1
contributors_sampled7
top_contributor_share0.9
评分方式
29.9/46.8议题解决 — 64% 的议题已关闭
33.2/38.3PR 接受 — 已裁定的 PR 中 33/38 已合并
1.5/15OpenSSF Scorecard:Code-Review — Found 5/30 approved changesets -- score normalized to 1
所用输入
merged_prs33
open_issues9
closed_issues16
issue_closed_ratio0.64
closed_unmerged_prs5
评分方式
10/30所有权背书 — 个人(用户)账户
0/20已验证域名 — 不适用于个人账户
17/25所有者影响力 — arnetheduck 有 228 位关注者
24.6/25既往记录 — 53 个公开仓库,账户约 14 年
所用输入
followers228
owner_typeUser
is_verified
owner_loginarnetheduck
public_repos53
account_age_days5,292
已排除计分(无数据或不适用):已验证域名。 其余权重已重新归一化。

工程质量

基础的工程与文档实践是否到位?

51中等 · 占总体的 20%

工程实践

52中等
评分方式
24/24CI 工作流 — 1 个工作流
24/24存在测试
0/16Linter 配置
0/9.6Pre-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
所用输入
has_ci
has_tests
has_editorconfig
has_linter_config
has_precommit_config

文档

50中等
评分方式
30/30README
0/25文档目录
0/15文档 / 主页站点
10/10仓库描述
10/10主题标签 — 3 个主题标签
0/10Wiki
所用输入
topicserror-handling, result, nim
has_wiki
homepage
has_readme
has_docs_dir
has_description

安全

可见的安全与供应链实践是否稳固,且不存在未解决的高风险司法辖区暴露?

36存在风险 · 占总体的 16%

安全态势

36存在风险
评分方式
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.5许可证 — 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 — 无数据
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 — 无数据
0/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
7.5/7.5Vulnerabilities — 0 existing vulnerabilities detected
所用输入
sourceopenssf_scorecard
checks_evaluated16
scorecard_versionv5.5.0
checks_inconclusive2
scorecard_aggregate3.6
已排除计分(无数据或不适用):packaging, signed_releases。 其余权重已重新归一化。

AI 就绪度

该仓库在多大程度上具备与 AI 编码代理协同开发与维护的条件?这是一枚独立的实验性徽章——权重为 0.0,因此单独呈现,不影响总体健康评分。

22危急 · 占总体的 0%
评分方式
0/45代理指令 — 没有 CLAUDE.md / AGENTS.md / 编辑器规则
0/15机器可读文档(llms.txt)
32.8/40可读的提交历史 — 70 次人类提交中有 43 次说明了意图(结构化标题或解释性正文)
所用输入
has_llms_txt
legible_history_share0.614
agent_instruction_files
agent_instruction_max_bytes
评分方式
0/18一条命令的引导启动
22/22自动化测试
0/11Lint / 格式化配置
0/11静态类型检查
0/10可复现环境
0/10已体现的代理实践 — 最近 70 次提交中没有代理编写的提交
0/8自动化维护 — 未观察到自动依赖更新
0/10OpenSSF Scorecard:Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
所用输入
has_nix
has_tests
lockfiles
has_dockerfile
typed_language
bootstrap_files
has_devcontainer
has_linter_config
typecheck_configs
agent_commit_share0
toolchain_manifests
dependency_bot_commit_share0
评分方式
0/45可类型检查的代码 — Nim,未配置类型检查
0/55可控的文件大小 — 未检测到源文件
所用输入
primary_languageNim
largest_source_bytes
source_files_sampled0
oversized_source_files0
已排除计分(无数据或不适用):可控的文件大小。 其余权重已重新归一化。

关键数据

176GitHub 星标
7贡献者
5最近 12 个月提交数
2距最近推送天数
3发布版本数
1巴士系数(bus factor)
9开放议题
软件包生态系统数

数据采集警告

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

更多细节

Star 与 Fork 历史 0 ★ / 15 ⇿
0Star
15Fork
3发布

每颗 star 和每个 fork 的添加时间,来自 GitHub 并按天汇总。累计增长位于其构成来源——每日新增——的正上方,二者可相互对照:稳定的自然增长与短暂的突增形态截然不同。当这一差别可被衡量时,它会作为增长真实性予以报告。

03581013151512019-052022-112026-05
主版本 0次版本 2修订 1

每个点涵盖 7 天。

OpenSSF Scorecard 3.6 / 10
3.6综合

来自开源项目 OpenSSF Scorecard 的独立、工具无关的安全评估。每项检查奖励的是安全实践本身,而非特定供应商的工具。Scorecard 无法判定的检查项标记为 不适用,并从安全评分中剔除(绝不按零分计)。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
不适用Packagingpackaging workflow not detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
不适用Signed-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
10Vulnerabilities0 existing vulnerabilities detected
全部依赖 0

来自 GitHub 依赖图的完整解析依赖集合:0 个直接依赖与 0 个间接(传递)软件包。仓库提交锁文件时,传递闭包才是完整的。

注册表软件包版本关系
依赖安全公告 未评估

本报告未能完成公告比对:No resolved dependencies to assess

原始 JSON 报告 机器可读
{
  "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
}

评分是信号,而非担保。 评分反映的是 GitHub 上公开可见的实践——不是代码审计,也不是安全保证。

缺失数据将被剔除并重新归一化权重,绝不按零分计。方法论已版本化并公开:指标 v1.13.0、模式 v0.27.0—— 完整方法论 · 指标知识库.

单项结果在整体记录中的位置: 汇总统计.