Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 4337,
"has_wiki": false,
"homepage": "https://matthewmckee4.github.io/karva/",
"languages": {
"HTML": 775,
"Just": 203,
"Rust": 2028960,
"Python": 79745
},
"pushed_at": "2026-08-01T22:36:42Z",
"created_at": "2025-04-07T22:25:42Z",
"owner_type": "User",
"updated_at": "2026-08-01T22:16:41Z",
"description": "A Python test framework, written in Rust.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "matthewmckee.co.uk",
"name": "Matthew Mckee",
"type": "User",
"login": "MatthewMckee4",
"company": null,
"location": "Glasgow, Scotland",
"followers": 48,
"avatar_url": "https://avatars.githubusercontent.com/u/119673440?v=4",
"created_at": "2022-12-02T12:15:52Z",
"is_verified": null,
"public_repos": 24,
"account_age_days": 1338
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "0.0.1-alpha.10",
"kind": "prerelease",
"published_at": "2026-08-01T22:36:26Z"
},
{
"tag": "0.0.1-alpha.9",
"kind": "prerelease",
"published_at": "2026-07-30T14:29:54Z"
},
{
"tag": "0.0.1-alpha.8",
"kind": "prerelease",
"published_at": "2026-07-23T18:26:57Z"
},
{
"tag": "0.0.1-alpha.7",
"kind": "prerelease",
"published_at": "2026-07-16T03:37:03Z"
},
{
"tag": "0.0.1-alpha.6",
"kind": "prerelease",
"published_at": "2026-06-14T17:57:34Z"
},
{
"tag": "0.0.1-alpha.5",
"kind": "prerelease",
"published_at": "2026-05-02T08:12:47Z"
},
{
"tag": "0.0.1-alpha.4",
"kind": "prerelease",
"published_at": "2026-02-21T14:53:12Z"
},
{
"tag": "0.0.1-alpha.3",
"kind": "prerelease",
"published_at": "2026-02-07T14:10:26Z"
},
{
"tag": "0.0.1-alpha.2",
"kind": "prerelease",
"published_at": "2026-02-01T14:36:35Z"
},
{
"tag": "0.0.1-alpha.1",
"kind": "prerelease",
"published_at": "2025-12-27T20:46:26Z"
}
],
"recent_commits": [
{
"oid": "749252deef6b0eeb38b4d0fb850f66956dfcdbba",
"body": "Prepare release v0.0.1-alpha.10.\n\n---------\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>\nCo-authored-by: Matthew Mckee <matthewmckee04@yahoo.co.uk>",
"is_bot": true,
"headline": "Release v0.0.1-alpha.10 (#1116)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-08-01T22:16:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e21ed2f94f0c1075956ba94f74eb07d123ea5c7",
"body": "## Summary\n\nRedesign the Zensical documentation with a focused homepage, Karva\nbranding, responsive layouts, clearer navigation, and improved code,\nwarning, and benchmark presentation. Keep the custom homepage as the\ndeployed source instead of regenerating it from the README.\n\n## Test Plan\n\nBuilt the docs, ran `pinact run` and `uvx prek run -a`, and checked\ndesktop, phone, and tablet layouts.",
"is_bot": false,
"headline": "Redesign Zensical documentation site (#1115)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-08-01T22:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed34119fdc1b01b21fa29e880040e2863920aecb",
"body": "## Summary\n\nDisambiguates duplicate explicit parameter IDs with deterministic\npytest-compatible suffixes, including existing numeric suffix\ncollisions. Closes #1084.\n\n## Test Plan\n\nRan `just test -p karva test_parametrize_disambiguates_duplicate_ids`,\ntargeted Clippy, and `uvx prek run -a`.",
"is_bot": false,
"headline": "Disambiguate duplicate parameter IDs (#1097)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-08-01T18:11:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "041b63e74c0aea263a3ad2fda326165253a476a7",
"body": "## Summary\n\nResolve missing test fixtures before generating parametrized variants,\nso unavailable plugin fixtures and typos produce one diagnostic for the\nbase test instead of one error per case. Closes #1088.\n\n## Test Plan\n\nFocused fixture and parametrization integration tests; `uvx prek run\n-a`.",
"is_bot": false,
"headline": "Collapse missing fixtures before parameter expansion (#1102)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-08-01T18:09:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afbcc987f611789cbc9a0501667e067190d3540a",
"body": "## Summary\n\nAdd typed `karva.warns` and `karva.deprecated_call` context managers\nwith regex matching, nested warning handling, filter restoration, and\nrecorded warning access. Document their pytest-compatible use. Closes\n#955.\n\n## Test Plan\n\nRan `just test -p karva fixture_support`, built the docs, and ran `uvx\nprek run -a`.",
"is_bot": false,
"headline": "Add warning assertion helpers (#1108)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-08-01T18:08:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce8ff7d0ef4508e7487cd862f1b16dc4a6a58793",
"body": "## Summary\n\nRun supported external project benchmarks from one catalog against\ncomplete test directories. Report every workload regardless of test\noutcome, calibrate iterations for full-directory runtimes, bound GitHub\ncomments, and upload complete Markdown reports as an artifact. Remove\nunsupported Pydantic and synthetic workloads from the PR matrix. Closes\n#1106.\n\n## Test Plan\n\nRan project matrix generation, `just test -p karva_benchmark`, `pinact\nrun`, and `uvx prek run -a`.",
"is_bot": false,
"headline": "Keep PR benchmark reports bounded and comparable (#1112)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-08-01T17:31:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51ae7994ed03487f0bc6d0860fbca06d69ce457a",
"body": "## Summary\n\nMaps the new `extensions/functions` label to a dedicated Functions\nchangelog section.\n\n## Test Plan\n\n`uvx prek run -a`",
"is_bot": false,
"headline": "Add functions changelog section (#1114)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-08-01T17:14:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "438f7f6c8e038228ae80372fcaf144407b3b0977",
"body": "## Summary\n\nAdd nextest-compatible flaky-result policy globally and per test,\nincluding CLI and environment override precedence. Preserve flaky retry\nhistory while failing terminal, JSON, and JSONL results, with\nconfigurable global and per-test JUnit failure representation. Closes\n#962.\n\n## Test Plan\n\nFocused integration tests, workspace Clippy, and `uvx prek run -a` pass.",
"is_bot": false,
"headline": "Allow flaky tests to fail the run (#1113)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-08-01T17:14:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbb85288a4bd1a891db9ff37b3e4b5afbfedd654",
"body": "## Summary\n\nAdds typed `karva.approx` comparisons for numeric scalars, complex\nnumbers, decimals, ordered sequences, mappings, and optional array-like\nobjects without a pytest runtime dependency. Documents direct\n`pytest.approx` migration and validates supported behavior against\npytest.\n\nCloses #954.\n\n## Test Plan\n\n`just test -p karva test_approx_matches_pytest`, docs build, and `uvx\nprek run -a`.",
"is_bot": false,
"headline": "Add karva.approx (#1110)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-08-01T16:58:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fe08292414b19033deb4abce9d6764a236ad5bd",
"body": "## Summary\n\nHonor pytest `xfail(condition=...)` keyword conditions for function and\nparametrized-case marks. Fixes #1083.\n\n## Test Plan\n\nFocused integration tests and `uvx prek run -a` pass.",
"is_bot": false,
"headline": "Honor keyword xfail conditions (#1107)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-08-01T16:26:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "088d92753139a181e9a746a479962410bde5bfff",
"body": "## Summary\n\nAdd regression coverage confirming that a `pytestmark` list containing\ntwo parametrization marks produces every Cartesian case in declaration\norder.\n\n## Test Plan\n\n`just test -p karva extensions::tags::parametrize` and `uvx prek run\n-a`.",
"is_bot": false,
"headline": "Test multiple module-level pytest marks (#1105)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-08-01T15:26:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abb5b416db3d51986d57903d478d17f3a43239f3",
"body": "## Summary\n\nMaterialize parametrize values from Python iterators so generators,\n`dict_keys`, and other iterable inputs work with pytest-compatible\nparametrization. Fixes #1087.\n\n## Test Plan\n\nRan the parametrization integration suite and `uvx prek run -a`.",
"is_bot": false,
"headline": "Accept iterable parametrize values (#1098)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-08-01T15:18:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ada95c6c2e91b89829a232e8757dec31650dd465",
"body": "## Summary\n\nParse Karva summaries containing collection or test errors and show\nerror counts in benchmark diagnostic comparisons. Popular projects no\nlonger appear as missing results when their suites exit with errors.\n\n## Test Plan\n\n`just test -p karva_benchmark` and `uvx prek run -a`.",
"is_bot": false,
"headline": "Show errors in benchmark diagnostics (#1103)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-08-01T15:17:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fb05a992f39c773862220324f62f46367018edc",
"body": "## Summary\n\nApply module-level `pytestmark` parametrization to discovered test\nfunctions and accept both single marks and mark lists. Closes #1086.\n\n## Test Plan\n\n`just test -p karva extensions::tags::parametrize`, focused Clippy, and\n`uvx prek run -a`.",
"is_bot": false,
"headline": "Support module-level pytest parametrization (#1099)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-08-01T15:14:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bd7b48e6634552261ffd434ff908d745e452769",
"body": "Validates `slow-timeout`, `timeout`, `run-timeout`, and\n`termination-grace-period` during TOML deserialization using fallible\n`Duration` conversion. Invalid non-finite or unsupported values now\nproduce configuration errors instead of silently disabling behavior or\nreaching panic-prone conversion.\n\nTest plan: `just test -p karva_metadata`, strict crate Clippy,\ngenerated-file validation, and `uvx prek run -a`.\n\nCloses #1090",
"is_bot": false,
"headline": "Reject invalid timeout values during config parsing (#1100)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-08-01T15:06:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c428792d8f7b22585a8ec7edbf8e72f871c50c1f",
"body": "## Summary\n\nEscape NUL bytes in value-derived parameterized test names so displayed\nidentities and `KARVA_TEST_NAME` remain printable and valid. Add\nregression coverage for pytest byte values and custom values containing\na real NUL. Closes #1092.\n\n## Test Plan\n\n`just test -p karva_test_semantic`, `just test -p karva\ntest_karva_test_name_env`, and `uvx prek run -a`.",
"is_bot": false,
"headline": "Escape NUL bytes in parameterized test names (#1101)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-08-01T15:04:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "150d69c22130ce1db00eca50bb1817d74fba57ed",
"body": "## Summary\n\nAdd pinned Pydantic, FastAPI, and HTTPX suites to PR wall-time and\nmemory benchmarks. Normal test failures remain measurable while Karva\nrunner errors still fail the benchmark.\n\n## Test Plan\n\n`just test -p karva_benchmark`, focused Clippy, three local smoke\ncomparisons, and `uvx prek run -a`.",
"is_bot": false,
"headline": "Benchmark Pydantic, FastAPI, and HTTPX (#1096)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-08-01T14:37:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b73952b8cf83e7ee863b98af7ba247280fbda47e",
"body": "## Summary\n\nMove Karva-maintained fixture helpers from `_vendor` into `_fixtures`,\nwhile preserving their pytest provenance in module documentation and the\nrepository license. Enable Ruff linting for the package, standardize\nPython docstrings on the Google convention, and clean up the resulting\nlint and typing issues.\n\n## Test Plan\n\nVerified with `uvx prek run -a` and `just test -p karva\nextensions::fixtures`.",
"is_bot": false,
"headline": "Own Python fixture support (#1095)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-08-01T12:52:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0b1983dc0f85886a4582a686cc81613b2b704f5",
"body": "## Summary\n\nRequire current Ruff and ty versions, format `.pyi` files as regular\nPython, and lint benchmark resources. Enable Ruff docstring rules except\nmodule docstrings and document all resulting public APIs.\n\n## Test Plan\n\nVerified with `uvx prek run -a`.",
"is_bot": false,
"headline": "Format and document Python stubs (#1094)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-08-01T12:19:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9ce0d45d3a79ef1c8e935174b1aeaaf37f4418d",
"body": "## Summary\n\nGenerate `karva.schema.json` directly from the serde configuration types\nwith `schemars`, matching Ruff and ty while preserving existing\n`OptionsMetadata` for documentation. Wire generation into `generate-all`\nand freshness checks. This implements the core of #1064.\n\n## Next Steps\n\nSchemaStore publication is deferred until Karva has broader adoption and\ntracked in #1091.\n\n## Test Plan\n\n`uvx prek run -a`; JSON Schema metaschema and valid/invalid\nconfiguration samples checked.",
"is_bot": false,
"headline": "Generate JSON Schema for karva.toml (#1076)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-31T23:25:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dd970ec577fdb03787cc3374a784e80566cae15",
"body": "## Summary\n\nVerbose runs now parse every Python traceback frame and show each call\nwith its function, file, line, and source span before the final failure.\nDefault output remains compact, and unreadable frame sources fall back\nto an exact path and line. Closes #1038.\n\n## Test Plan\n\n`cargo test -p karva_diagnostic --all-features traceback`, `just test -p\nkarva test_verbose_output_shows_traceback_calls`, and `uvx prek run -a`.",
"is_bot": false,
"headline": "Show traceback calls in verbose output (#1075)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-31T17:39:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7c097959f019b28896a13feb23f33c9de18bca9",
"body": "## Summary\n\nPreserve fixture definitions rejected during discovery and attach their\nsource-backed rejection reason when another fixture requests them. This\ndistinguishes rejected fixtures from truly missing names, while invalid\nscope values now use backticks for clarity.\n\n## Test plan\n\nVerified with `just test`, workspace Clippy with warnings denied, and\n`uvx prek run -a`.",
"is_bot": false,
"headline": "Explain rejected fixture dependencies (#1073)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-31T17:35:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37d28ee1901a2caf4ffc8db452fa51f4ea32a9b1",
"body": "## Summary\n\nRecreate function-scoped fixtures for every retry, retry setup and\nteardown failures, and retain captured output per attempt while\npreserving broader fixture scopes. Closes #980.\n\n## Test Plan\n\n`just test`, strict workspace Clippy, and `uvx prek run -a`.",
"is_bot": false,
"headline": "Give retries fresh fixture lifecycles (#1077)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-31T17:32:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24e2945af9dac8d7fbabc8a9b8848e106f2e31f1",
"body": "## Summary\n\nDefault test discovery to `tests/` when that directory exists, while\npreserving project-root fallback and explicit `[src].include` paths.\nDocument the dynamic default in configuration and CLI references.\n\n## Test Plan\n\nFocused tests, Clippy, and pre-commit hooks pass; the full suite hit an\nunrelated shared-venv `karva-worker` race, and its failing case passed\nin isolation.",
"is_bot": false,
"headline": "Default test discovery to tests directory (#1074)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-31T13:32:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "301c9e47c96d2fbb116ed90b0f7540f0dcfe2ebd",
"body": "## Summary\n\nDocument important user-facing behavior that was only implicit in tests\nor scattered reference entries: collection and async rules, custom tags,\nempty filters, CI reports, run timeouts, hash partitioning, and running\nskipped tests. Add the new guides to navigation so users can find them\nfrom the tutorial.\n\n## Test Plan\n\nBuilt the Zensical site and ran `uvx prek run -a`.",
"is_bot": false,
"headline": "Document missing test runner behavior (#1072)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-31T13:06:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22be441f63ccb2943737bfcda284f998a442d95f",
"body": "## Summary\n\nReport unresolved fixture dependencies as `missing-fixtures` before\ninvoking the fixture, preserving clear compatibility diagnostics instead\nof surfacing a runtime `TypeError`. Package autouse resolution now uses\nthe package fixture provider so framework fixtures remain visible during\nvalidation. Fixes #1065.\n\n## Test plan\n\nVerified with `just test`, workspace Clippy with warnings denied, and\n`uvx prek run -a`.",
"is_bot": false,
"headline": "Report missing fixture dependencies before execution (#1071)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-31T12:56:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6833e5f4f7479c87d80d5849e045c2d6a5d67d1",
"body": "## Summary\n\nAdds a Usage landing page that routes readers to each task-focused\nsection without repeating the Tutorial. Anchors the generated homepage\nignore rule so nested landing pages remain tracked. Closes #1068.\n\n## Test Plan\n\nBuilt the Zensical documentation and ran `uvx prek run -a`.",
"is_bot": false,
"headline": "Add usage overview page (#1070)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-31T12:44:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95a2ae368b0a5de257c37aecd5720d25e1417312",
"body": "## Summary\n\nTreat a skip exception raised while importing a test module as one\nskipped module result, preserving its reason and preventing an\nall-skipped run from becoming a no-tests error. Fixes #1062.\n\n## Test Plan\n\n`uvx prek run -a` and focused integration and no-tests regression tests\npass; `just test` hit an unrelated process-termination permission\nwarning, and that failing test passed in isolation.",
"is_bot": false,
"headline": "Fix module-level skip reporting (#1069)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-31T12:42:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "170215ce8351303328a89af91dfb33c0edc4b6ae",
"body": "## Summary\n\nMoves Project Non-Goals from Reference to Usage, where readers can find\nKarva’s intended scope alongside guidance for using it.\n\n## Test Plan\n\nBuilt the Zensical documentation and ran `uvx prek run -a`.",
"is_bot": false,
"headline": "Move project non-goals under usage (#1067)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-31T12:27:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5980ca131234e6f305c8ed9f6245344e3142d99",
"body": "## Summary\n\nAdds a hidden `generate-shell-completion` command that derives scripts\nfrom Karva’s Clap definitions, following Ruff and uv. Documents\ninstallation for every supported shell. Closes #1063.\n\n## Test Plan\n\nRan `just test`, workspace Clippy, the docs build, shell generation\nchecks, and `uvx prek run -a`.",
"is_bot": false,
"headline": "Add shell completion generation (#1066)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-31T12:20:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26908a736497cdcd7b46210b7cdbf956dc9b4777",
"body": "## Summary\n\nReject duplicate test functions and same-module fixture definitions\nduring discovery, reporting both the first definition and the\nconflicting definition before duplicate bodies can run. Fixture\nduplicate checks honor explicit fixture names from Karva and pytest\ndecorators, while collecti\n[…]\nt_modules`, `just test -p karva_collector -p\nkarva_test_semantic`, `cargo clippy -p karva_collector -p\nkarva_test_semantic -p karva --all-targets --all-features -- -D\nwarnings`, and `uvx prek run -a`.",
"is_bot": false,
"headline": "Reject duplicate test and fixture definitions (#988)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-31T11:42:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "54c904a528e54f70d4c2019ee8afb2e07f99f391",
"body": "## Summary\n\nRender string-valued test arguments with Python `repr()` so test names\ndistinguish strings from other values while preserving explicit IDs and\nexisting formatting for non-string objects. Preserve closing quotes when\nlong values are truncated.\n\n## Test Plan\n\nVerified the Karva suite during snapshot regeneration, reran focused\nquoting, truncation, and snapshot tests, and ran `uvx prek run -a`.",
"is_bot": false,
"headline": "Quote string values in test names (#1061)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-30T15:55:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23a20da1b5e66241adf1ac4e5ef4b1b8114d0565",
"body": "## Summary\n\nUpdate release workflows to install Seal 0.0.1-alpha.8. GitHub Actions\nbot exclusion is already present on `main` via #1058.\n\n## Test Plan\n\nRan `pinact run` and `uvx prek run -a`.",
"is_bot": false,
"headline": "Update Seal to alpha 8 (#1059)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-30T15:44:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d57a530b26ccdb5eadb02aeb4bce825ac48e177",
"body": "## Summary\n\nCI for #1059 downloaded Python 3.14.6 inside nextest timeout windows.\nPin integration-test Python to 3.14.4 and install it before nextest so\nsubprocesses reuse prepared interpreter.\n\n## Test Plan\n\nRan `pinact run` and `uvx prek run -a`.",
"is_bot": false,
"headline": "Pin CI Python to 3.14.4 (#1060)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-30T15:39:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "697986868961af6cd18d8b96ba247717e50d28b5",
"body": "## Summary\n\nAdd sequence and callable `ids` support to `karva.tags.parametrize` and\nretain explicit IDs from pytest decorators and `pytest.param`. Callable\ngenerators run once per parameter value and fall back to the\nvalue-derived segment when returning `None`, matching pytest. IDs\nproduce stable va\n[…]\n and reject empty or duplicate resolved\nvalues. This addresses top-level parametrize IDs from #961.\n\n## Test Plan\n\nRan `cargo nextest run -p karva extensions::tags::parametrize` and `uvx\nprek run -a`.",
"is_bot": false,
"headline": "Support explicit parametrize IDs (#1050)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-30T15:23:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "73b36409aa97c81c20d141eb6e3de5d9321b2c5a",
"body": "Prepare release v0.0.1-alpha.9.\n\n---------\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>\nCo-authored-by: Matthew Mckee <matthewmckee04@yahoo.co.uk>",
"is_bot": true,
"headline": "Release v0.0.1-alpha.9 (#1058)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-30T14:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c8b73aafbc7520da0468d61893cff5796d6c12a",
"body": "## Summary\n\nSplit the semantic package runner into package traversal, fixture\nlifecycle, outcome policy, variant orchestration, and per-attempt\nexecution modules. The refactor makes run-wide and per-test state\nexplicit, documents runner invariants, narrows cache visibility, and\nadds focused duration-policy coverage.\n\n## Test Plan\n\nRan the full nextest suite, workspace Clippy, and `uvx prek run -a`; one\nunrelated process-termination flake passed on isolated rerun.",
"is_bot": false,
"headline": "Refactor semantic test runner lifecycle (#1057)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-30T13:55:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0677db49ed5c4f7c36a25c2114cca229d934ae3",
"body": "## Summary\n\nSnapshot result JSON, JSONL, and coverage XML directly so tests preserve\nserializer output instead of parsing and rewriting it. Shared narrow\nInsta filters redact only volatile durations, elapsed times, and\ncoverage timestamps.\n\n## Test Plan\n\n`just test -p karva result_report`, `just test -p karva\ncoverage::test_cov_report_xml`, and `uvx prek run -a`.",
"is_bot": false,
"headline": "Test raw reports with snapshot filters (#1056)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-30T11:27:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e5bd45596cd0018e179ec559aa97e2c472c39ca",
"body": "## Summary\n\nWidens the timing gap in the fail-slow retry integration test so\nscheduler delays cannot turn a valid retry into a budget failure. The\nold 50 ms margin flaked repeatedly on macOS CI; the new values retain\nthe assertion that retry durations are checked per attempt rather than\nsummed.\n\n## Test Plan\n\nRepeated the focused test with retries disabled and ran `uvx prek run\n-a`.",
"is_bot": false,
"headline": "Stabilize fail-slow retry timing test (#1055)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-30T11:11:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5fee17f8f23dcc255e89935d2c28bc7546cf67d",
"body": "## Summary\n\nAdd Karva engineering principles while reducing AGENTS.md to\nproject-specific guidance. Trim CONTRIBUTING.md to avoid duplicated\ninstructions and keep durable context focused.\n\n## Test Plan\n\n`uvx prek run -a`",
"is_bot": false,
"headline": "docs: streamline agent guidance (#1054)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-30T10:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79fd154dfccd648d946ce09217c4769c8ec0c52b",
"body": "## Summary\n\nAdds one `CI gate` job that aggregates every CI job into a stable\nrequired check. It accepts intentional skips for non-code pull requests\nand fails all unexpected skips or job failures.\n\n## Test Plan\n\nRan `pinact run` and `uvx prek run -a`.",
"is_bot": false,
"headline": "Require aggregate CI gate (#1053)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-30T10:32:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91a6a65eaad8d567fa63301785253f86277c1d21",
"body": "## Summary\n\nCloses #984.\n\n- Adds a `fail-slow` config option (`karva.toml`/`pyproject.toml`), a\n`--fail-slow` CLI flag, and an `@karva.tags.fail_slow(seconds)` tag, all\nfollowing the same precedence chain (tag > matching override > profile\ndefault) already used by `timeout`/`slow-timeout`.\n- A test \n[…]\nally verified `@karva.tags.fail_slow`, `--fail-slow`, and\n`[test] fail-slow` config all resolve correctly via `karva show-config`\n\n---------\n\nCo-authored-by: Matthew Mckee <matthewmckee04@yahoo.co.uk>",
"is_bot": false,
"headline": "Add fail-slow duration budget for tests (#1052)",
"author_name": "BitWeaver",
"author_login": "BitWeaverDev",
"committed_at": "2026-07-30T10:25:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1804f79e590cf9e3c2f2d3d26836a5d03afa2f8f",
"body": "## Summary\n\nRestore the required release tag input so each workflow dispatch selects\nthe version to publish. Remove the obsolete Seal version-file entry and\nupdate release documentation to match.\n\n## Test Plan\n\n`pinact run` and `uvx prek run -a`",
"is_bot": false,
"headline": "Restore release version input (#1051)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-28T21:54:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6041858836a75d7787bdf24b9e34849d783d0a6e",
"body": "## Summary\n\nReplace the coverage.py data writer added in #884 with direct Rust\nwrites through `rusqlite`. This removes interpreter probing, subprocess\nstartup, JSON copying, and the private Python module while preserving\nthe schema, contexts, and branch arcs.\n\n## Test Plan\n\n`just test`; strict workspace Clippy; `uvx prek run -a`; coverage.py CLI\ncompatibility check.",
"is_bot": false,
"headline": "Write coverage.py data directly from Rust (#1040)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-26T18:56:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bca10385d09af58287fce53df43231cee2b372bf",
"body": "Bumps [ignore](https://github.com/BurntSushi/ripgrep) from 0.4.28 to\n0.4.30.\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a\nhref=\"https://github.com/BurntSushi/ripgrep/commit/227381db0ee83dfa4341f1e27ff9617c0f5ad992\"><code>227381d</code></a>\nignore-0.4.30</li>\n<li><a\nhref=\"https://github.com/Burnt\n[…]\n...ignore-0.4.30\">compare\nview</a></li>\n</ul>\n</details>\n<br />\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump ignore from 0.4.28 to 0.4.30 (#1048)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-26T16:21:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2de026b8354795709ed486dcfa875e2610e2d7ab",
"body": "Bumps the actions group with 4 updates:\n[actions/checkout](https://github.com/actions/checkout),\n[actions/setup-python](https://github.com/actions/setup-python),\n[j178/prek-action](https://github.com/j178/prek-action) and\n[taiki-e/install-action](https://github.com/taiki-e/install-action).\n\nUpdates \n[…]\n of the specified dependency and ignore\nconditions\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the actions group with 4 updates (#1049)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-26T16:19:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "22c3051c12919c093261004f1b6908f2e07713c5",
"body": "Bumps [clap](https://github.com/clap-rs/clap) from 4.6.1 to 4.6.2.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/clap-rs/clap/releases\">clap's\nreleases</a>.</em></p>\n<blockquote>\n<h2>v4.6.2</h2>\n<h2>[4.6.2] - 2026-07-15</h2>\n<h3>Fixes</h3>\n<ul>\n<li><em>(h\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump clap from 4.6.1 to 4.6.2 (#1047)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-26T16:19:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8470ba2660c6de3d7508393d5b1d4138841e53a1",
"body": "Bumps [fastrand](https://github.com/smol-rs/fastrand) from 2.4.1 to\n2.5.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/smol-rs/fastrand/releases\">fastrand's\nreleases</a>.</em></p>\n<blockquote>\n<h2>v2.5.0</h2>\n<ul>\n<li>Update <code>getrandom</code> to 0.\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump fastrand from 2.4.1 to 2.5.0 (#1046)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-26T16:19:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "061e81e62cfa54d40699d255e14bc55fe2458fd7",
"body": "Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.23.4 to 1.24.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/uuid-rs/uuid/releases\">uuid's\nreleases</a>.</em></p>\n<blockquote>\n<h2>v1.24.0</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>feat(fmt): support encod\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump uuid from 1.23.4 to 1.24.0 (#1045)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-26T16:19:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6a5f45a1be642988b114c6bf779315225c79ade9",
"body": "Bumps [which](https://github.com/harryfei/which-rs) from 8.0.4 to 8.0.5.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/harryfei/which-rs/releases\">which's\nreleases</a>.</em></p>\n<blockquote>\n<h2>8.0.5</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>Fix absolute pat\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump which from 8.0.4 to 8.0.5 (#1044)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-26T16:19:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d3a10f27763a35a4db0a6483a16a5246d3d316af",
"body": "Bumps the pre-commit-hooks group with 4 updates:\n[https://github.com/zizmorcore/zizmor-pre-commit](https://github.com/zizmorcore/zizmor-pre-commit),\n[https://github.com/astral-sh/ty-pre-commit](https://github.com/astral-sh/ty-pre-commit),\n[https://github.com/astral-sh/ruff-pre-commit](https://github\n[…]\n of the specified dependency and ignore\nconditions\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the pre-commit-hooks group with 4 updates (#1043)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-26T16:19:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b84e51f0f9e810a9995d5679c5e3f0e676a2e7a1",
"body": "…oup (#1042)\n\nBumps the python-dev-dependencies group with 1 update:\n[zensical](https://github.com/zensical/zensical).\n\nUpdates `zensical` from 0.0.50 to 0.0.51\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/zensical/zensical/releases\">zensical's\nreleases<\n[…]\n of the specified dependency and ignore\nconditions\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump zensical from 0.0.50 to 0.0.51 in the python-dev-dependencies gr…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-26T16:18:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7c7ba4a0450e95d2a02d777e727379b1e75b6231",
"body": "## Summary\n\nModel test outcomes as passed, failed, errored, or skipped; attach\nfixture setup and teardown diagnostics to the affected test; and\npreserve every retry attempt while keeping collection diagnostics\nrun-scoped. Terminal, JSON/JSONL, JUnit, and cache reporting now consume\nthe same canonica\n[…]\n nextest-style error and rerun output\nand plain machine-readable diagnostics.\n\n## Test Plan\n\n`just test`, `cargo clippy --workspace --all-targets --all-features --\n-D warnings`, and `uvx prek run -a`.",
"is_bot": false,
"headline": "Tie failure diagnostics to test results (#1041)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-25T23:34:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f006ad0ced5bc963727c83ba506e56cfae74fc1c",
"body": "## Summary\n\nRefresh the README installation and usage guidance, add the Discord\nbadge, centralize essential project conventions in AGENTS.md, remove the\nredundant style guide, and drop stale release version targets.\n\n## Test Plan\n\n`cargo insta test --accept -p karva` and `uvx prek run -a`",
"is_bot": false,
"headline": "Refine project documentation and release metadata (#1039)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-25T13:07:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f401b56e9edb2ee0396a50e1642aee3c44bf26f",
"body": "## Summary\n\nReject fixture dependency edges where a longer-lived fixture consumes a\nshorter-lived fixture before any fixture body runs. Scope mismatch\ndiagnostics show the full dependency path and source locations for\nKarva, pytest, dynamic, autouse, and nested fixtures.\n\nFixes #968\n\n## Test Plan\n\nFixture and snapshot integration suites, strict workspace Clippy, and\nall pre-commit hooks pass.",
"is_bot": false,
"headline": "Enforce fixture scope compatibility (#1033)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-25T11:27:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f828f3ca05ce8a1991a2d5d990295d70cf455629",
"body": "## Summary\n\nValidates Karva and pytest parametrization after collection and before\nfixture setup or test execution. Invalid definitions now use exact\nprimary and secondary AST spans, including aliases, keyword arguments,\nmultiline forms, and stacked decorators, while ambiguous dynamic syntax\nsafely \n[…]\nk to the function. Closes #967.\n\n## Test Plan\n\nRan parametrization integration tests and `uvx prek run -a`; the full\nsuite is blocked by an existing macOS worker-termination warning in\nmax-fail tests.",
"is_bot": false,
"headline": "Validate parametrization before test execution (#1032)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-25T11:18:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "181ca259b68a21b9abd95161a6499c5bc3be06b5",
"body": "Fixes #1031.\n\nSorting collected diagnostics panicked when more than one module failed\nto import. Those failures are span-less, and\n`Diagnostic::ruff_start_ordering` expects a Ruff source file, so the\ncomparator blew up before any errors were shown.\n\nThis change introduces a display ordering helper t\n[…]\n-p karva\ntest_two_failed_imports_both_reported`, the related collection-error\nintegration test, and `cargo test -p karva_diagnostic`.\n\nCo-authored-by: arimu1 <19286898+arimu1@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix diagnostic sort panic with multiple import failures (#1035)",
"author_name": "dev_Hakaze",
"author_login": "arimu1",
"committed_at": "2026-07-25T10:46:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5143610679f3d2beba0622e13766365b751a896b",
"body": "## Summary\n\nThis adds a separate sticky diagnostic comparison comment from the\nexisting benchmark runs. The comment contains a collapsed previous/new\npass, fail, and skip table plus collapsed per-project concise-output\ndiffs only when output changes; volatile durations and memory addresses\nare normalized. Wall-time and memory comparisons share one matrix job\nand one reporting job.\n\n## Test Plan\n\nRan the benchmark tests, focused Clippy, a real requests-project\ncomparison, and `uvx prek run -a`.",
"is_bot": false,
"headline": "Report diagnostic changes from PR benchmarks (#1034)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-25T01:21:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cc0c8de1892e6c1c6c39ebda879f67df9aebe34",
"body": "## Summary\n\nAdds clear improvement, regression, and unchanged icons to benchmark\ncomment titles. Wall-time and memory reports always comment; successful\nreports stay compact with every score in a collapsed table, while\nregressions retain full detail.\n\n## Test Plan\n\njust test -p karva_benchmark; cargo clippy --workspace --all-targets\n--all-features -- -D warnings; uvx prek run -a",
"is_bot": false,
"headline": "Minimize passing benchmark PR comments (#1029)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-24T23:41:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e95a27fdbfd5c9db94e7bac9ee2f6be0d1258cc5",
"body": "## Summary\n\nDocument that pull requests should stay minimal and use labels based on\nuser-facing impact. Internal-only and CI-performance changes now have\nclear label rules.\n\n## Test Plan\n\n`uvx prek run -a`",
"is_bot": false,
"headline": "Document minimal PR and label policy (#1030)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-24T23:31:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f47529b10efa1455f89a93874ae9a959944bd3ac",
"body": "## Summary\n\nAdd focused integration coverage for retry behavior combined with\ncoverage contexts, slow-test accounting, JUnit reports, last-failed\nselection, partitioned parametrization, and ignored-test filtering.\nThese tests lock down final outcomes, retained failed-attempt coverage,\naccumulated duration, and selection boundaries without changing\nproduction behavior.\n\n## Test Plan\n\n`just test` and `uvx prek run -a`",
"is_bot": false,
"headline": "Expand integration test coverage (#1027)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-24T23:29:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad423a425ab936064040197ecbb4ad0f17cd76a5",
"body": "## Summary\n\nReset snapshot context before every retry attempt so a failed attempt\ncannot leave the unnamed snapshot counter dirty for the next attempt.\nThis fixes retries failing with a misleading multiple-unnamed-snapshots\nerror and adds focused coverage for snapshot, async, returned-value,\nparametrized, runtime-skip, and max-fail retry interactions. Generated\nsnapshot file assertions now use inline snapshots.\n\n## Test Plan\n\n`just test` and `uvx prek run -a`",
"is_bot": false,
"headline": "Reset snapshot state between retry attempts (#1025)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-24T15:50:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76d22d61e226d00e68d2ecc39377b80b32b0f927",
"body": "## Summary\n\nRemove the manual release tag input and use the version stored in the\nworkflow. Add a targeted Seal replacement so each release bump updates\nthat tag automatically.\n\n## Test Plan\n\n`seal validate config`, `seal bump alpha --dry-run`, `pinact run`, and\n`uvx prek run -a`",
"is_bot": false,
"headline": "Use bumped version in release workflow (#1026)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-24T11:38:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca1dc1aa841e1be93743db3a8259723b5dc16c42",
"body": "## Summary\n\nAdds cross-feature integration coverage around timeout execution,\nincluding snapshots, fixture state, retries, parametrization, skips,\nexpected failures, teardown, and coverage. The new tests exposed three\nrelated thread-boundary bugs: synchronous timeout workers dropped Python\n`ContextV\n[…]\ngates those states and installs thread coverage tracing.\n\nFollow-up to #1018.\n\n## Test Plan\n\n`just test --no-fail-fast`, strict Clippy, `uvx prek run -a`, and\ntargeted Python 3.10 timeout regressions.",
"is_bot": false,
"headline": "Expand timeout interaction coverage (#1024)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-23T23:05:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "671c69dc053e2deb5ee0883ba67f6d41b5ed4f27",
"body": "Prepare release v0.0.1-alpha.8.\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Release v0.0.1-alpha.8 (#1022)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-23T18:16:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ce46d603adc5d6ac69ed674620bf9dedb99a1fe",
"body": "## Summary\n\nPreserve snapshot context when synchronous tests run in timeout executor\nthreads, so snapshot assertions work with `--timeout`.\n\nFixes #1018\n\n## Test Plan\n\nSnapshot and timeout integration suites, strict Clippy, and all prek\nhooks pass.",
"is_bot": false,
"headline": "Preserve snapshot context for timed tests (#1021)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-23T18:07:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9aad0e0620ec73298247661586817fe1da438ad8",
"body": "## Summary\n\nAdds a manual release preparation workflow that passes the requested\nversion to `seal bump` and provides scoped credentials for Seal to push\nits release branch and open the pull request. Updates the contributing\nguide with the automated path.\n\n## Test Plan\n\n`pinact run` and `uvx prek run -a`",
"is_bot": false,
"headline": "Add release preparation workflow (#1020)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-23T18:07:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ed70e36d9f1980d849da07e3be966f1487a684e",
"body": "## Summary\n\nNormalize CRLF in captured stdout and stderr when formatting command\nsnapshots so snapshot files are stable across Windows and Unix. Document\nthat terminal capability choices such as Rich borders remain subprocess\nbehavior and should be configured or filtered.\n\nCloses #1014.\n\n## Test Plan\n\n`just test`, strict workspace Clippy, the documentation build, and `uvx\nprek run -a`.",
"is_bot": false,
"headline": "Normalize command snapshot line endings (#1017)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-23T17:58:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4728c766f4ddd5e8edc937fbda87bbb8271caca",
"body": "## Summary\n\nRestructure `AGENTS.md` and `CONTRIBUTING.md` around the clearer\nworkflow used by Ruff while keeping Karva-specific commands and a\ncompact project map. Contributor guidance now separates agent rules from\nhuman onboarding, testing, documentation, pull request, benchmark,\nrelease, and workflow instructions.\n\n## Test Plan\n\n`uvx prek run -a`",
"is_bot": false,
"headline": "Improve contributor guides (#1019)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-23T17:58:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29a9632538b91f5a9794d99ddcebf6f3e96abd2e",
"body": "## Summary\n\nInline snapshot mismatches now report their diff without writing a\n`.snap.new` file or creating a `snapshots` directory. Empty inline\nsnapshots keep the existing pending/accept workflow, and\n`--snapshot-update` still rewrites stale inline values.\n\nCloses #1012.\n\n## Test Plan\n\n`just test`, strict workspace Clippy, and `uvx prek run -a`.",
"is_bot": false,
"headline": "Avoid files for inline snapshot mismatches (#1015)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-23T17:33:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e414806b09c74e3aa6f59735539a93e02b88930",
"body": "## Summary\n\n`karva.Command` intentionally preserves normal subprocess environment\ninheritance, so `FORCE_COLOR` may produce ANSI-styled output in CI.\nDocument the existing public `snapshot_settings(filters=...)` mechanism\nfor normalizing command snapshots without mutating the command\nenvironment.\n\nCloses #1013.\n\n## Test Plan\n\nDocumentation build and `uvx prek run -a`.",
"is_bot": false,
"headline": "Document ANSI command snapshot filtering (#1016)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-23T17:22:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd7aa86481f7fb9a1f94f2856ea680ab6ab38f97",
"body": "Bumps the actions group with 2 updates:\n[astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and\n[taiki-e/install-action](https://github.com/taiki-e/install-action).\n\nUpdates `astral-sh/setup-uv` from 8.3.0 to 8.3.2\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a\nhref=\"https://github.com/ast\n[…]\n of the specified dependency and ignore\nconditions\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the actions group with 2 updates (#1011)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T13:36:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6a3837cdff34cad67a232a1f0eb6f822b8662e6f",
"body": "Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.102 to\n1.0.103.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/dtolnay/anyhow/releases\">anyhow's\nreleases</a>.</em></p>\n<blockquote>\n<h2>1.0.103</h2>\n<ul>\n<li>Fix Stacked Borrows violation (UB) in\n\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump anyhow from 1.0.102 to 1.0.103 (#1010)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T13:36:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f6cd54170f1a80be02d1942e9b8aaf763a778167",
"body": "Bumps [quote](https://github.com/dtolnay/quote) from 1.0.45 to 1.0.46.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/dtolnay/quote/releases\">quote's\nreleases</a>.</em></p>\n<blockquote>\n<h2>1.0.46</h2>\n<ul>\n<li>Avoid repeated <code>get_span</code> in <code\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump quote from 1.0.45 to 1.0.46 (#1009)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T13:36:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "482ba667813fab4dfe39e05cef0ed26f5204831f",
"body": "Bumps [regex](https://github.com/rust-lang/regex) from 1.12.4 to 1.13.0.\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/rust-lang/regex/blob/master/CHANGELOG.md\">regex's\nchangelog</a>.</em></p>\n<blockquote>\n<h1>1.13.0 (2026-07-09)</h1>\n<p>This release includes\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump regex from 1.12.4 to 1.13.0 (#1008)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T13:36:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c6ec7763753e5078695ff40df2e040724593be84",
"body": "…oup (#1007)\n\nBumps the python-dev-dependencies group with 1 update:\n[zensical](https://github.com/zensical/zensical).\n\nUpdates `zensical` from 0.0.46 to 0.0.50\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/zensical/zensical/releases\">zensical's\nreleases<\n[…]\n of the specified dependency and ignore\nconditions\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump zensical from 0.0.46 to 0.0.50 in the python-dev-dependencies gr…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T13:36:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b617b5dc787825fafc2e4cd42735ef4d778c6338",
"body": "Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam)\nfrom 0.5.15 to 0.5.16.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/crossbeam-rs/crossbeam/releases\">crossbeam-channel's\nreleases</a>.</em></p>\n<blockquote>\n<h2>crossbeam-channel 0.5.16\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump crossbeam-channel from 0.5.15 to 0.5.16 (#1006)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T13:36:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ab9fcced332d3401c3146101a86b65a2c9a8f1d3",
"body": "Bumps the pre-commit-hooks group with 2 updates:\n[https://github.com/astral-sh/ty-pre-commit](https://github.com/astral-sh/ty-pre-commit)\nand\n[https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit).\n\nUpdates `https://github.com/astral-sh/ty-pre-commit` from v0.0.\n[…]\n of the specified dependency and ignore\nconditions\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the pre-commit-hooks group with 2 updates (#1005)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T13:36:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1905b5fd987e0cd85a92171f32bb3209713cc900",
"body": "Bumps [rust-toolchain](https://github.com/rust-lang/rust) from 1.97.0 to\n1.97.1.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/rust-lang/rust/releases\">rust-toolchain's\nreleases</a>.</em></p>\n<blockquote>\n<h2>Rust 1.97.1</h2>\n<p><!-- raw HTML omitted --><\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump rust-toolchain from 1.97.0 to 1.97.1 (#1004)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T13:36:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ba9243acda8f2b6e6cef40e900a4853fbbd225d0",
"body": "## Summary\n\nRun `cargo update --workspace` before Seal creates a release commit so\nworkspace package versions are refreshed in `Cargo.lock` without\nupgrading already locked dependencies.\n\n## Test Plan\n\nValidated `seal.toml`, ran Cargo’s workspace update dry run, and ran\n`uvx prek run -a`.",
"is_bot": false,
"headline": "Update Cargo.lock during releases (#998)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-17T22:54:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04b11543a3605b8edbfef6c1a5403d916c29012d",
"body": "## Summary\n\nMake `capfd` redirect file descriptors 1 and 2 so it captures subprocess\nand native output as documented. Closes #1000.\n\n## Test Plan\n\nFocused capfd integration tests, strict workspace Clippy, and the full\nprek hook suite.",
"is_bot": false,
"headline": "Capture subprocess output with capfd (#1002)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-17T22:39:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95724a77b6bfb4c721775a36bedcdbd940f50619",
"body": "## Summary\n\nUpdate the release workflow to install Seal 0.0.1-alpha.6. That Seal\nrelease must be published before the workflow is dispatched.\n\n## Test Plan\n\nRan `pinact run` and `uvx prek run -a`.",
"is_bot": false,
"headline": "Use Seal alpha.6 in release CI (#999)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-16T03:29:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6056926890b0464ba9e8efb61c6cd07e51e7ce03",
"body": "Prepare release v0.0.1-alpha.7.",
"is_bot": false,
"headline": "Release v0.0.1-alpha.7 (#997)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-16T03:16:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03c00283d5375095944119c6ba50be6c9d7193bf",
"body": "## Summary\n\nEnable Seal’s merged pull-request workflow so version bumps\nautomatically open or update a GitHub pull request after pushing the\nrelease branch.\n\n## Test Plan\n\n`uvx prek run -a`",
"is_bot": false,
"headline": "Enable Seal pull request creation (#996)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-16T03:00:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6100ba6fda303b42b29acbacb903f882fee08488",
"body": "## Summary\n\nDetect fixture dependency cycles during runtime resolution and report\nthe complete annotated chain instead of recursing or producing a\nmissing-fixture error. Cyclic fixtures and affected test bodies are not\nexecuted. Fixes #960.\n\n## Test Plan\n\nRan the fixture integration suite, strict workspace Clippy, and `uvx\nprek run -a`.",
"is_bot": false,
"headline": "Report fixture dependency cycles (#995)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-16T02:42:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cd171ed64f48538017ee1eccb6e0f8f63e33927",
"body": "## Summary\n\nPreserve Python function signature order in generated test names,\nsnapshot identities, environment names, and failure diagnostics while\nkeeping unknown arguments deterministic. Fixes #993.\n\n## Test Plan\n\nVerified with the integration suite, strict workspace Clippy, and `uvx\nprek run -a`.",
"is_bot": false,
"headline": "Preserve argument order in test names (#994)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-16T01:40:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3fd6a7ecee9acbdd27ba3341bf2a73791fd30ca",
"body": "## Summary\n\nKeep parameter values and fixture names in snapshot identity without\nembedding runtime fixture values, and percent-escape path separators\ncentrally so snapshots remain stable across machines. Fixes #989.\n\n## Test Plan\n\nVerified with the snapshot integration suite, strict workspace Clippy,\nand uvx prek run -a.",
"is_bot": false,
"headline": "Stabilize snapshot file names (#992)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-16T00:17:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "518d69d7dd1f9cf4a59d24f527c063023325a5ea",
"body": "## Summary\n\nRender framework fixtures as stable bare names in test output and\nsnapshot context while preserving parametrized and user-defined fixture\nvalues. Fixes #990.\n\n## Test Plan\n\nVerified with `just test`, strict workspace Clippy, and `uvx prek run\n-a`.",
"is_bot": false,
"headline": "Hide framework fixture values from test names (#991)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-15T23:24:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "752f8a15efd8f86338d69eae1a43dba7c3352d8f",
"body": null,
"is_bot": false,
"headline": "Reject generator test functions (#972)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-12T23:36:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a2a87107eec566b324a0e89f76037d7dd792f2f",
"body": null,
"is_bot": false,
"headline": "Fail tests that return values (#971)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-12T23:04:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6885ae04ecc4a1bf6a5d9a428ffab3b74bbc2fca",
"body": null,
"is_bot": false,
"headline": "Ignore commented defs when pruning snapshots (#970)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-12T22:41:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f43d81a597abc5e500c71089393bf029143ff940",
"body": null,
"is_bot": false,
"headline": "Use artifact reads for current test cache (#964)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-12T22:28:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8ecdfc03f787668a41abce629f73c55a2941714",
"body": null,
"is_bot": false,
"headline": "Tidy worker CLI arg forwarding (#958)",
"author_name": "Matthew Mckee",
"author_login": "MatthewMckee4",
"committed_at": "2026-07-12T22:15:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80f2891979f2490bcdcae7d8f1148b491b3e3da0",
"body": null,
"is_bot": true,
"headline": "Bump rust-toolchain from 1.96.1 to 1.97.0 (#944)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-12T21:56:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61d32f8ba7e77f359b845227781407186061ab43",
"body": null,
"is_bot": true,
"headline": "Bump syn from 2.0.117 to 2.0.118 (#951)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-12T21:49:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b67ae605ba7a63c0ef2810a3915aef6713562e0a",
"body": null,
"is_bot": true,
"headline": "Bump the actions group with 3 updates (#950)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-12T21:48:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9e0210b9b2a4da413478573f85d21fb35ced05b",
"body": null,
"is_bot": true,
"headline": "Bump ignore from 0.4.26 to 0.4.27 (#949)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-12T21:48:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41791b0f9d525f08f1f6677f67de6cf03cefbc50",
"body": null,
"is_bot": true,
"headline": "Bump uuid from 1.23.3 to 1.23.4 (#948)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-12T21:48:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22951f0ea177f56cfe4de2f56021d462e306f67b",
"body": null,
"is_bot": true,
"headline": "Bump fs-err from 3.3.0 to 3.3.1 (#947)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-12T21:48:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc89a68cb7b32ae84cdb7f28be5bced0ae140148",
"body": null,
"is_bot": true,
"headline": "Bump console from 0.16.3 to 0.16.4 (#946)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-12T21:48:45Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 636,
"latest_release_at": "2026-08-01T22:36:26Z",
"latest_release_tag": "0.0.1-alpha.10",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 37,
"days_since_latest_release": 0,
"mean_days_between_releases": 24.1
},
"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": "karva",
"exists": true,
"license": "MIT",
"keywords": [
"karva",
"pytest",
"rust",
"testing",
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Rust",
"Topic :: Software Development :: Quality Assurance",
"Topic :: Software Development :: Testing"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/karva/",
"is_deprecated": false,
"latest_version": "0.0.1a10",
"repository_url": "https://github.com/MatthewMckee4/karva",
"versions_count": 10,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2875,
"first_published_at": "2025-12-27T20:46:40.276049Z",
"latest_published_at": "2026-08-01T22:37:02.622764Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 6,
"stars": 31,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2025-08-05",
"count": 1
},
{
"date": "2025-10-27",
"count": 1
},
{
"date": "2026-04-10",
"count": 1
},
{
"date": "2026-05-25",
"count": 1
},
{
"date": "2026-06-10",
"count": 1
},
{
"date": "2026-07-25",
"count": 1
}
],
"complete": true,
"collected": 6,
"total_forks": 6
},
"star_history": null,
"open_issues_and_prs": 38
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"justfile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"python/karva/py.typed"
],
"toolchain_manifests": [
"Cargo.toml",
"crates/karva/Cargo.toml",
"crates/karva_benchmark/Cargo.toml",
"crates/karva_cache/Cargo.toml",
"crates/karva_cli/Cargo.toml",
"crates/karva_collector/Cargo.toml",
"crates/karva_combine/Cargo.toml",
"crates/karva_coverage/Cargo.toml",
"crates/karva_dev/Cargo.toml",
"crates/karva_diagnostic/Cargo.toml",
"crates/karva_logging/Cargo.toml",
"crates/karva_macros/Cargo.toml",
"crates/karva_metadata/Cargo.toml",
"crates/karva_project/Cargo.toml",
"crates/karva_python/Cargo.toml",
"crates/karva_python_semantic/Cargo.toml",
"crates/karva_runner/Cargo.toml",
"crates/karva_snapshot/Cargo.toml",
"crates/karva_static/Cargo.toml",
"crates/karva_test_semantic/Cargo.toml",
"crates/karva_version/Cargo.toml",
"crates/karva_worker/Cargo.toml"
],
"largest_source_bytes": 86552,
"source_files_sampled": 236,
"oversized_source_files": 1,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 4412
},
"dependencies": {
"manifests": [
"Cargo.toml",
"pyproject.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "thin-vec",
"direct": false,
"version": "0.2.14",
"severity": "high",
"ecosystem": "crates",
"cvss_score": 7.3,
"advisory_ids": [
"GHSA-xphw-cqx3-667j",
"RUSTSEC-2026-0103"
],
"fixed_version": "0.2.16",
"advisory_count": 2,
"oldest_advisory_days": 109
},
{
"name": "pytest",
"direct": false,
"version": "9.0.2",
"severity": "moderate",
"ecosystem": "pypi",
"cvss_score": 6.8,
"advisory_ids": [
"GHSA-6w46-j5rx-g56g",
"PYSEC-2026-1845"
],
"fixed_version": "9.0.3",
"advisory_count": 2,
"oldest_advisory_days": 191
},
{
"name": "serde_with",
"direct": false,
"version": "3.16.1",
"severity": "moderate",
"ecosystem": "crates",
"cvss_score": 4,
"advisory_ids": [
"GHSA-7gcf-g7xr-8hxj"
],
"fixed_version": "3.21.0",
"advisory_count": 1,
"oldest_advisory_days": 16
},
{
"name": "rand",
"direct": false,
"version": "0.10.0",
"severity": "low",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"GHSA-cq8v-f236-94qc",
"RUSTSEC-2026-0097"
],
"fixed_version": "0.10.1",
"advisory_count": 2,
"oldest_advisory_days": 114
},
{
"name": "rand",
"direct": false,
"version": "0.8.5",
"severity": "low",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"GHSA-cq8v-f236-94qc",
"RUSTSEC-2026-0097"
],
"fixed_version": "0.10.1",
"advisory_count": 2,
"oldest_advisory_days": 114
},
{
"name": "crossbeam-epoch",
"direct": false,
"version": "0.9.18",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2026-0204"
],
"fixed_version": "0.9.20",
"advisory_count": 1,
"oldest_advisory_days": 26
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 2,
"high": 1,
"unknown": 1,
"moderate": 2
},
"advisory_count": 10,
"affected_count": 6,
"assessed_count": 336,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 3,
"direct_affected_count": 0
},
"ecosystems": [
"crates",
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "aho-corasick",
"direct": false,
"version": "1.1.4",
"ecosystem": "crates"
},
{
"name": "allocator-api2",
"direct": false,
"version": "0.2.21",
"ecosystem": "crates"
},
{
"name": "android_system_properties",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "anstream",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "anstyle",
"direct": false,
"version": "1.0.14",
"ecosystem": "crates"
},
{
"name": "anstyle-parse",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "anstyle-query",
"direct": false,
"version": "1.1.5",
"ecosystem": "crates"
},
{
"name": "anstyle-wincon",
"direct": false,
"version": "3.0.11",
"ecosystem": "crates"
},
{
"name": "anyhow",
"direct": false,
"version": "1.0.104",
"ecosystem": "crates"
},
{
"name": "approx",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "arc-swap",
"direct": false,
"version": "1.8.2",
"ecosystem": "crates"
},
{
"name": "argfile",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "attribute-derive",
"direct": false,
"version": "0.10.5",
"ecosystem": "crates"
},
{
"name": "attribute-derive-macro",
"direct": false,
"version": "0.10.5",
"ecosystem": "crates"
},
{
"name": "autocfg",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "1.3.2",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "2.11.0",
"ecosystem": "crates"
},
{
"name": "block2",
"direct": false,
"version": "0.6.2",
"ecosystem": "crates"
},
{
"name": "boxcar",
"direct": false,
"version": "0.2.14",
"ecosystem": "crates"
},
{
"name": "bstr",
"direct": false,
"version": "1.12.1",
"ecosystem": "crates"
},
{
"name": "bumpalo",
"direct": false,
"version": "3.19.1",
"ecosystem": "crates"
},
{
"name": "byteorder",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "camino",
"direct": false,
"version": "1.2.4",
"ecosystem": "crates"
},
{
"name": "castaway",
"direct": false,
"version": "0.2.4",
"ecosystem": "crates"
},
{
"name": "cc",
"direct": false,
"version": "1.2.56",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "cfg_aliases",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "chacha20",
"direct": false,
"version": "0.10.0",
"ecosystem": "crates"
},
{
"name": "chrono",
"direct": false,
"version": "0.4.45",
"ecosystem": "crates"
},
{
"name": "clap",
"direct": false,
"version": "4.6.4",
"ecosystem": "crates"
},
{
"name": "clap_builder",
"direct": false,
"version": "4.6.2",
"ecosystem": "crates"
},
{
"name": "clap_complete",
"direct": false,
"version": "4.6.8",
"ecosystem": "crates"
},
{
"name": "clap_complete_command",
"direct": false,
"version": "0.6.1",
"ecosystem": "crates"
},
{
"name": "clap_complete_nushell",
"direct": false,
"version": "4.6.1",
"ecosystem": "crates"
},
{
"name": "clap_derive",
"direct": false,
"version": "4.6.4",
"ecosystem": "crates"
},
{
"name": "clap_lex",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "codspeed",
"direct": false,
"version": "4.3.0",
"ecosystem": "crates"
},
{
"name": "codspeed-divan-compat",
"direct": false,
"version": "4.3.0",
"ecosystem": "crates"
},
{
"name": "codspeed-divan-compat-macros",
"direct": false,
"version": "4.3.0",
"ecosystem": "crates"
},
{
"name": "codspeed-divan-compat-walltime",
"direct": false,
"version": "4.3.0",
"ecosystem": "crates"
},
{
"name": "collection_literals",
"direct": false,
"version": "1.0.3",
"ecosystem": "crates"
},
{
"name": "colorchoice",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "colored",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "colored",
"direct": false,
"version": "3.1.1",
"ecosystem": "crates"
},
{
"name": "compact_str",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "condtype",
"direct": false,
"version": "1.3.0",
"ecosystem": "crates"
},
{
"name": "console",
"direct": false,
"version": "0.16.4",
"ecosystem": "crates"
},
{
"name": "core-foundation-sys",
"direct": false,
"version": "0.8.7",
"ecosystem": "crates"
},
{
"name": "cpufeatures",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "crc32fast",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "crossbeam-channel",
"direct": false,
"version": "0.5.16",
"ecosystem": "crates"
},
{
"name": "crossbeam-deque",
"direct": false,
"version": "0.8.6",
"ecosystem": "crates"
},
{
"name": "crossbeam-epoch",
"direct": false,
"version": "0.9.18",
"ecosystem": "crates"
},
{
"name": "crossbeam-queue",
"direct": false,
"version": "0.3.12",
"ecosystem": "crates"
},
{
"name": "crossbeam-utils",
"direct": false,
"version": "0.8.21",
"ecosystem": "crates"
},
{
"name": "ctrlc",
"direct": false,
"version": "3.5.2",
"ecosystem": "crates"
},
{
"name": "darling",
"direct": false,
"version": "0.21.3",
"ecosystem": "crates"
},
{
"name": "darling_core",
"direct": false,
"version": "0.21.3",
"ecosystem": "crates"
},
{
"name": "darling_macro",
"direct": false,
"version": "0.21.3",
"ecosystem": "crates"
},
{
"name": "dashmap",
"direct": false,
"version": "6.1.0",
"ecosystem": "crates"
},
{
"name": "derive-where",
"direct": false,
"version": "1.6.0",
"ecosystem": "crates"
},
{
"name": "diff",
"direct": false,
"version": "0.1.13",
"ecosystem": "crates"
},
{
"name": "directories",
"direct": false,
"version": "6.0.0",
"ecosystem": "crates"
},
{
"name": "dirs-sys",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "dispatch2",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "divan-macros",
"direct": false,
"version": "0.1.17",
"ecosystem": "crates"
},
{
"name": "dunce",
"direct": false,
"version": "1.0.5",
"ecosystem": "crates"
},
{
"name": "dyn-clone",
"direct": false,
"version": "1.0.20",
"ecosystem": "crates"
},
{
"name": "either",
"direct": false,
"version": "1.15.0",
"ecosystem": "crates"
},
{
"name": "encode_unicode",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "equivalent",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "errno",
"direct": false,
"version": "0.3.14",
"ecosystem": "crates"
},
{
"name": "fallible-iterator",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "fallible-streaming-iterator",
"direct": false,
"version": "0.1.9",
"ecosystem": "crates"
},
{
"name": "fastrand",
"direct": false,
"version": "2.5.0",
"ecosystem": "crates"
},
{
"name": "filetime",
"direct": false,
"version": "0.2.27",
"ecosystem": "crates"
},
{
"name": "find-msvc-tools",
"direct": false,
"version": "0.1.9",
"ecosystem": "crates"
},
{
"name": "fnv",
"direct": false,
"version": "1.0.7",
"ecosystem": "crates"
},
{
"name": "foldhash",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "fs-err",
"direct": false,
"version": "3.3.1",
"ecosystem": "crates"
},
{
"name": "fsevent-sys",
"direct": false,
"version": "4.1.0",
"ecosystem": "crates"
},
{
"name": "futures-core",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-macro",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-task",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-timer",
"direct": false,
"version": "3.0.3",
"ecosystem": "crates"
},
{
"name": "futures-util",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "get-size-derive2",
"direct": false,
"version": "0.7.4",
"ecosystem": "crates"
},
{
"name": "get-size2",
"direct": false,
"version": "0.7.4",
"ecosystem": "crates"
},
{
"name": "getopts",
"direct": false,
"version": "0.2.24",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.2.17",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "glob",
"direct": false,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "globset",
"direct": false,
"version": "0.4.18",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.14.5",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.15.5",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.16.1",
"ecosystem": "crates"
},
{
"name": "hashlink",
"direct": false,
"version": "0.10.0",
"ecosystem": "crates"
},
{
"name": "heck",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "iana-time-zone",
"direct": false,
"version": "0.1.65",
"ecosystem": "crates"
},
{
"name": "iana-time-zone-haiku",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "id-arena",
"direct": false,
"version": "2.3.0",
"ecosystem": "crates"
},
{
"name": "ident_case",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "ignore",
"direct": false,
"version": "0.4.31",
"ecosystem": "crates"
},
{
"name": "indexmap",
"direct": false,
"version": "2.13.0",
"ecosystem": "crates"
},
{
"name": "inotify",
"direct": false,
"version": "0.11.0",
"ecosystem": "crates"
},
{
"name": "inotify-sys",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "insta",
"direct": false,
"version": "1.48.0",
"ecosystem": "crates"
},
{
"name": "insta-cmd",
"direct": false,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "interpolator",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "intrusive-collections",
"direct": false,
"version": "0.9.7",
"ecosystem": "crates"
},
{
"name": "inventory",
"direct": false,
"version": "0.3.21",
"ecosystem": "crates"
},
{
"name": "is-macro",
"direct": false,
"version": "0.3.7",
"ecosystem": "crates"
},
{
"name": "is_executable",
"direct": false,
"version": "1.0.5",
"ecosystem": "crates"
},
{
"name": "is_terminal_polyfill",
"direct": false,
"version": "1.70.2",
"ecosystem": "crates"
},
{
"name": "itertools",
"direct": false,
"version": "0.14.0",
"ecosystem": "crates"
},
{
"name": "itertools",
"direct": false,
"version": "0.15.0",
"ecosystem": "crates"
},
{
"name": "itoa",
"direct": false,
"version": "1.0.17",
"ecosystem": "crates"
},
{
"name": "js-sys",
"direct": false,
"version": "0.3.85",
"ecosystem": "crates"
},
{
"name": "kqueue",
"direct": false,
"version": "1.1.1",
"ecosystem": "crates"
},
{
"name": "kqueue-sys",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "lazy_static",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "leb128fmt",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": "0.2.180",
"ecosystem": "crates"
},
{
"name": "libredox",
"direct": false,
"version": "0.1.12",
"ecosystem": "crates"
},
{
"name": "libsqlite3-sys",
"direct": false,
"version": "0.38.1",
"ecosystem": "crates"
},
{
"name": "linux-raw-sys",
"direct": false,
"version": "0.11.0",
"ecosystem": "crates"
},
{
"name": "lock_api",
"direct": false,
"version": "0.4.14",
"ecosystem": "crates"
},
{
"name": "log",
"direct": false,
"version": "0.4.29",
"ecosystem": "crates"
},
{
"name": "manyhow",
"direct": false,
"version": "0.11.4",
"ecosystem": "crates"
},
{
"name": "manyhow-macros",
"direct": false,
"version": "0.11.4",
"ecosystem": "crates"
},
{
"name": "markdown",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "matchers",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "matchit",
"direct": false,
"version": "0.9.1",
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": false,
"version": "2.8.0",
"ecosystem": "crates"
},
{
"name": "memoffset",
"direct": false,
"version": "0.9.1",
"ecosystem": "crates"
},
{
"name": "mio",
"direct": false,
"version": "1.1.1",
"ecosystem": "crates"
},
{
"name": "nix",
"direct": false,
"version": "0.30.1",
"ecosystem": "crates"
},
{
"name": "nix",
"direct": false,
"version": "0.31.1",
"ecosystem": "crates"
},
{
"name": "notify",
"direct": false,
"version": "8.2.0",
"ecosystem": "crates"
},
{
"name": "notify-debouncer-mini",
"direct": false,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "notify-types",
"direct": false,
"version": "2.1.0",
"ecosystem": "crates"
},
{
"name": "nu-ansi-term",
"direct": false,
"version": "0.50.3",
"ecosystem": "crates"
},
{
"name": "num-traits",
"direct": false,
"version": "0.2.19",
"ecosystem": "crates"
},
{
"name": "objc2",
"direct": false,
"version": "0.6.3",
"ecosystem": "crates"
},
{
"name": "objc2-encode",
"direct": false,
"version": "4.1.0",
"ecosystem": "crates"
},
{
"name": "once_cell",
"direct": false,
"version": "1.21.3",
"ecosystem": "crates"
},
{
"name": "once_cell_polyfill",
"direct": false,
"version": "1.70.2",
"ecosystem": "crates"
},
{
"name": "option-ext",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "ordermap",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "os_str_bytes",
"direct": false,
"version": "7.1.1",
"ecosystem": "crates"
},
{
"name": "parking_lot",
"direct": false,
"version": "0.12.5",
"ecosystem": "crates"
},
{
"name": "parking_lot_core",
"direct": false,
"version": "0.9.12",
"ecosystem": "crates"
},
{
"name": "path-slash",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "pathdiff",
"direct": false,
"version": "0.2.3",
"ecosystem": "crates"
},
{
"name": "phf",
"direct": false,
"version": "0.11.3",
"ecosystem": "crates"
},
{
"name": "phf_codegen",
"direct": false,
"version": "0.11.3",
"ecosystem": "crates"
},
{
"name": "phf_generator",
"direct": false,
"version": "0.11.3",
"ecosystem": "crates"
},
{
"name": "phf_shared",
"direct": false,
"version": "0.11.3",
"ecosystem": "crates"
},
{
"name": "pin-project-lite",
"direct": false,
"version": "0.2.16",
"ecosystem": "crates"
},
{
"name": "pkg-config",
"direct": false,
"version": "0.3.33",
"ecosystem": "crates"
},
{
"name": "portable-atomic",
"direct": false,
"version": "1.13.1",
"ecosystem": "crates"
},
{
"name": "ppv-lite86",
"direct": false,
"version": "0.2.21",
"ecosystem": "crates"
},
{
"name": "pretty_assertions",
"direct": false,
"version": "1.4.1",
"ecosystem": "crates"
},
{
"name": "prettyplease",
"direct": false,
"version": "0.2.37",
"ecosystem": "crates"
},
{
"name": "proc-macro-crate",
"direct": false,
"version": "3.4.0",
"ecosystem": "crates"
},
{
"name": "proc-macro-utils",
"direct": false,
"version": "0.10.0",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": false,
"version": "1.0.106",
"ecosystem": "crates"
},
{
"name": "pyo3",
"direct": false,
"version": "0.29.0",
"ecosystem": "crates"
},
{
"name": "pyo3-build-config",
"direct": false,
"version": "0.29.0",
"ecosystem": "crates"
},
{
"name": "pyo3-ffi",
"direct": false,
"version": "0.29.0",
"ecosystem": "crates"
},
{
"name": "pyo3-macros",
"direct": false,
"version": "0.29.0",
"ecosystem": "crates"
},
{
"name": "pyo3-macros-backend",
"direct": false,
"version": "0.29.0",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": "1.0.47",
"ecosystem": "crates"
},
{
"name": "quote-use",
"direct": false,
"version": "0.8.4",
"ecosystem": "crates"
},
{
"name": "quote-use-macros",
"direct": false,
"version": "0.8.4",
"ecosystem": "crates"
},
{
"name": "r-efi",
"direct": false,
"version": "5.3.0",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": false,
"version": "0.10.0",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": false,
"version": "0.8.5",
"ecosystem": "crates"
},
{
"name": "rand_chacha",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "rand_core",
"direct": false,
"version": "0.10.0",
"ecosystem": "crates"
},
{
"name": "rand_core",
"direct": false,
"version": "0.6.4",
"ecosystem": "crates"
},
{
"name": "redox_syscall",
"direct": false,
"version": "0.5.18",
"ecosystem": "crates"
},
{
"name": "redox_syscall",
"direct": false,
"version": "0.7.1",
"ecosystem": "crates"
},
{
"name": "redox_users",
"direct": false,
"version": "0.5.2",
"ecosystem": "crates"
},
{
"name": "ref-cast",
"direct": false,
"version": "1.0.26",
"ecosystem": "crates"
},
{
"name": "ref-cast-impl",
"direct": false,
"version": "1.0.26",
"ecosystem": "crates"
},
{
"name": "regex",
"direct": false,
"version": "1.13.1",
"ecosystem": "crates"
},
{
"name": "regex-automata",
"direct": false,
"version": "0.4.16",
"ecosystem": "crates"
},
{
"name": "regex-lite",
"direct": false,
"version": "0.1.9",
"ecosystem": "crates"
},
{
"name": "regex-syntax",
"direct": false,
"version": "0.8.11",
"ecosystem": "crates"
},
{
"name": "relative-path",
"direct": false,
"version": "1.9.3",
"ecosystem": "crates"
},
{
"name": "rstest",
"direct": false,
"version": "0.26.1",
"ecosystem": "crates"
},
{
"name": "rstest_macros",
"direct": false,
"version": "0.26.1",
"ecosystem": "crates"
},
{
"name": "ruff_annotate_snippets",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "ruff_db",
"direct": false,
"version": "0.0.0",
"ecosystem": "crates"
},
{
"name": "ruff_diagnostics",
"direct": false,
"version": "0.0.0",
"ecosystem": "crates"
},
{
"name": "ruff_macros",
"direct": false,
"version": "0.0.0",
"ecosystem": "crates"
},
{
"name": "ruff_memory_usage",
"direct": false,
"version": "0.0.0",
"ecosystem": "crates"
},
{
"name": "ruff_notebook",
"direct": false,
"version": "0.0.0",
"ecosystem": "crates"
},
{
"name": "ruff_options_metadata",
"direct": false,
"version": "0.0.0",
"ecosystem": "crates"
},
{
"name": "ruff_python_ast",
"direct": false,
"version": "0.0.0",
"ecosystem": "crates"
},
{
"name": "ruff_python_parser",
"direct": false,
"version": "0.0.0",
"ecosystem": "crates"
},
{
"name": "ruff_python_stdlib",
"direct": false,
"version": "0.0.0",
"ecosystem": "crates"
},
{
"name": "ruff_python_trivia",
"direct": false,
"version": "0.0.0",
"ecosystem": "crates"
},
{
"name": "ruff_source_file",
"direct": false,
"version": "0.0.0",
"ecosystem": "crates"
},
{
"name": "ruff_text_size",
"direct": false,
"version": "0.0.0",
"ecosystem": "crates"
},
{
"name": "rusqlite",
"direct": false,
"version": "0.40.1",
"ecosystem": "crates"
},
{
"name": "rustc-hash",
"direct": false,
"version": "2.1.1",
"ecosystem": "crates"
},
{
"name": "rustc_version",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "rustix",
"direct": false,
"version": "1.1.3",
"ecosystem": "crates"
},
{
"name": "rustversion",
"direct": false,
"version": "1.0.22",
"ecosystem": "crates"
},
{
"name": "ryu",
"direct": false,
"version": "1.0.23",
"ecosystem": "crates"
},
{
"name": "salsa",
"direct": false,
"version": "0.26.0",
"ecosystem": "crates"
},
{
"name": "salsa-macro-rules",
"direct": false,
"version": "0.26.0",
"ecosystem": "crates"
},
{
"name": "salsa-macros",
"direct": false,
"version": "0.26.0",
"ecosystem": "crates"
},
{
"name": "same-file",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "schemars",
"direct": false,
"version": "1.2.2",
"ecosystem": "crates"
},
{
"name": "schemars_derive",
"direct": false,
"version": "1.2.2",
"ecosystem": "crates"
},
{
"name": "scopeguard",
"direct": false,
"version": "1.2.0",
"ecosystem": "crates"
},
{
"name": "semver",
"direct": false,
"version": "1.0.28",
"ecosystem": "crates"
},
{
"name": "serde",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_core",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_derive",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_derive_internals",
"direct": false,
"version": "0.30.0",
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": false,
"version": "1.0.150",
"ecosystem": "crates"
},
{
"name": "serde_spanned",
"direct": false,
"version": "1.1.1",
"ecosystem": "crates"
},
{
"name": "serde_with",
"direct": false,
"version": "3.16.1",
"ecosystem": "crates"
},
{
"name": "serde_with_macros",
"direct": false,
"version": "3.16.1",
"ecosystem": "crates"
},
{
"name": "sharded-slab",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "shlex",
"direct": false,
"version": "1.3.0",
"ecosystem": "crates"
},
{
"name": "similar",
"direct": false,
"version": "2.7.0",
"ecosystem": "crates"
},
{
"name": "similar",
"direct": false,
"version": "3.1.1",
"ecosystem": "crates"
},
{
"name": "siphasher",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "slab",
"direct": false,
"version": "0.4.12",
"ecosystem": "crates"
},
{
"name": "smallvec",
"direct": false,
"version": "1.15.1",
"ecosystem": "crates"
},
{
"name": "static_assertions",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "statrs",
"direct": false,
"version": "0.18.0",
"ecosystem": "crates"
},
{
"name": "strip-ansi-escapes",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "strsim",
"direct": false,
"version": "0.11.1",
"ecosystem": "crates"
},
{
"name": "supports-hyperlinks",
"direct": false,
"version": "3.2.0",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "2.0.118",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "3.0.3",
"ecosystem": "crates"
},
{
"name": "synstructure",
"direct": false,
"version": "0.13.2",
"ecosystem": "crates"
},
{
"name": "target-lexicon",
"direct": false,
"version": "0.13.5",
"ecosystem": "crates"
},
{
"name": "tempfile",
"direct": false,
"version": "3.25.0",
"ecosystem": "crates"
},
{
"name": "terminal_size",
"direct": false,
"version": "0.4.4",
"ecosystem": "crates"
},
{
"name": "thin-vec",
"direct": false,
"version": "0.2.14",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": false,
"version": "2.0.18",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "2.0.18",
"ecosystem": "crates"
},
{
"name": "thread_local",
"direct": false,
"version": "1.1.9",
"ecosystem": "crates"
},
{
"name": "tinyvec",
"direct": false,
"version": "1.10.0",
"ecosystem": "crates"
},
{
"name": "tinyvec_macros",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "toml",
"direct": false,
"version": "1.1.2+spec-1.1.0",
"ecosystem": "crates"
},
{
"name": "toml_datetime",
"direct": false,
"version": "0.7.5+spec-1.1.0",
"ecosystem": "crates"
},
{
"name": "toml_datetime",
"direct": false,
"version": "1.1.1+spec-1.1.0",
"ecosystem": "crates"
},
{
"name": "toml_edit",
"direct": false,
"version": "0.23.10+spec-1.0.0",
"ecosystem": "crates"
},
{
"name": "toml_parser",
"direct": false,
"version": "1.1.2+spec-1.1.0",
"ecosystem": "crates"
},
{
"name": "toml_writer",
"direct": false,
"version": "1.1.1+spec-1.1.0",
"ecosystem": "crates"
},
{
"name": "tracing",
"direct": false,
"version": "0.1.44",
"ecosystem": "crates"
},
{
"name": "tracing-attributes",
"direct": false,
"version": "0.1.31",
"ecosystem": "crates"
},
{
"name": "tracing-core",
"direct": false,
"version": "0.1.36",
"ecosystem": "crates"
},
{
"name": "tracing-flame",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "tracing-log",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "tracing-subscriber",
"direct": false,
"version": "0.3.23",
"ecosystem": "crates"
},
{
"name": "tracing-tree",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "ty_static",
"direct": false,
"version": "0.0.1",
"ecosystem": "crates"
},
{
"name": "unicode-id",
"direct": false,
"version": "0.3.6",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": false,
"version": "1.0.24",
"ecosystem": "crates"
},
{
"name": "unicode-normalization",
"direct": false,
"version": "0.1.25",
"ecosystem": "crates"
},
{
"name": "unicode-width",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "unicode-xid",
"direct": false,
"version": "0.2.6",
"ecosystem": "crates"
},
{
"name": "unicode_names2",
"direct": false,
"version": "1.3.0",
"ecosystem": "crates"
},
{
"name": "unicode_names2_generator",
"direct": false,
"version": "1.3.0",
"ecosystem": "crates"
},
{
"name": "utf8parse",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "uuid",
"direct": false,
"version": "1.24.0",
"ecosystem": "crates"
},
{
"name": "valuable",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "vcpkg",
"direct": false,
"version": "0.2.15",
"ecosystem": "crates"
},
{
"name": "vte",
"direct": false,
"version": "0.14.1",
"ecosystem": "crates"
},
{
"name": "walkdir",
"direct": false,
"version": "2.5.0",
"ecosystem": "crates"
},
{
"name": "wasi",
"direct": false,
"version": "0.11.1+wasi-snapshot-preview1",
"ecosystem": "crates"
},
{
"name": "wasip2",
"direct": false,
"version": "1.0.2+wasi-0.2.9",
"ecosystem": "crates"
},
{
"name": "wasip3",
"direct": false,
"version": "0.4.0+wasi-0.3.0-rc-2026-01-06",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen",
"direct": false,
"version": "0.2.108",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro",
"direct": false,
"version": "0.2.108",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro-support",
"direct": false,
"version": "0.2.108",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-shared",
"direct": false,
"version": "0.2.108",
"ecosystem": "crates"
},
{
"name": "wasm-encoder",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "wasm-metadata",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "wasmparser",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "web-time",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "which",
"direct": false,
"version": "8.0.5",
"ecosystem": "crates"
},
{
"name": "wild",
"direct": false,
"version": "2.2.1",
"ecosystem": "crates"
},
{
"name": "winapi-util",
"direct": false,
"version": "0.1.11",
"ecosystem": "crates"
},
{
"name": "windows-core",
"direct": false,
"version": "0.62.2",
"ecosystem": "crates"
},
{
"name": "windows-implement",
"direct": false,
"version": "0.60.2",
"ecosystem": "crates"
},
{
"name": "windows-interface",
"direct": false,
"version": "0.59.3",
"ecosystem": "crates"
},
{
"name": "windows-link",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "windows-result",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "windows-strings",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.59.0",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.60.2",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.61.2",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.53.5",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnullvm",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "winnow",
"direct": false,
"version": "0.7.14",
"ecosystem": "crates"
},
{
"name": "winnow",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "wit-bindgen",
"direct": false,
"version": "0.51.0",
"ecosystem": "crates"
},
{
"name": "wit-bindgen-core",
"direct": false,
"version": "0.51.0",
"ecosystem": "crates"
},
{
"name": "wit-bindgen-rust",
"direct": false,
"version": "0.51.0",
"ecosystem": "crates"
},
{
"name": "wit-bindgen-rust-macro",
"direct": false,
"version": "0.51.0",
"ecosystem": "crates"
},
{
"name": "wit-component",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "wit-parser",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "yansi",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "zerocopy",
"direct": false,
"version": "0.8.39",
"ecosystem": "crates"
},
{
"name": "zerocopy-derive",
"direct": false,
"version": "0.8.39",
"ecosystem": "crates"
},
{
"name": "zip",
"direct": false,
"version": "0.6.6",
"ecosystem": "crates"
},
{
"name": "zmij",
"direct": false,
"version": "1.0.21",
"ecosystem": "crates"
},
{
"name": "hypothesis",
"direct": false,
"version": "6.131.15",
"ecosystem": "pypi"
},
{
"name": "maturin",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": "9.0.2",
"ecosystem": "pypi"
},
{
"name": "ruff",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "ty",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "zensical",
"direct": false,
"version": "0.0.51",
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 339,
"direct_count": 0,
"indirect_count": 339
}
},
"maintainership": {
"issues": {
"open_prs": 5,
"merged_prs": 741,
"open_issues": 33,
"closed_ratio": 0.879,
"closed_issues": 239,
"closed_unmerged_prs": 98
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "MatthewMckee4",
"commits": 689,
"avatar_url": "https://avatars.githubusercontent.com/u/119673440?v=4"
},
{
"type": "User",
"login": "BitWeaverDev",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/288751066?v=4"
},
{
"type": "User",
"login": "OmChillure",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/127024836?v=4"
},
{
"type": "User",
"login": "bschoenmaeckers",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/7943856?v=4"
},
{
"type": "User",
"login": "tyanochkuby",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/79365416?v=4"
},
{
"type": "User",
"login": "arimu1",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/19286898?v=4"
},
{
"type": "User",
"login": "my1e5",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/10064103?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.989
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build-wheels.yml",
"ci.yml",
"pr-benchmarks.yml",
"release-prepare.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"security_signals": {
"lockfiles": [
"Cargo.lock"
],
"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": "30 out of 30 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": 0,
"reason": "Found 0/29 approved changesets -- score normalized to 0",
"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": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 26 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": 8,
"reason": "dependency not pinned by hash detected -- score normalized to 8",
"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": 10,
"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": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 5,
"reason": "5 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "749252deef6b0eeb38b4d0fb850f66956dfcdbba",
"ran_at": "2026-08-01T22:38:21Z",
"aggregate_score": 5.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-08-01T22:37:07Z",
"oldest_open_prs": [
{
"number": 1003,
"created_at": "2026-07-17T22:24:48Z",
"last_comment_at": "2026-07-26T16:49:14Z",
"last_comment_author": "github-actions"
},
{
"number": 1036,
"created_at": "2026-07-25T11:42:09Z",
"last_comment_at": "2026-07-25T13:07:26Z",
"last_comment_author": "MatthewMckee4"
},
{
"number": 1037,
"created_at": "2026-07-25T11:59:59Z",
"last_comment_at": "2026-07-25T12:10:22Z",
"last_comment_author": "github-actions"
},
{
"number": 1109,
"created_at": "2026-08-01T15:35:38Z",
"last_comment_at": "2026-08-01T15:47:41Z",
"last_comment_author": "github-actions"
},
{
"number": 1111,
"created_at": "2026-08-01T15:40:13Z",
"last_comment_at": "2026-08-01T15:51:52Z",
"last_comment_author": "github-actions"
}
],
"last_merged_pr_at": "2026-08-01T22:16:36Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 106,
"created_at": "2025-07-14T23:07:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 176,
"created_at": "2025-10-30T13:54:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 297,
"created_at": "2025-12-03T00:49:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 617,
"created_at": "2026-03-29T15:19:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 765,
"created_at": "2026-05-05T17:54:29Z",
"last_comment_at": "2026-07-10T23:18:12Z",
"last_comment_author": "MatthewMckee4"
},
{
"number": 952,
"created_at": "2026-07-12T21:56:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 953,
"created_at": "2026-07-12T21:56:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 957,
"created_at": "2026-07-12T21:56:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 961,
"created_at": "2026-07-12T22:09:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 963,
"created_at": "2026-07-12T22:09:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 969,
"created_at": "2026-07-12T22:31:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 973,
"created_at": "2026-07-12T23:28:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 974,
"created_at": "2026-07-12T23:28:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 975,
"created_at": "2026-07-12T23:28:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 976,
"created_at": "2026-07-12T23:28:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 977,
"created_at": "2026-07-12T23:28:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 978,
"created_at": "2026-07-12T23:44:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 979,
"created_at": "2026-07-12T23:44:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 981,
"created_at": "2026-07-12T23:44:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 982,
"created_at": "2026-07-12T23:44:45Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/MatthewMckee4/karva",
"host": "github.com",
"name": "karva",
"owner": "MatthewMckee4"
},
"metrics": {
"overall": {
"key": "overall",
"band": "excellent",
"name": "Overall health",
"note": "The weighted overall 73 is calibrated to 87 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 73,
"calibrated": 87,
"calibration": "2026-08-02"
}
}
],
"value": 87,
"inputs": {
"security": 67,
"vitality": 90,
"community": 59,
"governance": 57,
"calibration": "2026-08-02",
"engineering": 88,
"ai_readiness": 89,
"weighted_overall_raw": 73
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 90,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"commits_last_year": 636,
"human_commit_share": 0.74,
"days_since_last_push": 0,
"active_weeks_last_year": 37
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "37/52 weeks with commits",
"points": 25.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 37
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "636 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 636
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 26 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": "0.0.1-alpha.10",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 24.1
},
"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 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~24.1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 24.1
}
}
],
"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": "exceptional",
"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": 2,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 2 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 2
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 59,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"forks": 6,
"stars": 31,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "31 stars",
"points": 24,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 31
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "6 forks",
"points": 5.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 6
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"readme_badge_services": [],
"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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 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": 58,
"inputs": {
"packages": [
"karva"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 2875
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,875 downloads/month across pypi",
"points": 46.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2875,
"ecosystems": "pypi"
}
}
],
"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": 57,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.989
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 99% of commits",
"points": 0.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 99
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 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": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 73,
"inputs": {
"merged_prs": 741,
"open_issues": 33,
"closed_issues": 239,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.879,
"closed_unmerged_prs": 98,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "88% of issues closed",
"points": 36.9,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 88
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "741/839 decided PRs merged",
"points": 26.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 741,
"decided": 839
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"followers": 48,
"owner_type": "User",
"is_verified": null,
"owner_login": "MatthewMckee4",
"public_repos": 24,
"account_age_days": 1338
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "48 followers of MatthewMckee4",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 48,
"login": "MatthewMckee4"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "24 public repos, account ~3 yr old",
"points": 17.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 24
}
},
{
"code": "account_age_years",
"params": {
"years": 3
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"karva"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"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": "excellent",
"name": "Engineering Quality",
"value": 88,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "exceptional",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 94,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "5 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 5
}
}
],
"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": 16,
"status": "met",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 9.6,
"status": "met",
"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": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://matthewmckee4.github.io/karva/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://matthewmckee4.github.io/karva/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 67,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 59,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 5.8
},
"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": "30 out of 30 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 0/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 26 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 8",
"points": 4,
"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 detected",
"points": 5,
"status": "met",
"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": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "5 existing vulnerabilities detected",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 336 resolved dependencies against OSV; 3 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 336
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 3
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 10,
"affected_packages": 6,
"assessed_packages": 336,
"unassessed_packages": 3,
"affected_by_severity": "high 1, moderate 2, low 2, unknown 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": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"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": 336,
"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": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 7
},
"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": "excellent",
"name": "AI Readiness",
"value": 89,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 4412
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "74 of 74 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 74,
"sampled": 74
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 88,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"justfile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"python/karva/py.typed"
],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"crates/karva/Cargo.toml",
"crates/karva_benchmark/Cargo.toml",
"crates/karva_cache/Cargo.toml",
"crates/karva_cli/Cargo.toml",
"crates/karva_collector/Cargo.toml",
"crates/karva_combine/Cargo.toml",
"crates/karva_coverage/Cargo.toml",
"crates/karva_dev/Cargo.toml",
"crates/karva_diagnostic/Cargo.toml",
"crates/karva_logging/Cargo.toml",
"crates/karva_macros/Cargo.toml",
"crates/karva_metadata/Cargo.toml",
"crates/karva_project/Cargo.toml",
"crates/karva_python/Cargo.toml",
"crates/karva_python_semantic/Cargo.toml",
"crates/karva_runner/Cargo.toml",
"crates/karva_snapshot/Cargo.toml",
"crates/karva_static/Cargo.toml",
"crates/karva_test_semantic/Cargo.toml",
"crates/karva_version/Cargo.toml",
"crates/karva_worker/Cargo.toml"
],
"dependency_bot_commit_share": 0.23
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "justfile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "justfile"
}
}
],
"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": 11,
"status": "met",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "python/karva/py.typed",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "python/karva/py.typed"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "23 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 23,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 8",
"points": 8,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 86552,
"source_files_sampled": 236,
"oversized_source_files": 1
},
"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": "1/236 source files over 60KB",
"points": 54.8,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 236,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 8
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:pypi",
"weight": 6
},
{
"tier": "description",
"label": "library",
"source": "description:library",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"deps.dev does not index pypi:karva@0.0.1a10; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-08-01T22:38:37.640655Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/MatthewMckee4/karva.svg",
"full_name": "MatthewMckee4/karva",
"license_state": "standard",
"license_spdx": "MIT"
}