原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"fmt",
"go",
"golang",
"number-format",
"string-manipulation",
"tinygo",
"wasm",
"webassembly"
],
"is_fork": false,
"size_kb": 35522,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 387808,
"HTML": 459,
"Shell": 26345,
"JavaScript": 16683
},
"pushed_at": "2026-07-19T18:05:03Z",
"created_at": "2025-03-05T14:47:00Z",
"owner_type": "Organization",
"updated_at": "2026-07-19T18:05:15Z",
"description": "Lightweight Go library that provides comprehensive string manipulation, type conversion, formatting, and error handling with a fluid API, specifically designed for small devices and web applications using TinyGo as the target compiler.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Tiny Wasm",
"type": "Organization",
"login": "tinywasm",
"company": null,
"location": "Chile",
"followers": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/248606875?v=4",
"created_at": "2025-12-09T05:07:07Z",
"is_verified": null,
"public_repos": 82,
"account_age_days": 230
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2025-09-06T16:56:25Z"
}
],
"recent_commits": [
{
"oid": "6321acb359b6f6785b54ae3f3ddf1f3af05f4b45",
"body": "4 files changed, 10 insertions(+), 4 deletions(-)",
"is_bot": false,
"headline": "fix: remove leaked local filesystem path from test; retract v0.25.4",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-19T18:05:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c28efb11e64b7d6374fbf8150cd0c305c0075be4",
"body": "5 files changed, 106 insertions(+), 7 deletions(-)",
"is_bot": false,
"headline": "feat: add PathRelativeTo function for manual base path shortening",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-19T17:26:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b76e8a22aadce1f0a4a088285f615fb1c3ac50f",
"body": "6 files changed, 29 insertions(+), 11 deletions(-)",
"is_bot": false,
"headline": "fix: Errf silently truncated messages with literal text before a verb",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-12T05:20:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cc0ee5d733f7d0eb9453ef0f47440ad414cbb61",
"body": "…er, Repeat, ReplaceAll, ReplaceN, JoinSlice)",
"is_bot": false,
"headline": "feat: add stdlib-signature string wrappers (TrimSpace, ToLower, ToUpp…",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-10T20:38:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcf2d6abe12bad0f8db34d75f7f570b92002d4d9",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.25.1",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-07T16:01:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a2427e2573217df6a8f62f10c2c535f3fcf2de5",
"body": null,
"is_bot": false,
"headline": "algorithmic snake→Pascal for Go identifiers",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-07T16:01:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a5cfa757cc01b6f3f9766b9989fae48abe2208c",
"body": "…066629351456426\n\nImproved Case Conversion and Name Normalization",
"is_bot": false,
"headline": "Merge pull request #31 from tinywasm/fix/snake-pascal-conversion-9756…",
"author_name": "César Solís",
"author_login": "cdvelop",
"committed_at": "2026-07-07T16:00:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e48bac59b437079da71e67e6cd903b8da206077",
"body": null,
"is_bot": false,
"headline": "review: corrections before merge",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-07T16:00:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cea0d85aac3fe6c25a209b79b5bf76956531672a",
"body": "- Unified separator detection in `toCaseTransformMinimal` (handles whitespace, `_`, and `-`).\n- Implemented acronym splitting logic (e.g., `APIResponse` -> `api_response`).\n- Consistent word boundary detection for digits and letters.\n- Added comprehensive tests in `goname_test.go` covering various conversion scenarios and round-trips.\n- Verified WASM compatibility.\n\nCo-authored-by: cdvelop <44058491+cdvelop@users.noreply.github.com>",
"is_bot": true,
"headline": "Improve case conversion and name normalization",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-07T15:58:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e81375c1f3bbd891159cfec2e90a42c5ca296fec",
"body": null,
"is_bot": false,
"headline": "chore: sync before codejob dispatch",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-07T15:44:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21d84e3b5b899b87dfd1215f22b2e44151a828b5",
"body": null,
"is_bot": false,
"headline": "chore: sync before codejob dispatch",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-07T15:29:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26c9c48dcc1cfbc6c404349f861057d57daa0adc",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.25.0",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-06T20:22:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2964510c714ac022e886d893a8b5ee4e7dced1e4",
"body": "…sm/model",
"is_bot": false,
"headline": "refactor break change remove field model an codec translate to tinywa…",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-06T20:22:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0254e89add0154098151d54e4ce6d45e60aeb37b",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.24.6",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-02T16:21:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "272a45ab6f7e75a9f6eb31a28285b6e09d31a1b6",
"body": null,
"is_bot": false,
"headline": "add ModuleNaming interface",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-07-02T16:19:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa51a6bd665e1bfbebcfbc0f13f6c450028d5ba3",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.24.5",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-26T16:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e44f175d2d53907b2adc275c5adc2ac63e984a3d",
"body": null,
"is_bot": false,
"headline": "fmt: remove error return from Decodable.DecodeFields (breaking)",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-26T16:33:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6db3d37e935cb59ca5b09f1a4beb09fd1a04907",
"body": "DecodeFields never had a real error path — generated code always returned nil\nand structural errors flow via the reader's r.err. Symmetric with EncodeFields.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fmt: remove error return from Decodable.DecodeFields (breaking)",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-26T16:32:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ab6aa6c4245693e9e2db6478a59db7649aea3024",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.24.4",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-23T15:45:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a502ae1573c3e5db92948d0479ab1fe57b91f22",
"body": null,
"is_bot": false,
"headline": "Corregir `codec_test.go` y agregar `Raw()` a las interfaces de codec",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-23T15:45:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd25ec8431388efdd89052566a7d37f5e2a18755",
"body": "…42805830027171644\n\nExtend codec API and update Array writing pattern",
"is_bot": false,
"headline": "Merge pull request #30 from tinywasm/fix-codec-api-and-raw-support-23…",
"author_name": "César Solís",
"author_login": "cdvelop",
"committed_at": "2026-06-23T15:44:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e762fb13302d550942c1388c2166b8d778f9291d",
"body": null,
"is_bot": false,
"headline": "review: corrections before merge",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-23T15:44:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fce2e4b5d860e9d741ae5e55d9b1bc78aad61fc",
"body": "…() API\n\nThis commit implements the plan to modernize the codec API:\n- Added Raw(name, val string) to FieldWriter and Raw(name string) to FieldReader.\n- Refactored FieldWriter.Array to return an ArrayWriter instead of using a closure.\n- Added Close() to ArrayWriter interface.\n- Updated mock implementations and tests in codec_test.go.\n- Updated API_CODEC.md documentation.\n\nCo-authored-by: cdvelop <44058491+cdvelop@users.noreply.github.com>",
"is_bot": true,
"headline": "codec: extend FieldWriter and FieldReader with Raw() and update Array…",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-06-23T15:36:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "947ca7cfb853e770d5491c29ddc1d36d38c5eb29",
"body": null,
"is_bot": false,
"headline": "chore: sync before codejob dispatch",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-23T15:26:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a058355c30f2473426ef99b9663271b1210e4b95",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.24.3",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-18T21:08:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bbf5add63ec5a735360bbe9a17569b3db44ab3a",
"body": null,
"is_bot": false,
"headline": "add IsNil in codec interface",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-18T21:08:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d5c71c3af186aac6de462df6ae15a6b39e4a709",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.24.2",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-18T17:18:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "147420ff0e6a608ce5594ee0ab1b0180ec374b42",
"body": "…codable, 0-alloc, map-free) + AGENTS.md",
"is_bot": false,
"headline": "feat: typed serialization codec (FieldWriter/FieldReader/Encodable/De…",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-18T17:16:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f60e875324122d9927ac5147450dd993ea48e54e",
"body": "…412892881302\n\nImplement Typed Codec API (Encodable/Decodable)",
"is_bot": false,
"headline": "Merge pull request #29 from tinywasm/codec-api-typed-contract-2218420…",
"author_name": "César Solís",
"author_login": "cdvelop",
"committed_at": "2026-06-18T17:16:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8418a1c283e53d8a9761476019db6e74680b0c3e",
"body": null,
"is_bot": false,
"headline": "review: corrections before merge",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-18T17:16:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1f3bec477bed5066cae228ef8d59200a3b3aefb",
"body": "…ialization\n\nThis commit introduces a new typed contract for serialization and\ndeserialization in the `fmt` package. The design is optimized for\nhigh-performance environments like TinyGo and WebAssembly, achieving\nzero heap allocations, remaining map-free, and avoiding reflection.\n\nKey changes:\n- Ad\n[…]\nle serialization\nboundaries (JSON, JS-value) while maintaining architectural separation\nfrom the `Field`/`Fielder` schema metadata.\n\nCo-authored-by: cdvelop <44058491+cdvelop@users.noreply.github.com>",
"is_bot": true,
"headline": "feat: implement typed Codec API (Encodable/Decodable) for 0-alloc ser…",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-06-18T16:41:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e7d408e9dca5edcf4b849ce806accb39f072052a",
"body": null,
"is_bot": false,
"headline": "chore: sync before codejob dispatch",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-18T16:34:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c0085ee4a10edb5132bb718035829937dc3135a",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.24.1",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-17T23:37:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90d61b667f9f3c4baaffc3d608f51210c1460ede",
"body": null,
"is_bot": false,
"headline": "feat: extract i18n to fmt/lang subpackage (opt-in translation)",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-17T23:37:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e311f841d70e66aa070a16c6497b540083c96dfb",
"body": "…2231875991026265137\n\nExtract i18n to fmt/lang subpackage",
"is_bot": false,
"headline": "Merge pull request #28 from tinywasm/extract-i18n-to-lang-subpackage-…",
"author_name": "César Solís",
"author_login": "cdvelop",
"committed_at": "2026-06-17T23:36:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "147b39e30797516e236f6c041202ba5480083054",
"body": null,
"is_bot": false,
"headline": "review: corrections before merge",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-17T23:36:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "671aa53d87f7058edfb39663a75276648b088d3a",
"body": "- Decouple core fmt package from dictionary and language detection.\n- Implement a global translation hook in translate_hook.go.\n- Create fmt/lang subpackage for optional i18n support.\n- Move dictionary, language identifiers, and translation logic to lang/.\n- Update documentation and tests to reflect opt-in i18n design.\n- Make IsWordSeparator public for subpackage reuse.\n\nCo-authored-by: cdvelop <44058491+cdvelop@users.noreply.github.com>",
"is_bot": true,
"headline": "refactor: extract i18n to fmt/lang subpackage (BREAKING CHANGE)",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-06-17T23:20:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ec6e5490644875a8974f306837db767e739cdf70",
"body": null,
"is_bot": false,
"headline": "chore: sync before codejob dispatch",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-17T22:12:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da35db8fe33ac3735d2b2963d2e616f1820990e9",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.24.0",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-09T23:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29ca07639f47290775f7c4123a7bf110ca9a4d6b",
"body": null,
"is_bot": false,
"headline": "`fmt.ErrType` — Error Wrapping con `errors.Is` traversal",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-09T22:59:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9eca978b1dd404c9fedfdfa00cebbf0b0fad4b1",
"body": "…63923716655\n\nAdd ErrType for error wrapping with errors.Is support",
"is_bot": false,
"headline": "Merge pull request #27 from tinywasm/feat/error-wrap-errtype-34299392…",
"author_name": "César Solís",
"author_login": "cdvelop",
"committed_at": "2026-06-09T22:58:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c33ea89f9a529150454ff065fd71a16664977ee6",
"body": null,
"is_bot": false,
"headline": "review: corrections before merge",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-09T22:58:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16661981631f27d02a113a3424e3a811f4937ef9",
"body": "Implemented `ErrType(cause, sentinel error) error` to allow wrapping\nerrors with a sentinel identity while preserving the original cause.\nThe implementation uses a non-pooled `wrappedErr` struct that satisfies\nthe `Unwrap() []error` interface (Go 1.20+), enabling `errors.Is` and\n`errors.As` traversa\n[…]\ntation.\n- Added `error_wrap_test.go` with comprehensive test cases.\n- Updated `docs/API_ERRORS.md` with documentation and examples.\n\nCo-authored-by: cdvelop <44058491+cdvelop@users.noreply.github.com>",
"is_bot": true,
"headline": "feat: add ErrType for error wrapping with errors.Is support",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-06-09T19:49:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "71474d80ba0c4ad9dd0dbf52c70014bd6d0cec05",
"body": null,
"is_bot": false,
"headline": "chore: sync before codejob dispatch",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-09T19:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecab6fee911fc8f82768599a4f502d3d72eb6e08",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.23.10",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-06-05T01:28:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "324f044748a63afd06f670ea1e7114ce334ce989",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.23.10",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-05-28T17:25:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa7b21ebe6f7072406b5d1b31280ecd42f5231e7",
"body": null,
"is_bot": false,
"headline": "add Split directli",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-05-28T17:25:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "153a4f0c6f94096a9238af7f911453c96cb8aa7c",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.23.9",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-05-19T17:07:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df1cb1d1d772213e38752a263e7e55c4f88eeb86",
"body": null,
"is_bot": false,
"headline": "Contrato de seguridad por whitelist",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-05-19T17:07:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc0d3d76ab85cf1d345ea25a11be66c4cbbcdfd6",
"body": "…25460\n\nImplement security contract and NoHTML() helper",
"is_bot": false,
"headline": "Merge pull request #26 from tinywasm/security-contract-95813888122954…",
"author_name": "César Solís",
"author_login": "cdvelop",
"committed_at": "2026-05-19T17:07:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ba2fa91547815b399b60ec45d458cbeacadd843",
"body": null,
"is_bot": false,
"headline": "review: corrections before merge",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-05-19T17:06:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3eb4c7db25dc03110854e424fe5cd7d2735587c4",
"body": "- Added security contract documentation to Permitted struct in permitted.go.\n- Added security note to Field.Validate in field.go.\n- Implemented NoHTML() method in Permitted struct to block <, >, &, \", and '.\n- Added permitted_security_test.go with comprehensive tests for NoHTML and whitelist principles.\n\nCo-authored-by: cdvelop <44058491+cdvelop@users.noreply.github.com>",
"is_bot": true,
"headline": "Implement security contract documentation and NoHTML helper",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-05-19T16:59:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "02f2b9a87361717a1fd875007ddfc5003910ddc7",
"body": null,
"is_bot": false,
"headline": "chore: sync before codejob dispatch",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-05-19T16:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12debcd95927b037e023697b7d4812e41a2921f9",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.23.8",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-05-19T16:22:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89ca0dc28fa57e2bb1f9ae68bc9014052e9c9b9f",
"body": null,
"is_bot": false,
"headline": "Permitted validation fix + tag-driven tilde control",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-05-19T16:21:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0c115d301e97a5de26907414412ef4575d48f43",
"body": "…092472345897\n\nDecouple length from character validation in Permitted",
"is_bot": false,
"headline": "Merge pull request #25 from tinywasm/fix-permitted-validation-5699697…",
"author_name": "César Solís",
"author_login": "cdvelop",
"committed_at": "2026-05-19T16:21:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f57b749ab26dd98e666c62882e62e087b650ba9a",
"body": null,
"is_bot": false,
"headline": "review: corrections before merge",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-05-19T16:21:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eebe184ef5271472a08f3835710521389b130852",
"body": "Decoupled `Minimum` and `Maximum` length validation from character-by-character\nvalidation in `Field` and `Permitted` types.\n\nPreviously, setting `Minimum > 0` would trigger the character whitelist\nlogic even if no character classes were enabled, causing all characters\nto be rejected.\n\nChanges:\n- Re\n[…]\nd comprehensive tests in `field_test.go` and `permitted_test.go`.\n- Fixed validation order in `Field.Validate` to run Widget first.\n\nCo-authored-by: cdvelop <44058491+cdvelop@users.noreply.github.com>",
"is_bot": true,
"headline": "Permitted validation fix: decouple length from character rules",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-05-19T16:14:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "25537fe8b64bfbf3478d191e4350f06832eac489",
"body": null,
"is_bot": false,
"headline": "chore: sync before codejob dispatch",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-05-19T16:05:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e7f9d1b16c08112fd1588c90233ecdd9e188010",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.23.7",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-05-09T16:14:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8c91eb70c44eff16c8ea783ab0672785685b7a4",
"body": null,
"is_bot": false,
"headline": "add Matches / MatchesAny",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-05-09T16:14:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b519d23dcf5707e2158d42094b98c4a191cb3d5e",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.23.6",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-25T15:52:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaaec38c8d7ca6807738c5e946d81cdc85d73fd0",
"body": null,
"is_bot": false,
"headline": "Add missing dictionary words",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-25T15:52:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27d09e1af345cb162130c3946f94bbc6ed06936a",
"body": "…42541459009537664\n\ndictionary: add missing words for app stage 3",
"is_bot": false,
"headline": "Merge pull request #24 from tinywasm/add-dictionary-words-stage-3-116…",
"author_name": "César Solís",
"author_login": "cdvelop",
"committed_at": "2026-04-25T15:51:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e35c3373a0a9aa672436e167b8efd2c90ab57354",
"body": null,
"is_bot": false,
"headline": "review: corrections before merge",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-25T15:51:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ac118bc68a9bf23cf665c0ac8a42fe914de4f30",
"body": "Add \"Directory\", \"Initialized\", \"Project\", \"Root\", and \"Run\" to the\nbuilt-in dictionary to support tinywasm/app Stage 3 error messages.\nAll words follow Noun+Adjective order for natural EN/ES output.\n\nCo-authored-by: cdvelop <44058491+cdvelop@users.noreply.github.com>",
"is_bot": true,
"headline": "dictionary: add missing words for app stage 3",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-04-25T15:46:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8d1654cb0251b00159fa820f64729b614d19fd00",
"body": null,
"is_bot": false,
"headline": "chore: sync before codejob dispatch",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-25T15:37:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "388945afa9ee7881ab0230f907a70c158ec3f1ee",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.23.5",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-21T15:59:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cae8ea757f909df98501741406439f9f218a6395",
"body": null,
"is_bot": false,
"headline": "Fix `%q` Verb — Missing String Escape in `Sprintf`",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-21T15:59:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20204e8d30c71efd0dcf659f78c8439030ee60fa",
"body": "…868964\n\nFix %q Verb - Missing String Escape in Sprintf",
"is_bot": false,
"headline": "Merge pull request #23 from tinywasm/fix-sprintf-q-verb-2219196727484…",
"author_name": "César Solís",
"author_login": "cdvelop",
"committed_at": "2026-04-21T15:58:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9057ce9ab3b76b3f2edcfd7136c8d55571ab1b6c",
"body": null,
"is_bot": false,
"headline": "review: corrections before merge",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-21T15:58:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "565a543bc34b643db847ae4f6ea3c916c3943afd",
"body": "Modified fmt_template.go to use Conv.Quote() for strings, runes, and bytes\nwhen using the %q format specifier. This ensures that special characters\nlike double quotes, newlines, and tabs are correctly escaped. For runes\nand bytes, single-quote escaping is also handled.\n\nCo-authored-by: cdvelop <44058491+cdvelop@users.noreply.github.com>",
"is_bot": true,
"headline": "fix: ensure proper escaping in Sprintf %q verb",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-04-21T15:51:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "39ec51d92640e7f14d1b59e8104c165465bea158",
"body": null,
"is_bot": false,
"headline": "chore: sync before codejob dispatch",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-21T15:42:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77bc6eaabd4fca1f3a0bdf28e6fa48176173b4e9",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.23.4",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-18T14:11:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb636ff7301463d2d8541252004f3466bb28e8ff",
"body": null,
"is_bot": false,
"headline": "Add `fmt.RawJSON` como type alias",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-18T14:10:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cf3197a204be8e51fb82f1073e06916ea8d7df7",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.23.3",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-16T15:18:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2af6d19d71a30af675e9b4d88d51d7861b10cd76",
"body": null,
"is_bot": false,
"headline": "Añadir FieldRaw al sistema de tipos de schema",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-16T15:18:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "040f863fe5499c37737147b62f7b62acc34af080",
"body": "…71734\n\nAdd FieldRaw type to the schema system",
"is_bot": false,
"headline": "Merge pull request #22 from tinywasm/add-fieldraw-type-14128799280196…",
"author_name": "César Solís",
"author_login": "cdvelop",
"committed_at": "2026-04-16T15:17:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2c5c9a4735e3ad0f5464a1dd5a04bc7e59ed28b",
"body": null,
"is_bot": false,
"headline": "review: corrections before merge",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-16T15:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8bf9f4fa50be5b723df0f65832fcfc4a578102e",
"body": "- Added FieldRaw to FieldType enum in field.go\n- Updated ValidateFields, isZeroPtr, and ReadValues to handle FieldRaw\n- Updated docs/API_FIELD.md to include FieldRaw\n- Updated field_test.go with comprehensive tests for FieldRaw\n\nCo-authored-by: cdvelop <44058491+cdvelop@users.noreply.github.com>",
"is_bot": true,
"headline": "Add FieldRaw type to schema system",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-04-16T15:16:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "402c0a31ff03fd434f97f25cadd763fb78d60f4e",
"body": null,
"is_bot": false,
"headline": "chore: sync before codejob dispatch",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-16T15:08:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23d50f48523ea2d9af83ccb50b70ae1e1b1ee90b",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.23.2",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-14T15:19:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8ea97b917df6eb360911b06576745a0995847a3",
"body": "…ce` automatically\n\nsatisfies `Fielder`. Existing call sites that accept `fmt.Fielder` receive slices\ntransparently; the callee type-asserts to `FielderSlice` to choose array encoding.",
"is_bot": false,
"headline": "`FielderSlice` embeds `Fielder`. Any type that implements `FielderSli…",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-14T15:19:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2f672bb7b51c81609d5d62a09c1b177163cdbde",
"body": "…968933893613217\n\nFielderSlice embeds Fielder",
"is_bot": false,
"headline": "Merge pull request #21 from tinywasm/fielder-slice-embed-fielder-7663…",
"author_name": "César Solís",
"author_login": "cdvelop",
"committed_at": "2026-04-14T15:19:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d272be301a48040066afa77b60e9c10708345739",
"body": null,
"is_bot": false,
"headline": "review: corrections before merge",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-14T15:18:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fcfcc46bee7c6aed4d1bbf0777c0e8b828f8f23",
"body": "Co-authored-by: cdvelop <44058491+cdvelop@users.noreply.github.com>",
"is_bot": true,
"headline": "FielderSlice embeds Fielder",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-04-14T15:07:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9e8438dbca3828d898c419304b73a846b7af38e5",
"body": null,
"is_bot": false,
"headline": "chore: sync before codejob dispatch",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-14T14:48:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7597e8e3df89791300057305c532957c0f189815",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.23.1",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-13T21:58:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99028bfced048d08ce480a8e90520e6ac89db34e",
"body": null,
"is_bot": false,
"headline": "add FielderSlice interface",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-13T21:57:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67c3a512e6e68e64a014e4219f6af6423d0199b5",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.23.0",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-13T17:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f41fd8cddb3c56c3b3de074e7b5d2b0cc3be2d38",
"body": null,
"is_bot": false,
"headline": "add FieldStructSlice in FIELD API",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-13T17:24:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfd3d66b03f1b996eaa4590a33e2d5cece7a71c6",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.22.2",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-03T02:56:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "230ffaf3554ea5f1824b13eef0d40a62a66e1180",
"body": null,
"is_bot": false,
"headline": "add FieldIntSlice []int in field.go",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-03T02:56:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8f06c60f5d4b87be8fba24278f9d096b300e9ad",
"body": null,
"is_bot": false,
"headline": "chore: sync before codejob dispatch",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-03T02:49:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "741c3a81d1e62c235202ade7a7d61c0afcbd4e9c",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.22.1",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-02T22:17:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72afef7d5aae07eb3af5394b85838331a768bc75",
"body": null,
"is_bot": false,
"headline": "feat: expand error handling support, add %w format verb, and bump",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-04-02T22:17:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9280f999f435c4226adaec71b60e7ec1173e58ca",
"body": null,
"is_bot": false,
"headline": "deps: update fmt to v0.22.0",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-03-31T20:57:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19fe6309763abd4b5f10a6f0f3afb57d25210b9d",
"body": null,
"is_bot": false,
"headline": "Separate DB metadata into FieldDB struct",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-03-31T20:57:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82ffdadee17c2ad471a596fa5e4b9216a5e7acfd",
"body": "…09082956970367\n\nSeparate DB metadata into FieldDB struct",
"is_bot": false,
"headline": "Merge pull request #20 from tinywasm/refactor-field-db-metadata-50761…",
"author_name": "César Solís",
"author_login": "cdvelop",
"committed_at": "2026-03-31T20:57:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7e1d04e3656cd932466a76699256cd0b40d2c95",
"body": null,
"is_bot": false,
"headline": "review: corrections before merge",
"author_name": "Cesar Solis",
"author_login": "cdvelop",
"committed_at": "2026-03-31T20:57:09Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 237,
"latest_release_at": "2025-09-06T16:56:25Z",
"latest_release_tag": "v0.5.0",
"releases_from_tags": false,
"days_since_last_push": 7,
"active_weeks_last_year": 38,
"days_since_latest_release": 323,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/tinywasm/fmt",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/tinywasm/fmt",
"is_deprecated": false,
"latest_version": "v0.25.5",
"repository_url": "https://github.com/tinywasm/fmt",
"versions_count": 191,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-19T18:05:00Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
}
]
},
"popularity": {
"forks": 0,
"stars": 20,
"watchers": 1,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"benchmark/bench-binary-size/standard-lib/go.mod",
"benchmark/bench-binary-size/tinystring-lib/go.mod",
"benchmark/bench-memory-alloc/standard/go.mod",
"benchmark/bench-memory-alloc/tinystring/go.mod",
"benchmark/shared/go.mod",
"go.mod"
],
"largest_source_bytes": 22636,
"source_files_sampled": 114,
"oversized_source_files": 0,
"agent_instruction_files": [
".github/instructions/gopu.sh.md",
"AGENTS.md"
],
"agent_instruction_max_bytes": 3239
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 2,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "../../..",
"direct": false,
"version": "0.25.5",
"ecosystem": "go"
},
{
"name": "../../shared",
"direct": false,
"version": "0.0.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 2,
"direct_count": 0,
"indirect_count": 2
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 20,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 9,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "cdvelop",
"commits": 386,
"avatar_url": "https://avatars.githubusercontent.com/u/44058491?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 7,
"reason": "binaries present in source code",
"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 3 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": 0,
"reason": "Found 0/25 approved changesets -- score normalized to 0",
"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": 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": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"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": "6321acb359b6f6785b54ae3f3ddf1f3af05f4b45",
"ran_at": "2026-07-27T08:30:18Z",
"aggregate_score": 3.2,
"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-19T18:05:40Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-07T16:00:46Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/tinywasm/fmt",
"host": "github.com",
"name": "fmt",
"owner": "tinywasm"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"security": 46,
"vitality": 79,
"community": 35,
"governance": 56,
"engineering": 44
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 79,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"commits_last_year": 237,
"human_commit_share": 0.89,
"days_since_last_push": 7,
"active_weeks_last_year": 38
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "38/52 weeks with commits",
"points": 26.3,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 38
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "237 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 237
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"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": 62,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v0.5.0",
"releases_from_tags": false,
"days_since_latest_release": 323,
"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 323 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 323
}
}
],
"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": "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": 7,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 7 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 7
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 35,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"forks": 0,
"stars": 20,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "20 stars",
"points": 20.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 20
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"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 (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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 56,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"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": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 20,
"open_issues": 0,
"closed_issues": 9,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "20/20 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 20,
"decided": 20
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/25 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"followers": 4,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "tinywasm",
"public_repos": 82,
"account_age_days": 230
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "4 followers of tinywasm",
"points": 5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 4,
"login": "tinywasm"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "82 public repos, account ~0 yr old",
"points": 14.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 82
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/tinywasm/fmt"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 7
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 7 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 7
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "191 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 191
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 44,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"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": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 3 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"fmt",
"go",
"golang",
"number-format",
"string-manipulation",
"tinygo",
"wasm",
"webassembly"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"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": "8 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 8
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 46,
"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": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 5.2,
"status": "partial",
"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 3 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 0/25 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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 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": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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": "dependency_advisories",
"band": "excellent",
"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 2 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": 2
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 2,
"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": "excellent",
"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": 2,
"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": "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": 2
},
"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": "good",
"name": "AI Readiness",
"value": 76,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.798,
"agent_instruction_files": [
".github/instructions/gopu.sh.md",
"AGENTS.md"
],
"agent_instruction_max_bytes": 3239
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": ".github/instructions/gopu.sh.md, AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".github/instructions/gopu.sh.md, AGENTS.md"
}
}
],
"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": "71 of 89 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 71,
"sampled": 89
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"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": 73,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.12,
"toolchain_manifests": [
"benchmark/bench-binary-size/standard-lib/go.mod",
"benchmark/bench-binary-size/tinystring-lib/go.mod",
"benchmark/bench-memory-alloc/standard/go.mod",
"benchmark/bench-memory-alloc/tinystring/go.mod",
"benchmark/shared/go.mod",
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "benchmark/bench-binary-size/standard-lib/go.mod, benchmark/bench-binary-size/tinystring-lib/go.mod, benchmark/bench-memory-alloc/standard/go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "benchmark/bench-binary-size/standard-lib/go.mod, benchmark/bench-binary-size/tinystring-lib/go.mod, benchmark/bench-memory-alloc/standard/go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "12 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 12,
"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": "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": "Go",
"largest_source_bytes": 22636,
"source_files_sampled": 114,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/114 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 114,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "example",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-27T08:30:28.255333Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/tinywasm/fmt.svg",
"full_name": "tinywasm/fmt",
"license_state": "standard",
"license_spdx": "MIT"
}