Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 632,
"has_wiki": true,
"homepage": "https://convert.silkyai.cn/",
"languages": {
"CSS": 22331,
"HTML": 14527,
"Rust": 1888411,
"Python": 35442,
"Dockerfile": 491,
"JavaScript": 91074
},
"pushed_at": "2026-07-19T10:07:26Z",
"created_at": "2026-01-05T03:12:17Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T04:15:14Z",
"description": "A bi-directional converter between Typst and LaTeX. Available as both a CLI tool and a Web interface.",
"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": null,
"name": null,
"type": "Organization",
"login": "scipenai",
"company": null,
"location": null,
"followers": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/233201817?v=4",
"created_at": "2025-09-19T04:02:20Z",
"is_verified": null,
"public_repos": 10,
"account_age_days": 307
},
"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.7",
"kind": "patch",
"published_at": "2026-07-18T06:07:48Z"
},
{
"tag": "v0.3.6",
"kind": "patch",
"published_at": "2026-05-05T13:50:43Z"
},
{
"tag": "v0.3.5",
"kind": "patch",
"published_at": "2026-04-03T11:36:35Z"
},
{
"tag": "v0.3.4",
"kind": "patch",
"published_at": "2026-03-12T12:36:00Z"
},
{
"tag": "v0.3.3",
"kind": "patch",
"published_at": "2026-03-07T21:20:31Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2026-03-07T18:22:56Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-03-07T10:20:11Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-03-06T16:23:41Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2026-02-23T10:09:49Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-01-17T17:36:22Z"
}
],
"recent_commits": [
{
"oid": "2d746e2a29eb97cc8b582bb3bc1e95dae65fed72",
"body": "Fix/math symbol grammar",
"is_bot": false,
"headline": "Merge pull request #31 from scipenai/fix/math-symbol-grammar",
"author_name": "Xamer",
"author_login": "bug-cat-iu",
"committed_at": "2026-07-18T05:51:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c55bd26b4fe8247b677e6c108bdf02173ca6d01",
"body": null,
"is_bot": false,
"headline": "chore(release): bump version to v0.3.7",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-07-18T05:36:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c644ba6bdae33f4aa7c2796a01dafd7543cd2e2",
"body": "L2T:\n- Circled operators (\\otimes, \\oplus, \\ominus, \\odot, \\oslash, and the\n \\big* forms) emit Typst's current `.o` spelling instead of the\n deprecated `.circle`; reverse `.o` -> LaTeX mappings added.\n- Dirac bra-ket commands (\\ket, \\bra, \\braket, \\dyad, \\expval, \\mel, ...)\n emit valid `chevron.l\n[…]\n a\n marker, so text/braces containing \"&\" no longer force an align environment.\n\nAlso refactor two citation/reference command parsers to use `?`\n(satisfies clippy::question_mark on newer toolchains).",
"is_bot": false,
"headline": "fix: correct math symbol conversions and aligned line breaks",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-07-18T05:36:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c0edb71ed76a20e22ef2e6f0c3f2ebd33dfa32e2",
"body": "fix: improve parser for unbracketed args and update Typst mappings",
"is_bot": false,
"headline": "Merge pull request #21 from hooyuser/dev",
"author_name": "Xamer",
"author_login": "bug-cat-iu",
"committed_at": "2026-05-31T12:28:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03797cb83e579e030b683633876e00d8c24aea4b",
"body": "Route convert_required_arg through main's inline implementation (from #25)\ninstead of the convert_curly_or_term_clause_arg dispatch, which dropped the\nzero-width-space padding for empty groups and could emit invalid Typst\n(frac(,), sqrt(), **). convert_required_term_arg is kept as a thin alias so\noverset/underset/stackrel keep working. Add a regression test.",
"is_bot": false,
"headline": "fix: keep main's zws-safe required-arg handling",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-05-31T09:29:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb0505855cb0087c2d87a79e9e5f95f3a854e548",
"body": "Add regression tests for \\hspace/\\vspace (and starred variants) consuming\ntheir dimension, and for the epsilon/varepsilon glyph mapping in both L2T\nand T2L so the swap stays locked and round-trips.",
"is_bot": false,
"headline": "test: cover spacing args and epsilon mapping both directions",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-05-31T09:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b412bf874cea42411fed6f15c8f794784a236fcd",
"body": "Revert the unconditional \\/ escaping of math-mode slashes (and its\nwhitespace-cleanup helpers). Escaping every `/` in math changes all\nexisting users' output, so it should be opt-in behind an L2TOptions\ntoggle rather than always-on. Tracked separately; `/` now passes\nthrough literally again.",
"is_bot": false,
"headline": "fix: defer math-mode slash escaping",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-05-31T09:04:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b64793a3438fb0c178b9d4b76d605f483a986e81",
"body": "Register \\hspace*, \\vspace, \\vspace* as 1-arg commands alongside \\hspace\nso mitex consumes their dimension argument. markup.rs already handles all\nfour (\"hspace\" | \"hspace*\" and \"vspace\" | \"vspace*\"); without the spec\nthe dimension leaked into surrounding content (e.g. #h(*)3emC).",
"is_bot": false,
"headline": "feat: consume starred/vertical spacing command arguments",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-05-31T09:01:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a34843d43ec4efe83a1d5f60ad1d5d88f44906d",
"body": "Resolve conflicts after #24 (cdots) and #25 (unbraced required args)\nlanded on main while this PR was open:\n\n- markup.rs: take the merged \\cdots -> dots.h.c mapping (#24) over the\n earlier dots.c choice; keep \\hyperref handler.\n- context.rs: route convert_required_term_arg through main's\n is_requi\n[…]\n\n changes there were clippy match-guard refactors with no behavior change).\n- tests: align \\cdots assertion with dots.h.c.\n\nhspace/hyperref/cases-comma/epsilon fixes from this PR are preserved as-is.",
"is_bot": false,
"headline": "Merge origin/main into dev; reconcile with #24 and #25",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-05-31T09:00:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cb4670052148e507006cd53b79a971b29e4e1048",
"body": "Fix \\cdots conversion to Typst centered dots",
"is_bot": false,
"headline": "Merge pull request #24 from AlexanderGolys/fix-cdots-translation",
"author_name": "Xamer",
"author_login": "bug-cat-iu",
"committed_at": "2026-05-30T18:45:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27d72a671a2a67beaae9a4fd0877ef4f8eb17493",
"body": "Handle unbraced command arguments",
"is_bot": false,
"headline": "Merge pull request #25 from AlexanderGolys/fix-unbraced-command-args",
"author_name": "Xamer",
"author_login": "bug-cat-iu",
"committed_at": "2026-05-30T18:16:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e6f802e3ceaba0cfba66dafc3206ae3a7284ef7",
"body": null,
"is_bot": false,
"headline": "test: cover broader unbraced argument cases",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-05-30T18:06:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffd656ea1ae5726e7aff6bb37cf2e6a0442fedf3",
"body": null,
"is_bot": false,
"headline": "Handle unbraced command arguments",
"author_name": "AlexanderGolys",
"author_login": "AlexanderGolys",
"committed_at": "2026-05-12T16:54:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b066b8e15ec79e366cea2a6e6fc6eb7f0ee40c44",
"body": null,
"is_bot": false,
"headline": "Made dots latex->typst conversion use more acculate symbols",
"author_name": "AlexanderGolys",
"author_login": "AlexanderGolys",
"committed_at": "2026-05-12T16:04:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cee7aca4bd672a6f582fed357aba3b1929099a2",
"body": null,
"is_bot": false,
"headline": "chore(release): bump version to v0.3.6",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-05-05T13:41:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16dc36941b993181838f4965e01c0923203de7e4",
"body": "Bug fixes:\n* fix(t2l): preserve primes in attached scripts ($f'(x)$ no longer drops the prime)\n - Promoted MathPrimes to a Script.primes IR field with proper ordering\n relative to sub/sup; added count_math_primes using the typst-syntax cast API\n* fix(t2l): absorb implicit grouping parens in frac\n[…]\nlds)\n\nMisc:\n* chore(cli): replace unicode glyphs with ASCII for Windows console\n* chore(cli): use std::io::Error::other (Rust 1.74+)\n* chore(options): simplify L2TOptions presets via ..Self::default()",
"is_bot": false,
"headline": "feat: configurable preamble + recursive batch + math/tikz fixes",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-05-05T12:27:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "571b133cd3c56338605865410e545002518ed080",
"body": "cleanup to pass cargo clippy",
"is_bot": false,
"headline": "fix: cleanup",
"author_name": "Derived Cat",
"author_login": "hooyuser",
"committed_at": "2026-04-29T13:09:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1fe5d5aa3935124b0dd8c03faaeaad928e1e15f",
"body": "Add several integration tests to cover edge cases in LaTeX->Typst conversion. New tests include: escaping of literal slashes in math (test_literal_math_slash_is_escaped), handling \\frac with unbraced denominators/arguments (test_fraction_with_unbraced_term_arguments), overset with an unbraced symbol\n[…]\nest_overset_with_unbraced_symbol_base), and ensuring source commas inside cases are escaped (test_cases_escapes_source_commas). Also add a hyperref variant assertion for citation/reference conversion.",
"is_bot": false,
"headline": "test: add tests for math escaping and reference variants",
"author_name": "Derived Cat",
"author_login": "hooyuser",
"committed_at": "2026-04-29T12:59:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "08d6965432efcafe2637b05cbc5ebb30b2732c3f",
"body": "When converting TokenComma, if the current environment is EnvironmentContext::Cases, trim trailing whitespace from the output and insert '\\,' (thin space) instead of a literal comma to ensure correct spacing in cases blocks; otherwise emit the normal ','. This prevents unwanted spaces before the thinspace in cases environments.",
"is_bot": false,
"headline": "fix: handle comma spacing in cases environment",
"author_name": "Derived Cat",
"author_login": "hooyuser",
"committed_at": "2026-04-29T12:46:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86032b1d7310085221fdb20aa7d3a0d235fb0b66",
"body": "Swap the mapping for `epsilon` and `epsilon.alt`",
"is_bot": false,
"headline": "fix: swap epsilon and epsilon.alt mappings",
"author_name": "Derived Cat",
"author_login": "hooyuser",
"committed_at": "2026-04-29T12:25:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f832f3f85ee9b6602abc325d49a0906721c09f34",
"body": "Support LaTeX \\hyperref in the converter and command spec. Added a CommandSpec entry for `hyperref` and implemented conversion logic in markup.rs: switch to text mode to render the link text, sanitize an optional target label and emit a Typst link (#link(<label>)[text]), or fall back to outputting the text if no label is provided.",
"is_bot": false,
"headline": "fix: add hyperref to typst link conversion",
"author_name": "Derived Cat",
"author_login": "hooyuser",
"committed_at": "2026-04-29T07:13:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85061203ec91f7caaadf58838aa20673da42345b",
"body": "When encountering TokenSlash, emit \"\\/\" in ConversionMode::Math so slashes convert correctly in math contexts.",
"is_bot": false,
"headline": "fix: escape slash in math mode",
"author_name": "Derived Cat",
"author_login": "hooyuser",
"committed_at": "2026-04-29T06:40:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7018c05a778ace1f1cd56e3582bef3738eff0fed",
"body": "Introduce convert_required_term_arg and helper convert_curly_or_term_clause_arg to correctly handle required \"term\" arguments (both curly-wrapped and bare/term clause args) while skipping bracketed clause args.",
"is_bot": false,
"headline": "fix: add convert_required_term_arg and refactor arg parsing",
"author_name": "Derived Cat",
"author_login": "hooyuser",
"committed_at": "2026-04-29T05:56:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51c7a34a4b0506722a0f37fc0cbf6a2018a540ab",
"body": null,
"is_bot": false,
"headline": "test: add tests for \\ldots and \\cdots commands",
"author_name": "Derived Cat",
"author_login": "hooyuser",
"committed_at": "2026-04-29T05:31:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a98aa4edcb013d95df6a6e10a7208b46459a514",
"body": "Treat \\cdots separately from \\ldots/\\dots in convert_command, mapping it to \"dots.c\" instead of \"...\"",
"is_bot": false,
"headline": "fix: Map \\cdots to dots.c",
"author_name": "Derived Cat",
"author_login": "hooyuser",
"committed_at": "2026-04-29T05:28:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c59c6de10638e99457a1d8ae8520395dfa6620d",
"body": "Treat `hspace` as a single-argument command",
"is_bot": false,
"headline": "fix: register hspace as 1-arg command",
"author_name": "Derived Cat",
"author_login": "hooyuser",
"committed_at": "2026-04-29T03:20:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47731103898c145b99651e15d7a2cc2afa77e618",
"body": null,
"is_bot": false,
"headline": "feat(python): add Python bindings via PyO3/maturin",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-04-03T11:25:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "422df48fa065933db8869338bd8c469798ead057",
"body": null,
"is_bot": false,
"headline": "chore(release): bump version to v0.3.5",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-04-03T05:45:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d25d20005af8cc2c1c754eb125d373f8a3456e8b",
"body": "- L2T: \\mathop over upright text now emits op(...) instead of class fallback\n- L2T: fix sqrt comma protection for nested frac content\n- T2L: preserve #h(1cm) as structured FuncCall, emit \\hspace in math mode\n- T2L: use \\substack for multiline limits subscripts (sum, prod, etc.)\n- T2L: emit package-free \\mathrel{:=} instead of \\coloneqq",
"is_bot": false,
"headline": "fix(math): improve operator handling and structured math conversion",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-04-03T05:32:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3904aa8ca9de496ee2605c50be2128df92eac7ee",
"body": null,
"is_bot": false,
"headline": "chore(release): bump version to v0.3.4",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-03-12T12:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ef035ed058adae96426c4f6f2d6984e8ca69225",
"body": null,
"is_bot": false,
"headline": "fix(refs): unify citation/reference semantics across L2T and T2L",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-03-12T12:23:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57be0ed616b5d39536118100f39a28f623ad4423",
"body": null,
"is_bot": false,
"headline": "chore(release): bump version to v0.3.3",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-03-07T21:16:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c0de24bf79b93460078e79f5cec50592059c0b8",
"body": null,
"is_bot": false,
"headline": "fix(l2t): handle lr-wrapped matrix environments correctly",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-03-07T21:10:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f22d7c9a199efe6cdfd44c8ef42e5f6d121c4ec3",
"body": null,
"is_bot": false,
"headline": "chore(release): bump version to v0.3.2",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-03-07T18:19:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3778c7716d14283a2f0d96ba971cb863d785d2d",
"body": "…cy runtime path",
"is_bot": false,
"headline": "refactor(t2l): migrate math conversion to IR pipeline and remove lega…",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-03-07T17:59:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c6d977c6214fdb50859b8f1f9231a3e3bc35ff5",
"body": null,
"is_bot": false,
"headline": "chore(release): bump version to v0.3.1",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-03-07T10:16:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c882f7fd7b30655dafdb785194b12969570870e",
"body": null,
"is_bot": false,
"headline": "refactor(typst2latex): unify named args and fix lr/color conversion",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-03-07T10:11:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "048208bf6b102cf677484c2b778eb8d35724c50c",
"body": null,
"is_bot": false,
"headline": "chore(release): bump version to v0.3.0",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-03-06T16:19:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b5169a490f851c8cbfe83440717a820bb4aaa81",
"body": "Add initial physics package support for LaTeX-to-Typst conversion",
"is_bot": false,
"headline": "Merge pull request #9 from scipenai/tylax-physics",
"author_name": "Xamer",
"author_login": "bug-cat-iu",
"committed_at": "2026-03-06T16:01:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "159c85b770fab851b66b3ccef0d0dbd35f4a74e8",
"body": null,
"is_bot": false,
"headline": "style: satisfy clippy and rustfmt checks",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-03-06T13:37:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "865ce73315303b38ff3f40b81a175528e0db4a3a",
"body": null,
"is_bot": false,
"headline": "fix(physics): preserve mixed partial order for pdv",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-03-06T10:58:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5907c38dc02878d4c2ebee891849c86c00f1899",
"body": null,
"is_bot": false,
"headline": "feat: add physics package support",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-03-06T08:26:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8300a3a7fd03b70f42a202f836d24b90e38339fa",
"body": null,
"is_bot": false,
"headline": "ci: add release workflow",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-02-23T10:04:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31251b4d0ef3cf34453356745be0bda742ea7f3e",
"body": null,
"is_bot": false,
"headline": "chore: release v0.2.2",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-02-23T08:42:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8252ee4afea94c48f05728152bc21905bab4e1e9",
"body": "…v to Typst",
"is_bot": false,
"headline": "fix(math,l2t): LaTeX spacing cmds (\\, \\: \\; \\quad \\wide) and array en…",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-02-23T08:34:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddbe3c6ccee259c675f7d179da4930865691f8c4",
"body": null,
"is_bot": false,
"headline": "fix(l2t): enforce step limits to prevent infinite recursion freeze",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-01-25T07:26:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ed07bbdf2ce370ac366eb6c86af56cfadeb47cf",
"body": null,
"is_bot": false,
"headline": "fix(l2t-engine): prevent freeze from infinite macro recursion",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-01-24T20:38:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fd81f5709e5f4de6bccffb3acb89a156256b899",
"body": null,
"is_bot": false,
"headline": "fix(wasm): use math_only mode for typstToLatex API",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-01-17T18:05:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b65a3ae62ea601e9d7d979d9626af8a5d89fc54",
"body": "feat(v0.2.0): core engine overhaul with MiniEval",
"is_bot": false,
"headline": "Merge pull request #1 from bug-cat-iu/feature/macro-engines",
"author_name": "Xamer",
"author_login": "bug-cat-iu",
"committed_at": "2026-01-17T17:12:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30fce153939ec3f9ef5533dd4ae22776c9f500f2",
"body": null,
"is_bot": false,
"headline": "style: apply cargo fmt",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-01-17T16:58:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d69f7088050b63cf592ff538c063ab1aae4f9b0a",
"body": "This release is a major overhaul of the core conversion logic, introducing proper macro expansion engines for both directions.\n\n### Core Engines\n- L2T Engine: Replaced regex hacks with token-based macro expander.\n- T2L Engine: Introduced 'MiniEval' lightweight interpreter.\n\n### Fixed\n- Math Mode: Im\n[…]\n warning system (CliDiagnostic) for both L2T and T2L.\n\n### Added\n- WASM: New expand_macros option.\n\n### Architecture\n- Unified diagnostics system for CLI (t2l.rs), fixing --quiet/--strict regressions.",
"is_bot": false,
"headline": "feat(v0.2.0): core engine overhaul with MiniEval",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-01-17T16:13:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "91e1356a95361def00f12f4e0dd2555e0cfa34c9",
"body": null,
"is_bot": false,
"headline": "style: fix rustfmt issues",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-01-11T10:37:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4084cdf7c33db8501eb87302aa047df00b22d7f7",
"body": null,
"is_bot": false,
"headline": "feat(web): add live preview and enhance UI",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-01-11T10:24:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecd2dcaddb6c831c4d335d321c836ce5b31d83b7",
"body": null,
"is_bot": false,
"headline": "docs: refactor documentation to be minimal and pragmatic",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-01-11T10:22:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b0559ec140f7eedea1cb563271d3a4333e64014",
"body": null,
"is_bot": false,
"headline": "docs: add logo, Discord & QQ group links",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-01-07T14:22:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dd839f0a56009013a00f77fb9165c2faaad88ba",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "bug-cat-iu",
"author_login": "bug-cat-iu",
"committed_at": "2026-01-05T10:23:30Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 56,
"latest_release_at": "2026-07-18T06:07:48Z",
"latest_release_tag": "v0.3.7",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 13,
"days_since_latest_release": 5,
"mean_days_between_releases": 20.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 100,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "tylax",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"math",
"latex",
"converter",
"wasm",
"typst",
"command-line-utilities",
"wasm",
"text-processing"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/tylax",
"is_deprecated": false,
"latest_version": "0.3.7",
"repository_url": "https://github.com/scipenai/tylax",
"versions_count": 12,
"total_downloads": 3972,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 958,
"first_published_at": "2026-01-05T10:32:33.825408Z",
"latest_published_at": "2026-07-18T06:09:34.690595Z",
"latest_version_yanked": false,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 9,
"stars": 453,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2026-01-08",
"count": 1
},
{
"date": "2026-01-14",
"count": 1
},
{
"date": "2026-01-16",
"count": 1
},
{
"date": "2026-01-23",
"count": 1
},
{
"date": "2026-04-09",
"count": 1
},
{
"date": "2026-04-28",
"count": 1
},
{
"date": "2026-04-29",
"count": 1
},
{
"date": "2026-05-12",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
}
],
"complete": true,
"collected": 9,
"total_forks": 9
},
"star_history": null,
"open_issues_and_prs": 6
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"bindings/python/python/tylax/py.typed"
],
"toolchain_manifests": [
"Cargo.toml",
"bindings/python/Cargo.toml"
],
"largest_source_bytes": 171205,
"source_files_sampled": 73,
"oversized_source_files": 10,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"web/package.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates",
"npm"
],
"dependencies": [
{
"name": "mitex",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "mitex-parser",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "mitex-spec",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "mitex-spec-gen",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "typst-syntax",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.14"
},
{
"name": "clap",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4.4"
},
{
"name": "fxhash",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "lazy_static",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.4"
},
{
"name": "phf",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.11"
},
{
"name": "regex",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.10"
},
{
"name": "rowan",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.15"
},
{
"name": "chrono",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "indexmap",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.2"
},
{
"name": "wasm-bindgen",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "console_error_panic_hook",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "serde-wasm-bindgen",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.6"
},
{
"name": "serde_json",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "serde_yaml",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9"
},
{
"name": "csv",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.3"
},
{
"name": "toml",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8"
},
{
"name": "katex",
"manifest": "web/package.json",
"ecosystem": "npm",
"version_constraint": "^0.16.9"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 6,
"open_issues": 6,
"closed_ratio": 0.76,
"closed_issues": 19,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "bug-cat-iu",
"commits": 44,
"avatar_url": "https://avatars.githubusercontent.com/u/82370933?v=4"
},
{
"type": "User",
"login": "hooyuser",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/10691820?v=4"
},
{
"type": "User",
"login": "AlexanderGolys",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/45974807?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.786
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"python-release.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock",
"package-lock.json"
],
"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": 10,
"reason": "4 out of 4 merged PRs checked by a CI test -- score normalized to 10",
"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": 3,
"reason": "Found 3/10 approved changesets -- score normalized to 3",
"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": 10,
"reason": "26 commit(s) and 10 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": 10,
"reason": "packaging workflow 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": 4,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "15 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "2d746e2a29eb97cc8b582bb3bc1e95dae65fed72",
"ran_at": "2026-07-23T10:15:21Z",
"aggregate_score": 3.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-18T05:56:23Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-18T05:51:30Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 12,
"created_at": "2026-03-16T19:51:03Z",
"last_comment_at": "2026-03-27T10:08:25Z",
"last_comment_author": "bug-cat-iu"
},
{
"number": 17,
"created_at": "2026-04-03T09:35:35Z",
"last_comment_at": "2026-05-06T13:27:29Z",
"last_comment_author": "bug-cat-iu"
},
{
"number": 19,
"created_at": "2026-04-14T15:58:16Z",
"last_comment_at": "2026-05-06T14:17:46Z",
"last_comment_author": "bug-cat-iu"
},
{
"number": 23,
"created_at": "2026-05-12T07:53:10Z",
"last_comment_at": "2026-07-18T08:17:23Z",
"last_comment_author": "bug-cat-iu"
},
{
"number": 26,
"created_at": "2026-05-14T20:57:02Z",
"last_comment_at": "2026-07-18T08:16:54Z",
"last_comment_author": "bug-cat-iu"
},
{
"number": 32,
"created_at": "2026-07-22T06:21:02Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/scipenai/tylax",
"host": "github.com",
"name": "tylax",
"owner": "scipenai"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"security": 37,
"vitality": 79,
"community": 66,
"governance": 55,
"engineering": 67
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 79,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"commits_last_year": 56,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 13
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "13/52 weeks with commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 13
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "56 commits in the last year",
"points": 15.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 56
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "26 commit(s) and 10 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": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v0.3.7",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 20.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~20.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 20.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "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": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 66,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"forks": 9,
"stars": 453,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "453 stars",
"points": 43.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 453
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "9 forks",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 9
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": 6.3,
"status": "met",
"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": 50,
"inputs": {
"packages": [
"tylax"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 3972,
"monthly_downloads": 958
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "958 downloads/month across crates",
"points": 39.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 958,
"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": 55,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.786
},
"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 79% of commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 79
}
}
],
"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": 73,
"inputs": {
"merged_prs": 6,
"open_issues": 6,
"closed_issues": 19,
"issue_closed_ratio": 0.76,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "76% of issues closed",
"points": 35.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 76
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "6/7 decided PRs merged",
"points": 32.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 6,
"decided": 7
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/10 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"followers": 3,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "scipenai",
"public_repos": 10,
"account_age_days": 307
},
"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 followers of scipenai",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3,
"login": "scipenai"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "10 public repos, account ~0 yr old",
"points": 9.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 10
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"tylax"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 5
},
"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 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"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": 67,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"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": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": "4 out of 4 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://convert.silkyai.cn/",
"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://convert.silkyai.cn/",
"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": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 37,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 3.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "4 out of 4 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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 3/10 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "26 commit(s) and 10 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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 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 detected",
"points": 2,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "15 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"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": 1
},
"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": 57,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.946,
"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": "53 of 56 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 53,
"sampled": 56
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock",
"package-lock.json"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"bindings/python/python/tylax/py.typed"
],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"bindings/python/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, bindings/python/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, bindings/python/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": "bindings/python/python/tylax/py.typed",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "bindings/python/python/tylax/py.typed"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 56",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 56
}
}
],
"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": 92,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 171205,
"source_files_sampled": 73,
"oversized_source_files": 10
},
"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": "10/73 source files over 60KB",
"points": 47.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 73,
"oversized": 10
}
}
],
"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",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index crates:tylax@0.3.7; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-23T10:15:35.587455Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/scipenai/tylax.svg",
"full_name": "scipenai/tylax",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}