Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 973,
"has_wiki": false,
"homepage": null,
"languages": {
"C#": 8818
},
"pushed_at": "2026-07-22T13:54:39Z",
"created_at": "2022-03-30T19:33:28Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T13:56:59Z",
"description": "Extends Verify to allow verification of documents via PdfPig",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "C#",
"significant_languages": [
"C#"
]
},
"owner": {
"blog": null,
"name": "Verify",
"type": "Organization",
"login": "VerifyTests",
"company": null,
"location": null,
"followers": 86,
"avatar_url": "https://avatars.githubusercontent.com/u/64873646?v=4",
"created_at": "2020-05-05T23:08:04Z",
"is_verified": null,
"public_repos": 74,
"account_age_days": 2268
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "2.5.0",
"kind": "minor",
"published_at": "2026-07-22T13:54:47Z"
},
{
"tag": "2.4.0",
"kind": "minor",
"published_at": "2026-07-11T10:37:24Z"
},
{
"tag": "2.3.0",
"kind": "minor",
"published_at": "2026-07-05T10:23:52Z"
},
{
"tag": "2.2.0",
"kind": "minor",
"published_at": "2026-05-25T23:55:38Z"
}
],
"recent_commits": [
{
"oid": "452482f01668a97edb7a751580ab308929dc0a3d",
"body": "Deletes the local copy of the normalizer in favour of the shared package.\n\nThe package additionally handles dc:date (an XMP ordered array, so the value is\nnested in rdf:Seq/rdf:li rather than being direct text content), canonicalizes\nthe XMP packet whitespace, and fixes an unterminated /ID that could scan past\nthe end of the buffer.\n\nNormalize(byte[]) in the package returns a copy rather than mutating in place,\nso the call site assigns the result.",
"is_bot": false,
"headline": "Use the DeterministicPdf package instead of a local PdfNormalizer (#377)",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-07-22T13:53:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56c41b060521e764c53ed6cc9b793d215a5e8674",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-07-21T12:20:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91d614226d660fa0e3fdabf1018e1fcc7df80f80",
"body": null,
"is_bot": false,
"headline": "ci tests",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-07-21T09:22:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0848dbd5b4bab5da8a5ed79b7d1928cd0ebc28c",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-07-21T01:59:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39e76a35ff4811ad67d9b75feb6575c559727ae2",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-07-17T13:25:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63b158a258b8a42c41abc7b8602f9535dbdd2c47",
"body": null,
"is_bot": false,
"headline": "Update Directory.Packages.props",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-07-15T12:11:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ed908eca0a24276b586f38c85ff7fe1d26eb359",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-07-14T21:34:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abd6955d60859864b7c5ff45e2622f5a4dc733c9",
"body": "---\nupdated-dependencies:\n- dependency-name: DiffEngine\n dependency-version: 19.3.2\n dependency-type: direct:production\n update-type: version-update:semver-patch\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 DiffEngine from 19.3.1 to 19.3.2 (#368)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-11T10:38:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d14a6497563d137392453ee4ab42d188d142d67",
"body": "The converter now checks context.IsTargetExcluded(\"pdf\") and skips\nPdfNormalizer.Normalize plus the pdf target when the pdf is excluded via\nExcludeTargets. The info and extracted text still verify. Adds an\nExcludePdf sample and a readme section.",
"is_bot": false,
"headline": "Skip the pdf build when the pdf target is excluded (#369)",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-07-11T10:36:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecaa040d3de1d6302b287a41eb02dfa822521518",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-07-09T08:21:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89a7fa2d74ea37fb252f81dbd69dfa2174bdfd71",
"body": null,
"is_bot": false,
"headline": "Update Directory.Packages.props",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-07-07T11:21:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7848f9bae79566ce9aab5c1f51a95e96cf91e8c6",
"body": null,
"is_bot": false,
"headline": "Update Directory.Build.props",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-07-05T10:23:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95a81ff89f0036e4955c9cb76b3452e1ff283410",
"body": "* .\n\n* .",
"is_bot": false,
"headline": "Include pdf in results (#364)",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-07-05T10:22:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b294ea9918a3daa7b215bb9059bacc35cae18958",
"body": null,
"is_bot": false,
"headline": "Update Directory.Packages.props",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-07-05T10:13:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9c6b07e769df66c5139d05979554c3939da6998",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-06-30T03:24:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09d7d9d7e5103f06df9847fbf0a0a822adc201df",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-06-29T10:50:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bee4e826c17c85367e774ec79d8285a3873a6adc",
"body": "---\nupdated-dependencies:\n- dependency-name: PdfPig\n dependency-version: 0.1.15\n dependency-type: direct:production\n update-type: version-update:semver-patch\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 PdfPig from 0.1.14 to 0.1.15 (#363)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-26T02:09:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c74bdfd261535387b05ba726d9d315f7600e26d5",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-06-24T21:10:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6138668ae427713dd06e281496c5559cacf022e",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-06-24T07:21:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba39ca4feee52c93f802f4913344bfedac7e5501",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-06-19T06:29:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2566d1040c204e6ad59954d669351d4b75c99d22",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-06-14T11:44:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1158738ae693534946e3c37bf31c40ff779ba4e9",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-06-13T12:39:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee9d29dfd7a0060a04c15cff3a8e504e3b5fed54",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-06-09T21:20:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91ce38c1ebfce7a8c5a4bea95fe8e5b6fe6e4e37",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-06-09T10:52:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "044f02367f5c55e600be5bf3bb313c8e1e62ca5d",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-06-08T08:56:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "298c3ad6fd7efe0b51a3b6fbea09a88f857e2f56",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-06-07T13:15:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dbd550e5f51a90a8e024ebe4ba76733e832e348",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-06-03T09:24:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3978db39106ffaa46350e4f1b48cd14ae62f0260",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-06-01T04:17:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adfcf5c977574b65447e79806fb0755a8128ced5",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-05-28T23:37:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef6f2979924aa15eb3b323fda116372d271398e4",
"body": null,
"is_bot": false,
"headline": "Update Directory.Packages.props",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-05-28T07:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "642b280712b086329688b13de57d65b16ecbb7b9",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of https://github.com/VerifyTests/Verify.PdfPig",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-05-28T03:42:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c59b5725b1b94bf805ca16fbb335e2dea79956c5",
"body": null,
"is_bot": false,
"headline": "Update Directory.Packages.props",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-05-28T03:42:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9a17e7f0c23677b1a71e6bd9b04e4316a3df3d4",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.NET.Test.Sdk\n dependency-version: 18.6.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\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.NET.Test.Sdk from 18.5.1 to 18.6.0 (#357)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-27T04:54:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "323dd9abf4af27ab7e846c93b37cabecabe43d16",
"body": null,
"is_bot": false,
"headline": "Update Directory.Packages.props",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-05-27T04:36:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d4040d0d0dad62c815823db345d9fec2f4fcfd6",
"body": null,
"is_bot": false,
"headline": "more targets",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-05-25T23:55:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49131802b99752d2f1a3e945901716d4b840cd4e",
"body": null,
"is_bot": false,
"headline": "Update Directory.Build.props",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-05-25T23:49:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7af97ff513fb7ed0fd7f9e5c44ef04503e668575",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-05-22T12:01:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3644eccbc2c46c2c7656a77e37c6ab552743294a",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-05-19T11:14:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8f94aa311b542427f7db4b71e636cc2adaa58af",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-05-12T21:46:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ff56a0beab0726e32d85c841ddf25d6aa0db5ec",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-05-09T02:08:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5764277a1f845d2810b8d7050d51c8f8948dc13a",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-05-08T03:27:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76b9de7a48055989900270d471171e792bbed805",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-05-04T21:30:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66c4dfa3fdd57db60bc5a3fce09b6d8549647ea9",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-04-24T09:41:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c90de4a2361e435c760de2c3a7e26ea25c9e617c",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-04-24T07:31:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e851e010e7480ea1fc53d76fb4b21de331a959fb",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-04-22T11:57:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "295e2385029cd684707bad29951700014955ff79",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-04-21T20:39:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "431198e1d43955d4fc270d4f3b5fea17df958ff2",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-04-17T10:27:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c005b64f34113cc92a5e424803557ef69a89a978",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-04-14T20:55:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7ae7df9eafbc7f8aa746dc1a6ce44357680a3be",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-04-14T12:00:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac542ef748328ff725531af729674fd9eb9f73e3",
"body": "---\nupdated-dependencies:\n- dependency-name: Polyfill\n dependency-version: 10.3.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\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 Polyfill from 10.2.0 to 10.3.0 (#341)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-13T23:34:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3a0cd7c7e8e5849e711e7e292645cf28c812762",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-04-12T00:55:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f1498488ce94c7c7ad101a0d0b4979bab1f04e5",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-04-11T03:52:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "318eef7545dc55b99f52ed34e61781a8e20740e0",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-04-11T03:23:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72149d74751e29d60e27c1fc0569d22bcad238db",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-04-10T12:35:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "031ceabbf967d338b7d35185990e1b398c758574",
"body": null,
"is_bot": false,
"headline": "Create jetbrains.png",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-04-09T22:20:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be0d908611ccdda51d5c351ce541718cb85b8c2b",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-04-09T22:08:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6ae4dab86a74fd5d5fb875ec03cbf2ddb4ea72e",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-04-09T11:41:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae804cf29e54b53df329331be4461da3fd767b0d",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-04-07T11:22:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "695a93d90a58edad4b69f31544ef662f52dc451b",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-04-03T10:34:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "414fbace7c9de750c332dee6f62dc2d7d6a45b33",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-03-30T10:58:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "799d78e53c31e71553c0ef0139860d4c352d7b18",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-03-27T04:46:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd2d776c9e3a0e11f3007405d44e6079dd7d899f",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-03-23T09:27:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05f97956e31e275a1176dd6e4f0b5eb852d5428e",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-03-18T12:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c26a40d903c1634334784f3306d0cb58ea95f69",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-03-10T20:05:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2feda67fd4971c29fe96158262054f690fcdca4",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-03-06T23:44:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cead9d19f2a6824e3e6a3f4608f556ded2e4cd00",
"body": null,
"is_bot": false,
"headline": "Docs changes",
"author_name": "GitHub Action",
"author_login": "actions-user",
"committed_at": "2026-03-06T10:23:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfb74e99e5b72758eb6ebb1df240d5f81ecda49f",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-03-06T10:22:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcd5eb8a91f5aaa288264c4549f618f315ecfe2a",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-03-06T02:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49ad3f4fa2d070cba64e21b6f4d381d340e4dce0",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-03-05T03:43:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "742479e532ea17e254ac6cca77a89814e1c750cf",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-03-01T10:41:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3d21883d204def807c349d22e005f8bfed72a24",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-02-26T07:23:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f51e33aa3c83a9b0b3a9e379495470abfea9420f",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-02-24T12:07:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f453f7836aeaccd87ad2338ae5d94965e7dfa697",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-02-23T09:20:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd9e26052bbee6d136c991cd9ac644dcc6fa7291",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-02-19T02:52:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d410319926318d266194539899a78aec2995346",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-02-17T10:24:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f5b8539d86b7ef23369e782f3f5b515907edc0e",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-02-16T09:30:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c69a9c1118ee2f6de39c0147ab0956e21c525e5",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-02-14T00:40:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91fe3c23984ad4eddc8c55f52b0d29bfeac6fc6c",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-02-10T20:04:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fa97e8cc916a9527a0aae3cbd957ca78a98cf4a",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-02-09T09:19:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76b787396dba57d2e937ec3025430de5cb990578",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-02-08T10:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cf93807d231399134dcf8ace773d69f84114f70",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-02-05T10:24:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dfb61611c360116474a252a7fb1b6d243b84f50",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-02-04T02:12:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8158c8e3c888c3f35115d6628f258bb81054d0e9",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-02-03T11:13:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a2f7da52d51db5ecb9a42ab446c4b9350c7b836",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-02-01T03:08:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccab7f4bd5438ec7bde5027e297dce4735b5b253",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-01-28T21:01:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e01c7f57285d68baa37e67c26cd0a048fc768cdd",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-01-28T11:32:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9feb63faa0169042642c3fa0e5f91808906c1ecb",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-01-28T09:32:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcf73b7f1536a6273668c9f5a4dac349db913df6",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-01-25T11:22:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e61e31cbd5b585a0513783af97e4851e90f032c4",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-01-24T10:29:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99a671c3bc03b439b2e54a3cbc1b8e0123e2eebe",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-01-24T10:05:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e007d00e66a3585d1eda417af6af327855db3b2c",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-01-20T08:10:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a37d7a7c4732f17d36feaef9cb3dfaff1687a6b4",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-01-15T00:03:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b3259d59831a7bd74bb207ec5bed3bfd56700a7",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-01-14T09:21:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "862c216b6bdeda75666c4441f43acedad1a76018",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-01-13T07:52:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "359539d30b9e70d954c907876b4a9a80352e7c90",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-01-05T02:58:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eac1cd0d3f4f495bbc6ed78fc324fae3a621307e",
"body": null,
"is_bot": false,
"headline": "refs or cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2026-01-03T04:05:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aedf05379fcf32479f41798a4e97b88e95583c70",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of https://github.com/VerifyTests/Verify.PdfPig",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2025-12-27T20:03:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6d1449ae4da50965b500bf82c929219199be348",
"body": null,
"is_bot": false,
"headline": "Update readme.md",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2025-12-27T20:03:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69310b0d14b7ac16db9708c21f11125addabde5c",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2025-12-27T12:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc410cebe8eec0431ebe854ecfc998430f08542a",
"body": null,
"is_bot": false,
"headline": "refs and cleanup",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2025-12-22T10:02:32Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 177,
"latest_release_at": "2026-07-22T13:54:47Z",
"latest_release_tag": "2.5.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 51,
"days_since_latest_release": 0,
"mean_days_between_releases": 19.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "Verify.PdfPig",
"exists": true,
"license": null,
"keywords": [
"PdfPig",
"Verify"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Verify.PdfPig",
"is_deprecated": false,
"latest_version": "2.5.0",
"repository_url": "https://github.com/VerifyTests/Verify.PdfPig",
"versions_count": 13,
"total_downloads": 286882,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-22T13:58:37.447000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 1,
"stars": 14,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2022-11-03",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 1
},
"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": [
"src/Tests/Tests.csproj",
"src/Verify.PdfPig/Verify.PdfPig.csproj"
],
"largest_source_bytes": 3338,
"source_files_sampled": 9,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 16,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [
{
"name": "DeterministicPdf",
"manifest": "src/Verify.PdfPig/Verify.PdfPig.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "PdfPig",
"manifest": "src/Verify.PdfPig/Verify.PdfPig.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Polyfill",
"manifest": "src/Verify.PdfPig/Verify.PdfPig.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Verify",
"manifest": "src/Verify.PdfPig/Verify.PdfPig.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "ProjectDefaults",
"manifest": "src/Verify.PdfPig/Verify.PdfPig.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Sbom.Targets",
"manifest": "src/Verify.PdfPig/Verify.PdfPig.csproj",
"ecosystem": "nuget",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "DeterministicPdf",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Sbom.Targets",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "PdfPig",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Polyfill",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "ProjectDefaults",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Verify",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Argon",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "DiffEngine",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "EmptyFiles",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "MarkdownSnippets.MsBuild",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.Test.Sdk",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "NUnit",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "NUnit3TestAdapter",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "SimpleInfoName",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Verify.DiffPlex",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Verify.NUnit",
"direct": false,
"version": null,
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 16,
"direct_count": 6,
"indirect_count": 10
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 232,
"open_issues": 1,
"closed_ratio": 0.8,
"closed_issues": 4,
"closed_unmerged_prs": 140
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "SimonCropp",
"commits": 490,
"avatar_url": "https://avatars.githubusercontent.com/u/122666?v=4"
},
{
"type": "User",
"login": "actions-user",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/65916846?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.984
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"milestone-release.yml",
"on-push-do-docs.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/28 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 8 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 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": "452482f01668a97edb7a751580ab308929dc0a3d",
"ran_at": "2026-07-22T14:03:55Z",
"aggregate_score": 5.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T13:54:50Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-22T13:53:26Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 352,
"created_at": "2026-05-13T13:32:58Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/VerifyTests/Verify.PdfPig",
"host": "github.com",
"name": "Verify.PdfPig",
"owner": "VerifyTests"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"security": 51,
"vitality": 99,
"community": 48,
"governance": 59,
"engineering": 70
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 99,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"commits_last_year": 177,
"human_commit_share": 0.96,
"days_since_last_push": 0,
"active_weeks_last_year": 51
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "51/52 weeks with commits",
"points": 35.3,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 51
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "177 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 177
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 4,
"latest_release_tag": "2.5.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 19.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~19.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 19.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 48,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"forks": 1,
"stars": 14,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "14 stars",
"points": 18.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 14
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": true,
"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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 71,
"inputs": {
"packages": [
"Verify.PdfPig"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 286882,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "286,882 downloads all-time across nuget",
"points": 56.7,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 286882,
"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": "moderate",
"name": "Sustainability & Governance",
"value": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.984
},
"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 98% of commits",
"points": 0.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 98
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 8 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"merged_prs": 232,
"open_issues": 1,
"closed_issues": 4,
"issue_closed_ratio": 0.8,
"closed_unmerged_prs": 140
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "80% of issues closed",
"points": 37.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 80
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "232/372 decided PRs merged",
"points": 23.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 232,
"decided": 372
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"followers": 86,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "VerifyTests",
"public_repos": 74,
"account_age_days": 2268
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "86 followers of VerifyTests",
"points": 13.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 86,
"login": "VerifyTests"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "74 public repos, account ~6 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 74
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"Verify.PdfPig"
],
"ecosystems": "nuget",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "13 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 13
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 70,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": 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": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 51,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"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": 51,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.1
},
"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": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 8 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 44,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 2,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.031,
"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": "3 of 96 human commits state their intent (structured subject or explanatory body)",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 3,
"sampled": 96
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"src/Tests/Tests.csproj",
"src/Verify.PdfPig/Verify.PdfPig.csproj"
],
"dependency_bot_commit_share": 0.04
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "src/Tests/Tests.csproj, src/Verify.PdfPig/Verify.PdfPig.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "src/Tests/Tests.csproj, src/Verify.PdfPig/Verify.PdfPig.csproj"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "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 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "4 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 4,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 3338,
"source_files_sampled": 9,
"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/9 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 9,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T14:04:04.817138Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/v/VerifyTests/Verify.PdfPig.svg",
"full_name": "VerifyTests/Verify.PdfPig",
"license_state": "standard",
"license_spdx": "MIT"
}