原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 274,
"has_wiki": false,
"homepage": "https://docs.rs/std-logger",
"languages": {
"Rust": 127060
},
"pushed_at": "2026-07-25T14:18:19Z",
"created_at": "2017-07-29T17:18:57Z",
"owner_type": "User",
"updated_at": "2026-07-25T14:17:59Z",
"description": "A logging implementation for the log crate that logs messages to standard error and requests to standard out.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://thomasdezeeuw.nl",
"name": "Thomas de Zeeuw",
"type": "User",
"login": "Thomasdezeeuw",
"company": null,
"location": null,
"followers": 111,
"avatar_url": "https://avatars.githubusercontent.com/u/3159064?v=4",
"created_at": "2012-12-31T13:54:24Z",
"is_verified": null,
"public_repos": 58,
"account_age_days": 4955
},
"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": "v0.3.3",
"kind": "patch",
"published_at": "2019-04-08T17:49:29Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2019-01-05T15:34:35Z"
}
],
"recent_commits": [
{
"oid": "e7ad8d98d4d7258704998ff3dfb5416e63380ce8",
"body": null,
"is_bot": false,
"headline": "Release v0.5.10",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2026-07-25T14:17:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2eb6447825e3c45398fffb613bee1ab24b112c5",
"body": "I found that during development the target and module aren't that\ninteresting and instead I prefer to look at the key-value pairs. So,\nwrite those before the target and module.",
"is_bot": false,
"headline": "Log target and module after key-value pairs in logfmt",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2026-07-25T13:16:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "169eaaa46c3a90119f7c34bb686b75f913bf2209",
"body": null,
"is_bot": false,
"headline": "Release v0.5.9",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2026-05-07T11:08:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1264f27571e0030b0c7c322728960a10fda75b0",
"body": null,
"is_bot": false,
"headline": "Fix some Clippy warnings",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2026-05-07T10:33:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dcd593f744940fa0bea129d939ccb409b84430a",
"body": "As we don't need serde fully, the core traits are sufficient.\n\nFor testing we still need serde's derive, so that stay on serde proper.",
"is_bot": false,
"headline": "Switch to use serde_core",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2026-05-07T10:29:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73f9fe460db4f39cf7ac60e7408c8e3f4d0f6975",
"body": null,
"is_bot": false,
"headline": "Release v0.5.8",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2026-01-24T20:21:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff0dc4ed28711f5c28f6f89ed5cde883795f1a3e",
"body": null,
"is_bot": false,
"headline": "Update checkout v6",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2026-01-24T20:13:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a70e01cc304f7e0eb11857ed03ffab613158a464",
"body": null,
"is_bot": false,
"headline": "Update license year",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2026-01-24T20:12:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c17642dcdffa828dd81668adf3aaaff0e7b3a33c",
"body": "It's faster.",
"is_bot": false,
"headline": "Swap ryu with zmij",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2026-01-24T20:05:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9155222a0c205dab96f5c6f283f5250f90ddc918",
"body": null,
"is_bot": false,
"headline": "Release v0.5.7",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2025-06-02T14:35:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "313fa8cc75e95c3577f79fd79a9611304e13993f",
"body": null,
"is_bot": false,
"headline": "Handle empty arrays and objects",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2025-06-02T14:34:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c278de1044c1d514fe0b536f358eb6ff46b8037d",
"body": null,
"is_bot": false,
"headline": "Release v0.5.6",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2025-06-02T14:07:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d79684f1f27e8af9b8b0ed5a4f5248a96cf69407",
"body": "The new serde1 feature uses serde::Serializer when serialising the\nkey-value pairs to support complex value.\n\nCloses #76",
"is_bot": false,
"headline": "Add serde1 feature for json and gcloud formatting",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2025-06-02T14:04:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9075267f80ee3f57505d2f9f41f502e0cd6b7bea",
"body": null,
"is_bot": false,
"headline": "Reuse more code between gcloud and json formatting",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2025-06-02T11:23:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9508578ea28c09a5e545705f7b699304fc2964d7",
"body": null,
"is_bot": false,
"headline": "Release v0.5.5",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2025-05-29T08:08:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b61d0fe33d0592dcaffbbf619e601d8cd9018f6",
"body": null,
"is_bot": false,
"headline": "Support encoding a None/null value",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2025-05-29T08:06:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6aa8717177b10e827adb88689681ded4959c0f0",
"body": null,
"is_bot": false,
"headline": "Release v0.5.4",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2024-10-26T10:11:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90954fc45b4fe3a1c90661b2747ea08c511c5b75",
"body": "Our MSRV isn't 1.82 yet.",
"is_bot": false,
"headline": "Allow deprecated usage of PanicInfo",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2024-10-26T10:11:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cced44b95fa1243b6a6c456b05fa03f2275944d",
"body": null,
"is_bot": false,
"headline": "Fix unhandled Result",
"author_name": "Mark Nevill",
"author_login": "devnev",
"committed_at": "2024-10-24T08:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f79404bb9ea311475871a053c4cdb2a1cc5c4a76",
"body": null,
"is_bot": false,
"headline": "Escape string values in logfmt",
"author_name": "Mark Nevill",
"author_login": "devnev",
"committed_at": "2024-10-24T08:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75f56b4e8c314aaee125cc1a05f05cf915cb12d8",
"body": null,
"is_bot": false,
"headline": "Update License year",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2024-08-02T07:28:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b9863692bfb028c94d24828b86152a879edcd31",
"body": null,
"is_bot": false,
"headline": "Fix Clippy lint",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2024-08-02T07:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7963b789a7683e562260370bce5f1d26ae632aba",
"body": "Clippy is picking up the benchmark files, even though it has it's own\nCargo.toml.",
"is_bot": false,
"headline": "Don't automatic consider benchmarks",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2024-08-02T07:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65a7076336832ab788e0a4a442709e51dd699f90",
"body": null,
"is_bot": false,
"headline": "Align list items",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2024-08-02T07:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7757924f2c1ff1b30ca389d4b07d37e54a4ab662",
"body": "In the formatting Buffers.",
"is_bot": false,
"headline": "Use byte strings for escaped characters",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2024-08-02T07:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b23c56c5cc5f6e90a93b9bc5ac1f8d030dc143f3",
"body": null,
"is_bot": false,
"headline": "Check all targets when running Clippy in CI",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2024-08-02T07:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5179b8eafd98ecf75fe932dd6d77c11504ff8c5",
"body": null,
"is_bot": false,
"headline": "Install rust on CI using dtolnay/rust-toolchain",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2024-08-02T07:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf53908463505458c63364e73d0f9047b0915e90",
"body": null,
"is_bot": false,
"headline": "Update to actions/checkout v4",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2024-08-02T07:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d3bfc48d0d99aeb66edfc33450c8d60089aa32e",
"body": null,
"is_bot": false,
"headline": "Handle new lines in logfmt",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2024-08-02T07:10:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31f501312fb79dfc0ebc22a95ba2b68cdaeb1b9d",
"body": null,
"is_bot": false,
"headline": "Release v0.5.3",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2024-03-04T10:04:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e32b37232101f59b1a7c34c3f7885e5b880ebb70",
"body": null,
"is_bot": false,
"headline": "Update to log's stable kv feature",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2024-03-04T09:57:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eff67f4c33b89c8debd325c1ad79724e6cd6af2c",
"body": null,
"is_bot": false,
"headline": "Remove an unused deref",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-07-29T09:52:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37b30309dbad2fb8b619bee3f5b0ff142b476e63",
"body": null,
"is_bot": false,
"headline": "Silence some Clippy warnings",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-07-29T09:52:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "449f84fb7398cf6e4ca83fdbdf951881adf4cb03",
"body": "It's set a couple of times and Clippy complains about it.",
"is_bot": false,
"headline": "Don't use an underscore for the format",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-07-29T09:52:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42fa63a73d45a6b1e7b41e5223b93222ba77dad9",
"body": "To ensure the user knows the logger isn't initialised when the Config is\ndropped without calling init or try_init.",
"is_bot": false,
"headline": "Add must_use attribute to Config",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-07-29T09:52:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4f60a69855ef25a69f0e95e354e633a1bf7b6eb",
"body": null,
"is_bot": false,
"headline": "Add thread_name to key-value pairs for panics",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-02-19T14:22:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa30c8ba2a212083e9b1e66934a6a94891d92319",
"body": null,
"is_bot": false,
"headline": "Release v0.5.2",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-02-18T14:45:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b87a34667262c04e3a7af1cbf33654f468b62db",
"body": "It bypassed our check for the \" byte.",
"is_bot": false,
"headline": "Fix write_char for logfmt Buf",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-02-18T14:42:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe217d282156f8306a51404840ce162dfeab8869",
"body": null,
"is_bot": false,
"headline": "Limit ourselves to 5 keywords",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-02-05T13:24:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "881f7f2fac35961ab3f5411a5e8a2d576532dd05",
"body": null,
"is_bot": false,
"headline": "Release v0.5.1",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-02-05T13:23:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9d9cf9721455180d0961e428d78c2bf0152e2e8",
"body": "Chrono is not longer used.",
"is_bot": false,
"headline": "Remove time format benchmark",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-02-05T13:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a54012af728e70365f34b386d8529acb4d1de358",
"body": null,
"is_bot": false,
"headline": "Use log macros for key-value logging",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-02-05T12:59:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac72335e79030f46a43939fa78a069748c711192",
"body": null,
"is_bot": false,
"headline": "Fix testing without timestamp feature",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-02-05T12:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72212df406194039b3703c05b10c4312edb6e47c",
"body": null,
"is_bot": false,
"headline": "Use key-values in request logging example",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-02-05T12:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e76136e8f257aff2e0379a63c583dd3950bceea3",
"body": null,
"is_bot": false,
"headline": "Deduplicate tests",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-02-05T12:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a9c99fa0c084192fbcc7b98f1583e98a0ce20fa",
"body": null,
"is_bot": false,
"headline": "Run CI on main branch",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-02-05T12:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaa80fe028a0042c1375455a05d91ec9e99438b9",
"body": null,
"is_bot": false,
"headline": "Use write_fmt consistently in Visit::visit_any",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-02-05T12:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aee0832bf75d82e768c86df36db79c4bab207604",
"body": null,
"is_bot": false,
"headline": "Rename LogFmtBuf to logfmt::Buf",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-02-05T12:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "917d5960b20edd7932ed05ed19e2bc2d91812b87",
"body": "Instead use write_fmt directly.",
"is_bot": false,
"headline": "Avoid double fmt::Arguments",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-02-05T12:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a45291f7376e053bbc02b7c1e59fed756d1f232",
"body": null,
"is_bot": false,
"headline": "Use LogFmtBuf when writing message without arguments",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-02-05T12:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbf235a04a7d2b391cd260759874795140f43e42",
"body": "Changes it use to a single extend_from_slice call.",
"is_bot": false,
"headline": "Rewrite json::Buf::write_char",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-02-05T12:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcc19ea017eb4255fa4637b6fca28479f279223e",
"body": null,
"is_bot": false,
"headline": "Deduplicate code between JSON and gcloud formatting",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-02-05T12:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5abadcc09c62227cbd5a93bb9b84309191efccbf",
"body": null,
"is_bot": false,
"headline": "Rename JsonBuf to Buf",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-02-05T12:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6338f450351c5d4f0bfbd091c71c72dbc5d10ff",
"body": null,
"is_bot": false,
"headline": "Add JSON formatting",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-02-05T12:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cd3371cdda63d95bb6d66d61494a86024d0ec6e",
"body": null,
"is_bot": false,
"headline": "Update license year",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-02-05T10:51:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcfcf3b04aaa150a1d92acc3053d9fd1e2f9c403",
"body": null,
"is_bot": false,
"headline": "Fix Clippy warnings",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2023-02-05T10:47:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "544cf24ac561bfa9f04f6f570e0d149f096ed71b",
"body": null,
"is_bot": false,
"headline": "Release v0.5",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-12-04T13:18:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83da15fd09448f07a29e6c6206ee3ba613efff42",
"body": null,
"is_bot": false,
"headline": "Fix Clippy lint",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-12-03T18:50:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1b9e86ee6e91ac45d5fef9eae688ee813964945",
"body": null,
"is_bot": false,
"headline": "Escape quotes in logfmt",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-12-03T18:50:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f7d3fbd2314937cf17957aeb531942052d77038",
"body": null,
"is_bot": false,
"headline": "Mark two functions as constant",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-12-03T18:50:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f63dbea661299cc42428e61b8d536c362b6f41b",
"body": null,
"is_bot": false,
"headline": "Small improvement to zero_pad functions",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-12-03T18:50:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "809ca8b4087a898f735b8d1a906a1ed3f9fa1755",
"body": null,
"is_bot": false,
"headline": "Increase initial buffer size to 2kb",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-12-03T18:50:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f1a3fa386ed50ffa03d45e8c966eb0c1eab19f0",
"body": null,
"is_bot": false,
"headline": "Add gcloud keyword",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-12-03T18:50:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1e845d63c1c7970bf80a25c3b81c115958d9b2b",
"body": null,
"is_bot": false,
"headline": "Checks docs on CI",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-12-03T18:50:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8d8050d0b9ac4bea208c699884f34b9cc0a9590",
"body": "Saving a little CI time.",
"is_bot": false,
"headline": "Compile cargo-hack in debug mode",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-12-03T18:50:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d56a43c4c67a485637bfa0befe568c079a2da256",
"body": null,
"is_bot": false,
"headline": "Use stable compiler for testing",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-12-03T18:50:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cd5f71262bd2e1dbf4c709baac0589e9a99f008",
"body": null,
"is_bot": false,
"headline": "Update to GH Actions checkout v3",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-12-03T18:50:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86bbd1da4d200f32680d6aa8155266a585d6475a",
"body": "Enables or disables logging of the call location.\n\nWe keep the default of enabling it only if debug (or lower) messages are\nenabled.",
"is_bot": false,
"headline": "Add Config::with_call_location",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-12-03T13:52:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c824a7f91358553649245d13fdc9d463e48b4a8a",
"body": "This way we support formatted panics as well, e.g. from\ncore::panicking::panic_fmt.",
"is_bot": false,
"headline": "Format PanicInfo use it's Display implementation",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-10-16T14:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ea67c0162d55428538ab9cd3beffdb134ea1c0b",
"body": null,
"is_bot": false,
"headline": "Add column number to logged panics",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-10-16T14:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3e3bc8937efe1647e1004dc953390618070fb91",
"body": null,
"is_bot": false,
"headline": "Use PANIC_TARGET in more places",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-10-16T14:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a895f6451f68be528551ec42bcb8a3f8f2825ec9",
"body": null,
"is_bot": false,
"headline": "Document supported formats better",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-10-16T14:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b540ff76356a2e9acdb3752a4005aed5a02f293",
"body": "Should use the Config instead to make it clear what format is used now\nthat we support multiple.",
"is_bot": false,
"headline": "Remove init and try_init function",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-10-16T14:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41a8a11e855c5a8e149296e74f1e438c48d0fd73",
"body": null,
"is_bot": false,
"headline": "Update license year",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-10-16T14:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e48afb8c3c545d18c6f004e6e777a2d7ce637a41",
"body": "This is the log target used to log panics.",
"is_bot": false,
"headline": "Add PANIC_TARGET",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-10-16T14:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba8f7fa8642bd21968de3dbfcb0b84d1bf146bab",
"body": null,
"is_bot": false,
"headline": "Drop lazy_static dev-dependencies",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-10-16T14:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6752d511d5b28b8794fd859f505f693283e5a765",
"body": "Replace it with the std::backtrace module.",
"is_bot": false,
"headline": "Drop log-panics dependency",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-10-16T14:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "898869e5e135c8ecbedf4c3e760bc13630568f41",
"body": null,
"is_bot": false,
"headline": "Update crate description",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-10-16T14:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "030cc37267451750e77327634ea71b18983d90c1",
"body": null,
"is_bot": false,
"headline": "Fix a number of Clippy warnings",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-10-16T14:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84583e570a153377f8dbb5e973c79a2f986ee789",
"body": null,
"is_bot": false,
"headline": "Use named formatting arguments where possible",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-10-16T14:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3eb06c76fb69c1d5316e1a8943d8868fd0a76461",
"body": null,
"is_bot": false,
"headline": "Switch to Rust edition 2021",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-10-16T14:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae06547516382f1a8d1b3ba640cce7a61b358c3f",
"body": "Will target Rust 1.65.",
"is_bot": false,
"headline": "Begin v0.5 development",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-10-16T14:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e04a0a604a235a944f8d61b03480a5f1fcab402c",
"body": null,
"is_bot": false,
"headline": "Cleanup Targets::should_log",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-10-16T14:26:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4856b193c63de89a85eefd761dc170b99a460d1b",
"body": null,
"is_bot": false,
"headline": "Use kv::value::Visit when writing kv pairs",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-03-30T16:53:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1671d9496706d3f077c1b59fb38211d293eb4386",
"body": "Using the gcloud format.",
"is_bot": false,
"headline": "Change severity to critical for panic logs",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-02-04T09:38:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc9363d0fa89cb65867f442ed23c02b8a374cc83",
"body": null,
"is_bot": false,
"headline": "Release v0.4.4",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-01-06T10:36:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c39b7a3c40d07367b66cc0a937793f75a93a35a",
"body": null,
"is_bot": false,
"headline": "Fix glcoud format with quotes in messages",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-01-06T10:35:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05dc53ac6973425c1238587339341b87dfdc6d5c",
"body": null,
"is_bot": false,
"headline": "Release v0.4.3",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-01-06T10:04:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae98def82d7f9db3a0cce51da16d7614eeec18de",
"body": "Warn is expected as warning, trace is not supported so debug is used\ntwice.",
"is_bot": false,
"headline": "Fix severities for gcloud format",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2022-01-06T09:59:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b39335155714f70e355f1f18da867a989d5595ef",
"body": null,
"is_bot": false,
"headline": "Update to itoa v1",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2021-12-14T18:08:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85085fa859005da5abc3a762d2e1f92305298bd1",
"body": null,
"is_bot": false,
"headline": "Release v0.4.2",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2021-12-11T14:57:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38f8f45076e4c6b0e51ea494fd2fc370f0994bcc",
"body": null,
"is_bot": false,
"headline": "Doc support of gcloud logging format",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2021-12-11T14:46:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d667dc564f909edfef4d9a8a546aef3d5afa81eb",
"body": "They don't show up in the generated docs anymore.",
"is_bot": false,
"headline": "Restore shell comments",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2021-12-11T14:46:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "492646c196993877741a7260578d29c89c8b969a",
"body": "Add key-values to all logged messages.",
"is_bot": false,
"headline": "Add Config::with_kvs",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2021-11-20T09:55:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69630b18722c72e3223243b9639e41a557ef2c40",
"body": "Also fixes some small bugs in the implementation.",
"is_bot": false,
"headline": "Add test for gcloud formatting",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2021-11-16T17:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2894a60c038cd4f343acba7c75e6ea1eeb075cd",
"body": null,
"is_bot": false,
"headline": "Add some index hints to the code",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2021-11-16T17:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2abba6460179296791fe2619fe1f3b2988452eaf",
"body": "Allows the user to choose between logfmt and gcloud formatting.",
"is_bot": false,
"headline": "Add Config type",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2021-11-16T17:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e48cee7e39f2d4e3db34333fca56bd3742873921",
"body": null,
"is_bot": false,
"headline": "Fix import of format_timestamp with timestamp disabled",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2021-11-16T17:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3059695ff22851c7d47986e58c58599b45d4e0d",
"body": "Google Cloud Platform structured logging using JSON, following\n<https://cloud.google.com/logging/docs/structured-logging>.",
"is_bot": false,
"headline": "Add JSON formatting for GCP",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2021-11-16T17:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcdd842280f29d612d16cc4abbaae6c889b1f40d",
"body": "It will also be used in other formatting functions.",
"is_bot": false,
"headline": "Move buffer to root of the format module",
"author_name": "Thomas de Zeeuw",
"author_login": "Thomasdezeeuw",
"committed_at": "2021-11-16T17:27:47Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 9,
"latest_release_at": "2019-04-08T17:49:29Z",
"latest_release_tag": "v0.3.3",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 3,
"days_since_latest_release": 2666,
"mean_days_between_releases": 93.1
},
"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": "std-logger",
"exists": true,
"license": "MIT/Apache-2.0",
"keywords": [
"json",
"log",
"logfmt",
"logging",
"standard",
"development-tools::debugging"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/std-logger",
"is_deprecated": false,
"latest_version": "0.5.10",
"repository_url": "https://github.com/Thomasdezeeuw/std-logger",
"versions_count": 26,
"total_downloads": 127465,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 13492,
"first_published_at": "2017-07-29T17:24:57.405387Z",
"latest_published_at": "2026-07-25T14:18:26.220534Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1
},
{
"name": "std-logger-parser",
"exists": true,
"license": "MIT/Apache-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": null,
"registry_url": "https://crates.io/crates/std-logger-parser",
"is_deprecated": false,
"latest_version": "0.1.0",
"repository_url": null,
"versions_count": 1,
"total_downloads": 1646,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2,
"first_published_at": "2021-03-10T09:04:20.426292Z",
"latest_published_at": "2021-03-10T09:04:20.426292Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1964
}
]
},
"popularity": {
"forks": 4,
"stars": 10,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2021-01-09",
"count": 1
},
{
"date": "2024-03-26",
"count": 1
},
{
"date": "2024-10-23",
"count": 1
},
{
"date": "2025-07-30",
"count": 1
}
],
"complete": true,
"collected": 4,
"total_forks": 4
},
"star_history": null,
"open_issues_and_prs": 4
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"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",
"benches/Cargo.toml",
"parser/Cargo.toml"
],
"largest_source_bytes": 28296,
"source_files_sampled": 15,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"benches/Cargo.toml",
"parser/Cargo.toml"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"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": 7,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "log",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.21"
},
{
"name": "itoa",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.1"
},
{
"name": "zmij",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.16"
},
{
"name": "serde_core",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "criterion",
"manifest": "benches/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.4"
},
{
"name": "libc",
"manifest": "benches/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2.86"
},
{
"name": "log",
"manifest": "benches/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.14"
},
{
"name": "log",
"manifest": "parser/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.14"
},
{
"name": "libc",
"manifest": "parser/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2.86"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "criterion",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "itoa",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "libc",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "log",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde_core",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "zmij",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 6,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 56,
"open_issues": 3,
"closed_ratio": 0.88,
"closed_issues": 22,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Thomasdezeeuw",
"commits": 249,
"avatar_url": "https://avatars.githubusercontent.com/u/3159064?v=4"
},
{
"type": "User",
"login": "devnev",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/79550?v=4"
},
{
"type": "User",
"login": "KodrAus",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6721458?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.988
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"main.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 2,
"reason": "3 out of 12 merged PRs checked by a CI test -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/22 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": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 5,
"reason": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e7ad8d98d4d7258704998ff3dfb5416e63380ce8",
"ran_at": "2026-07-26T20:52:45Z",
"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": "2026-07-25T14:18:48Z",
"oldest_open_prs": [
{
"number": 82,
"created_at": "2026-07-25T14:16:12Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-25T13:16:02Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 34,
"created_at": "2021-02-22T13:19:37Z",
"last_comment_at": "2021-02-22T13:24:28Z",
"last_comment_author": "Thomasdezeeuw"
},
{
"number": 52,
"created_at": "2021-11-19T20:41:46Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 60,
"created_at": "2022-10-16T14:26:33Z",
"last_comment_at": "2023-07-29T09:51:37Z",
"last_comment_author": "Thomasdezeeuw"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Thomasdezeeuw/std-logger",
"host": "github.com",
"name": "std-logger",
"owner": "Thomasdezeeuw"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"security": 37,
"vitality": 52,
"community": 43,
"governance": 59,
"engineering": 53
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 52,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"commits_last_year": 9,
"human_commit_share": 1,
"days_since_last_push": 1,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "9 commits in the last year",
"points": 9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 9
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"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": 52,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v0.3.3",
"releases_from_tags": false,
"days_since_latest_release": 2666,
"mean_days_between_releases": 93.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2666 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2666
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~93.1 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 93.1
}
}
],
"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": 1,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 1 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 1
}
}
],
"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": 43,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"forks": 4,
"stars": 10,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "10 stars",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 10
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "4 forks",
"points": 4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 4
}
}
],
"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 (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": "moderate",
"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": 69,
"inputs": {
"packages": [
"std-logger",
"std-logger-parser"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 129111,
"monthly_downloads": 13494
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "13,494 downloads/month across crates",
"points": 55.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 13494,
"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": "moderate",
"name": "Sustainability & Governance",
"value": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.988
},
"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 99% of commits",
"points": 0.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 99
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"merged_prs": 56,
"open_issues": 3,
"closed_issues": 22,
"issue_closed_ratio": 0.88,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "88% of issues closed",
"points": 41.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 88
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "56/56 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 56,
"decided": 56
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/22 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"followers": 111,
"owner_type": "User",
"is_verified": null,
"owner_login": "Thomasdezeeuw",
"public_repos": 58,
"account_age_days": 4955
},
"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": "111 followers of Thomasdezeeuw",
"points": 14.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 111,
"login": "Thomasdezeeuw"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "58 public repos, account ~13 yr old",
"points": 24.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 58
}
},
{
"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": [
"std-logger",
"std-logger-parser"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 1
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "26 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 26
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 53,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "3 out of 12 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://docs.rs/std-logger",
"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": "https://docs.rs/std-logger",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"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): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "3 out of 12 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/22 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 dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 3
},
"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": 41,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 5,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.09,
"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": "9 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 9,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"has_nix": false,
"has_tests": true,
"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",
"benches/Cargo.toml",
"parser/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, benches/Cargo.toml, parser/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, benches/Cargo.toml, parser/Cargo.toml"
}
}
],
"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": "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 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"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": 28296,
"source_files_sampled": 15,
"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/15 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 15,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"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": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"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",
"Could not fetch crates package 'std-logger-benchmarks' from its registry",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-26T20:52:56.924233Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/Thomasdezeeuw/std-logger.svg",
"full_name": "Thomasdezeeuw/std-logger",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}