Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 792,
"has_wiki": true,
"homepage": null,
"languages": {
"PHP": 985443,
"Dockerfile": 1211
},
"pushed_at": "2026-06-24T07:23:17Z",
"created_at": "2023-10-08T23:47:40Z",
"owner_type": "User",
"updated_at": "2026-07-17T09:30:43Z",
"description": "Sign PDF docs using PHP",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://jeidison.github.io/",
"name": "Jeidison Farias",
"type": "User",
"login": "jeidison",
"company": "FHO",
"location": "Araras/SP",
"followers": 185,
"avatar_url": "https://avatars.githubusercontent.com/u/12176232?v=4",
"created_at": "2015-04-29T20:24:10Z",
"is_verified": null,
"public_repos": 10,
"account_age_days": 4103
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2026-03-17T00:46:16Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-02-11T02:21:56Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2023-10-10T18:24:09Z"
}
],
"recent_commits": [
{
"oid": "38b85b2e8280869d5a9a374d36a490621e001a0d",
"body": "…-wave2\n\nfix(pdf-core): malformed PDF hardening",
"is_bot": false,
"headline": "Merge pull request #21 from jeidison/fix/pdf-core-malformed-hardening…",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-27T18:35:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfe954b35a6b0a32d0ebdb2ab076ed10fcfea5e1",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test: cover trailer resolver xref fallback",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-27T18:24:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3634dd4a52998c79bafb5ee43578065079f1f241",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test: cover pageinfo parsing fallback",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-27T18:24:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f9ccf61984d27666254ce91631564fcdc278566",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test: cover flate header scan limit",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-27T18:24:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1f7b4933f6ad6adf0ee2dc5943829ff7a76a0e4",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: remove unreachable pdf object reader guards",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-27T18:23:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4824cf8c9a826e01aa9e46f0be4c5735ff1952f1",
"body": "…s OID\n\nPDFs with duplicate OID definitions (e.g. poppler-395-0-fuzzed) can have\nthe catalog /Pages reference pointing to an OID whose xref offset maps\nto a different object entirely. getObject() throws PdfCoreParsingException\n('found obj N while searching for obj M') rather than returning null,\nwhi\n[…]\nough to deriveLoosePageDescriptors() when the full tree walk\n fails, recovering any loose /Type /Page objects in the file.\n\nSigned-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(pdf-core): handle PdfCoreParsingException when resolving the Page…",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-27T17:47:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "90832447e653a55d4e41b8e7c72741667ef7cfeb",
"body": "…nclosed array\n\nIn fuzzed PDFs (e.g. poppler-937-0-fuzzed) an array value may be\nmissing its closing ']' due to byte corruption, causing parseList() to\nconsume all remaining dict content until it hits the parent dict's '>>'\ntoken and threw 'Invalid token: t: >>, tt: dict end'.\n\nAdd an explicit T_DIC\n[…]\nhe outer dict loop\nthen reads '>>' normally and closes the dict, making the object parseable\nand its page-tree discoverable.\n\nSigned-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(pdf-core): recover partial list when dict-end is reached inside u…",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-27T17:47:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bad738655f7c3b3d3285aac4600db8cfb2227b61",
"body": "…g-endobj PDFs\n\nSome malformed PDFs (e.g. issue10438_reduced, issue9105_reduced) emit a\nvalid dict for each object but omit the closing 'endobj' keyword. The\nnext object header 'N 0 obj' follows immediately after '>>'. The skip\nloop in objectFromBuffer() already tolerates T_SIMPLE tokens but would\nt\n[…]\nN in the post-dict skip loop as an implicit endobj and\nbreak out cleanly, allowing the caller to proceed to the next object.\n\nSigned-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(pdf-core): treat next-object header as implicit endobj for missin…",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-27T17:47:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "42d387662a5e3721faf2541836de7420b350bf36",
"body": "…esolvable\n\nWhen the trailer /Root reference points to an OID whose xref offset is\nstale or corrupt (e.g. duplicate object numbers reusing the same OID),\ngetObject() throws PdfCoreStructureException instead of returning null.\nCatch that exception and fall back to findFallbackCatalogObject() which\nsc\n[…]\ned objects for /Type /Catalog, allowing signing to\nproceed on PDFs whose cross-reference table has been partially corrupted.\n\nSigned-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(pdf-core): fall back to catalog scan when trailer root OID is unr…",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-27T17:47:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fa61dbbe8e9a261e188b9991a930b693167ab91a",
"body": "…malformed streams\n\nIncrease the maximum skip window from 2 048 to 65 536 bytes and the header\nscan limit from 256 KiB to 1 MiB, and raise the per-stream attempt cap from\n256 to 2 048. This allows the inflate recovery heuristic to handle\ncorpus files whose compressed payload is preceded by a larger junk prefix\nwithout breaking the bounded CPU-cost guarantee.\n\nSigned-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(pdf-core): extend FlateDecode junk-prefix scan limits for larger …",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-27T17:47:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd91a04dcf830eb8623d49c7a53ddcec2777df47",
"body": "fix(pdf-core): harden xref/version recovery for failing corpus cases",
"is_bot": false,
"headline": "Merge pull request #20 from jeidison/fix/pdf-core-hardening-green",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-27T13:56:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "860974fa87136cbdc55ca06b10b469335582995f",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): cover acroform field recovery paths",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-27T13:47:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6ab870239ac412f3b50c01e8b490c1a9ee85e7e",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "style(pdf-core): fix pint unary operator spacing in resolveListValue",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-27T13:36:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bbcf954bd1b76a94acdff6ac4ee7f44142e5e3f",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(pdf-core): recover expected object after stale offsets",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-27T02:11:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c99d2fecaad21f0e874b653c67643df69af75040",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(pdf-core): recover from broken page/annotation references",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-27T02:08:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ed54aa48c5ac9f7aa9ba7f4ecba6149dd24dd52",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(pdf-core): fallback to loose pages when tree is broken",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-27T02:03:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06529c856a51330c234406d3dbabf7b4651e047b",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test: replace reflection with public ObjectStreamResolver scenarios",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T23:22:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07a21094c4faa81582b6085b89ebcab41e64946b",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test: expand ObjectStreamResolver recovery coverage",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T23:15:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a375796be66a3bed8a5a3ace2084229a35cb8033",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test: cover PageInfo raw-buffer discovery branches",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T23:15:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "500f2c0c6639c616de75ad443a07e55fc8af5a7f",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdfdocument): cover hasBuffer and stale info replacement",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T22:38:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b813c3c8bd05faa45e7a695673bd21a60706ef7b",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "refactor(pageinfo): remove Error catch in raw buffer discovery",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T22:38:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f011d20a17f6a8d2b0ffbdf7b3bfee509df5df0a",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "refactor(pdfdocument): add explicit buffer initialization check",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T22:38:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99a16fa6a78a5e2e6e84924add4a24bec253442d",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(trailer): cover missing optional info target",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T22:34:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba1816f478bbd34439469fa4f6fd4555c6be2e9e",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(trailer): ignore stale optional info object refs",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T22:34:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c75dfacce92605e4e90d9f6093084aa7991c89a",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pageinfo): cover catalog fallback from raw buffer",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T22:30:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "413b865021cba35b44812a457d3de32047acbf8a",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(pageinfo): fallback to raw-buffer object discovery",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T22:30:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9bf0a2ea494763beaaa688d00b837848b9c8906",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(objstm): add short-length flate recovery regression",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T22:07:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96c4b2253dc571c34089377afaa04e8e47199f17",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(objstm): recover flate stream when length is short",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T22:07:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "856c0a835715d9575d2180227b9f0a33530eb3f5",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(xref14): cover prev pointer to xref stream object",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T22:07:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66c587ccd2918db4ad3c790ac1c0409ce7bd7876",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(xref14): merge prev xref stream in hybrid chain",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T22:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0962ef1235a04b6f1f6850ec4f81a29064e63de5",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "style(tests): apply pint formatting for regression files",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T21:38:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7796ac9352dbc9f6ae60b44ef6da285942680cd0",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(pdf-core): harden xref/version recovery for failing corpus cases",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T21:27:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6339cc981f656b624ae601429e0a44704e59138c",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): remove decorative section separator comments",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T20:27:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ea810117e8b5e885f919b2c9704091f2f194761",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): remove problem numbering from regression test docblocks",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T20:27:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d618ffdbb7cc6e911531de8858c151279e4ee05c",
"body": "Prove the 5 failure categories found at 142/238 corpus baseline.\nTests must fail before fixes are applied (regression-first discipline).\n\nStructTest:\n- test_parse_detects_exact_pdf_version_when_header_marker_is_beyond_8kb\n Reproduce: 9 KiB prefix before %PDF-1.6. scan window is 8192 bytes so\n vers\n[…]\n starts with '1 0 obj' (triggers XRef15 branch)\n but objectFromString() throws; no fallback to XRef14 so prev entries lost.\n\nSigned-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): add corpus hardening regression tests (RED)",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T20:25:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2934252c5635f38e838a4dbcb50ca1dc23b7dc97",
"body": "fix(pdf-core): harden malformed document recovery for signing",
"is_bot": false,
"headline": "Merge pull request #19 from jeidison/fix/pdf-core-compat-hardening",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T19:54:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bebc17cb1ad12cca43f383e5857ea2ae15b6e8fb",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): enhance malformed header test with complete assertions",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T19:54:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e446a3fa6adcd506e50156f13d6a8b4f8623e7d",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): use data provider for malformed header variants",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T19:26:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9846512c423763f4aeb17673266ed96dcba4f3f",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "style(tests): normalize struct test string quotes",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T19:24:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f550b549b9eb8c1d0b3fad55473bc67a91ec8090",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "style(tests): normalize page info test imports",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T19:24:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "116b9a8f555a91be6a602fed84f7108b02d634c4",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "style(pdf-core): fix struct pint formatting",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T19:24:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2143edee971e0d944dce563f27d0f668c577a050",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): align page discovery fallback exception contract",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T18:58:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cb35061d07200c1ae68510441f22d09f888582b",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "refactor(pdf-core): replace broad fallback catches in page discovery",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T18:58:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "854ccf3428988a882f70d2759963b32b0a52e952",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "refactor(pdf-core): initialize xref table by default",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T18:58:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "843b70d48263e0a3738bd5a49dad36f9258a7cad",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(pdf-core): normalize xref match offset typing",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T18:53:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1723010fb02b4708a9f12bf59da94cf58aa71c0",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): cover malformed version and xref recovery",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T18:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "790b18f73c08bdd86b364ba675a2fcc0f1bfc0d1",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): cover page tree fallback scenarios",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T18:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fdc9ade1a23d0cdc9c645b8bf42fae0ff586548",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): cover flate fallback and filter normalization",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T18:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5671b5ff37312475474df7a9063fc585133026da",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): cover object stream fallback cases",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T18:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6078a41e16942d3cf9c1f9cf8e3079e487cb5650",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(pdf-core): harden malformed version and xref recovery",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T18:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e39f7122e63be89dbf28f99a5c22914f5d3d8b1",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(pdf-core): harden object stream index fallback",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T18:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b384c8f5d0ce945b97f53e08ff2dfd1b99697889",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(pdf-core): improve page tree fallback recovery",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T18:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f6f2ec2232d125066605240c8424ce9479e1aab",
"body": "fix(pdf-core): harden malformed xref/object-stream recovery with per-file signed commits",
"is_bot": false,
"headline": "Merge pull request #18 from jeidison/fix/pdf-core-hardening-split",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T18:08:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "721783f9132613f8610e370e2ad1fe868d666471",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): replace reflection test with public malformed-root case",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T18:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be89f9a086b6f2fc12f04b79187667a58d3b4ff9",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "refactor(pdf-core): parse synthetic root tokens via numeric guard",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T18:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5149defef7a2c7bdf79f712b6d66706eafbaad7",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): increase malformed-struct fallback coverage",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T17:57:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f33ce22468d8cf237fe6177de341404b9fcd27c",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): cover invalid object-stream count branch",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T17:57:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ad9fdb2dd5b2b1d9fbeccd142dc684addcc386f",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): add missing-startxref recovery cases",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T17:45:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6b58914c7c630bfcec5a10d6d41c009a701df0c",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(pdf-core): recover structure without xref markers",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T17:45:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20076f19dccb4ec73a298ae0c6530801d462b92e",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): cover object stream oid fallback",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T17:45:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b1bc05bec736b17c69822801497d2c34567f89a",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(pdf-core): harden object stream index lookup",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T17:45:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "917cb788f3e57733529c8c2acd7d6c429e11153d",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): add Flate malformed-stream regressions",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T17:45:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3dd3244ed0a10d04136b5c1fe9f417db211cd74",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(pdf-core): refactor Flate inflate recovery",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T17:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcfaed11f6add18e6278c9b0bca80fba5be17af0",
"body": "fix(pdf-core): harden xref-stream fallback and filter decoding",
"is_bot": false,
"headline": "Merge pull request #17 from jeidison/chore/pdfcore-hardening-fix11-wave2",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T16:43:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48479374fcfe624993c3fc91a86bb63d8efc8649",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): harden ascii85 non-canonical stream coverage",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T16:42:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bce033ccbdae2946645f9b479f39451278d5e76b",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): expand ascii85 codec vectors and edge coverage",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T16:39:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d41938122d6043e0db4fb86e8ebdd893754cfdf9",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "refactor(pdf-core): extract optimized ASCII85 codec and expand coverage",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T16:35:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f677f6fe194a90ba42aa9a8aad72a06ca909ac6",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "style(tests): import PHPUnit DataProvider attribute",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T16:24:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38adc427fa21072fc4dd7fa37ca2a4e4b07743ae",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "style(tests): fix anonymous class brace position for Pint",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T16:24:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56a9a4866eab1faaf1b7ae4251c8c04e6054a1b3",
"body": "…filter-chain coverage\n\nSigned-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(pdf-core): fix normalizeFilters scalar branch and expand ASCII85/…",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T16:04:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d887bdc8b6a424f8a760adda3813855a7a62e6fd",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(pdf-core): harden xref-stream fallback and filter decoding",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T15:46:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d2265dd8a66d5b3b0d667b66ed5eb209625d2c9",
"body": "fix(pdf-core): harden FlateDecode prefix tolerance and xref/object offset recovery",
"is_bot": false,
"headline": "Merge pull request #16 from jeidison/chore/pdfcore-hardening-fix11",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T14:51:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f34e9da2bb2e76bf4566db818a4a80bbe68e040",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "refactor(pdf-core): deduplicate standalone xref scan logic",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T14:39:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8771919a8827347efbdfb558f37f0561df13b5a",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "refactor(pdf-core): remove exception-driven xref fallback flow",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T14:35:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "740cf2aeab2956c4f88a036046e21c33315207bd",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): cover startxref fallback with xref at buffer start",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T14:23:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a4d36e1b1b6422470505b487c91b3abd9ab9356",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): add synthetic xref fallback regression fixtures",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T14:23:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5f9b5b9e12bd3b762e26007ab46cda95998292b",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): add long xref body offset regression case",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T14:13:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96fbe85f97d6c306aba0c12733a36aedbc8aebe8",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): assert invalid object offset raises parsing error",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T14:13:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72f919d081307689153ceb12a751c730437c9cf7",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): cover flate decode with leading prefix bytes",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T14:13:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40eaa3923f9d6374c997c12d5176bcba0d466e78",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(pdf-core): recover deep startxref offsets in long tables",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T14:13:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7b245291ab013660006a9be5269afb6096f85c6",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(pdf-core): validate object read offset bounds",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T14:13:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "beec22f7b0f305ed78f58246b7c0c0ec1ef64231",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(pdf-core): tolerate prefixed bytes before flate payload",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T14:13:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "997f790ea912a201695f2b2fd74f103d3867d56e",
"body": "fix(pdf-core): harden FlateDecode and xref/startxref recovery",
"is_bot": false,
"headline": "Merge pull request #15 from jeidison/chore/pdfcore-hardening-fix10",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T14:03:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2090ca22d521b340244225721a4e6d7aa1a4fa3d",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "style(tests): fix Pint formatting in regression tests",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T13:07:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "016a19ef3d363629eb386378d2d254cf904f5dff",
"body": "…xref and xref backward scan\n\n- PDFObjectTest: DataProvider for all 3 FlateDecode inflate encodings (zlib,\n raw deflate, gzip) plus a case that proves genuinely corrupt streams still throw.\n\n- XRef14ParserTest: two new success cases (beyond-EOF backward scan recovery,\n mid-table xrefPosition with \n[…]\n when startxref carries no offset, and unified 'startxref not found' error when\n both startxref and xref table are absent.\n\nSigned-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): regression tests for inflate waterfall, lenient start…",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T12:41:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c8f6d7f0244c91fbe9ebb617557dbb03c3ee6fd4",
"body": "…n recovery\n\n- PDFObject: inflateFlateStream() now tries gzdecode, gzuncompress and gzinflate\n in sequence (waterfall) before throwing; handles generators that emit raw deflate\n or gzip streams despite FlateDecode being the declared filter.\n\n- Struct: resolveXrefPosition() uses a 3-step strategy:\n\n[…]\nnally expands the parse window\n 512 bytes before xrefPosition to cover generators that emit startxref pointing\n mid-table.\n\nSigned-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(pdf-core): harden FlateDecode inflate, startxref and xref-positio…",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-26T12:41:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8608565f42a469e762b1aa773c56d99e306beec0",
"body": "Harden PDF core parsing for malformed and hybrid documents",
"is_bot": false,
"headline": "Merge pull request #14 from vitormattos/chore/pdfcore-hardening-fix8",
"author_name": "Jeidison Farias",
"author_login": "jeidison",
"committed_at": "2026-05-26T00:19:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3aa48bb7fc8b5738ffe86a9a4ead6dfc81ab99b",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test(pdf-core): expand regression coverage for parser hardening",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-22T21:09:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de06fe85e7150d4cc84f4107b459e7da3092aaaf",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(pdf-core): harden parser behavior for malformed and hybrid PDFs",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-22T21:09:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac80d4960a1b2d82bad56d3fd4d6f0155184097c",
"body": "…ution-xref-enhancements\n\nfeat: implement indirect /Length resolution and enhance XRef14Parser",
"is_bot": false,
"headline": "Merge pull request #13 from vitormattos/feature/indirect-length-resol…",
"author_name": "Jeidison Farias",
"author_login": "jeidison",
"committed_at": "2026-05-22T15:23:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16a81ab12a9cc6d0d31fd252afb4a47aea566ae3",
"body": "Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: satisfy psalm visited-ids map type in stream length resolver",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-17T21:17:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ebf1be0e05920aba9617a2481494bb2bb6e8a79",
"body": "- replace internal corpus path references with generic technical descriptions\n- keep fixture intent clear without exposing internal dataset structure\n\nSigned-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test: remove internal corpus references from comments",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-17T21:10:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f6ecbd9acab87a4fa6856204e53c8b48407cb20",
"body": "- add null-key scalar test path for ObjectStreamResolver\n- add trailer-missing parser test for XRef14Parser\n- add leading-whitespace preamble parser test for XRef14Parser\n- add malformed section with zero parsed entries test for XRef14Parser\n- verify targeted coverage report shows no uncovered lines in both files\n\nSigned-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test: close exact uncovered lines for resolver and xref14",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-17T21:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "561627d5c6697f934ca5dbe2fd137ee981c50eb2",
"body": "- add DataProvider fixtures extracted from bfo-isartor 6-6-1-t01-fail-a and 6-6-2-t01-fail-a\n- validate metadata stream length resolution using real object patterns (/Length 11 0 R and /Length 15 0 R with scalar objects)\n- remove unreachable key-type guard in extractEmbeddedScalarValue to eliminate dead non-coverable branch\n\nSigned-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test: derive indirect /Length fixtures from real corpus PDFs",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-17T20:54:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d90f82c03a97964940c1da00f3eaa6ae50c7af54",
"body": "- Add DataProvider with LF and CRLF stream marker variants\n- Add test for objects without valid stream markers\n- Increase test coverage from 24 to 28 tests\n- Validates edge cases in resolveStreamStartOffset and attachObjectStreamIfPresent\n\nSigned-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test: add stream marker and boundary case tests",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-17T20:36:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c58d6364009b90bdd77dce55dca79363e79dfad",
"body": "- Add DataProvider with LF and CRLF stream marker scenarios\n- Increase test count from 24 to 27 for edge case coverage\n- Validates both resolveStreamStartOffset paths (line 169 and 171)\n\nSigned-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test: add stream marker DataProvider for comprehensive coverage",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-17T20:32:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd4e303454c27ef90e0d876b3c74d06094c38384",
"body": "- Add test for missing object in reference chain\n- Add test for empty object (no keys) as scalar value\n- Improve code coverage from 98.4% to meet 98.5% threshold\n- Validates error handling when indirect references are broken or malformed\n\nSigned-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test: add coverage for indirect reference chain edge cases",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-17T20:23:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fc0641832e144ba10c0dd0bcc60a214c1cf6bc3",
"body": "- Add ObjectStreamResolver::resolveLengthFromObject() to handle indirect /Length references\n- Implement recursive resolution of reference chains (ISO 32000-1:2008 7.3.10)\n- Add cycle detection to prevent infinite loops in reference chains\n- Add ObjectStreamResolver::extractEmbeddedScalarValue() to h\n[…]\ns: cycle detection, multi-key object rejection\n- Add ISO 32000-1:2008 justification comments for indirect reference handling\n\nSigned-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: implement indirect /Length resolution and enhance XRef14Parser",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-17T20:19:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "150d4afb8ee08eab35fd80819bbd1ae3b41e8ff8",
"body": "…lution\n\nfix(pdfcore): parse xref stream via object-with-stream reader",
"is_bot": false,
"headline": "Merge pull request #12 from vitormattos/fix/xref15-stream-object-reso…",
"author_name": "Jeidison Farias",
"author_login": "jeidison",
"committed_at": "2026-05-16T15:40:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7edb5734e2efadc78b19ffbf884f6750fe7c0bf8",
"body": "…stream\n\nMove the XRef stream decompression test from XRef15ParserTest to PdfDocumentCoreTest\nto directly test the fixed findObjectAtOffset() method. This makes it clear that\nthe fix ensures stream bytes are attached before the caller attempts to decompress.\n\nValidates ISO 32000-1:2008 §7.5.8 compliance for XRef stream filters.\n\nSigned-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>",
"is_bot": false,
"headline": "test: add direct test for findObjectAtOffset() with flatedecode xref …",
"author_name": "Vitor Mattos",
"author_login": "vitormattos",
"committed_at": "2026-05-15T18:49:21Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 191,
"latest_release_at": "2026-03-17T00:46:16Z",
"latest_release_tag": "v1.0.1",
"releases_from_tags": false,
"days_since_last_push": 30,
"active_weeks_last_year": 8,
"days_since_latest_release": 129,
"mean_days_between_releases": 444.1
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "jeidison/signer-php",
"exists": true,
"license": "MIT",
"keywords": [
"php",
"pdf",
"timestamp",
"signer",
"digital-signature",
"rfc3161",
"icp-brasil",
"pades",
"multiple-signatures",
"docmdp"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/jeidison/signer-php",
"is_deprecated": false,
"latest_version": "v1.0.1",
"repository_url": "https://github.com/jeidison/signer-php",
"versions_count": 3,
"total_downloads": 23930,
"dependents_count": 0,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 4494,
"first_published_at": null,
"latest_published_at": "2026-03-17T00:40:40Z",
"latest_version_yanked": null,
"days_since_latest_publish": 129
}
]
},
"popularity": {
"forks": 4,
"stars": 17,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2024-01-23",
"count": 1
},
{
"date": "2024-05-17",
"count": 1
},
{
"date": "2024-10-31",
"count": 1
},
{
"date": "2026-04-30",
"count": 1
}
],
"complete": true,
"collected": 4,
"total_forks": 4
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 33667,
"source_files_sampled": 269,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "symfony/process",
"direct": false,
"version": " 7.4-dev.0",
"severity": "high",
"ecosystem": "packagist",
"cvss_score": 8.4,
"advisory_ids": [
"GHSA-qq5c-677p-737q",
"GHSA-r39x-jcww-82v6"
],
"fixed_version": "8.0.5",
"advisory_count": 2,
"oldest_advisory_days": 624
},
{
"name": "symfony/yaml",
"direct": false,
"version": " 7.4-dev.0",
"severity": "moderate",
"ecosystem": "packagist",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-4qpc-3hr4-r2p4",
"GHSA-9frc-8383-795m",
"GHSA-c2p3-7m5p-cv8x"
],
"fixed_version": "8.0.12",
"advisory_count": 3,
"oldest_advisory_days": 57
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1,
"moderate": 1
},
"advisory_count": 5,
"affected_count": 2,
"assessed_count": 111,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 1,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "amphp/amp",
"direct": false,
"version": " 3-dev.0",
"ecosystem": "packagist"
},
{
"name": "amphp/byte-stream",
"direct": false,
"version": " 2-dev.0",
"ecosystem": "packagist"
},
{
"name": "amphp/cache",
"direct": false,
"version": " 2-dev.0",
"ecosystem": "packagist"
},
{
"name": "amphp/dns",
"direct": false,
"version": " 2-dev.0",
"ecosystem": "packagist"
},
{
"name": "amphp/parallel",
"direct": false,
"version": " 2-dev.0",
"ecosystem": "packagist"
},
{
"name": "amphp/parser",
"direct": false,
"version": " 1-dev.0",
"ecosystem": "packagist"
},
{
"name": "amphp/pipeline",
"direct": false,
"version": " 1-dev.0",
"ecosystem": "packagist"
},
{
"name": "amphp/process",
"direct": false,
"version": " 2-dev.0",
"ecosystem": "packagist"
},
{
"name": "amphp/serialization",
"direct": false,
"version": " 1-dev.0",
"ecosystem": "packagist"
},
{
"name": "amphp/socket",
"direct": false,
"version": " 2-dev.0",
"ecosystem": "packagist"
},
{
"name": "amphp/sync",
"direct": false,
"version": " 2-dev.0",
"ecosystem": "packagist"
},
{
"name": "brianium/paratest",
"direct": false,
"version": " 7.8-dev.0",
"ecosystem": "packagist"
},
{
"name": "colinodell/json5",
"direct": false,
"version": "3.0.0",
"ecosystem": "packagist"
},
{
"name": "composer/pcre",
"direct": false,
"version": " 3-dev.0",
"ecosystem": "packagist"
},
{
"name": "composer/semver",
"direct": false,
"version": " 3-dev.0",
"ecosystem": "packagist"
},
{
"name": "composer/xdebug-handler",
"direct": false,
"version": "3.0.5",
"ecosystem": "packagist"
},
{
"name": "danog/advanced-json-rpc",
"direct": false,
"version": "3.2.3",
"ecosystem": "packagist"
},
{
"name": "daverandom/libdns",
"direct": false,
"version": " 2-dev.0",
"ecosystem": "packagist"
},
{
"name": "deptrac/deptrac",
"direct": false,
"version": " 4-dev.0",
"ecosystem": "packagist"
},
{
"name": "dnoegel/php-xdg-base-dir",
"direct": false,
"version": "0.1.1",
"ecosystem": "packagist"
},
{
"name": "doctrine/deprecations",
"direct": false,
"version": " 1.2-dev.0",
"ecosystem": "packagist"
},
{
"name": "felixfbecker/language-server-protocol",
"direct": false,
"version": " 1-dev.0",
"ecosystem": "packagist"
},
{
"name": "fidry/cpu-core-counter",
"direct": false,
"version": "1.3.0",
"ecosystem": "packagist"
},
{
"name": "filp/whoops",
"direct": false,
"version": "2.18.4",
"ecosystem": "packagist"
},
{
"name": "infection/abstract-testframework-adapter",
"direct": false,
"version": "0.5.0",
"ecosystem": "packagist"
},
{
"name": "infection/extension-installer",
"direct": false,
"version": "0.1.2",
"ecosystem": "packagist"
},
{
"name": "infection/include-interceptor",
"direct": false,
"version": "0.2.5",
"ecosystem": "packagist"
},
{
"name": "infection/infection",
"direct": false,
"version": " 0.29-dev.0",
"ecosystem": "packagist"
},
{
"name": "infection/mutator",
"direct": false,
"version": "0.4.1",
"ecosystem": "packagist"
},
{
"name": "jean85/pretty-package-versions",
"direct": false,
"version": " 2-dev.0",
"ecosystem": "packagist"
},
{
"name": "jetbrains/phpstorm-stubs",
"direct": false,
"version": "2025.3",
"ecosystem": "packagist"
},
{
"name": "justinrainbow/json-schema",
"direct": false,
"version": "6.7.2",
"ecosystem": "packagist"
},
{
"name": "kelunik/certificate",
"direct": false,
"version": " 1-dev.0",
"ecosystem": "packagist"
},
{
"name": "laravel/pint",
"direct": false,
"version": "1.27.1",
"ecosystem": "packagist"
},
{
"name": "league/uri",
"direct": false,
"version": " 7-dev.0",
"ecosystem": "packagist"
},
{
"name": "league/uri-interfaces",
"direct": false,
"version": " 7-dev.0",
"ecosystem": "packagist"
},
{
"name": "marc-mabe/php-enum",
"direct": false,
"version": "4.7-dev",
"ecosystem": "packagist"
},
{
"name": "myclabs/deep-copy",
"direct": false,
"version": " 1-dev.0",
"ecosystem": "packagist"
},
{
"name": "netresearch/jsonmapper",
"direct": false,
"version": "5.0.1",
"ecosystem": "packagist"
},
{
"name": "nikic/php-parser",
"direct": false,
"version": " 5-dev.0",
"ecosystem": "packagist"
},
{
"name": "nunomaduro/collision",
"direct": false,
"version": " 8-dev.0",
"ecosystem": "packagist"
},
{
"name": "nunomaduro/termwind",
"direct": false,
"version": " 2-dev.0",
"ecosystem": "packagist"
},
{
"name": "ondram/ci-detector",
"direct": false,
"version": "4.2.0",
"ecosystem": "packagist"
},
{
"name": "pestphp/pest",
"direct": false,
"version": " 3-dev.0",
"ecosystem": "packagist"
},
{
"name": "pestphp/pest-plugin",
"direct": false,
"version": " 3-dev.0",
"ecosystem": "packagist"
},
{
"name": "pestphp/pest-plugin-arch",
"direct": false,
"version": " 3-dev.0",
"ecosystem": "packagist"
},
{
"name": "pestphp/pest-plugin-mutate",
"direct": false,
"version": " 3-dev.0",
"ecosystem": "packagist"
},
{
"name": "phar-io/manifest",
"direct": false,
"version": " 2.0-dev.0",
"ecosystem": "packagist"
},
{
"name": "phar-io/version",
"direct": false,
"version": "3.2.1",
"ecosystem": "packagist"
},
{
"name": "phpdocumentor/graphviz",
"direct": false,
"version": "2.1.0",
"ecosystem": "packagist"
},
{
"name": "phpdocumentor/reflection-common",
"direct": false,
"version": " 2-dev.0",
"ecosystem": "packagist"
},
{
"name": "phpdocumentor/reflection-docblock",
"direct": false,
"version": " 6-dev.0",
"ecosystem": "packagist"
},
{
"name": "phpdocumentor/type-resolver",
"direct": false,
"version": " 2-dev.0",
"ecosystem": "packagist"
},
{
"name": "phpstan/phpdoc-parser",
"direct": false,
"version": " 2.3-dev.0",
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan",
"direct": false,
"version": " 2.2-dev.0",
"ecosystem": "packagist"
},
{
"name": "phpunit/php-code-coverage",
"direct": false,
"version": " 11.0-dev.0",
"ecosystem": "packagist"
},
{
"name": "phpunit/php-file-iterator",
"direct": false,
"version": " 5.1-dev.0",
"ecosystem": "packagist"
},
{
"name": "phpunit/php-invoker",
"direct": false,
"version": " 5.0-dev.0",
"ecosystem": "packagist"
},
{
"name": "phpunit/php-text-template",
"direct": false,
"version": " 4.0-dev.0",
"ecosystem": "packagist"
},
{
"name": "phpunit/php-timer",
"direct": false,
"version": " 7.0-dev.0",
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": "11.5.50",
"ecosystem": "packagist"
},
{
"name": "psr/container",
"direct": false,
"version": " 2.0-dev.0",
"ecosystem": "packagist"
},
{
"name": "psr/event-dispatcher",
"direct": false,
"version": " 1.0-dev.0",
"ecosystem": "packagist"
},
{
"name": "psr/http-factory",
"direct": false,
"version": "1.1.0",
"ecosystem": "packagist"
},
{
"name": "psr/http-message",
"direct": false,
"version": " 2.0-dev.0",
"ecosystem": "packagist"
},
{
"name": "psr/log",
"direct": false,
"version": " 3-dev.0",
"ecosystem": "packagist"
},
{
"name": "psr/simple-cache",
"direct": false,
"version": " 3.0-dev.0",
"ecosystem": "packagist"
},
{
"name": "revolt/event-loop",
"direct": false,
"version": " 1-dev.0",
"ecosystem": "packagist"
},
{
"name": "roave/security-advisories",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "sanmai/later",
"direct": false,
"version": " 0.1-dev.0",
"ecosystem": "packagist"
},
{
"name": "sanmai/pipeline",
"direct": false,
"version": "6.22",
"ecosystem": "packagist"
},
{
"name": "sebastian/cli-parser",
"direct": false,
"version": " 3.0-dev.0",
"ecosystem": "packagist"
},
{
"name": "sebastian/code-unit",
"direct": false,
"version": "3.0-dev",
"ecosystem": "packagist"
},
{
"name": "sebastian/code-unit-reverse-lookup",
"direct": false,
"version": "4.0-dev",
"ecosystem": "packagist"
},
{
"name": "sebastian/comparator",
"direct": false,
"version": " 6.3-dev.0",
"ecosystem": "packagist"
},
{
"name": "sebastian/complexity",
"direct": false,
"version": " 4.0-dev.0",
"ecosystem": "packagist"
},
{
"name": "sebastian/diff",
"direct": false,
"version": " 6.0-dev.0",
"ecosystem": "packagist"
},
{
"name": "sebastian/environment",
"direct": false,
"version": " 7.2-dev.0",
"ecosystem": "packagist"
},
{
"name": "sebastian/exporter",
"direct": false,
"version": " 6.3-dev.0",
"ecosystem": "packagist"
},
{
"name": "sebastian/global-state",
"direct": false,
"version": " 7.0-dev.0",
"ecosystem": "packagist"
},
{
"name": "sebastian/lines-of-code",
"direct": false,
"version": " 3.0-dev.0",
"ecosystem": "packagist"
},
{
"name": "sebastian/object-enumerator",
"direct": false,
"version": " 6.0-dev.0",
"ecosystem": "packagist"
},
{
"name": "sebastian/object-reflector",
"direct": false,
"version": " 4.0-dev.0",
"ecosystem": "packagist"
},
{
"name": "sebastian/recursion-context",
"direct": false,
"version": " 6.0-dev.0",
"ecosystem": "packagist"
},
{
"name": "sebastian/type",
"direct": false,
"version": " 5.1-dev.0",
"ecosystem": "packagist"
},
{
"name": "sebastian/version",
"direct": false,
"version": " 5.0-dev.0",
"ecosystem": "packagist"
},
{
"name": "spatie/array-to-xml",
"direct": false,
"version": " 3-dev.0",
"ecosystem": "packagist"
},
{
"name": "staabm/side-effects-detector",
"direct": false,
"version": "1.0.5",
"ecosystem": "packagist"
},
{
"name": "symfony/config",
"direct": false,
"version": " 7.4-dev.0",
"ecosystem": "packagist"
},
{
"name": "symfony/console",
"direct": false,
"version": " 7.4-dev.0",
"ecosystem": "packagist"
},
{
"name": "symfony/dependency-injection",
"direct": false,
"version": " 7.4-dev.0",
"ecosystem": "packagist"
},
{
"name": "symfony/deprecation-contracts",
"direct": false,
"version": "3.7-dev",
"ecosystem": "packagist"
},
{
"name": "symfony/event-dispatcher",
"direct": false,
"version": " 7.4-dev.0",
"ecosystem": "packagist"
},
{
"name": "symfony/event-dispatcher-contracts",
"direct": false,
"version": "3.7-dev",
"ecosystem": "packagist"
},
{
"name": "symfony/filesystem",
"direct": false,
"version": " 7.4-dev.0",
"ecosystem": "packagist"
},
{
"name": "symfony/finder",
"direct": false,
"version": " 7.4-dev.0",
"ecosystem": "packagist"
},
{
"name": "symfony/polyfill-ctype",
"direct": false,
"version": " 1-dev.0",
"ecosystem": "packagist"
},
{
"name": "symfony/polyfill-intl-grapheme",
"direct": false,
"version": " 1-dev.0",
"ecosystem": "packagist"
},
{
"name": "symfony/polyfill-intl-normalizer",
"direct": false,
"version": " 1-dev.0",
"ecosystem": "packagist"
},
{
"name": "symfony/polyfill-mbstring",
"direct": false,
"version": " 1-dev.0",
"ecosystem": "packagist"
},
{
"name": "symfony/polyfill-php84",
"direct": false,
"version": " 1-dev.0",
"ecosystem": "packagist"
},
{
"name": "symfony/process",
"direct": false,
"version": " 7.4-dev.0",
"ecosystem": "packagist"
},
{
"name": "symfony/service-contracts",
"direct": false,
"version": "3.7-dev",
"ecosystem": "packagist"
},
{
"name": "symfony/string",
"direct": false,
"version": " 7.4-dev.0",
"ecosystem": "packagist"
},
{
"name": "symfony/var-dumper",
"direct": false,
"version": " 6.4-dev.0",
"ecosystem": "packagist"
},
{
"name": "symfony/var-exporter",
"direct": false,
"version": " 7.4-dev.0",
"ecosystem": "packagist"
},
{
"name": "symfony/yaml",
"direct": false,
"version": " 7.4-dev.0",
"ecosystem": "packagist"
},
{
"name": "ta-tikoma/phpunit-architecture-test",
"direct": false,
"version": "0.8.7",
"ecosystem": "packagist"
},
{
"name": "thecodingmachine/safe",
"direct": false,
"version": "3.4.0",
"ecosystem": "packagist"
},
{
"name": "theseer/tokenizer",
"direct": false,
"version": "1.3.1",
"ecosystem": "packagist"
},
{
"name": "vimeo/psalm",
"direct": false,
"version": " 6-dev.0",
"ecosystem": "packagist"
},
{
"name": "webmozart/assert",
"direct": false,
"version": "1.12.1",
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 112,
"direct_count": 0,
"indirect_count": 112
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 20,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "vitormattos",
"commits": 164,
"avatar_url": "https://avatars.githubusercontent.com/u/1079143?v=4"
},
{
"type": "User",
"login": "jeidison",
"commits": 25,
"avatar_url": "https://avatars.githubusercontent.com/u/12176232?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.868
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"composer.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "2 out of 2 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": 5,
"reason": "Found 1/2 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 12 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": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 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": 7,
"reason": "3 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "38b85b2e8280869d5a9a374d36a490621e001a0d",
"ran_at": "2026-07-24T07:36:28Z",
"aggregate_score": 5,
"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-22T07:23:34Z",
"oldest_open_prs": [
{
"number": 22,
"created_at": "2026-06-24T07:23:14Z",
"last_comment_at": "2026-06-24T07:23:14Z",
"last_comment_author": "dependabot"
},
{
"number": 23,
"created_at": "2026-06-24T07:23:18Z",
"last_comment_at": "2026-06-24T07:23:18Z",
"last_comment_author": "dependabot"
}
],
"last_merged_pr_at": "2026-05-27T18:35:29Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/jeidison/signer-php",
"host": "github.com",
"name": "signer-php",
"owner": "jeidison"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"security": 60,
"vitality": 64,
"community": 31,
"governance": 61,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 64,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"commits_last_year": 191,
"human_commit_share": 1,
"days_since_last_push": 30,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 30 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 30
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "191 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 191
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 66,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v1.0.1",
"releases_from_tags": false,
"days_since_latest_release": 129,
"mean_days_between_releases": 444.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 129 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 129
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~444.1 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 444.1
}
}
],
"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": 57,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 57 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 57
}
}
],
"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": 31,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"forks": 4,
"stars": 17,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "17 stars",
"points": 19.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 17
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "4 forks",
"points": 4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 4
}
}
],
"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": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"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": "at_risk",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"packages": [
"jeidison/signer-php"
],
"dependents": 0,
"ecosystems": "packagist",
"total_downloads": 23930,
"monthly_downloads": 4494
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "4,494 downloads/month across packagist",
"points": 48.7,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 4494,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "0 packages depend on it",
"points": 0,
"status": "missed",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 0
}
}
],
"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": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.868
},
"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 87% of commits",
"points": 3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 87
}
}
],
"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 12 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 82,
"inputs": {
"merged_prs": 20,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "20/21 decided PRs merged",
"points": 36.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 20,
"decided": 21
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/2 approved changesets -- score normalized to 5",
"points": 7.5,
"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": 57,
"inputs": {
"followers": 185,
"owner_type": "User",
"is_verified": null,
"owner_login": "jeidison",
"public_repos": 10,
"account_age_days": 4103
},
"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": "185 followers of jeidison",
"points": 16.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 185,
"login": "jeidison"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "10 public repos, account ~11 yr old",
"points": 19.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 10
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"jeidison/signer-php"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 129
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on packagist",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "packagist"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 129 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 129
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "3 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 3
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 60,
"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": 50,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5
},
"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": "2 out of 2 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 1/2 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 12 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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 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": "3 existing vulnerabilities detected",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"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 111 resolved dependencies against OSV; 1 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 111
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 1
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 5,
"affected_packages": 2,
"assessed_packages": 111,
"unassessed_packages": 1,
"affected_by_severity": "high 1, moderate 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"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": 111,
"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": "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": 11
},
"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": 41,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"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": "100 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 100,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"composer.lock"
],
"has_dockerfile": true,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 33667,
"source_files_sampled": 269,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "PHP without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "PHP"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/269 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 269,
"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"
],
"report_type": "repository",
"generated_at": "2026-07-24T07:36:41.636778Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/jeidison/signer-php.svg",
"full_name": "jeidison/signer-php",
"license_state": "absent",
"license_spdx": null
}