Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 394,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 234697
},
"pushed_at": "2026-07-28T13:40:26Z",
"created_at": "2025-12-17T09:41:22Z",
"owner_type": "Organization",
"updated_at": "2026-07-28T13:46:18Z",
"description": "Rust crate for finding and manipulating differences between files (implementes patch / diff with fuzzy matching). Fork of `diffy` by Brandon Williams.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://prefix.dev",
"name": "prefix.dev",
"type": "Organization",
"login": "prefix-dev",
"company": null,
"location": "Germany",
"followers": 558,
"avatar_url": "https://avatars.githubusercontent.com/u/111356225?v=4",
"created_at": "2022-08-16T11:17:32Z",
"is_verified": null,
"public_repos": 41,
"account_age_days": 1442
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.5.3",
"kind": "patch",
"published_at": "2026-07-28T13:40:27Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2026-07-04T15:09:58Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2026-02-24T08:05:26Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-02-24T07:01:11Z"
},
{
"tag": "v0.4.5",
"kind": "patch",
"published_at": "2026-01-15T17:15:23Z"
},
{
"tag": "v0.4.4",
"kind": "patch",
"published_at": "2026-01-02T09:59:50Z"
},
{
"tag": "v0.4.3",
"kind": "patch",
"published_at": "2025-12-17T14:49:30Z"
}
],
"recent_commits": [
{
"oid": "678614af423ed1420c2a03a894cbd28e1ce3bbbb",
"body": null,
"is_bot": false,
"headline": "chore: release v0.5.3 (#21)",
"author_name": "Wolf Vollprecht",
"author_login": "wolfv",
"committed_at": "2026-07-28T13:39:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abb2fb305d8fdae80a0f0f2f897c1d8236f205cb",
"body": "The reverse round-trip heuristic in is_diff_applied_with_config\nmisclassified deletion-only patches as already applied: reversing a\ndeletion yields an insertion diff, which applies to the *un*patched\ncontent just as well (duplicating the still-present lines) and\nround-trips cleanly back to the input\n[…]\ne normalization per config, but\nno similarity threshold and no fuzz). This mirrors GNU patch's\n'previously applied' detection and has neither the forward-apply nor\nthe reverse-round-trip failure mode.",
"is_bot": false,
"headline": "fix: detect already-applied diffs via post-image matching (#20)",
"author_name": "Wolf Vollprecht",
"author_login": "wolfv",
"committed_at": "2026-07-28T13:33:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4317da54993a0e65e2fd3183a0e01662d381d0e1",
"body": null,
"is_bot": false,
"headline": "chore: release v0.5.2 (#15)",
"author_name": "Wolf Vollprecht",
"author_login": "wolfv",
"committed_at": "2026-07-04T15:09:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31337d4f302360ad46e8cccbb7b1ecc3ce357f4e",
"body": "Add primitives to detect whether a diff is already applied to a base\nimage, so callers (e.g. rattler-build) can warn-and-skip instead of\nsilently re-applying a merged-upstream patch.\n\n- `is_diff_applied_with_config(base, diff, config) -> bool`: robust\n reverse round-trip check.\n- `apply_bytes_repor\n[…]\nlonger matches) or succeed while wrongly re-applying the change (e.g.\nduplicating an inserted line). The already-applied case is therefore\ndetected via a reverse round-trip, never via a forward no-op.",
"is_bot": false,
"headline": "feat: add is_diff_applied_with_config and apply_bytes_reporting (#18)",
"author_name": "Wolf Vollprecht",
"author_login": "wolfv",
"committed_at": "2026-07-04T14:48:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9f974b95ef1cf0fbfe3c24bd23e6cdc5c1e0fb87",
"body": null,
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v7 (#17)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-03T15:46:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07c7d5805513f89702d6f258625a6cbd1631b7a0",
"body": null,
"is_bot": true,
"headline": "chore(deps): update rust to v1.96.1 (#16)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-01T13:33:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8e7d936d04e63bd336a77da70838367722d1790",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Add renovate.json (#13)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-03-01T08:25:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45d8ecc5e18c9107a5a5585660cf694ccccf6e99",
"body": null,
"is_bot": false,
"headline": "chore: release v0.5.1 (#12)",
"author_name": "Wolf Vollprecht",
"author_login": "wolfv",
"committed_at": "2026-02-24T08:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8c3258efd55caa242751d50c5cb256abbf9fd2a",
"body": null,
"is_bot": false,
"headline": "fix: issue with a/, b/ and /dev/null (#11)",
"author_name": "Wolf Vollprecht",
"author_login": "wolfv",
"committed_at": "2026-02-24T08:02:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53cd191e6b753c9935fb40ea4c3e546668812e22",
"body": null,
"is_bot": false,
"headline": "chore: release v0.5.0 (#10)",
"author_name": "Wolf Vollprecht",
"author_login": "wolfv",
"committed_at": "2026-02-24T07:00:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2942062c9316cdc492d0fef72ba7ce0707c4473f",
"body": null,
"is_bot": false,
"headline": "fix: strip `a/` and `b/` for plain patches as well (#9)",
"author_name": "Wolf Vollprecht",
"author_login": "wolfv",
"committed_at": "2026-02-19T23:13:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95c8ea135bac7d778ec0e02539facc4639f6d08a",
"body": null,
"is_bot": false,
"headline": "chore: release v0.4.5 (#6)",
"author_name": "Wolf Vollprecht",
"author_login": "wolfv",
"committed_at": "2026-01-15T17:13:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73370202456b6c3e3e652cb7b36f252699f19fe7",
"body": null,
"is_bot": false,
"headline": "Reduce MSRV to 1.88 (#7)",
"author_name": "Martin Pool",
"author_login": "sourcefrog",
"committed_at": "2026-01-15T15:46:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de5d67291538468c31c0586dd209de4ee0fbf185",
"body": null,
"is_bot": false,
"headline": "docs: document and doctest `Patch::original` (#5)",
"author_name": "Martin Pool",
"author_login": "sourcefrog",
"committed_at": "2026-01-15T05:42:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18d424f88200423355fe7d7821e809271034c3f4",
"body": null,
"is_bot": false,
"headline": "properly use trusted publishing",
"author_name": "Wolf Vollprecht",
"author_login": "wolfv",
"committed_at": "2026-01-02T09:58:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7071c77617a97e5bd6cfddb8fb243b49670d7a78",
"body": null,
"is_bot": false,
"headline": "use trusted publishing",
"author_name": "Wolf Vollprecht",
"author_login": "wolfv",
"committed_at": "2026-01-02T09:55:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74cb34e6cdd78e595c9255b0bfe396624b6d6ebb",
"body": null,
"is_bot": false,
"headline": "chore: release v0.4.4 (#4)",
"author_name": "Wolf Vollprecht",
"author_login": "wolfv",
"committed_at": "2025-12-31T09:59:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "601454fad2900ca96f6cf7eb3dc8bbdca22d0525",
"body": null,
"is_bot": false,
"headline": "fix: improve fuzzy patch application and improve error messages (#3)",
"author_name": "Wolf Vollprecht",
"author_login": "wolfv",
"committed_at": "2025-12-31T09:41:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5c8a332c832f7dfd8e1028673ddf17782fa18a2",
"body": null,
"is_bot": false,
"headline": "chore: release v0.4.3 (#2)",
"author_name": "Wolf Vollprecht",
"author_login": "wolfv",
"committed_at": "2025-12-17T14:48:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c370bd7dbb65e1aed2de1575535ea090484de5d",
"body": null,
"is_bot": false,
"headline": "Add banner image to README.md",
"author_name": "Wolf Vollprecht",
"author_login": "wolfv",
"committed_at": "2025-12-17T14:44:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6367d0759a2f6d4912f52672843175fc9c6a44fb",
"body": null,
"is_bot": false,
"headline": "fix: install clippy & fmt with toolchain file (#1)",
"author_name": "Wolf Vollprecht",
"author_login": "wolfv",
"committed_at": "2025-12-17T14:30:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5de364a378c40be7900a759c6b87f3340967908c",
"body": null,
"is_bot": false,
"headline": "fix release-plz",
"author_name": "Wolf Vollprecht",
"author_login": "wolfv",
"committed_at": "2025-12-17T14:17:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92fbf48d468f5d87c71c209655428bc48d5d8d9f",
"body": null,
"is_bot": false,
"headline": "update github actions and add release-plz",
"author_name": "Wolf Vollprecht",
"author_login": "wolfv",
"committed_at": "2025-12-17T14:06:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "665dc9885733b37cd48bf211da5bceab15639f1f",
"body": null,
"is_bot": false,
"headline": "update snapshot tests, update all names, add rust-toolchain.toml file",
"author_name": "Wolf Vollprecht",
"author_login": "wolfv",
"committed_at": "2025-12-17T13:55:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dac8d5845e6d942004f3e81b80e49767cae279af",
"body": null,
"is_bot": false,
"headline": "rename to flickzeug",
"author_name": "Wolf Vollprecht",
"author_login": "wolfv",
"committed_at": "2025-12-17T09:41:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63377faae8a8aee053e4130ffd0189d6f3119d63",
"body": "* feat: add ApplyResult with change statistics\n\nImplements a feature to return detailed statistics about patch application,\nincluding:\n- Number of lines added, deleted, and context lines\n- Number of hunks applied\n- Whether any changes were made (detect already-applied patches)\n\nThe apply functions n\n[…]\ne src/apply.rs\n\n* Update src/apply.rs\n\n* Update src/apply.rs\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>\nCo-authored-by: Valentin Kharin <33205215+remimimimimi@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: add `ApplyResult` with change statistics (#5)",
"author_name": "Bas Zalmstra",
"author_login": "baszalmstra",
"committed_at": "2025-11-07T13:29:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0ee342981a9af49ec24821e0259c06746854f480",
"body": null,
"is_bot": false,
"headline": "fix: properly parse pure renames in git diffs (#4)",
"author_name": "Wolf Vollprecht",
"author_login": "wolfv",
"committed_at": "2025-10-28T10:45:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f916e25c31a8d9e7483116c9e8aa6a36e20f947a",
"body": null,
"is_bot": false,
"headline": "feat: fixing clippy and separating github jobs for lint and test (#3)",
"author_name": "Denizhan Dakılır",
"author_login": "zelosleone",
"committed_at": "2025-08-15T16:19:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "857e4c362115e31266f7703a14bd08a6d3b96f82",
"body": null,
"is_bot": false,
"headline": "feat: parse indicated range to delimit hunks",
"author_name": "Denizhan Dakılır",
"author_login": "zelosleone",
"committed_at": "2025-08-13T14:37:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da81bf4ceb4a5b9e6f9c43616a4a74aabf50a29b",
"body": null,
"is_bot": false,
"headline": "Remove debug print",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-06-24T09:10:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9bd30d74ee65887586528cb0e887bc198d61ed3",
"body": "- Add strategies for line end handling\n- Refactor some thing alongside\n\nThis commit should be split in multiple commits, but it is what it is.",
"is_bot": false,
"headline": "Proper line end handling",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-06-24T08:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59465dc60755201ffd61d2beaee939d667b0efdf",
"body": null,
"is_bot": false,
"headline": "Add line ending module",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-06-23T14:02:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8f1b4890d6111fc288cea587e53d3f965e6cce2",
"body": null,
"is_bot": false,
"headline": "Use `fuzzy_eq` instead of `similarity`",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-06-23T12:21:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7df4c4f70309e6e20bb7a6222e5644aa0d4129a2",
"body": null,
"is_bot": false,
"headline": "fix: formatting",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-06-23T07:36:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25a7da77f509a55d66e89bbc1c39c566d278e161",
"body": null,
"is_bot": false,
"headline": "fix: refactor names",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-06-23T07:35:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3f8a7ce61f7ebdc97afe9fc468db5d7e6bbc369",
"body": null,
"is_bot": false,
"headline": "feat: make apply error more readable and attempt to debug print str",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-06-20T12:12:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb99c1909bd9072ee8d686f4509ea01b9546d140",
"body": null,
"is_bot": false,
"headline": "Cowify Hunk",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-06-18T09:02:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75c620fc52bb5a7661288017591105682cf24b46",
"body": null,
"is_bot": false,
"headline": "Expose apply_bytes_with_config",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-06-17T09:06:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ba150fc0d4876dd36ccd27c23524ee0e199b629",
"body": null,
"is_bot": false,
"headline": "Implement Ord for all patch related types",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-06-16T08:58:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52626e0bd360a59eb01d758928fa1725f8e893ab",
"body": null,
"is_bot": false,
"headline": "Make ParserConfig field public",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-06-10T16:12:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dc1112feaa83d42687a1cc3b6dce3e598b48a10",
"body": "Check for similarity instead of direct matching as fallback for fuzzy\nmatching when it doesn't have enough context lines.",
"is_bot": false,
"headline": "Fix fuzzy patch application",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-06-09T22:24:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "018a44f36e0458959455fca5f538fc60c59a8351",
"body": null,
"is_bot": false,
"headline": "Fix test for fuzzy patch application",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-06-09T22:17:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e325c97c7db37ce6fd4f33e7e78dd27ff4214287",
"body": null,
"is_bot": false,
"headline": "Handle more edge cases",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-06-09T15:58:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b725c62449ddc741f8470f442e020deb5d9b24b",
"body": null,
"is_bot": false,
"headline": "Add Hunk range strategies as parser option",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-06-09T15:57:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "723532349257e3c8132dc394da5d01797422ef7b",
"body": "make patch application fuzzy",
"is_bot": false,
"headline": "Merge pull request #1 from wolfv/patches",
"author_name": "Valentin Kharin",
"author_login": "remimimimimi",
"committed_at": "2025-06-03T18:43:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a9a2d819dc005a3a7ca0e37822dfd4626d2f341",
"body": null,
"is_bot": false,
"headline": "remove custom levenshtein",
"author_name": "Wolf Vollprecht",
"author_login": "wolfv",
"committed_at": "2025-06-01T11:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd70d8e5e95a0ebcd5aa71366b560c11d1a50cd8",
"body": null,
"is_bot": false,
"headline": "make patch application fuzzy",
"author_name": "Wolf Vollprecht",
"author_login": "wolfv",
"committed_at": "2025-06-01T11:25:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94432c9e039dbd8dde9e111c7598067129a73fb7",
"body": null,
"is_bot": false,
"headline": "fix(parse_file_name): add another filename terminator",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-05-22T17:10:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "518448370b4e86d9430c5670522e7fda6287f94a",
"body": null,
"is_bot": false,
"headline": "fix(parser): just incorrect parsing in patches case",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-05-18T16:42:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4c7bf1f4697a4c04a8d951a30e68a1ea43176a4",
"body": null,
"is_bot": false,
"headline": "fix(parser): tolerate newlines at the eof",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-05-18T16:10:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37dd2b2cb67a924cfe7da45c35efeba2c191daf3",
"body": null,
"is_bot": false,
"headline": "fix(parser): handle another hunk break line",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-05-18T12:46:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ef17929e427a3ca2eb999cd92ce1dca3f8e7454",
"body": null,
"is_bot": false,
"headline": "fix(parser): tolarate hunk lines count difference",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-05-18T12:46:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8859a75c9914fec739b7a27f7da41b4fd1d94db8",
"body": null,
"is_bot": false,
"headline": "fix(parser): handle another hunk end",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-05-18T12:27:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f8395e622b7ab1d56b205363d3351543390bc40",
"body": null,
"is_bot": false,
"headline": "fix(patch::pares): store result in snapshot of a test",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-05-18T11:09:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "264922901d35341c81c75185ed2f8fffc6a60ffc",
"body": null,
"is_bot": false,
"headline": "test: git mail patch preamble",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-05-18T09:14:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "222510a514405e928f2ce8286fdd38b4e99cbb82",
"body": "Also, bumped MSRV, applied clippy fixes and wrote tests.",
"is_bot": false,
"headline": "feat: parse multiple patches",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-05-17T23:17:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4de4f1565189ecca6c135f29f88128629ed2d272",
"body": null,
"is_bot": false,
"headline": "feat: custom error type",
"author_name": "remimimimimi",
"author_login": "remimimimimi",
"committed_at": "2025-05-17T20:21:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4813ce76ff097eea79e6071754184d4909c42ac0",
"body": null,
"is_bot": false,
"headline": "diffy 0.4.2",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2025-01-30T00:44:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63ee6ebb41583cc69eb6e60a6706ca195e0b2be7",
"body": null,
"is_bot": false,
"headline": "chore: add comment about requirement to work with in-memory text",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2025-01-30T00:41:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78e2fdd3aa2e9c97657311b76f1858af8fa19b45",
"body": "Add support for configuring `--suppress-blank-empty` as is possible with\r\nGNU diff and git-diff. This allows suppressing the trailing space that\r\nwould otherwise exist when formatting a patch with an empty context\r\nline.",
"is_bot": false,
"headline": "patch: add support for configuring suppress_blank_empty (#38)",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2025-01-29T23:01:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acff31e44f780e10b9ede00c0104e55bc4ffd4fc",
"body": "Allow configuring the \"No newline at end of file\" message from being\r\nprinted when formatting a patch.",
"is_bot": false,
"headline": "patch: allow configuring the \"No newline at end of file\" message (#37)",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2025-01-29T22:22:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7df5fb59ec0b16d56280152f59fcafdd31222a2",
"body": null,
"is_bot": false,
"headline": "diffy 0.4.1",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2025-01-29T19:53:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26322ac1995451a258f821e193cd2616cd6d5bb3",
"body": "Add the ability to change the filenames in patches produced by `DiffOptions`.\r\n\r\n---------\r\n\r\nCo-authored-by: Brandon Williams <brandon@mystenlabs.com>",
"is_bot": false,
"headline": "feat: control filenames in DiffOptions (#36)",
"author_name": "Eric Holk",
"author_login": "eholk",
"committed_at": "2025-01-29T18:21:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b36b9818ab8111ebe498670368d798431a9e82d7",
"body": null,
"is_bot": false,
"headline": "diffy 0.4.0",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2024-06-14T20:42:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "046e479b10ff8c451832bcd77d6eec10e4b9121a",
"body": "This removes winapi (in favor of the better maintained windows-sys) in the dependency graph\r\n\r\n---------\r\n\r\nCo-authored-by: Brandon Williams <bwilliams.eng@gmail.com>",
"is_bot": false,
"headline": "Chore: upgraded nu-ansi-term",
"author_name": "daladim",
"author_login": "daladim",
"committed_at": "2024-06-14T20:40:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1bef7b440e2501c28d434a8885b75759f9bb98e",
"body": "Fix a bug and correctly identify merge conflicts between inserts and\ndeletes.",
"is_bot": false,
"headline": "merge: correctly identify conflicts",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2024-06-14T20:36:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aafb6351c4bf1aefd27c19b223b108412308b1b7",
"body": null,
"is_bot": false,
"headline": "chore: update msrv to 1.62.1",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2024-06-14T19:57:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "824674ee823e82f45f5498c113f4934233b8910e",
"body": null,
"is_bot": false,
"headline": "added reverse operation to reverse a patch (#26)",
"author_name": "Brandon Pollack",
"author_login": "brandonpollack23",
"committed_at": "2024-01-10T19:35:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34377f1ae634d44d78848f4471a3215ee9c7bd73",
"body": null,
"is_bot": false,
"headline": "clippy: fix small lint error with newer version of clippy (#27)",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2024-01-10T19:30:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a9c69c92eef9cf78d18e2688ac6125ec7427e59",
"body": null,
"is_bot": false,
"headline": "diffy 0.3.0",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2022-08-29T17:48:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab0590822dfd0fae80deae908ae7cb07841a81e5",
"body": "Replace unmaintained ansi_term dependency with nu_ansi_term in order to address [RUSTSEC-2021-0139](https://rustsec.org/advisories/RUSTSEC-2021-0139).",
"is_bot": false,
"headline": "chore: replace unmaintained ansi_term dependency with nu_ansi_term (#18)",
"author_name": "Georg Semmler",
"author_login": "weiznich",
"committed_at": "2022-08-29T17:45:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c3c7a843a8d6f60b930aa47b30c602b90b4b397",
"body": null,
"is_bot": false,
"headline": "chore: update MSRV to 1.51 (#19)",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2022-08-29T17:38:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7579560af5123c0adb85ef59ee5ec22e96546bc4",
"body": "This patch improves the worst case performance of finding a position to\napply a hunk by clamping the starting search position to the length of\nthe original image that is being patched. This bounds the search\nalgorithm to O(original image lines) instead of an unbounded number\nbased on the hunk header (which could be arbitrarily large and\nincorrect).\n\nThe test case added in this patch would, before this patch, take >200ms\nto run while it takes ~30us to run with this patch applied.\n\nFixes: #17",
"is_bot": false,
"headline": "apply: reduce the search space for finding a position to apply a hunk",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2022-07-29T16:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69245cfac6cc7bc1f0d1e0df5f76b16c83a9d175",
"body": null,
"is_bot": false,
"headline": "diffy 0.2.2",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2022-02-01T03:24:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bf48df71a9c215fef089973753c7f04c3c40aed",
"body": "Fixes: #16",
"is_bot": false,
"headline": "patch: correctly parse patches with adjacent hunks",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2022-02-01T03:22:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ae0cf3a01ec2651027da5bed3209b16aef6fc5a",
"body": null,
"is_bot": false,
"headline": "diffy 0.2.1",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2021-01-27T18:44:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59cf37a5a644a46341e58e9d552778e2e1a95cc2",
"body": "Fix a bug where the incorrect range was being used when outputting the\npart of a merge where changes are present in both 'ours' and 'theirs',\ne.g. the `MergeRange::Both` case. `MergeRange::Both` is a tuple of\n(Range<'ours>, Range<'theirs>) and the range corresponding to 'ours' was\nbeing used to index into the 'theirs' slice. Correct this by instead using the\n'ours' range to index into the 'ours' slice.\n\nFixes: #9",
"is_bot": false,
"headline": "merge: use correct range when outputting result",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2021-01-27T18:37:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e858a0915a155e847478fbd9fb447a0edad9d412",
"body": null,
"is_bot": false,
"headline": "diffy 0.2.0",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2020-07-07T15:13:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39f787f1f34bf0888c5d2ffccd833774daa33bd3",
"body": "Change the original and modified filenames for a Patch to be optional,\nwrapping them in an `Option` type. Also allow for parsing patches which\nare missing filename headers.",
"is_bot": false,
"headline": "patch: make filenames optional",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2020-07-07T14:52:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6453d35c6b3400fa392c9501b8db19435a19ce47",
"body": null,
"is_bot": false,
"headline": "rust: test minimum supported rust version",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2020-07-07T03:50:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8b94d2a8f3c88092e55c9cf779ecb9666a392e0",
"body": null,
"is_bot": false,
"headline": "patch: remove unnecessary call to as_deref",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2020-07-07T03:50:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d21534a99512850b61e87175fbf1f7735d71ca7a",
"body": null,
"is_bot": false,
"headline": "utils: add Eq + Hash bounds to Default impl for Classifier",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2020-07-07T03:47:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c85ab55242af71d4206be562de37b0b2d629d2f2",
"body": null,
"is_bot": false,
"headline": "merge: remove the matches! macro again",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2020-07-07T03:43:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "690f2fabe1ca66dc33884588ceaf81d8993bc687",
"body": null,
"is_bot": false,
"headline": "docs: add some docs about the bytes interface",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2020-07-07T03:21:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c53b7ccbc86406df5c384b822d59d6392020c2c8",
"body": null,
"is_bot": false,
"headline": "diff: export a create_patch_bytes function",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2020-07-07T03:02:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88afd8d1adade26d2e5e07450ff6674a75aa6f9d",
"body": null,
"is_bot": false,
"headline": "merge: export a merge_bytes function",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2020-07-07T03:00:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49842f0b807f7d288e204663cea21cab1d295967",
"body": null,
"is_bot": false,
"headline": "tests: also test byte patches",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2020-07-07T02:01:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8cc46a53971203eb9384fa7df3e19fa3ebba36c",
"body": null,
"is_bot": false,
"headline": "patch: correctly parse quoted filenames",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2020-07-07T02:00:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c518c01d0ea18920e917ff5ea54134c02ffe0da0",
"body": null,
"is_bot": false,
"headline": "patch: enable parsing a Patch from bytes",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2020-07-07T02:00:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b84da1edf2cbed1c45f009f46eeb768778be344c",
"body": null,
"is_bot": false,
"headline": "apply: add apply_bytes function",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2020-07-07T02:00:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cafb25deb5fe9afc5593f787ed6d1cd635a5163",
"body": null,
"is_bot": false,
"headline": "merge: add merge_bytes function",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2020-07-07T02:00:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b80af564c72b5711ed7e2e0fc824ebce773b41c",
"body": null,
"is_bot": false,
"headline": "diff: add create_patch_bytes function",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2020-07-07T02:00:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6db223d33a1442d0d6f2c71c927b6a1c146c7a5a",
"body": "Add the Text helper trait for abstracting across `str` and `[u8]` input.",
"is_bot": false,
"headline": "utils: add Text helper trait",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2020-07-07T02:00:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "518c8a18c42d7108fa195d7dc23cfec1c5fea86f",
"body": null,
"is_bot": false,
"headline": "format: add write_into interface",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2020-07-07T02:00:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b332a78186a6366335b8eead387dd42e0c65d70f",
"body": "In preparation for adding a bytes interface, convert Patch, Hunk, and\nLine to take a generic parameter.",
"is_bot": false,
"headline": "patch: convert Patch, Hunk, and Line to be generic",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2020-07-07T02:00:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fa30caad1092dc28b3d7252c39a41bdd6b454a5",
"body": "* It is not needed, we can do use explicit pattern matching there\r\n* It increases the minimal supported rust version to 1.42",
"is_bot": false,
"headline": "merge: do not use `matches!` macro (#4)",
"author_name": "Georg Semmler",
"author_login": "weiznich",
"committed_at": "2020-07-03T13:45:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe09ab83f16f87e3f8f2ed658aed18e88e05890d",
"body": null,
"is_bot": false,
"headline": "diffy 0.1.1",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2020-07-02T01:50:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be38bc1a1beb2348fff2feb4b8c23f0a808de3e9",
"body": "Publicly export the function `apply` enabling the aplication of a patch\nto a base image.",
"is_bot": false,
"headline": "apply: make public",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2020-07-02T01:41:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3a1664473ff1bbefeb3c1744f14a53aae5365ad",
"body": "Make Patch::from_str public enabling the parsing of patch files from a\nstring.",
"is_bot": false,
"headline": "patch: make Patch::from_str public",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2020-07-02T01:41:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31448b204dd605b67864b3399717c96963f28c40",
"body": null,
"is_bot": false,
"headline": "patch: impl Error for ParsePatchError",
"author_name": "Brandon Williams",
"author_login": "bmwill",
"committed_at": "2020-07-02T01:40:35Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 29,
"latest_release_at": "2026-07-28T13:40:27Z",
"latest_release_tag": "v0.5.3",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 10,
"days_since_latest_release": 0,
"mean_days_between_releases": 37.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "flickzeug",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"diff",
"merge",
"patch",
"text-processing"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/flickzeug",
"is_deprecated": false,
"latest_version": "0.5.3",
"repository_url": "https://github.com/prefix-dev/flickzeug",
"versions_count": 8,
"total_downloads": 128621,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 26482,
"first_published_at": "2025-12-17T14:21:10.448240Z",
"latest_published_at": "2026-07-28T13:40:22.949061Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 2,
"stars": 12,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2026-01-15",
"count": 1
},
{
"date": "2026-02-19",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml"
],
"largest_source_bytes": 46462,
"source_files_sampled": 14,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "nu-ansi-term",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.50"
},
{
"name": "strsim",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.11.1"
},
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0.12"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 18,
"open_issues": 1,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "bmwill",
"commits": 130,
"avatar_url": "https://avatars.githubusercontent.com/u/6741899?v=4"
},
{
"type": "User",
"login": "remimimimimi",
"commits": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/33205215?v=4"
},
{
"type": "User",
"login": "wolfv",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/885054?v=4"
},
{
"type": "User",
"login": "zelosleone",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/71423969?v=4"
},
{
"type": "User",
"login": "sourcefrog",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/346355?v=4"
},
{
"type": "User",
"login": "weiznich",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1674512?v=4"
},
{
"type": "User",
"login": "baszalmstra",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/4995967?v=4"
},
{
"type": "User",
"login": "brandonpollack23",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/8592875?v=4"
},
{
"type": "User",
"login": "eholk",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/105766?v=4"
},
{
"type": "User",
"login": "daladim",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6873361?v=4"
}
],
"contributors_sampled": 10,
"top_contributor_share": 0.688
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"ci.yml",
"release-plz.yml",
"rustdoc.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "18 out of 18 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 2/27 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 16 contributing companies or organizations",
"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": 5,
"reason": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "678614af423ed1420c2a03a894cbd28e1ce3bbbb",
"ran_at": "2026-07-29T04:33:33Z",
"aggregate_score": 4.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-28T13:41:10Z",
"oldest_open_prs": [
{
"number": 8,
"created_at": "2026-02-12T14:56:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 19,
"created_at": "2026-07-09T15:06:41Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-28T13:39:47Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 14,
"created_at": "2026-03-01T08:25:35Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/prefix-dev/flickzeug",
"host": "github.com",
"name": "flickzeug",
"owner": "prefix-dev"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"security": 47,
"vitality": 77,
"community": 43,
"governance": 59,
"engineering": 46
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 77,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"commits_last_year": 29,
"human_commit_share": 0.97,
"days_since_last_push": 0,
"active_weeks_last_year": 10
},
"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": "10/52 weeks with commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 10
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "29 commits in the last year",
"points": 13.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 29
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v0.5.3",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 37.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"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 ~37.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 37.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 43,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"forks": 2,
"stars": 12,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "12 stars",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 12
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"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": 74,
"inputs": {
"packages": [
"flickzeug"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 128621,
"monthly_downloads": 26482
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "26,482 downloads/month across crates",
"points": 59,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 26482,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 10,
"top_contributor_share": 0.688
},
"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 69% of commits",
"points": 7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 69
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "10 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 10
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 16 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"merged_prs": 18,
"open_issues": 1,
"closed_issues": 0,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "18/18 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 18,
"decided": 18
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"followers": 558,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "prefix-dev",
"public_repos": 41,
"account_age_days": 1442
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "558 followers of prefix-dev",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 558,
"login": "prefix-dev"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "41 public repos, account ~3 yr old",
"points": 19.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 41
}
},
{
"code": "account_age_years",
"params": {
"years": 3
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"flickzeug"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 46,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "18 out of 18 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 47,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 47,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "18 out of 18 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 2/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 16 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 17
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 47,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.722,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "70 of 97 human commits state their intent (structured subject or explanatory body)",
"points": 38.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 70,
"sampled": 97
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [
"Cargo.toml"
],
"dependency_bot_commit_share": 0.03
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "3 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 3,
"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 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 46462,
"source_files_sampled": 14,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/14 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 14,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.14.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index crates:flickzeug@0.5.3; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-29T04:33:48.954546Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/prefix-dev/flickzeug.svg",
"full_name": "prefix-dev/flickzeug",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}