Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 66,
"has_wiki": true,
"homepage": null,
"languages": {
"Rust": 26136
},
"pushed_at": "2025-10-17T12:41:41Z",
"created_at": "2017-01-08T22:48:33Z",
"owner_type": "User",
"updated_at": "2026-07-12T20:48:15Z",
"description": "Cross platform Rust library for checking whether two file paths are the same file.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Unlicense",
"default_branch": "master",
"license_spdx_raw": "Unlicense",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://burntsushi.net",
"name": "Andrew Gallant",
"type": "User",
"login": "BurntSushi",
"company": "@openai",
"location": "Marlborough, MA",
"followers": 12917,
"avatar_url": "https://avatars.githubusercontent.com/u/456674?v=4",
"created_at": "2010-10-27T16:54:30Z",
"is_verified": null,
"public_repos": 182,
"account_age_days": 5758
},
"license": {
"state": "standard",
"spdx_id": "Unlicense",
"raw_spdx": "Unlicense",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.0.6",
"kind": "patch",
"published_at": "2020-01-11T17:02:29Z"
},
{
"tag": "1.0.5",
"kind": "patch",
"published_at": "2019-07-16T12:11:24Z"
},
{
"tag": "1.0.4",
"kind": "patch",
"published_at": "2018-10-29T10:59:54Z"
},
{
"tag": "1.0.3",
"kind": "patch",
"published_at": "2018-08-25T03:16:06Z"
},
{
"tag": "1.0.2",
"kind": "patch",
"published_at": "2018-01-10T01:03:11Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2017-12-30T20:55:52Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2017-10-21T04:06:23Z"
},
{
"tag": "0.1.3",
"kind": "patch",
"published_at": "2017-02-01T12:31:23Z"
},
{
"tag": "0.1.2",
"kind": "patch",
"published_at": "2017-01-14T01:00:45Z"
},
{
"tag": "0.1.1",
"kind": "patch",
"published_at": "2017-01-09T02:40:00Z"
},
{
"tag": "0.1.0",
"kind": "minor",
"published_at": "2017-01-08T23:00:39Z"
}
],
"recent_commits": [
{
"oid": "e7d851bc8e888200d6d08ab612d4cb9b5e53bdf7",
"body": null,
"is_bot": false,
"headline": "lint: fix an unused return value warning",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2025-10-17T12:41:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "515331d881205ed5ae962eefdd19ab04641c964c",
"body": "Redox has been part of the Unix family since 2019, so we can simplify\r\nthe cfg attributes by removing the explicit Redox checks.\r\n\r\nFixes #58",
"is_bot": false,
"headline": "cfg: remove redundant Redox cfg attributes",
"author_name": "Soroosh Srd",
"author_login": "Soroushsrd",
"committed_at": "2025-02-05T12:04:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbe5aa3acc9ed6fa7c8bab9f598ee80ca2863d5f",
"body": null,
"is_bot": false,
"headline": "github: add FUNDING",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2024-09-25T20:47:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6db8cd9dcffee487e2769fef492361859ea2655d",
"body": null,
"is_bot": false,
"headline": "rust: fix for 2021 edition",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2023-10-06T01:44:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a015024a9d739904d12ca735fa0d1c2b37d0dffc",
"body": "Basically just to fix CI. I don't have the time to worry about MSRV\nenough to make CI work for such an old version, so just bump it.",
"is_bot": false,
"headline": "ci: bump MSRV to Rust 1.60",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2023-10-06T01:41:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4808c9bd0c19634f68b5ee7694d87f61e1c6d57d",
"body": null,
"is_bot": false,
"headline": "ci: update OS versions to 'latest' and switch to dtolnay",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2023-05-26T13:25:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c807412ef1ddda2498e2ea7a98df66308ad34cca",
"body": "PR #51",
"is_bot": false,
"headline": "tests: replace \"cfg(test)\" with \"cfg(doctest)\" for readme testing",
"author_name": "Guillaume Gomez",
"author_login": "GuillaumeGomez",
"committed_at": "2020-05-07T12:06:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5799cd323b8eefd17a089c950dac113f66c89c9e",
"body": null,
"is_bot": false,
"headline": "1.0.6",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2020-01-11T17:02:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3082787d2a980833825b1e78225c6aeaab5c9629",
"body": null,
"is_bot": false,
"headline": "ci: switch to GitHub actions",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2020-01-11T17:01:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75beb80eb9cc5c0f1ff668a927305e39da5ba793",
"body": null,
"is_bot": false,
"headline": "style: use rustfmt",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2020-01-11T17:01:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37db168d806e83130e463da62dea7bd3d8f22146",
"body": null,
"is_bot": false,
"headline": "edition: switch to Rust 2018",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2020-01-11T17:01:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60555477482df19c2e5068adcb32e823a43437dd",
"body": null,
"is_bot": false,
"headline": "msrv: document policy and bump to 1.34.0",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2020-01-11T17:01:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edcf5600d2c4da25bc5f26c2b6e56d95692f0e34",
"body": "Closes #48",
"is_bot": false,
"headline": "doc: add tests for README file",
"author_name": "Guillaume Gomez",
"author_login": "GuillaumeGomez",
"committed_at": "2020-01-11T17:01:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0185dfdc9425a7b8c7e5e639691d5b83af735e89",
"body": "This looks like it may have been intended in #17 but appears to\r\nhave been omitted by accident.\r\n\r\nPR #49",
"is_bot": false,
"headline": "api: reexport `Hash` impl for top-level `Handle`",
"author_name": "Alex Crichton",
"author_login": "alexcrichton",
"committed_at": "2020-01-11T16:47:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4205e2e1ed77cf202bfabaf85dcb021e396cec34",
"body": null,
"is_bot": false,
"headline": "1.0.5",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2019-07-16T12:11:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcbd9099b85af4d93691cce7d10ba84a3242eae3",
"body": null,
"is_bot": false,
"headline": "cleanup: drop rand, fix warnings",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2019-07-16T12:08:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b121320aa324632db66749072b375bb554790cdb",
"body": "This commit adds an \"unknown\" module as a catch-all for\r\nunsupported platforms (non-Unix, non-Windows). This is\r\nuseful for platforms like WASM that don't support these\r\nprimitives.\r\n\r\nWhile one defensible approach would be the status quo,\r\nthis would require dependents to treat `same-file` (and all\n[…]\nconcern here is that adding this in a release\r\nmeans we are committing to it. So if this turns out to be a\r\nmistake, we can't remove it without a major version bump.\r\nThe risk here seems pretty small.",
"is_bot": false,
"headline": "api: add unknown module",
"author_name": "Robert Masen",
"author_login": "FreeMasen",
"committed_at": "2019-07-16T11:59:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f553ec5b520764d2f63ddae89789e7f418dd4fc3",
"body": null,
"is_bot": false,
"headline": "1.0.4",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2018-10-29T10:59:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c2688363a60b17d203747b62301bb256fec62f3",
"body": "PR #44",
"is_bot": false,
"headline": "ci: exclude CI files",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2018-10-29T10:59:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd9fc8c58abbe4f920631b0bf7fbc5c8d7e2d11e",
"body": null,
"is_bot": false,
"headline": "exclude CI files",
"author_name": "Igor Gnatenko",
"author_login": "igor-raits",
"committed_at": "2018-10-27T21:29:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c499d0288a82bfbe21416c513dc6f66eec70ddd1",
"body": null,
"is_bot": false,
"headline": "1.0.3",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2018-08-25T03:16:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c238a23ff69164f8fb8e33d089f9b6946b52d6ae",
"body": "This replaces various ffi bindings in the Windows implementation with\nnicer wrappers from winapi-util.",
"is_bot": false,
"headline": "windows: use winapi-util",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2018-08-25T03:15:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6dde6e51aa9cb8f2dc2e853b52e4e523a0a6a2c",
"body": null,
"is_bot": false,
"headline": "doc: fix example documentation",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2018-08-25T03:15:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14434ecca8c1a8becfb629ed93f24cefd840e71a",
"body": "Fixes #38",
"is_bot": false,
"headline": "license: use the correct licenses",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2018-01-17T19:54:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf634efb240710354183d228145a42155ace3fde",
"body": null,
"is_bot": false,
"headline": "1.0.2",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2018-01-10T01:03:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8393a32036dde5131d3c6d8f45946b907c741871",
"body": "Fixes #36",
"is_bot": false,
"headline": "win: Eq impls should be reflexive",
"author_name": "Chae Jubb",
"author_login": "cjubb39",
"committed_at": "2018-01-10T01:02:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab8af2afcefc81c2e609f22cc79f479e19574f56",
"body": null,
"is_bot": false,
"headline": "bump rand to 0.4",
"author_name": "Igor Gnatenko",
"author_login": null,
"committed_at": "2017-12-31T14:05:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be39368b9da043b705099f14a905bbcf1e777d40",
"body": null,
"is_bot": false,
"headline": "1.0.1",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2017-12-30T20:55:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba62f1597ea2e335e443ec77b72df5481dc9b8f0",
"body": null,
"is_bot": false,
"headline": "win: upgrade to winapi 0.3",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2017-12-30T20:55:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd1e8f5b20d2ad3c06e7e45b6d8de22ca3d77aac",
"body": null,
"is_bot": false,
"headline": "1.0.0",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2017-10-21T04:06:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0355102a1114d22565675dab6aee7179d6a9aa49",
"body": null,
"is_bot": false,
"headline": "readme: update to 1.0",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2017-10-21T04:06:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e50f5a68d9d8ae1ff19ebd6da321c6411bbd397d",
"body": null,
"is_bot": false,
"headline": "style: switch from try! to ?",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2017-10-21T04:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d01d3a002704c71b85b1526ab4a12210d16bf13a",
"body": null,
"is_bot": false,
"headline": "formatting",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2017-10-21T04:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5312058649eb783035483b7a30152c5dc36ee451",
"body": null,
"is_bot": false,
"headline": "ci: bump to Rust 1.17",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2017-10-21T04:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1279db613a3795f437b2060de69e6ace119d39a",
"body": "\r\nFixes #30",
"is_bot": false,
"headline": "Have travis build on osx as well",
"author_name": "Alex Gurganus",
"author_login": "gurgalex",
"committed_at": "2017-10-05T10:44:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be98505cde8949963ada85eb8fb08a25a0db773c",
"body": null,
"is_bot": false,
"headline": "Fix typo 'unqiue' -> 'unique' inode numbers unique",
"author_name": "Alex Gurganus",
"author_login": "gurgalex",
"committed_at": "2017-10-02T10:29:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06f9376b143e238c4c1942dbf25c28240fd238bc",
"body": null,
"is_bot": false,
"headline": "Fix typo 'checked' -> 'check'",
"author_name": "Alex Gurganus",
"author_login": "gurgalex",
"committed_at": "2017-10-02T10:29:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "538a80b904105783b74305cb786746e7a4b2e5eb",
"body": null,
"is_bot": false,
"headline": "add note about handle equality",
"author_name": "Ashley Mannix",
"author_login": "KodrAus",
"committed_at": "2017-08-07T11:00:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c09246184b28390a47a5ba8697e7f339031167d",
"body": "Fixes #7\nFixes #8",
"is_bot": false,
"headline": "Note why `Handle` methods in `win` and `unix` won't panic",
"author_name": "Vsevolod Zubarev",
"author_login": "yandexx",
"committed_at": "2017-08-03T12:57:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6660cb0f607ebf3f77ade867cfd6aeacd5ecfa4d",
"body": null,
"is_bot": false,
"headline": "Clarify that \"dev\" and \"ino\" are unix only.",
"author_name": "gurgalex",
"author_login": "gurgalex",
"committed_at": "2017-08-03T11:19:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6cd7ddb15ed8de91af09453384dfc68c09dab21",
"body": "\r\nFixes #12",
"is_bot": false,
"headline": "Adds `html_root` attribute",
"author_name": "Levi Cole",
"author_login": "levicole",
"committed_at": "2017-08-02T14:34:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1238ab7a091ab1004cc1e7445d4e7d1f914063bd",
"body": null,
"is_bot": false,
"headline": "derive Hash on Key.",
"author_name": "Andy Gauge",
"author_login": "AndyGauge",
"committed_at": "2017-07-30T21:57:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a012a1b9d52db75eed390ed49c39887c2dac1b2a",
"body": null,
"is_bot": false,
"headline": "implement Hash for Handle",
"author_name": "Andy Gauge",
"author_login": "AndyGauge",
"committed_at": "2017-07-30T21:57:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a678a8ff8bf5a3d608e3871cf08884c8e4053122",
"body": "Fixes #3\nFixes #4",
"is_bot": false,
"headline": "Examples and Errors for Handle",
"author_name": "Vsevolod Zubarev",
"author_login": "yandexx",
"committed_at": "2017-07-30T21:49:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8498f48fb4335b84d1d2b2100b4bcc71288cb94",
"body": "Fixes #9",
"is_bot": false,
"headline": "Add hyperlinks to items in docs prose",
"author_name": "Vsevolod Zubarev",
"author_login": "yandexx",
"committed_at": "2017-07-27T14:07:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a569f2568a2e7cc6ea0663e6ef1b2f88a0f791d",
"body": "Fixes #6",
"is_bot": false,
"headline": "Replace `try!` with `?` in examples",
"author_name": "Vsevolod Zubarev",
"author_login": "yandexx",
"committed_at": "2017-07-27T14:06:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff28ce6f1822e31266bfef6b32062003680a3f34",
"body": "Fixes #5",
"is_bot": false,
"headline": "Add Errors Section to `same_file` method",
"author_name": "Vsevolod Zubarev",
"author_login": "yandexx",
"committed_at": "2017-07-25T20:58:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21322f60398d538c6c633c4dc771533ae584dc91",
"body": "\r\nFixes #11",
"is_bot": false,
"headline": "Added tests for Sync and Send",
"author_name": "Andrew Gauger",
"author_login": "AndyGauge",
"committed_at": "2017-07-25T13:12:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "452ea22ccc68e5a93693482d2aa3090508b34280",
"body": null,
"is_bot": false,
"headline": "0.1.3",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2017-02-01T12:31:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "413e46c6bd01c3f643afc3089a94e78e8e8d09e7",
"body": null,
"is_bot": false,
"headline": "Add redox support",
"author_name": "Jeremy Soller",
"author_login": "jackpot51",
"committed_at": "2017-02-01T12:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "971a4258fe7062f6b0794abf0f711f63dc6c543b",
"body": null,
"is_bot": false,
"headline": "0.1.2",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2017-01-14T01:00:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ff42899c383e799001921c03160ba7b07fd43d3",
"body": "In my Windows 7 VM, if no pipe is attached to stdout, then getting the\nfile info on the stdout handle returns an ERROR_INVALID_HANDLE. However,\non Windows 10, the error returned is \"incorrect function.\"\n\nSince the specific error seems to not be stable, we switch to interpreting\nany error as \"nothing is attached to this std device.\"",
"is_bot": false,
"headline": "Tweak std handle construction.",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2017-01-14T01:00:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a13c7c8fd0a803d5f4577a0f1c2d8a994bde754",
"body": null,
"is_bot": false,
"headline": "0.1.1",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2017-01-09T02:40:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbf6959d054292e9652065cb37f4256eaf990e84",
"body": "1. Expose the dev/inode numbers on Unix. This is useful for doing a\n quick comparison that can lead to a false positive but not a false\n negative.\n2. If the underlying file handle is a \"std\" (stdin/stdout/stderr) handle,\n then be careful not to drop it since it will close the stream.",
"is_bot": false,
"headline": "A couple of fixes.",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2017-01-09T02:39:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b3e4499c04ff41974593425c7710a90785517d6",
"body": null,
"is_bot": false,
"headline": "fix license in README",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2017-01-09T00:09:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73e9d02cf61f0a1162063bc249a52508f1f82d87",
"body": null,
"is_bot": false,
"headline": "tweak when CI runs",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2017-01-08T23:03:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6a8f2849469a21bbdc0b6957dc50f9cc01974da",
"body": null,
"is_bot": false,
"headline": "0.1.0",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2017-01-08T23:00:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4c4a6fac40dbc246be4324f403004f0cc00dfb1",
"body": null,
"is_bot": false,
"headline": "minimum Rust is 1.10.0",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2017-01-08T22:50:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af8d9aa742ae36401f37b4ff125e446ccf522938",
"body": null,
"is_bot": false,
"headline": "initial commit",
"author_name": "Andrew Gallant",
"author_login": "BurntSushi",
"committed_at": "2017-01-08T22:49:45Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 1,
"latest_release_at": "2020-01-11T17:02:29Z",
"latest_release_tag": "1.0.6",
"releases_from_tags": true,
"days_since_last_push": 289,
"active_weeks_last_year": 1,
"days_since_latest_release": 2395,
"mean_days_between_releases": 122
},
"artifacts": {
"collected": true,
"structure": [
"tree.cargo_lib"
],
"declarations": []
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [
"github.com"
],
"total": 1,
"header": 1,
"collected": true,
"has_inspect_badge": false
},
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "same-file",
"exists": true,
"license": "Unlicense/MIT",
"keywords": [
"same",
"equal",
"inode",
"file"
],
"ecosystem": "crates",
"categories": [],
"matches_repo": true,
"registry_url": "https://crates.io/crates/same-file",
"declared_type": null,
"is_deprecated": false,
"latest_version": "1.0.6",
"repository_url": "https://github.com/BurntSushi/same-file",
"versions_count": 11,
"total_downloads": 524682661,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 41697136,
"first_published_at": "2017-01-08T23:00:41.755668Z",
"latest_published_at": "2020-01-11T17:02:30.960838Z",
"latest_version_yanked": false,
"days_since_latest_publish": 2395
}
]
},
"popularity": {
"forks": 27,
"stars": 124,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2017-07-24",
"count": 2
},
{
"date": "2017-08-02",
"count": 1
},
{
"date": "2017-08-04",
"count": 1
},
{
"date": "2017-10-04",
"count": 1
},
{
"date": "2017-11-05",
"count": 1
},
{
"date": "2017-12-31",
"count": 1
},
{
"date": "2018-01-09",
"count": 1
},
{
"date": "2018-10-09",
"count": 1
},
{
"date": "2018-12-18",
"count": 1
},
{
"date": "2019-04-24",
"count": 1
},
{
"date": "2019-05-01",
"count": 1
},
{
"date": "2019-05-21",
"count": 1
},
{
"date": "2019-10-04",
"count": 1
},
{
"date": "2019-11-14",
"count": 1
},
{
"date": "2020-06-06",
"count": 1
},
{
"date": "2020-11-04",
"count": 1
},
{
"date": "2021-09-16",
"count": 1
},
{
"date": "2022-07-15",
"count": 1
},
{
"date": "2023-10-09",
"count": 1
},
{
"date": "2025-06-23",
"count": 1
},
{
"date": "2025-10-01",
"count": 1
},
{
"date": "2025-11-15",
"count": 1
},
{
"date": "2026-04-09",
"count": 1
},
{
"date": "2026-05-20",
"count": 1
},
{
"date": "2026-06-28",
"count": 1
},
{
"date": "2026-07-03",
"count": 1
}
],
"complete": true,
"collected": 27,
"total_forks": 27
},
"star_history": null,
"open_issues_and_prs": 11
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml"
],
"largest_source_bytes": 16215,
"source_files_sampled": 6,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 4,
"malicious_count": 0,
"assessed_package": "crates:same-file@1.0.6",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "doc-comment",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "winapi-util",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 2,
"direct_count": 0,
"indirect_count": 2
}
},
"maintainership": {
"issues": {
"open_prs": 5,
"merged_prs": 23,
"open_issues": 6,
"closed_ratio": 0.833,
"closed_issues": 30,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "BurntSushi",
"commits": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/456674?v=4"
},
{
"type": "User",
"login": "yandexx",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/661937?v=4"
},
{
"type": "User",
"login": "gurgalex",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/28968644?v=4"
},
{
"type": "User",
"login": "AndyGauge",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/6525150?v=4"
},
{
"type": "User",
"login": "GuillaumeGomez",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/3050060?v=4"
},
{
"type": "User",
"login": "alexcrichton",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/64996?v=4"
},
{
"type": "User",
"login": "KodrAus",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6721458?v=4"
},
{
"type": "User",
"login": "cjubb39",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3459231?v=4"
},
{
"type": "User",
"login": "igor-raits",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/2866862?v=4"
},
{
"type": "User",
"login": "jackpot51",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/7741236?v=4"
}
],
"contributors_sampled": 13,
"top_contributor_share": 0.621
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"ci.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": 0,
"reason": "0 out of 9 merged PRs checked by a CI test -- score normalized to 0",
"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": 2,
"reason": "Found 7/25 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 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": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": "e7d851bc8e888200d6d08ab612d4cb9b5e53bdf7",
"ran_at": "2026-08-03T03:49:06Z",
"aggregate_score": 3.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 0,
"decided_7d": 0,
"merged_30d": 0,
"authors_30d": 0,
"decided_30d": 0,
"sample_size": 26,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 0,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 0,
"newcomer_decided_30d": 0
},
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 54,
"created_at": "2021-09-16T23:38:39Z",
"last_comment_at": "2024-06-05T09:14:14Z",
"last_comment_author": "SLESTM"
},
{
"number": 64,
"created_at": "2026-04-09T02:19:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 65,
"created_at": "2026-04-11T01:55:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 66,
"created_at": "2026-05-20T00:31:16Z",
"last_comment_at": "2026-07-08T15:19:45Z",
"last_comment_author": "xtqqczze"
},
{
"number": 67,
"created_at": "2026-07-03T21:42:10Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2025-02-05T12:04:52Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 52,
"created_at": "2021-05-18T23:00:30Z",
"last_comment_at": "2021-05-18T23:09:10Z",
"last_comment_author": "BurntSushi"
},
{
"number": 53,
"created_at": "2021-09-04T04:50:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 55,
"created_at": "2022-01-13T17:17:51Z",
"last_comment_at": "2022-01-13T17:20:52Z",
"last_comment_author": "chris-morgan"
},
{
"number": 59,
"created_at": "2023-12-05T08:45:23Z",
"last_comment_at": "2023-12-05T14:05:02Z",
"last_comment_author": "kayabaNerve"
},
{
"number": 61,
"created_at": "2025-06-02T20:19:07Z",
"last_comment_at": "2025-06-02T22:50:23Z",
"last_comment_author": "BurntSushi"
},
{
"number": 63,
"created_at": "2025-10-17T05:08:49Z",
"last_comment_at": "2025-10-17T12:50:32Z",
"last_comment_author": "BurntSushi"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/BurntSushi/same-file",
"host": "github.com",
"name": "same-file",
"owner": "BurntSushi"
},
"metrics": {
"overall": {
"key": "overall",
"band": "weak",
"name": "Overall health",
"note": "The weighted overall 44 is calibrated to 41 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 44,
"calibrated": 41,
"calibration": "2026-08-02"
}
}
],
"value": 41,
"inputs": {
"security": 47,
"vitality": 17,
"community": 61,
"governance": 63,
"calibration": "2026-08-02",
"engineering": 34,
"ai_readiness": 38,
"weighted_overall_raw": 44
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 17,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 7,
"inputs": {
"commits_last_year": 1,
"human_commit_share": 1,
"days_since_last_push": 289,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 289 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 289
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "1 commits in the last year",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 1
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"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": 32,
"inputs": {
"releases_count": 11,
"latest_release_tag": "1.0.6",
"releases_from_tags": true,
"days_since_latest_release": 2395,
"mean_days_between_releases": 122
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2395 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2395
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~122 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 122
}
}
],
"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": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [
"dependencies_clean"
],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 1,
"unanswered_open_issues": 3,
"days_since_last_merged_pr": 545,
"days_since_last_human_commit": 291,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 291 days, with nothing left unanswered; held at dormant by no affected dependency",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 291
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "no affected dependency"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 61,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"forks": 27,
"stars": 124,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "124 stars",
"points": 33.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 124
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "27 forks",
"points": 11.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 27
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 1,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [
"github.com"
],
"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 (Unlicense)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Unlicense"
}
}
],
"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": "exceptional",
"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": 100,
"inputs": {
"packages": [
"same-file"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 524682661,
"monthly_downloads": 41697136
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "41,697,136 downloads/month across crates",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 41697136,
"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": 63,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 13,
"top_contributor_share": 0.621
},
"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 62% of commits",
"points": 8.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 62
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "13 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 13
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"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": 74,
"inputs": {
"merged_prs": 23,
"open_issues": 6,
"closed_issues": 30,
"prs_merged_7d": 0,
"prs_decided_7d": 0,
"prs_merged_30d": 0,
"prs_decided_30d": 0,
"issue_closed_ratio": 0.833,
"closed_unmerged_prs": 3,
"first_time_authors_30d": 0,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "83% of issues closed",
"points": 35,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 83
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "23/26 decided PRs merged",
"points": 26.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 23,
"decided": 26
}
}
],
"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 7/25 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"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": 75,
"inputs": {
"followers": 12917,
"owner_type": "User",
"is_verified": null,
"owner_login": "BurntSushi",
"public_repos": 182,
"account_age_days": 5758
},
"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": "12,917 followers of BurntSushi",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 12917,
"login": "BurntSushi"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "182 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 182
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"same-file"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 2395
},
"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 2395 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2395
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "11 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 11
}
}
],
"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": 34,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 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": "0 out of 9 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "weak",
"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": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.4
},
"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": "0 out of 9 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 7/25 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 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": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the crates:same-file@1.0.6 runtime dependency closure — what installing the published package pulls in — 4 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "crates:same-file@1.0.6",
"assessed": 4
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 4,
"unassessed_packages": 0,
"affected_by_severity": "none",
"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": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"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": 4,
"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. 1 match(es) from contributors below the commit-weight threshold (fewer than 50 commits and under 10% of sampled commits) are recorded for review and do not affect the score.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
},
{
"code": "jurisdiction_below_threshold",
"params": {
"count": 1
}
}
],
"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": [
{
"role": "contributor_organization",
"count": 1,
"country": "Russia"
}
],
"assessed_self_published_locations": 18
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match; 1 match(es) below the commit-weight threshold (<50 commits and <10% of commits), review-only",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
},
{
"code": "jurisdiction_below_threshold",
"params": {
"count": 1,
"share": 10,
"commits": 50
}
}
],
"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": "weak",
"name": "AI Readiness",
"value": 38,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.441,
"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": "26 of 59 human commits state their intent (structured subject or explanatory body)",
"points": 23.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 26,
"sampled": 59
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 24,
"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,
"toolchain_manifests": [
"Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 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": "no agent-authored commits among the last 59",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 59
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 16215,
"source_files_sampled": 6,
"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/6 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 6,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? 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": 11
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:crates",
"weight": 6
},
{
"tier": "structure",
"label": "library",
"source": "tree.cargo_lib",
"weight": 3
},
{
"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"
],
"report_type": "repository",
"generated_at": "2026-08-03T03:49:20.207925Z",
"schema_version": "0.30.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/BurntSushi/same-file.svg",
"full_name": "BurntSushi/same-file",
"license_state": "standard",
"license_spdx": "Unlicense"
}