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": "" } ] } }
Friendly value-or-error type
arnetheduck/nim-results має індекс здоров’я 47 зі 100, що відповідає смузі «У зоні ризику». Найвищий показник — Engineering Quality (51/100), найнижчий — AI Readiness (22/100). Останнє оновлення було 2 дні тому. Більшість нещодавньої роботи виконує один учасник.
Метрики згруповано у зважені категорії на шкалі 1–100. Загальна оцінка починається як їхнє середнє; коли публічні дані активують Політику юрисдикцій високого ризику, рейтинг коригується й отримує верхню межу 49 («Під ризиком»). Готовність до ШІ не входить до індексу.
Кожна вісь — окрема категорія. Форма важить більше, ніж середнє: здоровий об'єкт заповнює всю фігуру, тоді як профіль із піками та провалами означає, що сила в одному вимірі маскує ризик в іншому.
Цей репозиторій належить особистому обліковому запису. Проєкт з єдиним власником несе більший ризик безперервності, ніж підтримуваний організацією.
Чи живий проєкт — чи пишеться код і чи виходять релізи?
| 36/36 | Свіжість push — останній push 2 дн. тому |
| 1.4/36 | Ритм комітів — 2/52 тижнів із комітами |
| 7/18 | Обсяг комітів — 5 комітів за останній рік |
| 4/10 | OpenSSF Scorecard: Maintained — 5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4 |
| commits_last_year | 5 |
| human_commit_share | 1 |
| days_since_last_push | 2 |
| active_weeks_last_year | 2 |
| 16.2/27 | Випускає релізи — 3 тегів версій (без релізів GitHub) |
| 7.2/36 | Свіжість релізів — останній реліз 593 дн. тому |
| 19.8/27 | Ритм релізів — реліз кожні ~70,2 дн. |
| 0/10 | OpenSSF Scorecard: Signed-Releases — немає даних |
| releases_count | 3 |
| latest_release_tag | v0.5.1 |
| releases_from_tags | так |
| days_since_latest_release | 593 |
| mean_days_between_releases | 70,2 |
Чи має проєкт користувачів, завантаження, увагу та влаштовані умови для контриб’юторів?
| 36.4/60 | Зірки — 176 зірок |
| 9.6/25 | Форки — 15 форків |
| 3.9/15 | Спостерігачі — 6 спостерігачів |
| forks | 15 |
| stars | 176 |
| watchers | 6 |
| growth_state | unverified |
| growth_factor_pct | 100 |
| growth_unverified_reason | no_history |
| 22.5/22.5 | README |
| 16.9/22.5 | Ліцензія — файл ліцензії наявний, не є визнаною ліцензією |
| 0/18 | Настанови CONTRIBUTING |
| 0/13.5 | Кодекс поведінки |
| 0/7.2 | Шаблон issue |
| 0/6.3 | Шаблон PR |
| has_readme | так |
| has_license | так |
| has_contributing | ні |
| has_issue_template | ні |
| has_code_of_conduct | ні |
| has_pull_request_template | ні |
Чи переживе проєкт своїх людей — бас-фактор, реактивність, хто за ним стоїть і як супроводжуються пакети?
| 9/54 | Бас-фактор — на 1 контриб’ютор(ів) припадає половина всіх комітів |
| 2.2/22.5 | Розподіл комітів — головний контриб’ютор — автор 90% комітів |
| 9.5/13.5 | Широта контриб’юторів — 7 контриб’юторів |
| 6/10 | OpenSSF Scorecard: Contributors — project has 2 contributing companies or organizations -- score normalized to 6 |
| bus_factor | 1 |
| contributors_sampled | 7 |
| top_contributor_share | 0,9 |
| 29.9/46.8 | Вирішення issue — закрито 64% issue |
| 33.2/38.3 | Прийняття PR — злито 33/38 вирішених PR |
| 1.5/15 | OpenSSF Scorecard: Code-Review — Found 5/30 approved changesets -- score normalized to 1 |
| merged_prs | 33 |
| open_issues | 9 |
| closed_issues | 16 |
| issue_closed_ratio | 0,64 |
| closed_unmerged_prs | 5 |
| 10/30 | Підтримка власника — особистий (користувацький) обліковий запис |
| 0/20 | Верифікований домен — не застосовно до користувацьких облікових записів |
| 17/25 | Охоплення власника — 228 підписників у arnetheduck |
| 24.6/25 | Послужний список — 53 публічних репозиторіїв, вік облікового запису ~14 р. |
| followers | 228 |
| owner_type | User |
| is_verified | — |
| owner_login | arnetheduck |
| public_repos | 53 |
| account_age_days | 5 292 |
Чи наявні базові інженерні практики та документація?
| 24/24 | Процеси CI — 1 процес(ів) CI |
| 24/24 | Наявні тести |
| 0/16 | Конфігурація лінтера |
| 0/9.6 | Pre-commit-хуки |
| 0/6.4 | .editorconfig |
| 4/20 | OpenSSF 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 | ні |
| 30/30 | README |
| 0/25 | Каталог документації |
| 0/15 | Сайт документації / домашня сторінка |
| 10/10 | Опис репозиторію |
| 10/10 | Теми — 3 тем |
| 0/10 | Wiki |
| topics | error-handling, result, nim |
| has_wiki | ні |
| homepage | — |
| has_readme | так |
| has_docs_dir | ні |
| has_description | так |
Чи міцні видимі практики безпеки й ланцюга постачання, без непослабленої пов’язаності з юрисдикціями високого ризику?
| 7.5/7.5 | Binary-Artifacts — no binaries found in the repo |
| 0/7.5 | Branch-Protection — branch protection not enabled on development/release branches |
| 0.5/2.5 | CI-Tests — 4 out of 18 merged PRs checked by a CI test -- score normalized to 2 |
| 0/2.5 | CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected |
| 0.8/7.5 | Code-Review — Found 5/30 approved changesets -- score normalized to 1 |
| 1.5/2.5 | Contributors — project has 2 contributing companies or organizations -- score normalized to 6 |
| 10/10 | Dangerous-Workflow — no dangerous workflow patterns detected |
| 0/7.5 | Dependency-Update-Tool — no update tool detected |
| 0/5 | Fuzzing — project is not fuzzed |
| 2.2/2.5 | Ліцензія — license file detected |
| 3/7.5 | Maintained — 5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4 |
| 0/5 | Packaging — немає даних |
| 0/5 | Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0 |
| 0/5 | SAST — SAST tool is not run on all commits -- score normalized to 0 |
| 0/5 | Security-Policy — security policy file not detected |
| 0/7.5 | Signed-Releases — немає даних |
| 0/7.5 | Token-Permissions — detected GitHub workflow tokens with excessive permissions |
| 7.5/7.5 | Vulnerabilities — 0 existing vulnerabilities detected |
| source | openssf_scorecard |
| checks_evaluated | 16 |
| scorecard_version | v5.5.0 |
| checks_inconclusive | 2 |
| scorecard_aggregate | 3,6 |
Наскільки репозиторій оснащений для розробки та супроводу за участі ШІ-агентів? Незалежний, експериментальний бейдж — вага 0.0, тож він подається окремо і не впливає на загальний індекс здоров'я.
| 0/45 | Інструкції для агентів — немає CLAUDE.md / AGENTS.md / правил редактора |
| 0/15 | Машиночитана документація (llms.txt) |
| 32.8/40 | Читабельна історія комітів — намір зазначено у 43 з 70 людських комітів (структурований заголовок або пояснювальний текст) |
| has_llms_txt | ні |
| legible_history_share | 0,614 |
| agent_instruction_files | — |
| agent_instruction_max_bytes | — |
| 0/18 | Розгортання однією командою |
| 22/22 | Автоматизовані тести |
| 0/11 | Конфігурація лінтера / форматера |
| 0/11 | Статична перевірка типів |
| 0/10 | Відтворюване середовище |
| 0/10 | Підтверджена практика роботи з агентами — серед останніх 70 комітів немає створених агентом |
| 0/8 | Автоматизоване супроводження — автоматичних оновлень залежностей не виявлено |
| 0/10 | OpenSSF 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_share | 0 |
| toolchain_manifests | — |
| dependency_bot_commit_share | 0 |
| 0/45 | Типізований код — Nim без конфігурації перевірки типів |
| 0/55 | Керовані розміри файлів — файлів вихідного коду не виявлено |
| primary_language | Nim |
| largest_source_bytes | — |
| source_files_sampled | 0 |
| oversized_source_files | 0 |
Коли додано кожну зірку й форк — зібрано з GitHub і згруповано за днями. Кумулятивне зростання розміщено просто над денними додаваннями, з яких воно складається, тож їх видно одне проти одного: рівномірне органічне накопичення виглядає зовсім інакше, ніж різкий короткочасний сплеск. Там, де цю різницю можна виміряти, її подано як автентичність росту.
Кожна точка охоплює 7 днів.
Незалежна, не прив'язана до інструментів оцінка безпеки від відкритого проєкту OpenSSF Scorecard. Кожна перевірка винагороджує практику безпеки, а не інструмент конкретного постачальника. Перевірки, які Scorecard не зміг визначити, позначено н/д і виключено з оцінки безпеки (вони ніколи не зараховуються як нуль).
| 10 | Binary-Artifacts | no binaries found in the repo |
| 0 | Branch-Protection | branch protection not enabled on development/release branches |
| 2 | CI-Tests | 4 out of 18 merged PRs checked by a CI test -- score normalized to 2 |
| 0 | CII-Best-Practices | no effort to earn an OpenSSF best practices badge detected |
| 1 | Code-Review | Found 5/30 approved changesets -- score normalized to 1 |
| 6 | Contributors | project has 2 contributing companies or organizations -- score normalized to 6 |
| 10 | Dangerous-Workflow | no dangerous workflow patterns detected |
| 0 | Dependency-Update-Tool | no update tool detected |
| 0 | Fuzzing | project is not fuzzed |
| 9 | License | license file detected |
| 4 | Maintained | 5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4 |
| н/д | Packaging | packaging workflow not detected |
| 0 | Pinned-Dependencies | dependency not pinned by hash detected -- score normalized to 0 |
| 0 | SAST | SAST tool is not run on all commits -- score normalized to 0 |
| 0 | Security-Policy | security policy file not detected |
| н/д | Signed-Releases | no releases found |
| 0 | Token-Permissions | detected GitHub workflow tokens with excessive permissions |
| 10 | Vulnerabilities | 0 existing vulnerabilities detected |
Повний розв'язаний набір залежностей із графа залежностей GitHub: 0 прямих і 0 непрямих (транзитивних) пакетів. Транзитивне замикання є повним, коли в репозиторії закомічено lockfile.
| Реєстр | Пакет | Версія | Зв'язок |
|---|
Звірка сповіщень не відбулася для цього звіту: No resolved dependencies to assess
{
"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 — повна методологія · вікі метрик.
Як окремий результат виглядає на тлі всього реєстру: сукупна статистика.