Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"algorithm",
"conversion",
"itoa",
"integer-conversion",
"rust"
],
"is_fork": false,
"size_kb": 80,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 38784
},
"pushed_at": "2026-07-25T02:43:51Z",
"created_at": "2017-01-15T05:41:59Z",
"owner_type": "User",
"updated_at": "2026-07-25T02:43:55Z",
"description": "An efficient method of heaplessly converting numbers into their string representations, storing the representation within a reusable byte array.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": "Michael Murphy",
"type": "User",
"login": "mmstick",
"company": "@system76",
"location": "Wroclaw, Poland",
"followers": 826,
"avatar_url": "https://avatars.githubusercontent.com/u/4143535?v=4",
"created_at": "2013-04-13T06:40:21Z",
"is_verified": null,
"public_repos": 108,
"account_age_days": 4851
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2026-07-25T02:43:27Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2026-03-17T15:37:00Z"
},
{
"tag": "1.0.0-alpha1",
"kind": "prerelease",
"published_at": "2025-10-07T14:59:22Z"
},
{
"tag": "0.3.1",
"kind": "patch",
"published_at": "2025-07-07T15:18:25Z"
},
{
"tag": "0.2.4",
"kind": "patch",
"published_at": "2021-06-06T09:43:01Z"
}
],
"recent_commits": [
{
"oid": "def553cdc04ce55dab05cb4860b6a30ae0d04cde",
"body": null,
"is_bot": false,
"headline": "release: 1.0.1",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2026-07-25T02:43:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c8f39a7cdf3d3d49cba420d7252db2d52e69135",
"body": null,
"is_bot": false,
"headline": "fix: `AsciiNumber::<4>::ONE` set to `0` instead of `1`",
"author_name": "Vivek",
"author_login": "master-hax",
"committed_at": "2026-07-25T02:42:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d1f2dff7d083ea56fcbf8c0fb48b7e8c71ae2e3",
"body": null,
"is_bot": false,
"headline": "release: 1.0.0",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2026-03-17T15:37:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "573fea0042bb0f8e4edc89f423ae544bdc1acd35",
"body": null,
"is_bot": false,
"headline": "fix: improve `required_space`",
"author_name": "Vivek",
"author_login": "master-hax",
"committed_at": "2026-03-16T11:11:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f99f95786dacd8eac627ad9fe6e8dba5ceae2e88",
"body": null,
"is_bot": false,
"headline": "chore: set Rust edition to 2024",
"author_name": "Vivek",
"author_login": "master-hax",
"committed_at": "2025-11-12T22:56:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5c351c71b51a5efeeb4be4e06812c0bfe5cc23d",
"body": null,
"is_bot": false,
"headline": "release: 1.0.0-alpha1",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2025-10-07T14:59:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bded0dc4292c4984d8f3c6fee2c9905fac64797e",
"body": null,
"is_bot": false,
"headline": "Allow `LENGTH` of `_filled` functions equal to the buffer length",
"author_name": "Asuna",
"author_login": "SpriteOvO",
"committed_at": "2025-10-01T21:16:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13625cc4f3c323e5f2e21d69c218973e379a32d3",
"body": null,
"is_bot": false,
"headline": "Support formatting numbers with filling",
"author_name": "Asuna",
"author_login": "SpriteOvO",
"committed_at": "2025-10-01T21:16:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca853af6fc8371d0b53667df96791ba8f88ac237",
"body": null,
"is_bot": false,
"headline": "refactor: add `required_space` & overhaul existing APIs",
"author_name": "Vivek",
"author_login": "master-hax",
"committed_at": "2025-09-09T02:00:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a037a0ee793d321384dd3901a16a30cade1aefda",
"body": "* automatically derive `Clone` & `Copy` for `AsciiNumber<N>`\n* custom implementation of `PartialEq`, `Eq`, `Default` for `AsciiNumber<N>`\n* add new constant `AsciiNumber::<N>::ZERO` with const assertion `AsciiNumber::<N>::MIN_LEN_ASSERTION` to make sure N is at least 1",
"is_bot": false,
"headline": "improv: AsciiNumber API",
"author_name": "Vivek",
"author_login": "master-hax",
"committed_at": "2025-08-28T11:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a454c32f48affdbda666fc1f3dbd0c4640c231d",
"body": null,
"is_bot": false,
"headline": "chore: add more categories to Cargo.toml",
"author_name": "Vivek",
"author_login": "master-hax",
"committed_at": "2025-08-20T13:47:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a678cb2dfdd5f5cb4187f31ee074bfce95b8225e",
"body": null,
"is_bot": false,
"headline": "fix: test failures in release build",
"author_name": "Vivek",
"author_login": "master-hax",
"committed_at": "2025-08-20T13:46:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3d086014432b7c48cee51380a4f4ce953bc431a",
"body": null,
"is_bot": false,
"headline": "release: 0.3.1",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2025-07-07T15:18:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37c3600b00cfbbb64cf77e7a861eee2df1d9b142",
"body": null,
"is_bot": false,
"headline": "fix: wrong index for numtoa_u8",
"author_name": "Vivek",
"author_login": "master-hax",
"committed_at": "2025-07-07T15:16:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de95f8e351dd692cb5e7c853ba92442c481df7b1",
"body": null,
"is_bot": false,
"headline": "feat: functions to pad number format",
"author_name": "Vivek",
"author_login": "master-hax",
"committed_at": "2025-06-20T12:04:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "308894502656f1f09a13d066b4b41a2f6f842e8b",
"body": null,
"is_bot": false,
"headline": "chore: add debug assertion for unsupported bases",
"author_name": "Vivek",
"author_login": "master-hax",
"committed_at": "2025-06-16T09:10:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d9cb79a87b36286e5df35e01197fd1fdd3c51f5",
"body": null,
"is_bot": false,
"headline": "feat: streamlined API for base 2 & base 8",
"author_name": "Vivek",
"author_login": "master-hax",
"committed_at": "2025-06-16T09:10:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b11a3b529e6578100f02b10ebcba36fbe31ee592",
"body": null,
"is_bot": false,
"headline": "release: 0.3.0",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2025-06-05T12:08:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "859b3e79ea59cfe8e3590b5a04b2bb15479e997c",
"body": null,
"is_bot": false,
"headline": "chore: update repository URL",
"author_name": "Vivek",
"author_login": "master-hax",
"committed_at": "2025-06-05T12:07:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c1067798f05bc249ba5e5ac87085e2f2312e2cf",
"body": null,
"is_bot": false,
"headline": "feat: add into_inner function on AsciiNumber",
"author_name": "Vivek",
"author_login": "master-hax",
"committed_at": "2025-06-05T12:07:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "322c7801d88fa52c76019bf588c01de1517e38df",
"body": null,
"is_bot": false,
"headline": "feat: add base16 module",
"author_name": "Vivek",
"author_login": "master-hax",
"committed_at": "2025-06-05T12:06:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5882653cf1ae8bb36b87c1587aa8d7a52725ceaa",
"body": null,
"is_bot": false,
"headline": "feat: streamlined base N conversion API",
"author_name": "Vivek",
"author_login": "master-hax",
"committed_at": "2025-06-02T01:46:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c82d9d6d3ca92a2e8836a73ea768e74b4a217d7",
"body": null,
"is_bot": false,
"headline": "feat: compile-time number conversions",
"author_name": "Vivek",
"author_login": "master-hax",
"committed_at": "2025-06-01T18:01:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "305c39d5ce4504d4a914e5e2d14ebee8d666f5d8",
"body": null,
"is_bot": false,
"headline": "improv!: remove unnecessary generic parameter",
"author_name": "Vivek",
"author_login": "master-hax",
"committed_at": "2025-05-31T18:59:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bc342658bab2949a65b514494634579a1be4a63",
"body": null,
"is_bot": false,
"headline": "chore: 0.2.4",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2021-06-06T09:43:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbe4a7b30e746e1a99e1e2f3e92c762db0a7444e",
"body": "E.g. -99i8",
"is_bot": false,
"headline": "fix: Base10 issue on i8",
"author_name": "Squirrel",
"author_login": "gilescope",
"committed_at": "2021-05-29T17:35:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c644bc3a8afdd6531a1db75b256e4dccd13d96bc",
"body": null,
"is_bot": false,
"headline": "Added u128 & i128 support and corrected i64 length",
"author_name": "Giles Cope",
"author_login": "gilescope",
"committed_at": "2021-05-22T16:58:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03bb76a9f67bae2e7429d61965c92fa246739d5d",
"body": "Also remove the unused `io` import.",
"is_bot": false,
"headline": "README: Fix buffer initialization in example",
"author_name": "Danilo Bargen",
"author_login": "dbrgn",
"committed_at": "2021-05-22T16:58:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "429fa9cd603f02c08cc712787ba13b330a320bfc",
"body": null,
"is_bot": false,
"headline": "0.2.3: Fix &str example in readme",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2018-10-06T04:12:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfce3b6c75cec40f9e9f8c11064c7ae2cefc4d18",
"body": null,
"is_bot": false,
"headline": "0.2.2: Update readme to reflect change in 0.2.1",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2018-10-06T04:10:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8018bcdf813387f2d2b03acd09107b47c1791108",
"body": null,
"is_bot": false,
"headline": "0.2.1: Remove the std requirement for numtoa_str",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2018-10-06T04:05:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58d3a66a9f09c73332e2c59a49e7eefbfc5e865d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of gitlab.com:mmstick/numtoa",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2018-10-06T03:28:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d7c80ebd669752b195a90ddc6c2d63f98309b17",
"body": null,
"is_bot": false,
"headline": "0.2.0: improve ergonomics of numtoa method",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2018-10-06T03:24:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f476702aa5ac9baf20abc903cfe36b8e7fd8c7b1",
"body": null,
"is_bot": false,
"headline": "0.1.0: numtoa_str std feature method",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2018-08-20T01:50:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb448252f6e5c1e95f2aef57b32e9d60ea884422",
"body": null,
"is_bot": false,
"headline": "0.1.0: numtoa_str std feature method",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2018-08-20T01:49:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dab8f42da2d2571d14211cffb82176368c9552aa",
"body": "Fix conversion of smallest signed integers with non-decimal bases",
"is_bot": false,
"headline": "Merge pull request #10 from crazymerlyn/fix_min_signed",
"author_name": "Michael Murphy",
"author_login": "mmstick",
"committed_at": "2017-05-31T20:24:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e1554dcd6dcda214af10b122c06bb9ee2b320b4",
"body": null,
"is_bot": false,
"headline": "Fix conversion of smallest signed integers with non-decimal bases",
"author_name": "CrazyMerlyn",
"author_login": "crazymerlyn",
"committed_at": "2017-05-31T19:26:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b83f6a5226c30b07cb4e8e4ae6c2863f3cf02cb",
"body": "Use `wrapping_sub` to avoid overflow error",
"is_bot": false,
"headline": "Merge pull request #9 from crazymerlyn/fix_overflow",
"author_name": "Michael Murphy",
"author_login": "mmstick",
"committed_at": "2017-05-31T17:04:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d228598735c396cfb0966b834d0d2acde4127473",
"body": "Fixes #8",
"is_bot": false,
"headline": "Use `wrapping_sub` to avoid overflow error",
"author_name": "CrazyMerlyn",
"author_login": "crazymerlyn",
"committed_at": "2017-05-31T16:56:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb54df02d13e3de9de46e04cac7fe6cac3f9eff5",
"body": "They mainly only lead to benchmark wins versus actual wins in useful software",
"is_bot": false,
"headline": "Disable Tri and Quad Lookups",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2017-01-31T17:13:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f319a9902842ba0b10a59cc1199b46e4bc45cc94",
"body": null,
"is_bot": false,
"headline": "Document How Base 10 Conversion Works",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2017-01-21T20:28:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca75126eb9ead9019d97bf30676f28057f27319a",
"body": "The numtoa crate is now about 8-10% faster than itoa due to some lookup optimizations that are being performed in this new patch. Basically, I've added a triple digit decimal lookup table and a quad digit decimal lookup table. Both combine to achieve a 10% performance boost, at the cost of 44K of extra memory.",
"is_bot": false,
"headline": "0.0.6: 10% Base 10 Decimal Conversion Boost",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2017-01-19T03:16:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d89b73ecd3653ddccf06da21c49215c82d5de9a",
"body": null,
"is_bot": false,
"headline": "Add base 2, 8, and 16 checks for u8/i8",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2017-01-17T22:59:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5652cfece9ea06545ae88e8f73a4e56923a92454",
"body": "When running a debug build, base 10 conversions will check the lengths\nof input arrays to ensure that the input arrays are large enough to\nfit the largest posible number of each integer type. In example, the\nlargest possible length of a 64-bit number is 20 characters. If the\nlength of the input array is smaller than 20 bytes, the function will\npanic message.",
"is_bot": false,
"headline": "Base 10: array size debug checks",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2017-01-17T21:38:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fae026d93a9a61d614feedb9054144050fdc43af",
"body": null,
"is_bot": false,
"headline": "Base 10: u8/i8 optimization",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2017-01-17T19:07:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f270097401dca73ab047161ff6c7c7f789125a4",
"body": null,
"is_bot": false,
"headline": "Base 10: Reduce bits",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2017-01-17T18:48:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26fbde8ca3422191d11d569af90728bebbc53e58",
"body": "Indice -> index",
"is_bot": false,
"headline": "Merge pull request #3 from maghoff/patch-1",
"author_name": "Michael Murphy",
"author_login": "mmstick",
"committed_at": "2017-01-17T18:21:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8050d55b6b8c5b459775a83cddf29f65cf1e2d35",
"body": "Resolves issues #1 and #2",
"is_bot": false,
"headline": "Fix Issues",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2017-01-17T18:19:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49eaf85d14176762e9e8c50e7c44037df69018d0",
"body": "\"Indice\" is an obsolete form of \"index\", both singular forms of \"indices\".",
"is_bot": false,
"headline": "Indice -> index",
"author_name": "Magnus Hoff",
"author_login": "maghoff",
"committed_at": "2017-01-17T10:44:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25512451714dbd36a4d52de1aa874327ddf340d8",
"body": null,
"is_bot": false,
"headline": "Add Docs URL",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2017-01-17T06:50:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad59d454831cd702aa667702d70ebf07b28819e5",
"body": null,
"is_bot": false,
"headline": "Update Version & Benchmark",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2017-01-17T06:30:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66252f980523e3cee7ee453e786d8806f22ce835",
"body": null,
"is_bot": false,
"headline": "Implement Base 10 Lookup Table",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2017-01-17T06:23:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f877ac4d1117cf49ec169f80f974862e936245e5",
"body": "- Write in reverse from the end of the buffer\n- The return value is the indice to start reading from\n- No more unsafe, no need to reverse -- problem solved",
"is_bot": false,
"headline": "Optimize & Eliminate Unsafe Requirement",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2017-01-17T05:53:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "480871056ebe2d73d3767cb67340716ecdd3b821",
"body": null,
"is_bot": false,
"headline": "Initialize Repository",
"author_name": "Michael Aaron Murphy",
"author_login": "mmstick",
"committed_at": "2017-01-17T01:14:33Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 10,
"latest_release_at": "2026-07-25T02:43:27Z",
"latest_release_tag": "1.0.1",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 7,
"days_since_latest_release": 0,
"mean_days_between_releases": 468.7
},
"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": "numtoa",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"convert",
"itoa",
"no_std",
"numbers",
"numtoa",
"no-std",
"no-std::no-alloc",
"embedded",
"value-formatting"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/numtoa",
"is_deprecated": false,
"latest_version": "1.0.1",
"repository_url": "https://github.com/mmstick/numtoa",
"versions_count": 18,
"total_downloads": 9929738,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 539995,
"first_published_at": "2017-01-17T01:02:36.985830Z",
"latest_published_at": "2026-07-25T02:45:40.065258Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 9,
"stars": 47,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2017-05-31",
"count": 1
},
{
"date": "2018-05-05",
"count": 1
},
{
"date": "2020-04-19",
"count": 1
},
{
"date": "2021-05-22",
"count": 1
},
{
"date": "2021-10-18",
"count": 1
},
{
"date": "2022-04-14",
"count": 1
},
{
"date": "2025-02-12",
"count": 1
},
{
"date": "2025-05-21",
"count": 1
},
{
"date": "2025-09-27",
"count": 1
}
],
"complete": true,
"collected": 9,
"total_forks": 9
},
"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": [
"Cargo.toml"
],
"largest_source_bytes": 16374,
"source_files_sampled": 4,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"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": [
"crates"
],
"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": 2,
"merged_prs": 24,
"open_issues": 4,
"closed_ratio": 0.778,
"closed_issues": 14,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "mmstick",
"commits": 29,
"avatar_url": "https://avatars.githubusercontent.com/u/4143535?v=4"
},
{
"type": "User",
"login": "master-hax",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/17506434?v=4"
},
{
"type": "User",
"login": "SpriteOvO",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/33660554?v=4"
},
{
"type": "User",
"login": "crazymerlyn",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/6919679?v=4"
},
{
"type": "User",
"login": "gilescope",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/803976?v=4"
},
{
"type": "User",
"login": "dbrgn",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/105168?v=4"
},
{
"type": "User",
"login": "maghoff",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/386371?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.537
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"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": 0,
"reason": "0 out of 21 merged PRs checked by a CI test -- score normalized to 0",
"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": 7,
"reason": "Found 21/29 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"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": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"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": null,
"reason": "no dependencies found",
"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": null,
"reason": "No tokens found",
"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": "def553cdc04ce55dab05cb4860b6a30ae0d04cde",
"ran_at": "2026-07-25T14:45:23Z",
"aggregate_score": 3.7,
"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": null,
"oldest_open_prs": [
{
"number": 34,
"created_at": "2025-07-28T05:30:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 46,
"created_at": "2026-07-25T03:14:39Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-25T02:42:13Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 5,
"created_at": "2017-01-21T23:00:48Z",
"last_comment_at": "2017-01-22T19:48:19Z",
"last_comment_author": "mmstick"
},
{
"number": 6,
"created_at": "2017-01-21T23:02:44Z",
"last_comment_at": "2017-01-21T23:27:37Z",
"last_comment_author": "dtolnay"
},
{
"number": 7,
"created_at": "2017-01-22T18:43:57Z",
"last_comment_at": "2017-06-01T22:55:21Z",
"last_comment_author": "chpio"
},
{
"number": 44,
"created_at": "2026-03-16T09:20:45Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/mmstick/numtoa",
"host": "github.com",
"name": "numtoa",
"owner": "mmstick"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"security": 37,
"vitality": 56,
"community": 57,
"governance": 70,
"engineering": 25
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 56,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"commits_last_year": 10,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 7
},
"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": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "10 commits in the last year",
"points": 9.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 10
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 64,
"inputs": {
"releases_count": 5,
"latest_release_tag": "1.0.1",
"releases_from_tags": true,
"days_since_latest_release": 0,
"mean_days_between_releases": 468.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 5
}
}
],
"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": "a release every ~468.7 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 468.7
}
}
],
"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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 57,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"forks": 9,
"stars": 47,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "47 stars",
"points": 27,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 47
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "9 forks",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 9
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"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": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"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": "excellent",
"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": 96,
"inputs": {
"packages": [
"numtoa"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 9929738,
"monthly_downloads": 539995
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "539,995 downloads/month across crates",
"points": 76.4,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 539995,
"ecosystems": "crates"
}
}
],
"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": "good",
"name": "Sustainability & Governance",
"value": 70,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.537
},
"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 54% of commits",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 54
}
}
],
"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 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"merged_prs": 24,
"open_issues": 4,
"closed_issues": 14,
"issue_closed_ratio": 0.778,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "78% of issues closed",
"points": 36.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 78
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "24/26 decided PRs merged",
"points": 35.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 24,
"decided": 26
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 21/29 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"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": 70,
"inputs": {
"followers": 826,
"owner_type": "User",
"is_verified": null,
"owner_login": "mmstick",
"public_repos": 108,
"account_age_days": 4851
},
"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": "826 followers of mmstick",
"points": 21,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 826,
"login": "mmstick"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "108 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 108
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"numtoa"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "18 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 18
}
}
],
"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": "critical",
"name": "Engineering Quality",
"value": 25,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "0 out of 21 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"algorithm",
"conversion",
"itoa",
"integer-conversion",
"rust"
],
"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": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"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": "at_risk",
"name": "Security",
"value": 37,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.7
},
"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": "0 out of 21 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 21/29 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 18
},
"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": "at_risk",
"name": "AI Readiness",
"value": 40,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.556,
"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": "30 of 54 human commits state their intent (structured subject or explanatory body)",
"points": 29.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 30,
"sampled": 54
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 26,
"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": [
"Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"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": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"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 54",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 54
}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 16374,
"source_files_sampled": 4,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/4 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 4,
"oversized": 0
}
}
],
"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",
"deps.dev does not index crates:numtoa@1.0.1; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-25T14:45:37.167473Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/mmstick/numtoa.svg",
"full_name": "mmstick/numtoa",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}