原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"nuget",
"msbuild-task",
"ilrepack",
"ilmerge"
],
"is_fork": false,
"size_kb": 113,
"has_wiki": true,
"homepage": null,
"languages": {
"C#": 18518
},
"pushed_at": "2026-07-11T13:27:43Z",
"created_at": "2016-12-21T10:31:22Z",
"owner_type": "User",
"updated_at": "2026-07-28T10:57:27Z",
"description": "MSBuild task for ILRepack which is an open-source alternative to ILMerge.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "C#",
"significant_languages": [
"C#"
]
},
"owner": {
"blog": "https://rbsoft.org",
"name": "Ravi Patel",
"type": "User",
"login": "ravibpatel",
"company": null,
"location": null,
"followers": 186,
"avatar_url": "https://avatars.githubusercontent.com/u/2221060?v=4",
"created_at": "2012-08-26T08:06:58Z",
"is_verified": null,
"public_repos": 21,
"account_age_days": 5091
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.0.46",
"kind": "patch",
"published_at": "2026-07-11T13:27:43Z"
},
{
"tag": "v2.0.45",
"kind": "patch",
"published_at": "2026-05-15T17:17:08Z"
},
{
"tag": "v2.0.44.2",
"kind": "other",
"published_at": "2026-03-23T05:15:04Z"
},
{
"tag": "v2.0.44.1",
"kind": "other",
"published_at": "2025-11-04T06:40:17Z"
},
{
"tag": "v2.0.44",
"kind": "patch",
"published_at": "2025-09-29T06:32:53Z"
},
{
"tag": "v2.0.43",
"kind": "patch",
"published_at": "2025-06-05T05:21:13Z"
},
{
"tag": "v2.0.40",
"kind": "patch",
"published_at": "2025-02-28T12:33:30Z"
},
{
"tag": "v2.0.37",
"kind": "patch",
"published_at": "2025-02-10T13:31:45Z"
},
{
"tag": "v2.0.34.2",
"kind": "other",
"published_at": "2024-08-17T09:02:53Z"
},
{
"tag": "v2.0.34.1",
"kind": "other",
"published_at": "2024-07-15T18:56:10Z"
},
{
"tag": "v2.0.34",
"kind": "patch",
"published_at": "2024-06-12T06:56:21Z"
},
{
"tag": "v2.0.33",
"kind": "patch",
"published_at": "2024-05-24T18:21:48Z"
},
{
"tag": "v2.0.32",
"kind": "patch",
"published_at": "2024-05-07T06:08:23Z"
},
{
"tag": "v2.0.31",
"kind": "patch",
"published_at": "2024-04-23T07:32:13Z"
},
{
"tag": "v2.0.29",
"kind": "patch",
"published_at": "2024-04-01T06:37:45Z"
},
{
"tag": "v2.0.26",
"kind": "patch",
"published_at": "2024-01-11T07:01:12Z"
},
{
"tag": "v2.0.25",
"kind": "patch",
"published_at": "2024-01-08T10:56:48Z"
},
{
"tag": "v2.0.22",
"kind": "patch",
"published_at": "2024-01-04T09:30:00Z"
},
{
"tag": "v2.0.18.2",
"kind": "other",
"published_at": "2020-11-13T08:56:14Z"
},
{
"tag": "v2.0.18.1",
"kind": "other",
"published_at": "2020-04-21T12:27:23Z"
},
{
"tag": "v2.0.18",
"kind": "patch",
"published_at": "2019-10-06T05:44:00Z"
},
{
"tag": "v2.0.17",
"kind": "patch",
"published_at": "2019-07-18T09:27:17Z"
},
{
"tag": "v2.0.16.1",
"kind": "other",
"published_at": "2019-02-22T05:36:56Z"
},
{
"tag": "v2.0.16",
"kind": "patch",
"published_at": "2018-09-08T08:38:07Z"
},
{
"tag": "v2.0.15.5",
"kind": "other",
"published_at": "2018-06-26T10:44:44Z"
}
],
"recent_commits": [
{
"oid": "7315bf63f41d50d1fd81279f87b32f1ef81f8361",
"body": null,
"is_bot": false,
"headline": "Update to ILRepack 2.0.46",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2026-07-11T12:35:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c452ec547c8fe7efa735f0512f7495c541e9ccc9",
"body": "- Skip the default ILRepack and CleanReferenceCopyLocalPaths targets when IsCrossTargetingBuild is true. They previously ran in the outer build of TargetFrameworks projects with no per-TFM output and failed with \"Unable to resolve assembly 'bin\\Release\\'\".\n- Now resolving ILRepack.Config.props and ILRepack.targets via $(MSBuildProjectDirectory) instead of $(ProjectDir).",
"is_bot": false,
"headline": "Fixed targets file in multi-targeting outer builds.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2026-07-11T08:09:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26f958abd25f984b201c62c77e57a2d7679ee075",
"body": null,
"is_bot": false,
"headline": "Simplify multi-targeting files (#79)",
"author_name": "Gavin Lambert",
"author_login": "gavinltomra",
"committed_at": "2026-07-11T07:48:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fc6c832f1873c1f4e1ff6816a0d7c2eb7013222",
"body": null,
"is_bot": false,
"headline": "Update to ILRepack 2.0.45",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2026-05-15T17:10:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "583061dd62412247b580847300b28ffabf8d1e80",
"body": null,
"is_bot": false,
"headline": "Bumped version to 2.0.44.2.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2026-03-23T05:12:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19080bec746fa7b44123d07d720d6fdefb29a4d5",
"body": "Expose the ILRepack argument so that it can be used",
"is_bot": false,
"headline": "Expose LineIndexation argument (#78)",
"author_name": "dfev77",
"author_login": "dfev77",
"committed_at": "2026-03-23T05:01:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71174a6c7e7838249303659167a51e81bb2aa954",
"body": null,
"is_bot": false,
"headline": "Bumped version to 2.0.44.1.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2025-11-03T06:17:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c0e7d4b21ddb6a3b6d67cf23682ea356b64ae83",
"body": null,
"is_bot": false,
"headline": "Output the MSBuild Task in buildCrossTargetting as well (#77)",
"author_name": "Einar Ingebrigtsen",
"author_login": "einari",
"committed_at": "2025-11-03T05:50:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d7b193e7dfab9c2e572f0b417726cf2daf1eb1c",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.Build.Utilities.Core\n dependency-version: 17.11.48\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Microsoft.Build.Utilities.Core from 17.11.4 to 17.11.48 (#76)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-17T05:44:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "add76d3f686632ca4c8c4a25ed6b628d778a4936",
"body": null,
"is_bot": false,
"headline": "Update to ILRepack 2.0.44",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2025-09-29T06:30:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2c9cfa26b0acd24a0b543a11f92a7f23a566886",
"body": null,
"is_bot": false,
"headline": "Added support for multi targetting in NuGet package (#75)",
"author_name": "Kim Hugener-Ohlsen",
"author_login": "hugener",
"committed_at": "2025-09-24T11:44:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f61b0e35e4d1871ad0b5ab744a8b9be41812035",
"body": null,
"is_bot": false,
"headline": "Update to ILRepack 2.0.43 (#69)",
"author_name": "Valentin Hamm",
"author_login": "vha-schleupen",
"committed_at": "2025-06-05T05:18:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "083702b6692c22f8880700faaec8619e073be8fa",
"body": null,
"is_bot": false,
"headline": "Update to ILRepack 2.0.40 (#66)",
"author_name": "Valentin Hamm",
"author_login": "vha-schleupen",
"committed_at": "2025-02-28T12:23:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04e5fa485876836ec7da3851527c1011ac3cbd06",
"body": "… incorrect name.",
"is_bot": false,
"headline": "Resolved an issue where the NuGet package was being generated with an…",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2025-02-10T13:30:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afbfcf4c745df86577f76db4c4457b85daa1c37e",
"body": null,
"is_bot": false,
"headline": "Update to ILRepack 2.0.37 (#65)",
"author_name": "Valentin Hamm",
"author_login": "vha-schleupen",
"committed_at": "2025-02-10T12:16:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b843b2b7c78318f4040a63dc45fd6c10596c4d4f",
"body": null,
"is_bot": false,
"headline": "Updated version to 2.0.34.2.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2024-08-17T08:59:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "067e22ae0baca8f6b173953a5d8d497a5f25f992",
"body": "Adding support for the new /illink switch, introduced [here](https://github.com/gluck/il-repack/commit/986c1dbc761cce86caf1d8d79adfbcb47b5e0e06#diff-3ee934cbb99395b6bc4f805ef4e686e6d80b0b8e1c27d552ed9590eae4f4bb6fR256).",
"is_bot": false,
"headline": "Update documentation to include new MergeIlLinkerFiles parameter (#60)",
"author_name": "Jeff Bowman",
"author_login": "InteXX",
"committed_at": "2024-08-14T06:36:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "070b893caa6eefa013379babc1148173d68b7793",
"body": "Adding support for the new `/illink` switch, introduced [here](https://github.com/gluck/il-repack/commit/986c1dbc761cce86caf1d8d79adfbcb47b5e0e06#diff-3ee934cbb99395b6bc4f805ef4e686e6d80b0b8e1c27d552ed9590eae4f4bb6fR256).",
"is_bot": false,
"headline": "Added new /illink parameter (#59)",
"author_name": "Jeff Bowman",
"author_login": "InteXX",
"committed_at": "2024-08-14T06:35:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e0632b3207f6209fb96782437d8e39a53c4fbfd",
"body": null,
"is_bot": false,
"headline": "Fixed typo (#61)",
"author_name": "Jeff Bowman",
"author_login": "InteXX",
"committed_at": "2024-08-14T06:33:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cd0eecca5728ac9ff2a7f952237d88b4d3f5cfe",
"body": null,
"is_bot": false,
"headline": "Alphabetize the Task Options list in the documentation (#57)",
"author_name": "Jeff Bowman",
"author_login": "InteXX",
"committed_at": "2024-08-11T07:29:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b468664480ef8f1609ed88ad7009d878aa0d99bf",
"body": null,
"is_bot": false,
"headline": "Updated version to 2.0.34.1.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2024-07-15T13:48:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0cc88d5dd8ea3b16d7c2a92b4bafdefc8474995",
"body": null,
"is_bot": false,
"headline": "Populate RepackDropAttributes from specified RepackDropAttribute. (#56)",
"author_name": "Alec Cowan",
"author_login": "roguesaloon",
"committed_at": "2024-07-15T06:10:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afbc5f8304b9c487a949ff61296ac297409d53d1",
"body": null,
"is_bot": false,
"headline": "Update to ILRepack 2.0.34",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2024-06-12T06:54:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "073775999dd81ad79703d20e8fa5b7f2bc28e670",
"body": null,
"is_bot": false,
"headline": "Update to ILRepack 2.0.33",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2024-05-24T18:15:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b05a857bdc0a0144ee91d10efd347972321aaaba",
"body": null,
"is_bot": false,
"headline": "Update to ILRepack 2.0.32",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2024-05-07T06:05:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ecd86f5b6e0f153fbf2b412da929eeee3fd9760",
"body": null,
"is_bot": false,
"headline": "Update to ILRepack 2.0.31",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2024-04-23T07:29:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe6a8b28e27e6809fd821784b2dea3fb8c2eec79",
"body": "Adds new task parameter item: InternalizeAssembly - a list of specific assembly names to internalize.",
"is_bot": false,
"headline": "Update to ILRepack 2.0.29 (#50)",
"author_name": "Kirill Osenkov",
"author_login": "KirillOsenkov",
"committed_at": "2024-04-01T06:33:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25a8fc38783def5c526366b3919927854f6deb9a",
"body": null,
"is_bot": false,
"headline": "Added new option ExcludeInternalizeSerializable.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2024-01-11T06:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f45335a3e1fc719e1246b31eff98d70e14a7c0db",
"body": null,
"is_bot": false,
"headline": "Set developmentDependency to true in nuspec. This fixes #47.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2024-01-11T06:38:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a601d76660cb232d4770224ad8af5f7f42b0ceb",
"body": null,
"is_bot": false,
"headline": "Update to ILRepack 2.0.26 (#48)",
"author_name": "Kirill Osenkov",
"author_login": "KirillOsenkov",
"committed_at": "2024-01-11T06:25:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57b97e22a622c107e3ee6b0e8c02d588a9bd2149",
"body": null,
"is_bot": false,
"headline": "Update to ILRepack 2.0.25 (#46)",
"author_name": "Kirill Osenkov",
"author_login": "KirillOsenkov",
"committed_at": "2024-01-08T10:53:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cabc0e6e5cc0a4b2cab75afe3cd706fbf585caf",
"body": null,
"is_bot": false,
"headline": "Improved formatting for better readability.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2024-01-04T11:58:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5562c72f4c01b0ebe5dc48a19adaca06b002b50",
"body": null,
"is_bot": false,
"headline": "Updated README.md.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2024-01-04T09:45:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c884ed95b82dea7964675a02e96db2bb26d69a4",
"body": null,
"is_bot": false,
"headline": "Updated appveyor.yml.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2024-01-04T09:24:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90d0e9038a992f020fa1bfae6020c0236ec0caca",
"body": "This moves the comment down to fix the XML parsing inside Visual Studio.",
"is_bot": false,
"headline": "Fixed XML parsing for ILRepack.targets in README.md (#38)",
"author_name": "Amin Yahyaabadi",
"author_login": "aminya",
"committed_at": "2024-01-02T08:23:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4b21c0100c9e9a4d7c9046ee49cce8c12c73214",
"body": "… projects.",
"is_bot": false,
"headline": "Now using Microsoft.Build.Utilities.Core package to support SDK style…",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2024-01-02T08:11:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3a6b03c48fbd19c724a811c566a71e015b08600",
"body": "* Update to ILRepack 2.0.22\r\n\r\n* Update .NET Framework version.\r\n\r\n---------\r\n\r\nCo-authored-by: Ravi Patel <ravi15.1990@hotmail.com>",
"is_bot": false,
"headline": "Update to ILRepack 2.0.22 (#43)",
"author_name": "Kirill Osenkov",
"author_login": "KirillOsenkov",
"committed_at": "2024-01-02T08:03:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cafa2f924aaace64dc0fb73de624c258f84cb61",
"body": null,
"is_bot": false,
"headline": "Updated appveyor.yml.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2024-01-02T07:45:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ffe85cad547897272d0753a2548a5a99a81184a",
"body": "* Convert project to SDK-style\r\n* Run Repack and create NuGet package during the build",
"is_bot": false,
"headline": "Convert project to SDK-style (#42)",
"author_name": "Kirill Osenkov",
"author_login": "KirillOsenkov",
"committed_at": "2024-01-02T05:55:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35a9ccbc8535a224f66344d45eca6ac8691f5d0b",
"body": null,
"is_bot": false,
"headline": "Added missing NoRepackRes option (#30)",
"author_name": "aviadmini",
"author_login": "aviadmini",
"committed_at": "2021-05-23T06:22:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caf641eab2567434562e37768aba04559e6e0b24",
"body": null,
"is_bot": false,
"headline": "Updated NuGet API key.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2020-11-13T08:55:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bed4cc1304bef8a0c1d3a0676077f819ad799e7",
"body": null,
"is_bot": false,
"headline": "Added RepackDropAttribute option (#27)",
"author_name": "Eberhard Beilharz",
"author_login": "ermshiperete",
"committed_at": "2020-11-06T11:24:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d727d38bca0d7470343a01a0f88d23af43e492e6",
"body": null,
"is_bot": false,
"headline": "Updated version to 2.0.18.1",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2020-04-21T12:26:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c0b002e4799acbb30f79a926eebb6800f3422b8",
"body": "…f a logical name. (#23)",
"is_bot": false,
"headline": "Fixed an issue where a key container is addressed by a path instead o…",
"author_name": "Aldomat",
"author_login": "Aldomat",
"committed_at": "2020-04-15T11:07:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8f997bb9fe35a4a2aeeaa7839a927477d062697",
"body": null,
"is_bot": false,
"headline": "Updated ILRepack.Lib to 2.0.18.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2019-09-30T05:56:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6335d6da4e32a5027615c6f27840cf17b377802",
"body": null,
"is_bot": false,
"headline": "Added AllowedDuplicateNamespaces option (#18)",
"author_name": "Michel",
"author_login": "michel-pi",
"committed_at": "2019-09-30T05:51:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17ceb8b85c69110aa4fb79fc586f9586905a2ee3",
"body": null,
"is_bot": false,
"headline": "Updated appveyor.yml.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2019-07-18T09:26:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "165319a3011c3e3df61ca61f3f19d2086d1120fa",
"body": null,
"is_bot": false,
"headline": "Fixed deprecation warning in nuspec file.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2019-07-18T08:46:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f337b15a20940b557fe5d4666cfb0db1979107b",
"body": "* Updated ILRepack to 2.0.17.",
"is_bot": false,
"headline": "* Fixed an issue where LogFile option has no effect. This resolves #14.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2019-07-18T08:41:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "212bbb44a7c60070a1596d2f5e7588bbd659a73a",
"body": null,
"is_bot": false,
"headline": "Updated version to 2.0.16.1.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2019-02-22T05:34:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5387da02f33a7d056b61ab58ae678fb470b79249",
"body": null,
"is_bot": false,
"headline": "Added RenameInternalized option (#13)",
"author_name": "jairbubbles",
"author_login": "jairbubbles",
"committed_at": "2019-02-21T06:11:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "920a79ad30a9bf8307038284c8e42278620ae664",
"body": null,
"is_bot": false,
"headline": "Fixed an issue where CI build can't find NuGet package.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2018-09-08T08:35:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "996e870ec9af185d54dd3f04a22e35d9ec4a78bd",
"body": null,
"is_bot": false,
"headline": "Updated version to 2.0.16 in appveyor.yml.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2018-09-08T08:31:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04617a6af28f1e6244b1af950096fe227112884b",
"body": null,
"is_bot": false,
"headline": "Updated ILRepack to 2.0.16 (#12)",
"author_name": "Alexander Vostres",
"author_login": "Alexx999",
"committed_at": "2018-08-27T05:42:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77379bdd183f9d8d55a6e701fc25f4ce5b3455ed",
"body": null,
"is_bot": false,
"headline": "Fixed release notes url in nuspec file.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2018-06-26T10:39:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3223916b380a8cc2f6702ffda6dfa5ade9cb4f9c",
"body": "Internalize Excludes are patterns and do not correlate directly to an assembly. As such they shouldn't be compared by array index with the assembly list. Causes Index out of range issues and doesn't actually exclude what we need. This resolves #9.",
"is_bot": false,
"headline": "InternalizeExcludes are patterns (#10)",
"author_name": "pinkfloydx33",
"author_login": "pinkfloydx33",
"committed_at": "2018-06-26T10:32:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45fbbda7b24643cdbd7e7e5d996a71c25958f954",
"body": "…Release\".",
"is_bot": false,
"headline": "Now ILRepack task will execute if build configuration name contains \"…",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2018-03-21T10:23:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "416cdb52f470ea1efe45d5d991405b1481c4353e",
"body": "…s used. This resolves #7.",
"is_bot": false,
"headline": "Now ILRepack.targets will be imported no matter which configuration i…",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2018-03-19T12:10:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d26396679784f6d84476025badac800f07dca725",
"body": null,
"is_bot": false,
"headline": "Added nuspec file to repository.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2018-03-19T12:06:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea5ae688b2c15fbf232185a018d3837dbc63bfc7",
"body": "…s. This resolves #5.\n\n* Now developers can create target file named \"ILRepack.targets\" in the project folder and it will be used for merging assemblies rather than one provided with NuGet package. This resolves #6.",
"is_bot": false,
"headline": "* Added ability to define config file to customize the merging proces…",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2018-02-21T06:33:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58c1c33992ee21f7d4b8f35d7c75178ea8ea10ef",
"body": "…ion projects.",
"is_bot": false,
"headline": "Added targets file that works for class library projects and applicat…",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2017-12-24T05:48:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16c8c476ea430350b850edc2fbf4db3fae25180c",
"body": null,
"is_bot": false,
"headline": "Added targets file needed to Build the library in to the Project.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2017-12-20T07:03:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36a99f1dd0108812d91536df1e689f56a1ec01b8",
"body": "…cess message. (#3)",
"is_bot": false,
"headline": "Changed MessageImportance to High for log messages and also added suc…",
"author_name": "Artem Grunin",
"author_login": "FixRM",
"committed_at": "2017-12-19T13:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33dcb0ceec75145bd2ad75a3d5fb815fa2e4ab6d",
"body": null,
"is_bot": false,
"headline": "Upgraded ILRepack.Lib.MSBuild.Task NuGet package to 2.0.15.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2017-12-19T08:20:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22b800172fb5186aaa5d887bab73802fe079c56e",
"body": "* Added property to change TargetPlatformDirectory.\n* Updated ILRepack.Lib to 2.0.15.",
"is_bot": false,
"headline": "* Added property to specify KeyContainer.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2017-12-19T07:31:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "751242d0d3a2caba1a278b98017d3635fa74cd6f",
"body": null,
"is_bot": false,
"headline": "Updated ILRepack.Lib to 2.0.13.",
"author_name": "Ravi Patel",
"author_login": "ravibpatel",
"committed_at": "2017-05-01T06:12:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d23ac4d90b0028c597c601cf0b0bfb2eb7098b02",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "ravibpatel",
"author_login": "ravibpatel",
"committed_at": "2016-12-21T10:43:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50b674dcfcbbb81b0fdc02930f91012d5611250f",
"body": null,
"is_bot": false,
"headline": "Create LICENSE.md",
"author_name": "ravibpatel",
"author_login": "ravibpatel",
"committed_at": "2016-12-21T10:32:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a0dafa7a5f15960afc3254b2b10ba6d9a6ee3b8",
"body": null,
"is_bot": false,
"headline": "Create README.md",
"author_name": "ravibpatel",
"author_login": "ravibpatel",
"committed_at": "2016-12-21T10:32:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "892a483623eb54882a6d110fe245043c45b3c0ec",
"body": null,
"is_bot": false,
"headline": " This is where it all begins...",
"author_name": "rbsoft",
"author_login": "ravibpatel",
"committed_at": "2016-12-21T10:30:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "434a97684e1ac17db4b44a84f63a25cbe3b082c7",
"body": null,
"is_bot": false,
"headline": "Initial commit to add default .gitIgnore and .gitAttribute files.",
"author_name": "rbsoft",
"author_login": "ravibpatel",
"committed_at": "2016-12-21T10:29:56Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 25,
"commits_last_year": 11,
"latest_release_at": "2026-07-11T13:27:43Z",
"latest_release_tag": "v2.0.46",
"releases_from_tags": false,
"days_since_last_push": 24,
"active_weeks_last_year": 6,
"days_since_latest_release": 24,
"mean_days_between_releases": 80.6
},
"artifacts": {
"collected": true,
"structure": [],
"declarations": []
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [
"shields.io"
],
"total": 2,
"header": 0,
"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": "ILRepack.Lib.MSBuild.Task",
"exists": true,
"license": null,
"keywords": [
"ILRepack",
"MSBuild",
"ILMerge",
"alternative",
"merge",
"assemblies"
],
"ecosystem": "nuget",
"categories": [],
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/ILRepack.Lib.MSBuild.Task",
"declared_type": null,
"is_deprecated": false,
"latest_version": "2.0.46",
"repository_url": "https://github.com/ravibpatel/ILRepack.Lib.MSBuild.Task",
"versions_count": 32,
"total_downloads": 1652037,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-11T13:29:55.680000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 24
}
]
},
"popularity": {
"forks": 35,
"stars": 159,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2017-12-21",
"count": 1
},
{
"date": "2018-01-23",
"count": 1
},
{
"date": "2018-05-03",
"count": 1
},
{
"date": "2018-06-18",
"count": 1
},
{
"date": "2018-06-26",
"count": 1
},
{
"date": "2020-09-25",
"count": 1
},
{
"date": "2020-10-15",
"count": 1
},
{
"date": "2020-11-06",
"count": 1
},
{
"date": "2021-02-04",
"count": 1
},
{
"date": "2021-05-22",
"count": 1
},
{
"date": "2022-02-13",
"count": 1
},
{
"date": "2022-05-09",
"count": 1
},
{
"date": "2022-06-03",
"count": 1
},
{
"date": "2023-02-22",
"count": 1
},
{
"date": "2023-06-21",
"count": 1
},
{
"date": "2023-08-20",
"count": 1
},
{
"date": "2023-10-13",
"count": 1
},
{
"date": "2023-11-21",
"count": 1
},
{
"date": "2023-12-24",
"count": 1
},
{
"date": "2024-04-13",
"count": 1
},
{
"date": "2024-04-28",
"count": 1
},
{
"date": "2024-07-12",
"count": 1
},
{
"date": "2024-08-26",
"count": 1
},
{
"date": "2024-09-19",
"count": 1
},
{
"date": "2025-01-24",
"count": 1
},
{
"date": "2025-02-10",
"count": 1
},
{
"date": "2025-07-19",
"count": 1
},
{
"date": "2025-09-10",
"count": 1
},
{
"date": "2025-09-27",
"count": 1
},
{
"date": "2025-11-01",
"count": 1
},
{
"date": "2026-03-11",
"count": 1
},
{
"date": "2026-06-03",
"count": 1
}
],
"complete": true,
"collected": 32,
"total_forks": 35
},
"star_history": null,
"open_issues_and_prs": 14
},
"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": [
"ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.csproj"
],
"largest_source_bytes": 16940,
"source_files_sampled": 2,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.csproj"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 3,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"nuget"
],
"dependencies": [
{
"name": "ILRepack",
"manifest": "ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.csproj",
"ecosystem": "nuget",
"version_constraint": "2.0.46"
},
{
"name": "ILRepack.Lib",
"manifest": "ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.csproj",
"ecosystem": "nuget",
"version_constraint": "2.0.46"
},
{
"name": "Microsoft.Build.Utilities.Core",
"manifest": "ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.csproj",
"ecosystem": "nuget",
"version_constraint": "17.11.48"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "ILRepack",
"direct": true,
"version": "2.0.46",
"ecosystem": "nuget"
},
{
"name": "ILRepack.Lib",
"direct": true,
"version": "2.0.46",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Build.Utilities.Core",
"direct": true,
"version": "17.11.48",
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 3,
"direct_count": 3,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 27,
"open_issues": 14,
"closed_ratio": 0.696,
"closed_issues": 32,
"closed_unmerged_prs": 6
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "ravibpatel",
"commits": 44,
"avatar_url": "https://avatars.githubusercontent.com/u/2221060?v=4"
},
{
"type": "User",
"login": "KirillOsenkov",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/679326?v=4"
},
{
"type": "User",
"login": "InteXX",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/10966749?v=4"
},
{
"type": "User",
"login": "vha-schleupen",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/88094233?v=4"
},
{
"type": "User",
"login": "Aldomat",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/40567180?v=4"
},
{
"type": "User",
"login": "roguesaloon",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/28795191?v=4"
},
{
"type": "User",
"login": "Alexx999",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/321873?v=4"
},
{
"type": "User",
"login": "aminya",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/16418197?v=4"
},
{
"type": "User",
"login": "FixRM",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/29232166?v=4"
},
{
"type": "User",
"login": "ermshiperete",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/181336?v=4"
}
],
"contributors_sampled": 18,
"top_contributor_share": 0.629
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"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 15 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": 4,
"reason": "Found 14/29 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 7 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"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": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 3,
"reason": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"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": null,
"reason": "no dependencies found",
"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": null,
"reason": "No tokens found",
"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": "7315bf63f41d50d1fd81279f87b32f1ef81f8361",
"ran_at": "2026-08-04T17:23:24Z",
"aggregate_score": 4.6,
"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": 1,
"authors_30d": 1,
"decided_30d": 1,
"sample_size": 33,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 1,
"newcomer_merged_30d": 1,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 1,
"newcomer_decided_30d": 1
},
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-11T07:48:32Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 20,
"created_at": "2020-02-14T22:29:31Z",
"last_comment_at": "2020-02-15T05:32:10Z",
"last_comment_author": "ravibpatel"
},
{
"number": 21,
"created_at": "2020-03-05T13:29:39Z",
"last_comment_at": "2020-03-06T05:15:21Z",
"last_comment_author": "ravibpatel"
},
{
"number": 26,
"created_at": "2020-09-22T12:57:14Z",
"last_comment_at": "2024-11-26T22:57:18Z",
"last_comment_author": "Pholith"
},
{
"number": 31,
"created_at": "2021-05-28T10:28:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 37,
"created_at": "2023-03-07T18:24:39Z",
"last_comment_at": "2024-01-07T02:40:33Z",
"last_comment_author": "KirillOsenkov"
},
{
"number": 40,
"created_at": "2023-11-09T21:13:27Z",
"last_comment_at": "2024-01-11T20:05:25Z",
"last_comment_author": "MWstudios"
},
{
"number": 52,
"created_at": "2024-04-28T10:22:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 53,
"created_at": "2024-06-07T21:49:45Z",
"last_comment_at": "2025-04-01T11:32:42Z",
"last_comment_author": "testsys-selva"
},
{
"number": 64,
"created_at": "2024-11-29T14:10:49Z",
"last_comment_at": "2025-03-11T06:02:22Z",
"last_comment_author": "ravibpatel"
},
{
"number": 68,
"created_at": "2025-03-31T16:03:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 70,
"created_at": "2025-06-10T07:32:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 71,
"created_at": "2025-07-29T04:30:44Z",
"last_comment_at": "2025-07-29T07:39:22Z",
"last_comment_author": "ravibpatel"
},
{
"number": 72,
"created_at": "2025-08-04T12:25:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 74,
"created_at": "2025-09-18T11:22:17Z",
"last_comment_at": "2025-09-24T16:49:24Z",
"last_comment_author": "ravibpatel"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ravibpatel/ILRepack.Lib.MSBuild.Task",
"host": "github.com",
"name": "ILRepack.Lib.MSBuild.Task",
"owner": "ravibpatel"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 54 is calibrated to 56 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 54,
"calibrated": 56,
"calibration": "2026-08-02"
}
}
],
"value": 56,
"inputs": {
"security": 57,
"vitality": 64,
"community": 56,
"governance": 66,
"calibration": "2026-08-02",
"engineering": 25,
"ai_readiness": 42,
"weighted_overall_raw": 54
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 64,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "weak",
"name": "Development activity",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"commits_last_year": 11,
"human_commit_share": 0.986,
"days_since_last_push": 24,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 24 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 24
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "11 commits in the last year",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 11
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 3,
"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": 92,
"inputs": {
"releases_count": 25,
"latest_release_tag": "v2.0.46",
"releases_from_tags": false,
"days_since_latest_release": 24,
"mean_days_between_releases": 80.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "25 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 25
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 24 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 24
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~80.6 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 80.6
}
}
],
"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": "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": 24,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 24 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 24
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 56,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"forks": 35,
"stars": 159,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "159 stars",
"points": 35.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 159
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "35 forks",
"points": 12.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 35
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "weak",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 2,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [
"shields.io"
],
"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": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 81,
"inputs": {
"packages": [
"ILRepack.Lib.MSBuild.Task"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 1652037,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "1,652,037 downloads all-time across nuget",
"points": 64.6,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 1652037,
"ecosystems": "nuget"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 66,
"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": 18,
"top_contributor_share": 0.629
},
"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 63% of commits",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 63
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "18 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 18
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"merged_prs": 27,
"open_issues": 14,
"closed_issues": 32,
"prs_merged_7d": 0,
"prs_decided_7d": 0,
"prs_merged_30d": 1,
"prs_decided_30d": 1,
"issue_closed_ratio": 0.696,
"closed_unmerged_prs": 6,
"first_time_authors_30d": 1,
"first_time_prs_merged_30d": 1,
"first_time_prs_decided_30d": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "70% of issues closed",
"points": 29.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 70
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "27/33 decided PRs merged",
"points": 24.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 27,
"decided": 33
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "1/1 first-time contributors' PRs merged in 30d",
"points": 13,
"status": "met",
"details": [
{
"code": "newcomer_prs_merged",
"params": {
"days": 30,
"merged": 1,
"decided": 1
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 14/29 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"followers": 186,
"owner_type": "User",
"is_verified": null,
"owner_login": "ravibpatel",
"public_repos": 21,
"account_age_days": 5091
},
"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": "186 followers of ravibpatel",
"points": 16.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 186,
"login": "ravibpatel"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "21 public repos, account ~13 yr old",
"points": 21.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 21
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"ILRepack.Lib.MSBuild.Task"
],
"ecosystems": "nuget",
"any_deprecated": false,
"min_days_since_publish": 24
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on nuget",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "nuget"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 24 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 24
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "32 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 32
}
}
],
"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": 25,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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 15 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": 60,
"inputs": {
"topics": [
"nuget",
"msbuild-task",
"ilrepack",
"ilmerge"
],
"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": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 57,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 46,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 4.6
},
"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 15 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 14/29 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 2.2,
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 3 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 3
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 3,
"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": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 3,
"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": "top_contributor",
"count": 1,
"country": "Russia"
}
],
"assessed_self_published_locations": 12
},
"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": 42,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.414,
"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": "29 of 70 human commits state their intent (structured subject or explanatory body)",
"points": 22.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 29,
"sampled": 70
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 35,
"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": [
"ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.csproj"
],
"dependency_bot_commit_share": 0.014
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.csproj"
}
}
],
"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": "C# (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"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 71",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 71
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "1 of the last 71 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 71
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 16940,
"source_files_sampled": 2,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C# (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/2 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 2,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:nuget",
"weight": 6
}
],
"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-04T17:23:43.424601Z",
"schema_version": "0.30.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/ravibpatel/ILRepack.Lib.MSBuild.Task.svg",
"full_name": "ravibpatel/ILRepack.Lib.MSBuild.Task",
"license_state": "custom",
"license_spdx": null
}