JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 112,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 99408
},
"pushed_at": "2026-07-05T10:54:44Z",
"created_at": "2023-02-20T20:30:29Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T10:44:21Z",
"description": "Compact, clone-on-write vector and string.",
"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://typst.app",
"name": "Typst",
"type": "Organization",
"login": "typst",
"company": null,
"location": "Berlin",
"followers": 3462,
"avatar_url": "https://avatars.githubusercontent.com/u/67595261?v=4",
"created_at": "2020-06-29T15:08:38Z",
"is_verified": null,
"public_repos": 35,
"account_age_days": 2214
},
"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.0",
"kind": "minor",
"published_at": "2026-05-26T14:53:59Z"
},
{
"tag": "v0.2.7",
"kind": "patch",
"published_at": "2026-05-25T13:14:17Z"
},
{
"tag": "v0.2.6",
"kind": "patch",
"published_at": "2025-08-04T10:59:42Z"
},
{
"tag": "v0.2.5",
"kind": "patch",
"published_at": "2025-04-24T11:52:37Z"
},
{
"tag": "v0.2.4",
"kind": "patch",
"published_at": "2025-04-07T18:13:40Z"
},
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2024-10-30T14:32:12Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2024-03-23T21:45:44Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2024-03-06T14:43:16Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2023-10-09T12:48:36Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2023-08-19T19:12:09Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2023-04-16T12:49:48Z"
},
{
"tag": "0.1",
"kind": "other",
"published_at": "2023-03-01T10:24:30Z"
}
],
"recent_commits": [
{
"oid": "b6b3ff08f35d004d4d36f574d7de451311fd981c",
"body": null,
"is_bot": false,
"headline": "Revamp CI (#68)",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2026-07-05T10:15:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36bf5f78197251e0862e06293ec4e8e9a6b489d7",
"body": null,
"is_bot": false,
"headline": "Check `no_std` build in CI (#67)",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2026-07-05T09:50:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "277c10576cc4a8413436c598b96e1cb334e25066",
"body": null,
"is_bot": false,
"headline": "Fix compilation errors under `no_std` (#65)",
"author_name": "Pedro Nobre",
"author_login": "pedrodesu",
"committed_at": "2026-07-05T09:44:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b5c803ffb5c44ea9146d1918832cef55180b810",
"body": null,
"is_bot": false,
"headline": "Version bump",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2026-05-26T14:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e78ac651679aa36d82808f2159b495aad74eeaa7",
"body": null,
"is_bot": false,
"headline": "Version bump",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2026-05-25T13:11:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04f93a7b46f7adcee6f0487f3030ae355f25b8f7",
"body": "- Makes `EcoVec::{set_len, as_ptr, as_mut_ptr}` crate-public, but not for real public. I don't want to expose this at the moment as the pointers are a bit strange (pointing _into_ the allocation) and the reference counting is also intricate w.r.t. `set_len`\n- Reexports the iterators so that they are accessible",
"is_bot": false,
"headline": "Adjust which new APIs are exposed",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2026-05-25T13:08:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc951583fd26e957ed37b9632111fc6113186538",
"body": null,
"is_bot": false,
"headline": "Add `#[clippy::format_args]` to `eco_format` macro (#62)",
"author_name": "Ian",
"author_login": "isuffix",
"committed_at": "2026-05-25T12:58:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2968e56c02865c50874882f695dbd461d6123f76",
"body": null,
"is_bot": false,
"headline": "Optimize reserve for non-unique EcoVec (#61)",
"author_name": "ndren",
"author_login": "ndren",
"committed_at": "2026-05-25T12:58:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b289695d0af922125130a00f4a17adea56ab6e75",
"body": null,
"is_bot": false,
"headline": "Add `ToEcoString` trait (#60)",
"author_name": "Tobias Schmitz",
"author_login": "saecki",
"committed_at": "2026-05-25T12:57:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db48a654732056ede97f23e2265cb368eb438215",
"body": "- Add `EcoVec::drain`\n- Add EcoVec::splice\n- Add EcoString `insert`, `insert_str` and `remove`\n\nCo-authored-by: Laurenz <laurmaedje@gmail.com>",
"is_bot": false,
"headline": "Add more methods for mutating arbitrary ranges (#59)",
"author_name": "Tobias Schmitz",
"author_login": "saecki",
"committed_at": "2026-05-25T12:53:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c7be5943c5661824d1164dd8e74ba9f23458adc",
"body": null,
"is_bot": false,
"headline": "Fix retain comment to make more sense (#58)",
"author_name": "Chloe",
"author_login": "akiramusic000",
"committed_at": "2026-03-18T10:33:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9639e9f01af758d7fde9f9e03ae89d8cbe487ae4",
"body": null,
"is_bot": false,
"headline": "Implement `FromIterator<&str>` and `Extend<&str>` for `EcoString` (#56)",
"author_name": "Pedro Ferreira",
"author_login": "pedrodesu",
"committed_at": "2025-10-28T09:43:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ff5f41549703ea73abd32600bb13cddb114c57e",
"body": null,
"is_bot": false,
"headline": "Add a few AsRef impls to `EcoString` (#55)",
"author_name": "Erik",
"author_login": "tingerrr",
"committed_at": "2025-09-19T07:30:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72875f7d1ee363c1d68c9717b4d6ca303e5119f9",
"body": null,
"is_bot": false,
"headline": "Version bump",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2025-08-04T10:58:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54bea9d2d00b99eb6b07107532e7b9c872ad0e46",
"body": null,
"is_bot": false,
"headline": "Optimize `From<Vec<T>>` for `EcoVec<T>` (#50)",
"author_name": "Tobias Bergkvist",
"author_login": "bergkvist",
"committed_at": "2025-08-04T10:57:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4060f824654ed5af023087296d28e11eca46f66b",
"body": null,
"is_bot": false,
"headline": "Version bump",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2025-04-24T11:51:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eedc6c7264190b10fc72c0b6db0082683f30a8d",
"body": null,
"is_bot": false,
"headline": "Implement FromStr on EcoString (#48)",
"author_name": "Tim Visée",
"author_login": "timvisee",
"committed_at": "2025-04-24T11:50:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76223a45fe2da8e816c730d37e59d12ffa4648b9",
"body": null,
"is_bot": false,
"headline": "Version bump",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2025-04-07T18:11:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e833f790711ba288790b7cde584645d96981d254",
"body": null,
"is_bot": false,
"headline": "Add MSRV",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2025-04-07T18:09:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14484f6b5dc9d2ce4257a42eba810c52b35f005a",
"body": null,
"is_bot": false,
"headline": "Add `EcoString::truncate` (#46)",
"author_name": "Ronno Das",
"author_login": "ronnodas",
"committed_at": "2025-04-07T17:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e64b6d23aa5c92d10a48ebb9fbec5762e5c3d21e",
"body": null,
"is_bot": false,
"headline": "Create funding-manifest-urls",
"author_name": "Martin Haug",
"author_login": "reknih",
"committed_at": "2024-11-04T10:33:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59ee8794af03317a91b33ccd075135a338099b89",
"body": null,
"is_bot": false,
"headline": "Version bump",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2024-10-30T14:29:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17dbc88b3dd96088d6a827766608da222ea2b09a",
"body": "Co-authored-by: Laurenz <laurmaedje@gmail.com>",
"is_bot": false,
"headline": "Implement `TryFrom<EcoVec<T>>` for `[T; N]` (#43)",
"author_name": "Kai Schmidt",
"author_login": "kaikalii",
"committed_at": "2024-10-30T14:28:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20c23375b1d933d7242d5952201646ce21d5c536",
"body": null,
"is_bot": false,
"headline": "Add `From<&EcoString> for EcoString` impl (#41)",
"author_name": "idlercloud",
"author_login": "idlercloud",
"committed_at": "2024-09-16T16:19:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33de214ac409ea439b5f097d5a3e1e5d543684ec",
"body": null,
"is_bot": false,
"headline": "Small docs improvements",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2024-09-16T16:16:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44c957a7fd60af82e0cc4c24e22c2b8d97b60767",
"body": null,
"is_bot": false,
"headline": "Grow to next power of two when spilling",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2024-09-16T16:16:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a46470a12285d72c193dff80b3975ef44291ec78",
"body": null,
"is_bot": false,
"headline": "Silence loom warnings",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2024-09-16T16:16:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36a2229494641eac69c0e31acc7e00f6c484a7ae",
"body": null,
"is_bot": false,
"headline": "Version bump",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2024-03-23T21:44:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d00e9b5646ef4c036e26c256cdc4916a25f21ee0",
"body": null,
"is_bot": false,
"headline": "Fix docs",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2024-03-23T21:43:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f18bb822214acd64dc0fc71d68411c0d55403bf1",
"body": null,
"is_bot": false,
"headline": "Fix CI",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2024-03-23T21:33:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9147ccd244fa62fe2ad24e0b94b982988325e1e",
"body": "Add the bound `I::IntoIter: ExactSizeIterator` to try to prevent unsafe usage. The `count` parameter is removed in favor of `ExactSizeIterator::len`.",
"is_bot": false,
"headline": "Make `EcoVec::extend_from_trusted` public (#39)",
"author_name": "Kai Schmidt",
"author_login": "kaikalii",
"committed_at": "2024-03-23T11:17:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb20e5dfb69533f3f18f6f75008a016b20368636",
"body": null,
"is_bot": false,
"headline": "Version bump",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2024-03-06T14:41:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e44e3f31d9caa0bf8cf32b45439348267adf080a",
"body": null,
"is_bot": false,
"headline": "Use semantically clearer pointer type",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-12-28T10:21:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26d219957e8391756a1d1d07e5e5fdc6a09a41d1",
"body": null,
"is_bot": false,
"headline": "Bump `loom`",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-12-28T10:16:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed469f82ac40fd6aee77251591b89bb01bcd78d4",
"body": null,
"is_bot": false,
"headline": "Add `From<&String> for EcoString` impl (#36)",
"author_name": "Ian Manske",
"author_login": "IanManske",
"committed_at": "2023-11-06T17:07:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9bcef2281610d8f68eb437967edb3d4433e9ab8",
"body": null,
"is_bot": false,
"headline": "Version bump",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-10-09T12:40:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b215116020bdf2d8f7f0f96125d963b07284e995",
"body": "Now replicates all methods on `str` that return `String`.",
"is_bot": false,
"headline": "Add a few methods to `EcoString`",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-10-09T12:28:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a413d90d4de9952ac4872c02633f0f5194a0c7f",
"body": "This function is called from `EcoVec::align` and `EcoVec::offset`\r\nfunctions. Although they are marked `#[inline]`, and `max` is private,\r\nthat is not sufficient to ensure that it is inlined, and as a result,\r\n`EcoVec::new()` and related functions have calls to `max` in them.",
"is_bot": false,
"headline": "Add `#[inline]` annotation to the `max` function. (#34)",
"author_name": "Karl Meakin",
"author_login": "Kmeakin",
"committed_at": "2023-09-21T07:26:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbfe096d12938bff8dd3c7c30f212c7a75bc858c",
"body": null,
"is_bot": false,
"headline": "Make `InlineVec::from_buf` unsafe (#31)",
"author_name": "Lukas Himbert",
"author_login": "hwjsnc",
"committed_at": "2023-09-07T10:26:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "263aa80ddd6e51c1583ba038481504998b9f2cbf",
"body": null,
"is_bot": false,
"headline": "Fix typos in comments (#30)",
"author_name": "Lukas Himbert",
"author_login": "hwjsnc",
"committed_at": "2023-09-07T10:25:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a729e3877ed6e567bbaefc6fa28f22a2ba6ecaf0",
"body": null,
"is_bot": false,
"headline": "Fix nightly warnings",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-09-07T10:22:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "200679b9ba27688893450d975270999d0af0d602",
"body": null,
"is_bot": false,
"headline": "Version bump",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-08-19T19:05:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9998c51735d635463db008158a863eb5561e6000",
"body": null,
"is_bot": false,
"headline": "Minor improvements",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-08-19T19:04:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "036d59f7addc309ba924e2deecd55e2aa4820edb",
"body": null,
"is_bot": false,
"headline": "Fix provenance issue",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-08-19T18:59:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0314c039931b8f8d2e32959365c4cc79830694f3",
"body": "LLVM is not smart enough to eliminate calls to `EcoVec::reserve()` even when\r\nthey are unecessary thanks to earlier calls to `EcoVec::reserve()` or\r\n`EcoVec::with_capacity()`. This patch elimates them when the `ecovec![]` macro\r\nis used. There may be other unnecessary calls which can be elimated in \n[…]\ng to the `From<[T; N]>` impl.\r\n\r\n`ecovec![1; 42]` results in 42 unecessary calls to `EcoVec::reserve()`. Fixed by\r\nadding `EcoVec::push_unchecked()` function for when we know resizing is\r\nunnecessary.",
"is_bot": false,
"headline": "Optimize `ecovec![]` macro (#29)",
"author_name": "Karl Meakin",
"author_login": "Kmeakin",
"committed_at": "2023-08-03T12:24:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1685bd5571e678193ebf64ad17ca780117e65bd9",
"body": null,
"is_bot": false,
"headline": "Ignore two clippy lints",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-08-03T11:38:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4dea19e5b1c8c596f7004170175a1c93592a975",
"body": "… (#28)",
"is_bot": false,
"headline": "Replace `Sentinel` with `Self::dangling()` for uninitialized `EcoVec`…",
"author_name": "Karl Meakin",
"author_login": "Kmeakin",
"committed_at": "2023-08-01T15:33:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9aa2b9ee6642d626db64c8043d0aa35928c755cd",
"body": null,
"is_bot": false,
"headline": "Expose `EcoVec::is_unique` (#26)",
"author_name": "Kai Schmidt",
"author_login": "kaikalii",
"committed_at": "2023-07-31T21:57:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b65f81ba55c94400562096c3bad9183ed5a550e",
"body": null,
"is_bot": false,
"headline": "Correct two typos (#25)",
"author_name": "Alexander Seiler",
"author_login": "goggle",
"committed_at": "2023-07-03T08:49:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e8515b77a945b6beb1c68764a036dd6cd1c3460",
"body": null,
"is_bot": false,
"headline": "Add std feature and Write implementation for EcoVec<u8> (#24)",
"author_name": "Jad Ghalayini",
"author_login": "imbrem",
"committed_at": "2023-07-03T08:48:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efdc5763ca685209b025fa0e93e164d58f4c3360",
"body": null,
"is_bot": false,
"headline": "Display sponsorship button",
"author_name": "Martin Haug",
"author_login": "reknih",
"committed_at": "2023-04-26T09:52:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3fd0360b1684926396f59d4b18d01f6a594869f",
"body": null,
"is_bot": false,
"headline": "Version bump",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-04-16T12:46:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7c5ced87c814112e31d76706ef3e2dc58795818",
"body": null,
"is_bot": false,
"headline": "Added serde feature (#22)",
"author_name": "Jad Ghalayini",
"author_login": "imbrem",
"committed_at": "2023-04-13T08:27:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f9379391c4652e1ac385f8c0d6488cfde37107b",
"body": null,
"is_bot": false,
"headline": "Make ready for 0.1",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-03-01T10:23:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b74e4366eba2b9b7da8f7464e746f319d1ed110f",
"body": null,
"is_bot": false,
"headline": "Improve code coverage (#21)",
"author_name": "CosmicHorror",
"author_login": "CosmicHorrorDev",
"committed_at": "2023-03-01T09:54:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74a33e53865db11d62f91106d6cfe21b7f582be4",
"body": null,
"is_bot": false,
"headline": "Restructure public api (#20)",
"author_name": "CosmicHorror",
"author_login": "CosmicHorrorDev",
"committed_at": "2023-02-28T17:45:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "882f95548f4ba8a81731e3c7a52f3087053d2dd0",
"body": null,
"is_bot": false,
"headline": "Defensively test against mistakes found in the advisory db (#19)",
"author_name": "CosmicHorror",
"author_login": "CosmicHorrorDev",
"committed_at": "2023-02-28T09:25:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebcbaa1a0f0911fe4aff41c306b0904e40a70f19",
"body": null,
"is_bot": false,
"headline": "Loom scaffolding (#16)",
"author_name": "CosmicHorror",
"author_login": "CosmicHorrorDev",
"committed_at": "2023-02-26T21:41:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8003b1be96c14d784a16de40e40a0a81d0c05b05",
"body": null,
"is_bot": false,
"headline": "Add CI job for coverage (#17)",
"author_name": "CosmicHorror",
"author_login": "CosmicHorrorDev",
"committed_at": "2023-02-26T21:29:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cd0ab58bfbdc02c4e7fecafa213fe520a3c272a",
"body": null,
"is_bot": false,
"headline": "Run Miri on a variety of arches (#14)",
"author_name": "CosmicHorror",
"author_login": "CosmicHorrorDev",
"committed_at": "2023-02-24T07:37:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccc6d329922f2dd7de1aa8081821d2bd7332bc4b",
"body": null,
"is_bot": false,
"headline": "Fix `test_mem_size` test on 32-bit systems (#13)",
"author_name": "CosmicHorror",
"author_login": "CosmicHorrorDev",
"committed_at": "2023-02-24T07:34:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1005b343af7e814d935f2e9b6f3cf834bf4a055d",
"body": null,
"is_bot": false,
"headline": "Fix docs",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-23T15:18:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36b624de42f12f90ebad3e0498d770e1700f2e90",
"body": null,
"is_bot": false,
"headline": "Merge transparent representation",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-23T09:49:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee8e919aa70d5ad752d73b593868153e3a5680fd",
"body": "This also increases its inline storage from 14 to 15 bytes and makes the deref to `str` more efficient.",
"is_bot": false,
"headline": "Bring `EcoString` back to 16 bytes",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-23T01:03:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d4008f2bb405b9bf3ae4a19a4794b446de79c99",
"body": null,
"is_bot": false,
"headline": "Fix `EcoVec`'s `Send` and `Sync` bounds (#11)",
"author_name": "CosmicHorror",
"author_login": "CosmicHorrorDev",
"committed_at": "2023-02-22T19:26:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7cfde3192434a6460e534c21cf733e9836f91bc",
"body": null,
"is_bot": false,
"headline": "Pass deny warnings to rust for `cargo check` (#10)",
"author_name": "CosmicHorror",
"author_login": "CosmicHorrorDev",
"committed_at": "2023-02-22T17:22:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5c1266c89eac83a5d3ea9c6c53539be64e3e95b",
"body": null,
"is_bot": false,
"headline": "Setup GitHub actions for CI (#5)",
"author_name": "CosmicHorror",
"author_login": "CosmicHorrorDev",
"committed_at": "2023-02-22T17:13:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f412a43e978ce9edebc0b9aa3d25120ea6eca1f",
"body": null,
"is_bot": false,
"headline": "Adding in a few `Cargo.toml` keys (#4)",
"author_name": "CosmicHorror",
"author_login": "CosmicHorrorDev",
"committed_at": "2023-02-22T17:11:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f2249a3ce4bcabf13048a045469635eb9299ef8",
"body": null,
"is_bot": false,
"headline": "Undo broken invariant before panicking (#9)",
"author_name": "CosmicHorror",
"author_login": "CosmicHorrorDev",
"committed_at": "2023-02-22T16:52:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64bfed593c5a00692d827d067ce05a2d08183cd3",
"body": null,
"is_bot": false,
"headline": "Fix links to various `alloc` citizens (#7)",
"author_name": "CosmicHorror",
"author_login": "CosmicHorrorDev",
"committed_at": "2023-02-22T15:32:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b18a21f2d13f87c14c3959c405652b5e19d0694a",
"body": null,
"is_bot": false,
"headline": "Run doctests on the `README.md` (#6)",
"author_name": "CosmicHorror",
"author_login": "CosmicHorrorDev",
"committed_at": "2023-02-22T15:32:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "188246a01525307d9b0da5d19791fe24b955b8f7",
"body": null,
"is_bot": false,
"headline": "iterater -> iterator (#8)",
"author_name": "CosmicHorror",
"author_login": "CosmicHorrorDev",
"committed_at": "2023-02-22T15:32:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "952a6f1df980a4cd34d2f8bb06e93b1a0b493b82",
"body": null,
"is_bot": false,
"headline": "Make deref from `EcoVec<T>` to`[T]` a no-op",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-21T22:55:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "000c67cca06c9766ab7ce1d29e5e0fa5731254d5",
"body": null,
"is_bot": false,
"headline": "Store length directly in vector",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-21T17:20:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f2e46320012ca7b085096d846d37ab33fbe6a8a",
"body": "Thanks @matklad!",
"is_bot": false,
"headline": "Apply suggestions",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-21T17:00:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b6aa485d94dc3336793d4624b028cce3a03fcc8",
"body": "fix: More early returns",
"is_bot": false,
"headline": "Merge pull request #2 from jalil-salame/early_returns",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-21T16:44:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7dc87d9514503865e7abc66670a7c54c5b302e6",
"body": null,
"is_bot": false,
"headline": "fix(vec): Early return for Drop impl of IntoIter",
"author_name": "Jalil David Salamé Messina",
"author_login": "jalil-salame",
"committed_at": "2023-02-21T16:39:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "573ae48840270cd9b1bff4d24b983f2e68588eab",
"body": null,
"is_bot": false,
"headline": "fix(clippy): Ran `cargo clippy --fix`",
"author_name": "Jalil David Salamé Messina",
"author_login": "jalil-salame",
"committed_at": "2023-02-21T08:50:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4dad9fe5e00990847351820de90e9f0fed5475b",
"body": null,
"is_bot": false,
"headline": "Make the crate `no_std`",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-20T20:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e883f6a27ddebfae114809a4e1e0b59559e9b748",
"body": null,
"is_bot": false,
"headline": "More tests",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-20T20:29:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5ec468d083540d7db9643e2b35fead021424d69",
"body": null,
"is_bot": false,
"headline": "Readme and license",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-20T18:19:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30794f1ea49308037df05242e88c1dd1b5835653",
"body": null,
"is_bot": false,
"headline": "Fix memory ordering",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-20T17:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "addab5919b82bb9a478b0aacab77606aad9f1263",
"body": null,
"is_bot": false,
"headline": "Mark functions as inline",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-20T16:19:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0bc05c96b1b6569162782ca1e78494a4744cf78",
"body": null,
"is_bot": false,
"headline": "Documentation",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-20T16:08:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a94e1a5551dfabc90d0e9da14155c97004b25598",
"body": null,
"is_bot": false,
"headline": "Move tests",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-20T15:10:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5916adffdb384e10844d5aabf35d8dfc5931610",
"body": null,
"is_bot": false,
"headline": "Rewrite delegations to `String` methods",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-20T15:02:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d1254579063bdeb81ac68b1d5d715be74102ba5",
"body": null,
"is_bot": false,
"headline": "Specializations",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-20T15:01:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0c12e741489741502138ee9644db549d9a9f1c5",
"body": null,
"is_bot": false,
"headline": "Fix push and insert.",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-20T13:53:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8df9ea3c5e2c83a7d1a75b3a7f1a3d0efee41e73",
"body": null,
"is_bot": false,
"headline": "Moving iterator",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-20T13:32:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87ec562b2f120967769422bd67c242429daf8baf",
"body": null,
"is_bot": false,
"headline": "Traits and macros",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-20T12:30:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dacc6d8345acdcef1633e3bf0db1604c544c93e",
"body": null,
"is_bot": false,
"headline": "Safety comments",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-20T11:43:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "422eb5d804e0d23901f1370643a601e0cb46251d",
"body": null,
"is_bot": false,
"headline": "Basic `EcoString`",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-19T19:43:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ef879aabe4018baee3d97b2990148a303391ef5",
"body": null,
"is_bot": false,
"headline": "Move vector into module",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-19T19:11:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c96a0fc19ac08e8071afd49d4fdc1add4d01ba9",
"body": null,
"is_bot": false,
"headline": "Reference counting",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-19T19:09:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64e853feaadb649675cb7786ae1e26379ff2a5a4",
"body": null,
"is_bot": false,
"headline": "Trait implementations",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-19T17:00:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f9df222d2b2c7b22dd2635c5bb7c84de8125c9d",
"body": null,
"is_bot": false,
"headline": "More mutation methods",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-19T16:24:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b385960325b734fed13a6ab7af5af18f7900689a",
"body": null,
"is_bot": false,
"headline": "Scaffold `EcoVec`",
"author_name": "Laurenz",
"author_login": "laurmaedje",
"committed_at": "2023-02-19T14:15:51Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 15,
"latest_release_at": "2026-05-26T14:53:59Z",
"latest_release_tag": "v0.3.0",
"releases_from_tags": false,
"days_since_last_push": 18,
"active_weeks_last_year": 6,
"days_since_latest_release": 57,
"mean_days_between_releases": 112.3
},
"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": "ecow",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"vector",
"string",
"cow",
"sso",
"data-structures",
"no-std"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/ecow",
"is_deprecated": false,
"latest_version": "0.3.0",
"repository_url": "https://github.com/typst/ecow",
"versions_count": 12,
"total_downloads": 4612994,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 671014,
"first_published_at": "2023-03-01T10:24:13.851101Z",
"latest_published_at": "2026-05-26T14:54:23.742035Z",
"latest_version_yanked": false,
"days_since_latest_publish": 57
}
]
},
"popularity": {
"forks": 31,
"stars": 315,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2023-02-21",
"count": 3
},
{
"date": "2023-02-23",
"count": 1
},
{
"date": "2023-04-06",
"count": 1
},
{
"date": "2023-04-19",
"count": 1
},
{
"date": "2023-04-26",
"count": 1
},
{
"date": "2023-04-27",
"count": 1
},
{
"date": "2023-07-31",
"count": 1
},
{
"date": "2023-08-01",
"count": 1
},
{
"date": "2024-05-07",
"count": 1
},
{
"date": "2024-06-30",
"count": 1
},
{
"date": "2024-08-23",
"count": 1
},
{
"date": "2024-09-11",
"count": 1
},
{
"date": "2025-02-19",
"count": 1
},
{
"date": "2025-03-21",
"count": 2
},
{
"date": "2025-03-24",
"count": 1
},
{
"date": "2025-04-24",
"count": 1
},
{
"date": "2025-05-16",
"count": 1
},
{
"date": "2025-05-30",
"count": 1
},
{
"date": "2025-06-14",
"count": 1
},
{
"date": "2025-07-04",
"count": 1
},
{
"date": "2025-07-23",
"count": 1
},
{
"date": "2025-08-18",
"count": 1
},
{
"date": "2025-09-18",
"count": 1
},
{
"date": "2025-10-30",
"count": 1
},
{
"date": "2025-11-24",
"count": 1
},
{
"date": "2026-03-31",
"count": 1
},
{
"date": "2026-04-11",
"count": 1
},
{
"date": "2026-05-23",
"count": 1
}
],
"complete": true,
"collected": 31,
"total_forks": 31
},
"star_history": null,
"open_issues_and_prs": 6
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml"
],
"largest_source_bytes": 46100,
"source_files_sampled": 7,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "tracing-subscriber",
"direct": false,
"version": "0.3.19",
"severity": "low",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"GHSA-xwfj-jgwm-7wp5",
"RUSTSEC-2025-0055"
],
"fixed_version": "0.3.20",
"advisory_count": 2,
"oldest_advisory_days": 328
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 1
},
"advisory_count": 2,
"affected_count": 1,
"assessed_count": 29,
"malicious_count": 0,
"assessed_package": "crates:ecow@0.3.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "serde",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "loom",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 2,
"direct_count": 1,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 43,
"open_issues": 5,
"closed_ratio": 0.762,
"closed_issues": 16,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "laurmaedje",
"commits": 54,
"avatar_url": "https://avatars.githubusercontent.com/u/17899797?v=4"
},
{
"type": "User",
"login": "CosmicHorrorDev",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/30302768?v=4"
},
{
"type": "User",
"login": "kaikalii",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/13109248?v=4"
},
{
"type": "User",
"login": "Kmeakin",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/19665139?v=4"
},
{
"type": "User",
"login": "jalil-salame",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/60845989?v=4"
},
{
"type": "User",
"login": "hwjsnc",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/53428415?v=4"
},
{
"type": "User",
"login": "reknih",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/3874949?v=4"
},
{
"type": "User",
"login": "saecki",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/43008152?v=4"
},
{
"type": "User",
"login": "imbrem",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/44735514?v=4"
},
{
"type": "User",
"login": "pedrodesu",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/57016566?v=4"
}
],
"contributors_sampled": 20,
"top_contributor_share": 0.557
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"coverage.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 7,
"reason": "11 out of 15 merged PRs checked by a CI test -- score normalized to 7",
"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": 4,
"reason": "Found 13/30 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": 10,
"reason": "10 commit(s) and 2 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": 6,
"reason": "dependency not pinned by hash detected -- score normalized to 6",
"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": "b6b3ff08f35d004d4d36f574d7de451311fd981c",
"ran_at": "2026-07-23T14:05:54Z",
"aggregate_score": 4.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-05T10:16:11Z",
"oldest_open_prs": [
{
"number": 66,
"created_at": "2026-07-04T07:20:27Z",
"last_comment_at": "2026-07-09T21:21:28Z",
"last_comment_author": "pedrodesu"
}
],
"last_merged_pr_at": "2026-07-05T10:15:45Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 33,
"created_at": "2023-09-17T11:14:06Z",
"last_comment_at": "2026-07-04T07:38:08Z",
"last_comment_author": "pedrodesu"
},
{
"number": 40,
"created_at": "2024-04-23T20:20:33Z",
"last_comment_at": "2024-05-01T08:21:21Z",
"last_comment_author": "laurmaedje"
},
{
"number": 47,
"created_at": "2025-04-03T19:48:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 54,
"created_at": "2025-08-16T18:42:19Z",
"last_comment_at": "2025-08-17T10:43:45Z",
"last_comment_author": "laurmaedje"
},
{
"number": 69,
"created_at": "2026-07-10T16:10:37Z",
"last_comment_at": "2026-07-11T03:18:17Z",
"last_comment_author": "pedrodesu"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/typst/ecow",
"host": "github.com",
"name": "ecow",
"owner": "typst"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"security": 57,
"vitality": 69,
"community": 63,
"governance": 70,
"engineering": 57
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 69,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"commits_last_year": 15,
"human_commit_share": 1,
"days_since_last_push": 18,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 18 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 18
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "15 commits in the last year",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 15
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "10 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 92,
"inputs": {
"releases_count": 12,
"latest_release_tag": "v0.3.0",
"releases_from_tags": false,
"days_since_latest_release": 57,
"mean_days_between_releases": 112.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 57 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 57
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~112.3 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 112.3
}
}
],
"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": 18,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 18 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 18
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 63,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"forks": 31,
"stars": 315,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "315 stars",
"points": 40.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 315
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "31 forks",
"points": 12.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 31
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 97,
"inputs": {
"packages": [
"ecow"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 4612994,
"monthly_downloads": 671014
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "671,014 downloads/month across crates",
"points": 77.7,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 671014,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 70,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 20,
"top_contributor_share": 0.557
},
"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 56% of commits",
"points": 10,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 56
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "20 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 20
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"merged_prs": 43,
"open_issues": 5,
"closed_issues": 16,
"issue_closed_ratio": 0.762,
"closed_unmerged_prs": 4
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "76% of issues closed",
"points": 35.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 76
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "43/47 decided PRs merged",
"points": 35,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 43,
"decided": 47
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 13/30 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"followers": 3462,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "typst",
"public_repos": 35,
"account_age_days": 2214
},
"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": "3,462 followers of typst",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3462,
"login": "typst"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "35 public repos, account ~6 yr old",
"points": 23.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 35
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"ecow"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 57
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 57 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 57
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"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": 57,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 62,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 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": "11 out of 15 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 57,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 47,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "11 out of 15 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"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 13/30 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "10 commit(s) and 2 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": "dependency not pinned by hash detected -- score normalized to 6",
"points": 3,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "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": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Matched the crates:ecow@0.3.0 runtime dependency closure — what installing the published package pulls in — 29 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "crates:ecow@0.3.0",
"assessed": 29
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 97,
"inputs": {
"source": "osv",
"advisories": 2,
"affected_packages": 1,
"assessed_packages": 29,
"unassessed_packages": 0,
"affected_by_severity": "low 1",
"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": "1 affected: tracing-subscriber 0.3.19 (low)",
"points": 23,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "tracing-subscriber 0.3.19 (low)"
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 328 days ago",
"points": 39,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 1,
"oldest": 328
}
}
],
"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": 29,
"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": 12
},
"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": "moderate",
"name": "AI Readiness",
"value": 51,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.464,
"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": "45 of 97 human commits state their intent (structured subject or explanatory body)",
"points": 24.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 45,
"sampled": 97
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 52,
"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"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 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 97",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 97
}
}
],
"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 6",
"points": 6,
"status": "partial",
"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": 46100,
"source_files_sampled": 7,
"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/7 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 7,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-23T14:06:14.999808Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/typst/ecow.svg",
"full_name": "typst/ecow",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}