原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 274,
"has_wiki": true,
"homepage": null,
"languages": {
"C#": 140332
},
"pushed_at": "2026-07-28T20:13:43Z",
"created_at": "2014-03-31T12:45:06Z",
"owner_type": "User",
"updated_at": "2026-07-28T20:13:43Z",
"description": "Number To Text Converter",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "C#",
"significant_languages": [
"C#"
]
},
"owner": {
"blog": "http://www.emrahyumuk.com",
"name": "Emrah Yumuk",
"type": "User",
"login": "emrahyumuk",
"company": null,
"location": "Istanbul, Turkey",
"followers": 52,
"avatar_url": "https://avatars.githubusercontent.com/u/2338849?v=4",
"created_at": "2012-09-13T11:44:13Z",
"is_verified": null,
"public_repos": 6,
"account_age_days": 5066
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.5.0",
"kind": "minor",
"published_at": "2026-07-28T20:14:17Z"
}
],
"recent_commits": [
{
"oid": "bd55fa89bd9c2c3e613a69bd1bb1036d662008c5",
"body": "Bulgarian has been supported since 2017 but was missing from the\ndescription NuGet renders on the package page. The tags already listed\nit.",
"is_bot": false,
"headline": "docs: add Bulgarian to the package description (#34)",
"author_name": "Emrah Yumuk",
"author_login": "emrahyumuk",
"committed_at": "2026-07-28T20:13:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c2933f4172f824e66c20dec24d8e9beaa977127",
"body": "CHANGELOG covers 3.5.0 and reconstructs the earlier history from git and\nthe NuGet release dates — those releases shipped without release notes,\nso older entries record each version's main change rather than a full\nlist. Bulgarian's version could not be pinned down and is noted as such.\n\nREADME fixe\n[…]\n, and a contributing\n section asking for tests — specifically that a new language ships with\n expected outputs written by someone who reads it, since no reviewer\n here can verify wording otherwise.",
"is_bot": false,
"headline": "docs: add CHANGELOG and bring README up to date (#33)",
"author_name": "Emrah Yumuk",
"author_login": "emrahyumuk",
"committed_at": "2026-07-28T20:11:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2c2cdabd6c09cb6713faec293ce77be3f39489ac",
"body": "* fix: stop rewriting the shared word table to pick gender\n\nThe Russian, Ukrainian, Belarusian and Bulgarian converters are\nsingletons that assigned gendered forms into their shared NumberTexts\ndictionary before every conversion, and never restored it. Two\nconsequences: ToText(long) returned whateve\n[…]\nfix path is hit — that is where the\ngendered forms and textType are read.\n\nVerified against the pre-fix converters: all four fail there, Bulgarian\nmixing up хиляда/хиляди and един/едно/две under load.",
"is_bot": false,
"headline": "fix: remove shared mutable state from the Slavic converters (#32)",
"author_name": "Emrah Yumuk",
"author_login": "emrahyumuk",
"committed_at": "2026-07-28T20:03:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "20ee683ed4f69791d8199df267eabf9bb18920a2",
"body": "* test: pin current behaviour before touching the converters\n\nAdds 170 tests covering plain-number output for all 12 languages and the\ndefects reproducible today, so any later fix has to state what it\nchanges instead of changing it silently.\n\nKnownDefects asserts the wrong behaviour on purpose. Each\n[…]\nne.\n\nWithdraws one claim: Portuguese \"um mil\" is a style preference, not an\nerror — \"mil\" is the usual reading but \"um mil\" is accepted and common\non cheques, which is exactly this library's use case.",
"is_bot": false,
"headline": "test: characterize current behaviour across all 12 languages (#31)",
"author_name": "Emrah Yumuk",
"author_login": "emrahyumuk",
"committed_at": "2026-07-28T19:02:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0ac81b79f666cb449d1e2ab5e3d3402e2aa9ec2e",
"body": "* ci: move tests and CI to net10.0\n\n.NET 8 leaves LTS support in November 2026. .NET 10 is the current LTS.\nNut itself stays on netstandard2.0 for consumer compatibility.\n\n* ci: publish to NuGet from version tags\n\nVersion was hardcoded in three csproj properties, so every contributor\ntouching a rele\n[…]\nn to a commit SHA\n\nThis workflow holds NuGet publish rights through OIDC. A mutable tag on\na third-party action means whoever can move that tag can run code with\nthose rights, so pin the exact commit.",
"is_bot": false,
"headline": "ci: net10.0 + tag-driven NuGet publishing (#30)",
"author_name": "Emrah Yumuk",
"author_login": "emrahyumuk",
"committed_at": "2026-07-28T18:32:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0e92299c65334b4a410423376d7e61614470c1df",
"body": "ci: add build/test workflow, drop dead Demo project",
"is_bot": false,
"headline": "Merge pull request #29 from emrahyumuk/chore/ci",
"author_name": "Emrah Yumuk",
"author_login": "emrahyumuk",
"committed_at": "2026-07-28T18:11:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daae91866220683fb8fa3fac47a6dc96a1c80cd5",
"body": "The v4 actions target Node 20, which the runner now force-upgrades with a\ndeprecation warning. The workflow reads the repo and nothing else, so\nrestrict GITHUB_TOKEN to contents: read.",
"is_bot": false,
"headline": "ci: pin actions to v5 and drop unneeded token permissions",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2026-07-28T18:07:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b21f321b038fac6625324ed95d12add8a3081098",
"body": "Runs dotnet test on every push to master and every PR, so contributions\nget verified automatically instead of by hand.\n\nDrop the Nut.Demo WinForms project: it targets the out-of-support\nnetcoreapp3.1, is Windows-only, and forced the solution build onto a\nWindows runner. README already carries usage examples.\n\nRetarget Nut.Tests from the EOL net6.0 to net8.0.",
"is_bot": false,
"headline": "ci: add GitHub Actions build/test workflow",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2026-07-28T18:05:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4305ddc8b58c21d89f9831a48abe8b58b4ce868",
"body": null,
"is_bot": false,
"headline": "v3.4.1",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2023-06-02T10:19:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0069c04d478b15ebf1306f67dd33c8c3a02dce09",
"body": "add german language",
"is_bot": false,
"headline": "Merge pull request #20 from Maryam1986/AddGermanLanguage",
"author_name": "Emrah Yumuk",
"author_login": "emrahyumuk",
"committed_at": "2023-06-02T09:15:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ee4fbc298399b8c2ec5e4de2d6cef8bfc2e10e3",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into AddGermanLanguage",
"author_name": "Maryam1986",
"author_login": "Maryam1986",
"committed_at": "2023-06-02T07:56:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc7524c243ef5d52c895819b78cca3e5a47956ae",
"body": null,
"is_bot": false,
"headline": "add german language",
"author_name": "marall",
"author_login": "MaryamHS3",
"committed_at": "2023-06-02T07:38:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b56217a02e0d639ccb5dd501a9a0e8210b06b0ac",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Emrah Yumuk",
"author_login": "emrahyumuk",
"committed_at": "2023-05-22T11:12:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57d93df7ab9347661a2e503d178a0dc60520e33b",
"body": "Add unit tests for PL ToText method",
"is_bot": false,
"headline": "Merge pull request #19 from ArkadiuszMakosa/master",
"author_name": "Emrah Yumuk",
"author_login": "emrahyumuk",
"committed_at": "2023-05-22T11:10:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d38491afd3b96b9af21cb864cc0360228ccf5d5",
"body": null,
"is_bot": false,
"headline": "Add unit tests for PL ToText method",
"author_name": "SPYRO\\aos",
"author_login": null,
"committed_at": "2023-05-18T19:31:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74f548a30671d9ca7494d198669925f85d02a24a",
"body": null,
"is_bot": false,
"headline": "v3.3.0",
"author_name": "Emrah Yumuk",
"author_login": "emrahyumuk",
"committed_at": "2022-05-24T20:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b48fb602a199885391201430e2f54c743665a283",
"body": null,
"is_bot": false,
"headline": "README.md updated",
"author_name": "Emrah Yumuk",
"author_login": "emrahyumuk",
"committed_at": "2022-05-24T20:28:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61154f026ab762432144c344ba9d66db25b5355c",
"body": null,
"is_bot": false,
"headline": "v3.2.5",
"author_name": "Emrah Yumuk",
"author_login": "emrahyumuk",
"committed_at": "2022-05-24T20:24:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa403ceb7f2dd03cae94af31ff481d1c604c97fe",
"body": "Included portuguese support",
"is_bot": false,
"headline": "Merge pull request #17 from Marciel032/master",
"author_name": "Emrah Yumuk",
"author_login": "emrahyumuk",
"committed_at": "2022-05-24T20:21:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42a2c66959b60f53115c1ab1abfa543559ef42b2",
"body": "Included BRL currencie",
"is_bot": false,
"headline": "Included portuguese support",
"author_name": "Marciel032",
"author_login": "Marciel032",
"committed_at": "2021-10-11T17:16:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96b432a4a95d79df4cd9e3020965899d92ab9c87",
"body": null,
"is_bot": false,
"headline": "version updated as 3.2.4",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-09-27T13:00:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c58332411c3c4320ff93b9c956d3dc7b6d8c5f79",
"body": null,
"is_bot": false,
"headline": "BaseConvertor merge bug fixed",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-09-27T12:58:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7e3399e7255cd42ed7610e21d7e2c8372aecfe5",
"body": null,
"is_bot": false,
"headline": "version 2.3.4",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-09-27T12:56:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a02e11cd18187b267fc7cb5df3ca01841cdede4",
"body": "Fix french translation of \"one hundred\"",
"is_bot": false,
"headline": "Merge pull request #14 from stevejulich/master",
"author_name": "Emrah Yumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-09-27T12:55:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8688c584442de55895437c3bcf66587678cc9cea",
"body": null,
"is_bot": false,
"headline": "Fix french transalation of \"one hundred\"",
"author_name": "Steve JULICH",
"author_login": "stevejulichelap",
"committed_at": "2021-09-27T12:20:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c14b7bfca768f8636cf13bee0e83eec474908ad",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into dev",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-09-23T11:54:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "219bc58f3dda15d65c2c1e7cdd1a8ce95f8b65c4",
"body": null,
"is_bot": false,
"headline": "licence added",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-09-23T11:54:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "450a3c1dcd7e57f62c48a78bdfdc8c76aa6329fa",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into dev",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-09-19T23:16:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cbd13d15fc43d51acb3a9408eff15f2101a6023",
"body": "…ptions removed",
"is_bot": false,
"headline": "[CodeReview] AddAndBetweenMainUnitAndSubUnits and UseShortenedUnits o…",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-09-19T23:15:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04f6dc8ebb7f44157bf4993709dcca88d610075b",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into dev",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-09-19T22:52:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd7f1ddd845840b5fa6f079c1b6f26c22d5c0360",
"body": "…ded to currency. version and readme updated",
"is_bot": false,
"headline": "SpanishConverter and AmharicConvertor fixed. ARS (argentina pesos) ad…",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-09-19T22:45:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4192ee20e30d4d7d15510318402e1d7b1bcbc70b",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into dev",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-09-19T21:59:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4db9ac4389b72527f25b28c0d36870c048523b2",
"body": null,
"is_bot": false,
"headline": "version updated",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-09-19T21:52:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78d51756b222883e388fdb2a60b76666a7eb1068",
"body": null,
"is_bot": false,
"headline": "readme and csproj updated",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-09-19T21:48:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "699579ee59ec7be65ee06ba0b914cea13ff8b747",
"body": null,
"is_bot": false,
"headline": "readme updated",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-09-19T21:47:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9dfa49f896b6bfe6e316567238626401c140358",
"body": null,
"is_bot": false,
"headline": "version changed and readme updated",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-09-19T21:28:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ed2583e300ff02f0ad0df506132caea05ca7b69",
"body": "Fix naming",
"is_bot": false,
"headline": "Merge pull request #13 from ashGHub/master",
"author_name": "Emrah Yumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-09-19T21:19:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9e85a039d09bb63f0ebfb48b344d4bb31daadae",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into pr/ashGHub/13",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-09-19T21:18:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "345a206f90cd26edcde31ef20f6fe0178e326ccf",
"body": "Add Belarussian rubles (BYN)",
"is_bot": false,
"headline": "Merge pull request #12 from DeNcHiK3713/master",
"author_name": "Emrah Yumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-09-19T21:11:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47778609ebc8e4703233e2c87bd24b21fdd5275e",
"body": "*Ethiopia is a country and not a language\n*The one implemented here is one of the ethiopian lanaguage Amharic",
"is_bot": false,
"headline": "Fix naming",
"author_name": "ash21",
"author_login": "ashGHub",
"committed_at": "2021-06-16T09:24:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "967c6f92b07365228c72af9825e35f13685cfd10",
"body": "Fixes some endings.",
"is_bot": false,
"headline": "Add Belarussian rubles (BYN).",
"author_name": "Denis Suchok",
"author_login": "DeNcHiK3713",
"committed_at": "2021-02-25T15:28:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3e701cd907f9dcc4f05f244915af0c5044e425e",
"body": null,
"is_bot": false,
"headline": "Fix bug with RussianConverter.",
"author_name": "Denis Suchok",
"author_login": "DeNcHiK3713",
"committed_at": "2021-02-24T18:41:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5419e0c900ea10b24585a88ef01b7c71f61b2c33",
"body": null,
"is_bot": false,
"headline": "currency translation updated for PLN",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-01-27T13:26:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d19a16612a81b46d3a68d85296c9382886d3deb",
"body": null,
"is_bot": false,
"headline": "todos removed",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-01-27T12:43:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6536335e84c1b821a5ed189166bfda4ffe02cd1e",
"body": null,
"is_bot": false,
"headline": "version upgraded to 3.1.0",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-01-27T12:18:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfc246582e3296b2463e8bf6899f3d4576c71b4e",
"body": null,
"is_bot": false,
"headline": ".gitignore updated",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-01-27T12:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b00b0fb0c6ff7408bb7e546d787034f7631ddd26",
"body": null,
"is_bot": false,
"headline": "readme updated",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-01-27T12:14:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a25ad6e7dcb20de5788b5dba03bf05e665b5e24a",
"body": null,
"is_bot": false,
"headline": "polish converter updated",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-01-27T12:11:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1366da72fdcf1e88f7674a78a0260e37699c4bd",
"body": "New language to generate Words from numbers pl-PL",
"is_bot": false,
"headline": "Merge pull request #9 from kashiash:master",
"author_name": "Emrah Yumuk",
"author_login": "emrahyumuk",
"committed_at": "2021-01-27T12:09:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8da1b2eff937ff9a7eb439735704906cbc674cef",
"body": null,
"is_bot": false,
"headline": "pl-PL",
"author_name": "Jacek Kosiński",
"author_login": "kashiash",
"committed_at": "2020-09-16T19:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83007ed79bc407adb5e0d4f433e340fd9ac7c192",
"body": null,
"is_bot": false,
"headline": "README thanks updated",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2020-07-03T12:52:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d3f15d2c2835b58fc934df76e7518d2d2a62d02",
"body": null,
"is_bot": false,
"headline": "README updated",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2020-07-03T12:51:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1e1ffae47b3cb6b05fc010a3fa2281a8b0ec722",
"body": null,
"is_bot": false,
"headline": "package version updated as v3.0.0",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2020-07-03T12:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fedfdf6684913f2afba606d003f49ce15186f15d",
"body": "Support for .Net Standard and Ethiopian Amharic Language and Currency",
"is_bot": false,
"headline": "Merge pull request #8 from ashGHub/master",
"author_name": "Emrah Yumuk",
"author_login": "emrahyumuk",
"committed_at": "2020-07-03T11:33:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a190970e79717bd31693204f2a0d07a9af68065",
"body": "Adition of ARS (Argentine Pesos) along with fixes in Spanish",
"is_bot": false,
"headline": "Merge pull request #7 from acatellani/dev",
"author_name": "Emrah Yumuk",
"author_login": "emrahyumuk",
"committed_at": "2020-07-03T11:32:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a746ee6da20c84fdb7775ec049dc8edde3ebc60",
"body": null,
"is_bot": false,
"headline": "Change .net standard version to 2.0",
"author_name": "ash21",
"author_login": "ashGHub",
"committed_at": "2020-06-03T09:48:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a18377400d96bd5f721c53d6e6b4932536c5438",
"body": null,
"is_bot": false,
"headline": "Refactor naming",
"author_name": "ash21",
"author_login": "ashGHub",
"committed_at": "2020-06-03T08:37:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e054a3b8f5a795cdf1c6bf2e0f8f4fee7756dee0",
"body": null,
"is_bot": false,
"headline": "Add Ethiopian currency converter",
"author_name": "ash21",
"author_login": "ashGHub",
"committed_at": "2020-06-03T08:31:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3de320320e7d492a66465e0f76539c840ccbe6e",
"body": null,
"is_bot": false,
"headline": "Remove duplicate gitignore file",
"author_name": "ash21",
"author_login": "ashGHub",
"committed_at": "2020-06-02T17:43:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6043bd103af2babf6205426fdd4756037ddd13f",
"body": null,
"is_bot": false,
"headline": "Migrate from .NET Framework 4.5 to .Net Core 3.1",
"author_name": "ash21",
"author_login": "ashGHub",
"committed_at": "2020-06-02T17:30:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1ba4b1ab3ef95a69f33a8d9bb239376d4fb4bd2",
"body": null,
"is_bot": false,
"headline": "Migrate from .NET Framework 4.5 to .Net Standard 2.1",
"author_name": "ash21",
"author_login": "ashGHub",
"committed_at": "2020-06-02T17:29:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25246e6f0dff7a57d14bc1fcc4be6f42bf8b29b4",
"body": null,
"is_bot": false,
"headline": "Update solution",
"author_name": "ash21",
"author_login": "ashGHub",
"committed_at": "2020-06-02T17:28:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30b35dccbd3e37b260fc3e984b4414e86f26904f",
"body": null,
"is_bot": false,
"headline": "Add git ignore file",
"author_name": "ash21",
"author_login": "ashGHub",
"committed_at": "2020-06-02T17:27:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ba739601e2c04a1ed9e002bb883d26ba2eebaf9",
"body": "…money text is built.",
"is_bot": false,
"headline": "Adition of ARS (Argentine Pesos) along with fixes in how the Spanish …",
"author_name": "Agustín Catellani",
"author_login": "acatellaniDVR",
"committed_at": "2019-11-13T12:33:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d06cc5b35340ce9a215ae0b2d98c9fce4fe810b1",
"body": "Added support for Bulgarian language with several new Options",
"is_bot": false,
"headline": "Merge pull request #4 from secret2k/master",
"author_name": "Emrah Yumuk",
"author_login": "emrahyumuk",
"committed_at": "2017-10-29T18:44:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f570fe9e8d6aef6cdd594a3346fce925ac3ea815",
"body": null,
"is_bot": false,
"headline": "Fixed issue with gender strings in bulgarian",
"author_name": "Vladimir Valchovski",
"author_login": "SecreT2k8",
"committed_at": "2017-10-23T20:56:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8518fc74cf51edc8477d935b3cbe1d729f3ebc3",
"body": "* Added bulgarian language\n* Added option to put & between Main and Sub units\n* Added option to use shortened strings for currency",
"is_bot": false,
"headline": "Added support for Bulgarian language with several new Options",
"author_name": "Vladimir Valchovski",
"author_login": "SecreT2k8",
"committed_at": "2017-10-23T20:22:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3581a8d40b6a27187980599cf2355843d99abcf5",
"body": null,
"is_bot": false,
"headline": "assemby version changed 2.4.2",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2016-05-27T11:13:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44a8a30787939731b52aee622b98c88ea3023878",
"body": null,
"is_bot": false,
"headline": "French language error and subUnit error fixed.",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2016-05-27T11:11:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44c7c9931b624ff3b92954a56146fb059e4576d9",
"body": null,
"is_bot": false,
"headline": "code review and update",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2016-01-18T13:41:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da514d80a7c3e2b6d05f71c558205811c2968866",
"body": null,
"is_bot": false,
"headline": "version changed 2.4.1",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2016-01-15T15:50:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2d9249c280448038bfcec2aebfb9231a7a6f116",
"body": null,
"is_bot": false,
"headline": "subunit one digit bug fixed",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2016-01-15T14:10:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2eaf272e297bebad3478df51537aeb5e0c6158e9",
"body": null,
"is_bot": false,
"headline": "child number one digit bug fixed",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2016-01-15T13:58:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2a7c008a4a775088665c65d67dd867188a15598",
"body": null,
"is_bot": false,
"headline": "Convert decimal bug fixed on Demo Project",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2016-01-15T13:57:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "512c8cdee65c31e26f7656196ed556683abf4981",
"body": null,
"is_bot": false,
"headline": "readme updated",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2016-01-15T13:27:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eeadb380e52aef8a13e53635596e72cf0e905ca8",
"body": null,
"is_bot": false,
"headline": "readme updated",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2016-01-15T13:27:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb2c0bd35934354e12509e9873ff37d2ca65c123",
"body": null,
"is_bot": false,
"headline": "readme updated",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2016-01-15T12:56:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7ea6c5f06bee5b7e1380408c8f2931f814d119c",
"body": null,
"is_bot": false,
"headline": "updated readme",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2016-01-15T12:53:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13cf93ad734075ebf2128c8af6b9e99db289776c",
"body": null,
"is_bot": false,
"headline": "version changed 2.4.0",
"author_name": "emrahyumuk",
"author_login": "emrahyumuk",
"committed_at": "2016-01-15T12:51:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11217d4d7635c7c8a1ab7c0d298e5fa7229311d6",
"body": "ukranian language added.",
"is_bot": false,
"headline": "Merge pull request #2 from Latif07/master",
"author_name": "Emrah Yumuk",
"author_login": "emrahyumuk",
"committed_at": "2016-01-15T12:44:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aee42f12666dca428dc971f249c2ef4dc2234591",
"body": null,
"is_bot": false,
"headline": "ukranian language added.",
"author_name": "Latif TÜRK",
"author_login": "Latif07",
"committed_at": "2015-12-29T15:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8db33095b818044c7563df673e729d289d65dca7",
"body": null,
"is_bot": false,
"headline": "while number zero sub-unit bug fixed",
"author_name": "Emrah Y",
"author_login": "emrahyumuk",
"committed_at": "2015-04-14T14:03:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "803729e8f4b731d59f112d51bfdc2fac8d5382f1",
"body": null,
"is_bot": false,
"headline": "assembly version changed",
"author_name": "Emrah Y",
"author_login": "emrahyumuk",
"committed_at": "2015-04-07T08:46:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ddf85718b6c8d924ffe105ce4bbd9d932c78c74",
"body": null,
"is_bot": false,
"headline": "money to russian text \"два/две\" bug fixed for all supported currencies",
"author_name": "Emrah Y",
"author_login": "emrahyumuk",
"committed_at": "2015-04-07T08:45:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "038f49ab2f23a489a267413c1018c76047e3a5d2",
"body": null,
"is_bot": false,
"headline": "read.me updated",
"author_name": "Emrah Y",
"author_login": "emrahyumuk",
"committed_at": "2015-04-07T07:16:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c635219ab42ec15df6e7d48d07edde65277e9eb",
"body": null,
"is_bot": false,
"headline": "assembly version changed",
"author_name": "Emrah Y",
"author_login": "emrahyumuk",
"committed_at": "2015-04-07T07:14:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4937c1568e7b7a33bb560f4b1bd9daeff4dcd9d6",
"body": null,
"is_bot": false,
"headline": "money to russian text \"две\" (2) bug fixed",
"author_name": "Emrah Y",
"author_login": "emrahyumuk",
"committed_at": "2015-04-07T07:13:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ad10036df7abc2ce14268c813f42e5fb5534660",
"body": null,
"is_bot": false,
"headline": "demo form names changed",
"author_name": "Emrah Y",
"author_login": "emrahyumuk",
"committed_at": "2015-04-07T06:59:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da95b77b871738f1a78ef9e9b3ed2ed6154eae72",
"body": null,
"is_bot": false,
"headline": "fix",
"author_name": "Emrah Yumuk",
"author_login": "emrahyumuk",
"committed_at": "2015-04-06T17:05:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc31f88500df3fa7e686104987a7600123c5c671",
"body": null,
"is_bot": false,
"headline": "demo form names changed",
"author_name": "Emrah Y",
"author_login": "emrahyumuk",
"committed_at": "2015-04-06T13:14:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "775a16bf7ffd20044f52a12250824c2b98a883a6",
"body": null,
"is_bot": false,
"headline": "read.me updated",
"author_name": "Emrah Y",
"author_login": "emrahyumuk",
"committed_at": "2015-04-06T13:05:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19229f590e9fd9e7bd3fbdf944338917b3bc2907",
"body": null,
"is_bot": false,
"headline": "code review",
"author_name": "Emrah Y",
"author_login": "emrahyumuk",
"committed_at": "2015-04-06T11:16:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75fd3b48c46623799d9a8c8280895aa7ded31aa2",
"body": null,
"is_bot": false,
"headline": "bug fix",
"author_name": "Emrah Y",
"author_login": "emrahyumuk",
"committed_at": "2015-04-06T11:00:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "156d4ca170cdb62bd6b21741a0fdf2b1e3a9b0f3",
"body": null,
"is_bot": false,
"headline": "code review",
"author_name": "Emrah Y",
"author_login": "emrahyumuk",
"committed_at": "2015-04-06T09:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3003d325d13631a5659d658a382f023f03fb38c1",
"body": null,
"is_bot": false,
"headline": "assembly copyright updated",
"author_name": "Emrah Y",
"author_login": "emrahyumuk",
"committed_at": "2015-04-06T08:32:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9f462bf439e474f6f9fd3b4e2cc736a82c7d738",
"body": null,
"is_bot": false,
"headline": "version changed",
"author_name": "Emrah Y",
"author_login": "emrahyumuk",
"committed_at": "2015-04-06T08:29:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff302a19f1baf22b6b3b7ea8d22ff3b5d06a5fc8",
"body": null,
"is_bot": false,
"headline": "code review",
"author_name": "Emrah Y",
"author_login": "emrahyumuk",
"committed_at": "2015-04-06T08:22:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47fe525387b96c93658f2223a0223703bbd1f2ca",
"body": "fraction zero not included, fraction not convert to text, first char\nupper, currency first char upper",
"is_bot": false,
"headline": "configuration feature added",
"author_name": "Emrah Yumuk",
"author_login": "emrahyumuk",
"committed_at": "2015-04-06T01:14:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aea9dbee05a06627466dd86c3cbddc6d9b74222b",
"body": null,
"is_bot": false,
"headline": ".gitignore update",
"author_name": "Emrah Y.",
"author_login": "emrahyumuk",
"committed_at": "2015-02-18T06:59:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac237f8e02f67b997ee1c91f6a1bee3600290ec0",
"body": null,
"is_bot": false,
"headline": "commit",
"author_name": "Emrah Y.",
"author_login": "emrahyumuk",
"committed_at": "2014-12-18T14:59:01Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 0,
"latest_release_at": "2026-07-28T20:14:17Z",
"latest_release_tag": "v3.5.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 0,
"days_since_latest_release": 0,
"mean_days_between_releases": null
},
"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": [
{
"name": "Nut",
"exists": true,
"license": null,
"keywords": [
"number",
"text",
"word",
"money",
"english",
"french",
"turkish",
"spanish",
"russian",
"german",
"currency",
"try",
"usd",
"euro",
"rub",
"number",
"to",
"money",
"currency",
"int",
"decimal",
"ukranian",
"UAH",
"bulgarian",
"portuguese",
"BRL",
"BGN",
"amharic",
"ETB",
"polish",
"PLN",
"Belarussian",
"BLN",
"ARS",
"argentine",
"pesos"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Nut",
"is_deprecated": false,
"latest_version": "3.4.1",
"repository_url": "https://github.com/emrahyumuk/NUT-number-to-text",
"versions_count": 25,
"total_downloads": 505915,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2023-06-02T10:18:32.163000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1152
}
]
},
"popularity": {
"forks": 28,
"stars": 34,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2014-05-12",
"count": 1
},
{
"date": "2014-05-23",
"count": 1
},
{
"date": "2014-09-16",
"count": 1
},
{
"date": "2015-11-02",
"count": 1
},
{
"date": "2016-11-15",
"count": 1
},
{
"date": "2016-12-27",
"count": 1
},
{
"date": "2017-10-11",
"count": 1
},
{
"date": "2017-12-06",
"count": 1
},
{
"date": "2019-07-22",
"count": 1
},
{
"date": "2019-11-13",
"count": 1
},
{
"date": "2019-12-15",
"count": 1
},
{
"date": "2020-06-02",
"count": 1
},
{
"date": "2020-07-03",
"count": 1
},
{
"date": "2020-09-14",
"count": 1
},
{
"date": "2021-01-28",
"count": 1
},
{
"date": "2021-02-24",
"count": 1
},
{
"date": "2021-09-27",
"count": 1
},
{
"date": "2021-10-11",
"count": 1
},
{
"date": "2022-03-23",
"count": 1
},
{
"date": "2022-04-14",
"count": 1
},
{
"date": "2023-05-11",
"count": 1
},
{
"date": "2023-05-18",
"count": 1
},
{
"date": "2023-06-06",
"count": 1
},
{
"date": "2023-12-29",
"count": 1
},
{
"date": "2024-02-07",
"count": 1
},
{
"date": "2024-03-11",
"count": 1
},
{
"date": "2025-10-04",
"count": 1
},
{
"date": "2026-04-17",
"count": 1
}
],
"complete": true,
"collected": 28,
"total_forks": 28
},
"star_history": null,
"open_issues_and_prs": 6
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"src/Nut.Tests/Nut.Tests.csproj",
"src/Nut/Nut.csproj"
],
"largest_source_bytes": 12637,
"source_files_sampled": 31,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 5,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [
{
"name": "Microsoft.NET.Test.Sdk",
"manifest": "src/Nut.Tests/Nut.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "17.5.0"
},
{
"name": "NUnit",
"manifest": "src/Nut.Tests/Nut.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "3.13.3"
},
{
"name": "NUnit3TestAdapter",
"manifest": "src/Nut.Tests/Nut.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "4.4.2"
},
{
"name": "NUnit.Analyzers",
"manifest": "src/Nut.Tests/Nut.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "3.6.1"
},
{
"name": "coverlet.collector",
"manifest": "src/Nut.Tests/Nut.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "3.2.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "coverlet.collector",
"direct": true,
"version": "3.2.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.Test.Sdk",
"direct": true,
"version": "17.5.0",
"ecosystem": "nuget"
},
{
"name": "NUnit",
"direct": true,
"version": "3.13.3",
"ecosystem": "nuget"
},
{
"name": "NUnit.Analyzers",
"direct": true,
"version": "3.6.1",
"ecosystem": "nuget"
},
{
"name": "NUnit3TestAdapter",
"direct": true,
"version": "4.4.2",
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 5,
"direct_count": 5,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 5,
"merged_prs": 17,
"open_issues": 1,
"closed_ratio": 0.875,
"closed_issues": 7,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "emrahyumuk",
"commits": 116,
"avatar_url": "https://avatars.githubusercontent.com/u/2338849?v=4"
},
{
"type": "User",
"login": "ashGHub",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/13321271?v=4"
},
{
"type": "User",
"login": "DeNcHiK3713",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/35270280?v=4"
},
{
"type": "User",
"login": "SecreT2k8",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/7422142?v=4"
},
{
"type": "User",
"login": "acatellaniDVR",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/63673572?v=4"
},
{
"type": "User",
"login": "kashiash",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/10448372?v=4"
},
{
"type": "User",
"login": "Latif07",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3982937?v=4"
},
{
"type": "User",
"login": "Marciel032",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/44622170?v=4"
},
{
"type": "User",
"login": "Maryam1986",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/47815749?v=4"
},
{
"type": "User",
"login": "stevejulichelap",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/185215097?v=4"
}
],
"contributors_sampled": 11,
"top_contributor_share": 0.853
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"ci.yml",
"release.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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 6,
"reason": "6 out of 10 merged PRs checked by a CI test -- score normalized to 6",
"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 4/23 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 6,
"reason": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 5,
"reason": "dependency not pinned by hash detected -- score normalized to 5",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": "bd55fa89bd9c2c3e613a69bd1bb1036d662008c5",
"ran_at": "2026-07-28T20:20:10Z",
"aggregate_score": 4.3,
"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-07-28T20:14:19Z",
"oldest_open_prs": [
{
"number": 22,
"created_at": "2023-07-19T13:48:45Z",
"last_comment_at": "2023-07-19T13:52:09Z",
"last_comment_author": "Maryam1986"
},
{
"number": 23,
"created_at": "2023-12-29T11:33:35Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 24,
"created_at": "2024-02-07T07:45:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 27,
"created_at": "2025-10-04T21:37:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 28,
"created_at": "2026-04-17T16:54:42Z",
"last_comment_at": "2026-05-07T10:08:51Z",
"last_comment_author": "Stepami"
}
],
"last_merged_pr_at": "2026-07-28T20:13:25Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 25,
"created_at": "2024-12-05T14:12:57Z",
"last_comment_at": "2026-04-16T15:22:39Z",
"last_comment_author": "Stepami"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/emrahyumuk/NUT-number-to-text",
"host": "github.com",
"name": "NUT-number-to-text",
"owner": "emrahyumuk"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 50 is calibrated to 50 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 50,
"calibrated": 50,
"calibration": "2026-08-02"
}
}
],
"value": 50,
"inputs": {
"security": 54,
"vitality": 56,
"community": 50,
"governance": 52,
"calibration": "2026-08-02",
"engineering": 42,
"ai_readiness": 36,
"weighted_overall_raw": 50
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 56,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "weak",
"name": "Development activity",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v3.5.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"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": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 50,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"forks": 28,
"stars": 34,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "34 stars",
"points": 24.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 34
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "28 forks",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 28
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 74,
"inputs": {
"packages": [
"Nut"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 505915,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "505,915 downloads all-time across nuget",
"points": 59.3,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 505915,
"ecosystems": "nuget"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 52,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 11,
"top_contributor_share": 0.853
},
"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 85% of commits",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 85
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "11 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 11
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 17,
"open_issues": 1,
"closed_issues": 7,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.875,
"closed_unmerged_prs": 4,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "88% of issues closed",
"points": 36.8,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 88
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "17/21 decided PRs merged",
"points": 24.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 17,
"decided": 21
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/23 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": 51,
"inputs": {
"followers": 52,
"owner_type": "User",
"is_verified": null,
"owner_login": "emrahyumuk",
"public_repos": 6,
"account_age_days": 5066
},
"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": "52 followers of emrahyumuk",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 52,
"login": "emrahyumuk"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "6 public repos, account ~13 yr old",
"points": 18.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 6
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"Nut"
],
"ecosystems": "nuget",
"any_deprecated": false,
"min_days_since_publish": 1152
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on nuget",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "nuget"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1152 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1152
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "25 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 25
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "weak",
"name": "Engineering Quality",
"value": 42,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "weak",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"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": "6 out of 10 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 54,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 43,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.3
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "6 out of 10 merged PRs checked by a CI test -- score normalized to 6",
"points": 1.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 4/23 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 5",
"points": 2.5,
"status": "partial",
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 5 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 5
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 5,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 5,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 9
},
"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": "weak",
"name": "AI Readiness",
"value": 36,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.22,
"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": "22 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 22,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"src/Nut.Tests/Nut.Tests.csproj",
"src/Nut/Nut.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "src/Nut.Tests/Nut.Tests.csproj, src/Nut/Nut.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "src/Nut.Tests/Nut.Tests.csproj, src/Nut/Nut.csproj"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"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": "C# (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 12637,
"source_files_sampled": 31,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C# (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/31 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 31,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:nuget",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-28T20:20:25.132667Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/e/emrahyumuk/NUT-number-to-text.svg",
"full_name": "emrahyumuk/NUT-number-to-text",
"license_state": "standard",
"license_spdx": "MIT"
}