Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 492,
"has_wiki": true,
"homepage": "https://github.com/vulnerability-lookup/PyVulnerabilityLookup",
"languages": {
"Python": 69689
},
"pushed_at": "2026-07-22T11:07:47Z",
"created_at": "2023-05-19T12:59:25Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T11:08:17Z",
"description": "Python client and module for Vulnerability-Lookup.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "main",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "https://www.vulnerability-lookup.org",
"name": "Vulnerability-Lookup",
"type": "Organization",
"login": "vulnerability-lookup",
"company": null,
"location": null,
"followers": 61,
"avatar_url": "https://avatars.githubusercontent.com/u/196326869?v=4",
"created_at": "2025-01-24T12:56:53Z",
"is_verified": null,
"public_repos": 23,
"account_age_days": 544
},
"license": {
"state": "standard",
"spdx_id": "BSD-3-Clause",
"raw_spdx": "BSD-3-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v4.4.0",
"kind": "minor",
"published_at": "2026-04-28T10:46:57Z"
},
{
"tag": "v2.19.0",
"kind": "minor",
"published_at": "2025-12-09T13:47:58Z"
},
{
"tag": "v2.14.0",
"kind": "minor",
"published_at": "2025-07-28T12:05:44Z"
},
{
"tag": "v2.10.1",
"kind": "patch",
"published_at": "2025-06-12T12:59:38Z"
},
{
"tag": "v2.5.1",
"kind": "patch",
"published_at": "2025-03-05T16:50:16Z"
},
{
"tag": "v2.5.0",
"kind": "minor",
"published_at": "2025-02-08T15:03:54Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2024-12-09T14:34:34Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2024-11-18T19:28:06Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2024-08-02T10:18:51Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2024-07-26T13:37:58Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2023-07-02T14:40:26Z"
}
],
"recent_commits": [
{
"oid": "9c1c39ced09587b5221ca559a3299e9634a93094",
"body": "…ility-existence\n\nfix: [tests] Comment on an existing vulnerability, not a hardcoded CVE",
"is_bot": false,
"headline": "Merge pull request #97 from vulnerability-lookup/fix-comment-vulnerab…",
"author_name": "Cédric Bonhomme",
"author_login": "cedricbonhomme",
"committed_at": "2026-07-22T11:07:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c9bfc6efd8aaa5a48cc6ee50ba5433001272d94",
"body": "Vulnerability-Lookup now rejects comment creation when the target\nvulnerability is absent from storage (added in vulnerability-lookup#497).\nThe two local comment tests hardcoded CVE-2024-20401, which the CI\nsample instance never imports, so create_comment returned 404\n'Vulnerability not found'.\n\nFet\n[…]\nnstance via\nget_last(source='pysec', number=1) and comment on it (the CI instance\nloads pysec). The test skips if no vulnerability is available.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: [tests] Comment on an existing vulnerability, not a hardcoded CVE",
"author_name": "Cédric Bonhomme",
"author_login": "cedricbonhomme",
"committed_at": "2026-07-22T10:12:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "899900b49c4a5e8e11efe86e77763713d819a211",
"body": "…tests\n\nfix: [tests] Drop assertions on removed is_admin/is_commenter user flags",
"is_bot": false,
"headline": "Merge pull request #96 from vulnerability-lookup/fix-rbac-user-model-…",
"author_name": "Cédric Bonhomme",
"author_login": "cedricbonhomme",
"committed_at": "2026-07-22T09:18:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c30550d6330b92235058078905742ccf9d03bf0b",
"body": "The vulnerability-lookup RBAC migration removed the is_admin,\nis_commenter, and is_reporter boolean flags from the user model and the\nAPI responses. Three test_web.py assertions still read those keys and\nfailed against an instance running the new model:\n\n- test_list_users read user['is_admin'] (the \n[…]\nThe tests keep their meaning: the admin user is still located by login,\nand a user and comment are still created (uid remains used for cleanup).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: [tests] Drop assertions on removed is_admin/is_commenter user flags",
"author_name": "Cédric Bonhomme",
"author_login": "cedricbonhomme",
"committed_at": "2026-07-22T08:53:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c8b29f4397077c746e52d0e62439a0393a73846c",
"body": "…tions/actions/checkout-7\n\nbuild(deps): bump actions/checkout from 6 to 7",
"is_bot": false,
"headline": "Merge pull request #94 from vulnerability-lookup/dependabot/github_ac…",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2026-06-19T15:48:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dc39e9fcc9e3f90d4637b56ba57281baece1363",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v6...v7)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/checkout from 6 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-19T14:32:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3b445981b899780734f0274604d0a8842e74ec22",
"body": null,
"is_bot": false,
"headline": "chg: Bump deps, version",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2026-04-28T10:44:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8def0f1dc3f011344f535797d07c2ea026b94545",
"body": "…fy an optional content.",
"is_bot": false,
"headline": "chg: [sightings] When creating a sighting it is now possible to speci…",
"author_name": "Cédric Bonhomme",
"author_login": "cedricbonhomme",
"committed_at": "2026-04-28T08:42:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0d220d799b694c72e1d3ced391824aa3face140",
"body": "…tions/actions/checkout-6\n\nbuild(deps): bump actions/checkout from 5 to 6",
"is_bot": false,
"headline": "Merge pull request #82 from vulnerability-lookup/dependabot/github_ac…",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-12-09T13:45:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7c92cd00487bceae14972b1c340a5c5f34f9657",
"body": null,
"is_bot": false,
"headline": "chg: Bump pre-commit",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-12-09T13:42:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1972893a44d4efc54ebaa631ccbe05e4bb36edaa",
"body": null,
"is_bot": false,
"headline": "chg: Bump deps, version",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-12-09T13:41:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45d5c8812742c63e74933132dc32e575b01df054",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v5...v6)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/checkout from 5 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-21T14:07:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4a32c08ef7481d87358c8aa967aaba71ab1c4440",
"body": null,
"is_bot": false,
"headline": "chg: Drop python 3.9",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-10-27T15:48:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26759d62100047d1f6f63d9117b5b3afe712fa14",
"body": null,
"is_bot": false,
"headline": "chg: Add python 3.14",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-10-27T15:47:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd2ad692054d808c590682313164603f88c79009",
"body": null,
"is_bot": false,
"headline": "fix: chage in response format for get_vendor_product_vulnerabilities",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-10-27T15:38:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a1ff93f87acf6f8d35fc1cb342629559fdab724",
"body": null,
"is_bot": false,
"headline": "fix: dirty tests against GHA install",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-10-27T15:23:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d057e3ce149516966068be2b437021b8f0e7625",
"body": null,
"is_bot": false,
"headline": "fix: .local tld not allowed for email addresses",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-10-27T13:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f60bb0d9b62b68d8833fa31f117087103b4c70c",
"body": null,
"is_bot": false,
"headline": "fix: create user with API key set",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-10-27T13:44:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dd60a1297dd5ec40df93cde73ed4bc79b6bc844",
"body": null,
"is_bot": false,
"headline": "fix: user list doesn't contain the apikey",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-10-27T13:39:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de71224f4f0d92d83ec316c6820ea60671e9e339",
"body": null,
"is_bot": false,
"headline": "chg: Bump deps",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-10-27T13:39:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a17fc13c5af2cfd04d65373ae561937f265fa4f",
"body": null,
"is_bot": false,
"headline": "chg: Make the vulnerability source optional",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-09-16T16:06:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a644bcec25cf4f54e2888f9cd94a3b051b45db2",
"body": null,
"is_bot": false,
"headline": "fix: Make public tests work again",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-09-16T16:06:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67353320502a8e020ed0974aa180b041a113fef7",
"body": null,
"is_bot": false,
"headline": "feat: add origin to get_vendor_product_vulnerabilities_iter() items",
"author_name": "Francois Lesueur",
"author_login": "flesueur",
"committed_at": "2025-09-16T16:06:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4b5be53b52a9e037532eff4bc8610d1e27e589a",
"body": null,
"is_bot": false,
"headline": "chg: Bump deps",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-09-16T16:06:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef2559002665d108ad0264ece5f7c7738cdf0394",
"body": "…tions/actions/setup-python-6\n\nbuild(deps): bump actions/setup-python from 5 to 6",
"is_bot": false,
"headline": "Merge pull request #80 from vulnerability-lookup/dependabot/github_ac…",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-09-15T13:37:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bca2d759870778dd1729fc03a5667227a5eea374",
"body": "Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.\n- [Release notes](https://github.com/actions/setup-python/releases)\n- [Commits](https://github.com/actions/setup-python/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-python\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/setup-python from 5 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-04T14:36:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fca3f3433c518d99b628d1af49a083381b89a35e",
"body": "…tions/actions/checkout-5\n\nbuild(deps): bump actions/checkout from 4 to 5",
"is_bot": false,
"headline": "Merge pull request #79 from vulnerability-lookup/dependabot/github_ac…",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-08-11T23:27:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9475b1dca851cdebf1e210397e934895ec8cfeb",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v5)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '5'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/checkout from 4 to 5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-11T21:23:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0ab0368e914565793bd4d418e90840e89bc768f4",
"body": null,
"is_bot": false,
"headline": "chg: Bump version",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-07-28T11:59:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a38f5e4633ff2e4520e38e86302f3b0d2c00f80",
"body": null,
"is_bot": false,
"headline": "fix: Call to user list, fix typo",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-07-28T11:38:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99043f7acc6724e837f8d35e173913eda1a4f946",
"body": null,
"is_bot": false,
"headline": "fix: Make sure we get recent entries over an interval",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-07-28T11:02:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cbedcb02db8d3fbaf2aaaa5a607de1c7cc33d36",
"body": null,
"is_bot": false,
"headline": "chg: Bump deps",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-07-28T10:23:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91ac53bd674e24d349850bd5ed504edbd2e47ade",
"body": null,
"is_bot": false,
"headline": "fix: Properly handle HTTP error 400 returned by server",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-07-28T10:15:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b938603c83c4f785d88fa047850ffe55da924b14",
"body": null,
"is_bot": false,
"headline": "chg: Bump version",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-06-12T12:52:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cc9154be6e32b4b94c4e60eb6d032b37f0af785",
"body": null,
"is_bot": false,
"headline": "Merge branch 'flesueur-get_vendor_product_vulnerabilities'",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-06-12T12:42:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "652ab91ff66386d5b232492a337d74771595596b",
"body": null,
"is_bot": false,
"headline": "new: Add iter on search by vendor and product",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-06-12T12:41:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee2fb8126bd283652d97c536a082ea93fdced5fd",
"body": null,
"is_bot": false,
"headline": "fix: Add newline for doc generation",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-06-12T12:05:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "123622a1c63affbd46eb23f5efbe536e022814c0",
"body": null,
"is_bot": false,
"headline": "new: Add all missing calls, update endpoints settings, add iterators.",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-06-12T12:05:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef415d7862bc4471c81b2cb72dbdfd350f333140",
"body": null,
"is_bot": false,
"headline": "fix: Add newline for doc generation",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-06-12T11:58:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ca2b30030741d663d2f187afa6366362784a4d1",
"body": null,
"is_bot": false,
"headline": "new: Add all missing calls, update endpoints settings, add iterators.",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-06-12T11:53:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea47f310b63594d7b798a4362fa1ed642c68ce69",
"body": null,
"is_bot": false,
"headline": "fix: end condition",
"author_name": "Francois Lesueur",
"author_login": "flesueur",
"committed_at": "2025-05-09T12:31:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07a6f58cc03a468987b69f72502e656361f36802",
"body": null,
"is_bot": false,
"headline": "fix: mypy type declaration",
"author_name": "Francois Lesueur",
"author_login": "flesueur",
"committed_at": "2025-05-09T12:05:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a88b9db0a4fe8a2c77db13c2afa986383242246",
"body": null,
"is_bot": false,
"headline": "feat: add since and pagination to get_vendor_product_vulnerabilities()",
"author_name": "Francois Lesueur",
"author_login": "flesueur",
"committed_at": "2025-05-06T08:59:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2e465309fe9cb96babb1c0615445765c30bb37d",
"body": null,
"is_bot": false,
"headline": "chg: Bump deps, version",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-03-05T16:48:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a519d8d5464323dca9fa78bf4321999d4068003",
"body": "Fix #76",
"is_bot": false,
"headline": "fix: Typo in pyproject, vulnerability_lookup not installed",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-03-05T16:47:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56d594571422380df9ee5a1a17a8331faefdadcb",
"body": "Fix #75",
"is_bot": false,
"headline": "new: CAPEC / CWE Endpoints, check system status calls",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-02-19T15:17:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8bee4c37441471ecd96815eef991c4ba9cb6a73",
"body": null,
"is_bot": false,
"headline": "chg: Bump sphinx",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-02-19T13:09:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2edec2943ef76d8021ef8d7df7483c5d7797c51c",
"body": null,
"is_bot": false,
"headline": "chg: Bump to poetry 2.0",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2025-02-08T14:58:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0249e9e6e2e7a635148e81b84c859f5d8eb593e6",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Alexandre Dulaunoy",
"author_login": "adulau",
"committed_at": "2025-02-07T13:20:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2a58819003393af766013c9cf63a567b35ef71b",
"body": "Minor change of the description in the README.",
"is_bot": false,
"headline": "Merge pull request #71 from cedricbonhomme/patch-cedric",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-12-09T14:36:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71e189f1375500f42a112cdbca7144f92c053071",
"body": null,
"is_bot": false,
"headline": "fix: comment out check title from new comment",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-12-09T14:26:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ffcbc37e6ba17019efd061057fba72dbbdfce89",
"body": null,
"is_bot": false,
"headline": "fix: check title from new comment, take 2",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-12-09T14:07:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "100bae2805d47b2a1fc922fba6960ce8c01dbece",
"body": null,
"is_bot": false,
"headline": "fix: check title from new comment",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-12-09T13:59:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "869be1a700c5101a66f49baff54d6654046c8053",
"body": null,
"is_bot": false,
"headline": "fix: Test to get a comment by uuid",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-12-09T13:52:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65244e3135071dae800a5b41e478a25cbca62277",
"body": null,
"is_bot": false,
"headline": "fix: Use proper call for browsing vendors",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-12-09T13:23:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9e4c53bde982bcf82df82472162bab99f3e00f6",
"body": null,
"is_bot": false,
"headline": "chg: Bump deps, version",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-12-09T13:22:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f012fa85a3205adcabe6fbc27c66126643bdbbc",
"body": "… stay compatible with cve-search. this was a bad change",
"is_bot": false,
"headline": "chg: get_vendor_products is finally on /api/browse/vendor in order to…",
"author_name": "Cédric Bonhomme",
"author_login": "cedricbonhomme",
"committed_at": "2024-11-28T10:29:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac8bccd8f38b0720d4d348eae2dc5c2d2b4d4b63",
"body": "…and make a link to the repository of Vulnerability-Lookup.",
"is_bot": false,
"headline": "chg: Teeny-tiny change in the README in order to present the library …",
"author_name": "Cédric Bonhomme",
"author_login": "cedricbonhomme",
"committed_at": "2024-11-28T10:04:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6db7ecf62a09eef1241ead4c4e3684c48fc634d6",
"body": null,
"is_bot": false,
"headline": "fix: incorrect call for searching vendor and product",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-11-26T11:17:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4a89948a4366e94a9782bd362b50c23565d2492",
"body": null,
"is_bot": false,
"headline": "chg: Removed double quotes.",
"author_name": "Cédric Bonhomme",
"author_login": "cedricbonhomme",
"committed_at": "2024-11-25T16:38:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "920f76cf179eabccbf2a3dbf3139117d34cfde77",
"body": "…login.",
"is_bot": false,
"headline": "chg: Used .local TLD and added the test test_create_user_not_allowed_…",
"author_name": "Cédric Bonhomme",
"author_login": "cedricbonhomme",
"committed_at": "2024-11-25T16:37:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ceb31de7d6096de2847d3e5bfada611d8760fb2",
"body": null,
"is_bot": false,
"headline": "chg: changed test login name",
"author_name": "Cédric Bonhomme",
"author_login": "cedricbonhomme",
"committed_at": "2024-11-25T13:53:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ace0ee43b1a2ad1d5f54f59c3df9afcffa9bea7",
"body": null,
"is_bot": false,
"headline": "chg: keep path inget_last",
"author_name": "Cédric Bonhomme",
"author_login": "cedricbonhomme",
"committed_at": "2024-11-25T10:58:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "499c8f6660f08702c4dd0f51258f66d218808cd6",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into api-changes",
"author_name": "Cédric Bonhomme",
"author_login": "cedricbonhomme",
"committed_at": "2024-11-25T10:13:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35d49cac1e2f103f3bf542d5c1df1248c95a2617",
"body": null,
"is_bot": false,
"headline": "chg: fix a test",
"author_name": "Cédric Bonhomme",
"author_login": "cedricbonhomme",
"committed_at": "2024-11-25T10:12:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04c176f6c80b124fc1d2bef388965b0e88d71ab5",
"body": null,
"is_bot": false,
"headline": "Updated somen endpoints path",
"author_name": "Cédric Bonhomme",
"author_login": "cedricbonhomme",
"committed_at": "2024-11-25T10:11:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46b322ff43c23f7a472c1c18628f152fe87a41f4",
"body": null,
"is_bot": false,
"headline": "new: Auto retry on HTTP requests",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-11-24T01:01:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd1684e2c385c3226017a3fe6745d19ecf2d0b0c",
"body": null,
"is_bot": false,
"headline": "new: test for create sighting",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-11-20T14:03:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "390629aa4912a397356a78af1d3eab7f19776717",
"body": null,
"is_bot": false,
"headline": "fix: make sure the test suite works in local",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-11-20T13:36:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51bcb96d612973b48cafc40439ce2210a2e6839d",
"body": null,
"is_bot": false,
"headline": "new: Add all missing endpoints, update existing ones.",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-11-19T12:15:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97ca98f4ff25946d8e10a0f8512469a94c69577e",
"body": null,
"is_bot": false,
"headline": "new: tests for sightings",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-11-18T19:20:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "773ef0eea45426d50595f4986b5d6486062cf006",
"body": null,
"is_bot": false,
"headline": "chg: improve CI",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-11-18T19:00:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d632d8b27e5757344ea27a2dd24307bc837f21c3",
"body": null,
"is_bot": false,
"headline": "fix: Use adulau instead of admin for tests",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-11-18T18:50:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "764adf228e2889b4e8023b130eabc48d9e67fe94",
"body": "Related https://github.com/cve-search/PyVulnerabilityLookup/issues/67",
"is_bot": false,
"headline": "new: Support for Sightings",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-11-18T18:39:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c333f8d86f359b604f54123f9d208635ccd02c4f",
"body": null,
"is_bot": false,
"headline": "chg: Bump deps",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-11-18T11:41:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b323d694fda3c579df4a501c6f0b7b6888805fb",
"body": null,
"is_bot": false,
"headline": "chg; Bump deps",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-11-05T11:43:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6251fcd98d0f2308a6eab1bbbaa517da77f7937",
"body": null,
"is_bot": false,
"headline": "chg: Bump deps, version",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-08-02T10:15:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4ed7ed1f62051f1161e19aceed1d9b7843d6df9",
"body": null,
"is_bot": false,
"headline": "new: get user profile",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-07-31T14:29:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e504075a1c1914d556c8adb52a8bc68394c8cce",
"body": null,
"is_bot": false,
"headline": "chg: Improve testing for comments and bundles",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-07-31T14:13:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74c0f6dc22424e185ecdc0c7c14d24ffcdc4cd77",
"body": null,
"is_bot": false,
"headline": "chg: Bump deps",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-07-30T15:24:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc871a83fdf4ffffa125785a4859ce7fa5d84f4f",
"body": null,
"is_bot": false,
"headline": "new: List users, add/delete vulns. Many more tests.",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-07-30T15:20:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a93e8ad8c30cf91a2d2c358cbfa33f4a39b3c1d",
"body": null,
"is_bot": false,
"headline": "new: create user, get config",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-07-29T16:36:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e5146142cbd79b2a6fda9c357b07adeae231d50",
"body": null,
"is_bot": false,
"headline": "fix: URL is case sensitive in release.yml",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-07-26T13:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8873e4b8df32434733744b5837552da524d92c59",
"body": null,
"is_bot": false,
"headline": "new: Add release file for PyPi",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-07-26T13:19:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca8e1612ed64e7ed621719e374f837def2d7ef93",
"body": null,
"is_bot": false,
"headline": "chg: Bump deps, bump version",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-07-26T13:19:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5eabfe119e21410d55631498ff9160729be30ab",
"body": "new: Added creation and deletion method for comments and bundles.",
"is_bot": false,
"headline": "Merge pull request #66 from cedricbonhomme/patch-cbo",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-07-26T10:37:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c01d1c54607b2d904a9960dd657ca0129d73589c",
"body": "…vided via environment variable (secrets.API_KEY on GitHub workflow).",
"is_bot": false,
"headline": "chg: updated tests/test_web.py in order to retrieve the API_TOKEN pro…",
"author_name": "Cédric Bonhomme",
"author_login": "cedricbonhomme",
"committed_at": "2024-07-25T12:42:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "016529d2fb72e4aeb823d449d0c0e23b3cf12174",
"body": null,
"is_bot": false,
"headline": "new: Added creation and deletion method for comments and bundles.",
"author_name": "Cédric Bonhomme",
"author_login": "cedricbonhomme",
"committed_at": "2024-07-25T08:44:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34f790301e610f3a14edb0734c458c329824bf27",
"body": null,
"is_bot": false,
"headline": "chg: rename action to test against public interface",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-07-23T13:09:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2ab7b214c333d6b872720c8e6a2bdf88a0f9bb0",
"body": null,
"is_bot": false,
"headline": "fix: proper typing for last call",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-07-23T13:06:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01a73812730435df0b20f9a377fe439fb0fd7684",
"body": null,
"is_bot": false,
"headline": "new: Action to test API against public interface",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-07-23T13:03:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c5b781fe1ceb21b9e23ae27cdc8e7a5a7034592",
"body": null,
"is_bot": false,
"headline": "new: Add pre-commit",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-07-23T13:02:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6206b84154048409e3e1253d370de4ed00ac42a3",
"body": null,
"is_bot": false,
"headline": "chg: Bump deps",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-07-23T13:02:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0df80fb8f3c5df6e0191aacdc9135ae4fdcd8015",
"body": null,
"is_bot": false,
"headline": "new: Support all public API calls",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-07-23T13:01:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e26d60150e1b5ccb4e05482be2abc7e048142e1",
"body": null,
"is_bot": false,
"headline": "new: very basic documentation",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-07-19T12:34:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af8f83677bbb87c06b7e99a077da029ede495312",
"body": null,
"is_bot": false,
"headline": "fix: readthedocs config file",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-07-19T12:31:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9150270d6cc8bd055c13cff13384e00e0a12205",
"body": null,
"is_bot": false,
"headline": "chg: Bump deps",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-07-19T12:07:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2787962214d0da2510c7c399fa8a0269c5f034c7",
"body": null,
"is_bot": false,
"headline": "chg: Bump deps",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-03-10T22:51:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0281341a3b257809e0edff1a4fd5b066edc60f19",
"body": null,
"is_bot": false,
"headline": "fix: wait for pysec to be done.",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-01-18T23:51:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f50520033b59cc7c5b345a409ad71940cd476977",
"body": null,
"is_bot": false,
"headline": "chg: Use another test to use it in the GHA",
"author_name": "Raphaël Vinot",
"author_login": "Rafiot",
"committed_at": "2024-01-18T18:03:13Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 33,
"latest_release_at": "2026-04-28T10:46:57Z",
"latest_release_tag": "v4.4.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 10,
"days_since_latest_release": 85,
"mean_days_between_releases": 71.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "pyvulnerabilitylookup",
"exists": true,
"license": "BSD-3-Clause",
"keywords": [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Information Technology",
"Intended Audience :: Science/Research",
"Intended Audience :: Telecommunications Industry",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Internet",
"Topic :: Security"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/pyvulnerabilitylookup/",
"is_deprecated": false,
"latest_version": "4.4.0",
"repository_url": "https://github.com/vulnerability-lookup/PyVulnerabilityLookup",
"versions_count": 10,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2024-07-26T13:38:34.132630Z",
"latest_published_at": "2026-04-28T10:47:27.389394Z",
"latest_version_yanked": null,
"days_since_latest_publish": 85
}
]
},
"popularity": {
"forks": 3,
"stars": 19,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2024-07-25",
"count": 1
},
{
"date": "2025-04-20",
"count": 1
},
{
"date": "2025-05-06",
"count": 1
}
],
"complete": true,
"collected": 3,
"total_forks": 3
},
"star_history": null,
"open_issues_and_prs": 6
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"docs/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"mypy.ini",
"pyvulnerabilitylookup/py.typed",
"tests/mypy.ini"
],
"toolchain_manifests": [],
"largest_source_bytes": 44522,
"source_files_sampled": 6,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml",
"tests/pyproject.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 5,
"malicious_count": 0,
"assessed_package": "pypi:pyvulnerabilitylookup@4.4.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "requests",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": "(>=2.33.1)"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "requests",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "requests",
"direct": true,
"version": "2.33.1",
"ecosystem": "pypi"
},
{
"name": "alabaster",
"direct": false,
"version": "1.0.0",
"ecosystem": "pypi"
},
{
"name": "astroid",
"direct": false,
"version": "4.0.4",
"ecosystem": "pypi"
},
{
"name": "babel",
"direct": false,
"version": "2.18.0",
"ecosystem": "pypi"
},
{
"name": "certifi",
"direct": false,
"version": "2026.4.22",
"ecosystem": "pypi"
},
{
"name": "charset-normalizer",
"direct": false,
"version": "3.4.7",
"ecosystem": "pypi"
},
{
"name": "colorama",
"direct": false,
"version": "0.4.6",
"ecosystem": "pypi"
},
{
"name": "dill",
"direct": false,
"version": "0.4.1",
"ecosystem": "pypi"
},
{
"name": "docutils",
"direct": false,
"version": "0.22.4",
"ecosystem": "pypi"
},
{
"name": "exceptiongroup",
"direct": false,
"version": "1.3.1",
"ecosystem": "pypi"
},
{
"name": "idna",
"direct": false,
"version": "3.13",
"ecosystem": "pypi"
},
{
"name": "imagesize",
"direct": false,
"version": "1.5.0",
"ecosystem": "pypi"
},
{
"name": "iniconfig",
"direct": false,
"version": "2.3.0",
"ecosystem": "pypi"
},
{
"name": "isort",
"direct": false,
"version": "8.0.1",
"ecosystem": "pypi"
},
{
"name": "jinja2",
"direct": false,
"version": "3.1.6",
"ecosystem": "pypi"
},
{
"name": "librt",
"direct": false,
"version": "0.9.0",
"ecosystem": "pypi"
},
{
"name": "markupsafe",
"direct": false,
"version": "3.0.3",
"ecosystem": "pypi"
},
{
"name": "mccabe",
"direct": false,
"version": "0.7.0",
"ecosystem": "pypi"
},
{
"name": "mypy",
"direct": false,
"version": "1.20.2",
"ecosystem": "pypi"
},
{
"name": "mypy-extensions",
"direct": false,
"version": "1.1.0",
"ecosystem": "pypi"
},
{
"name": "packaging",
"direct": false,
"version": "26.2",
"ecosystem": "pypi"
},
{
"name": "pathspec",
"direct": false,
"version": "1.1.1",
"ecosystem": "pypi"
},
{
"name": "platformdirs",
"direct": false,
"version": "4.9.6",
"ecosystem": "pypi"
},
{
"name": "pluggy",
"direct": false,
"version": "1.6.0",
"ecosystem": "pypi"
},
{
"name": "pygments",
"direct": false,
"version": "2.20.0",
"ecosystem": "pypi"
},
{
"name": "pylint",
"direct": false,
"version": "4.0.5",
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": "9.0.3",
"ecosystem": "pypi"
},
{
"name": "python",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "roman-numerals",
"direct": false,
"version": "4.1.0",
"ecosystem": "pypi"
},
{
"name": "snowballstemmer",
"direct": false,
"version": "3.0.1",
"ecosystem": "pypi"
},
{
"name": "sphinx",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "sphinx",
"direct": false,
"version": "9.1.0",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-applehelp",
"direct": false,
"version": "2.0.0",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-devhelp",
"direct": false,
"version": "2.0.0",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-htmlhelp",
"direct": false,
"version": "2.1.0",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-jsmath",
"direct": false,
"version": "1.0.1",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-qthelp",
"direct": false,
"version": "2.0.0",
"ecosystem": "pypi"
},
{
"name": "sphinxcontrib-serializinghtml",
"direct": false,
"version": "2.0.0",
"ecosystem": "pypi"
},
{
"name": "tomli",
"direct": false,
"version": "2.4.1",
"ecosystem": "pypi"
},
{
"name": "tomlkit",
"direct": false,
"version": "0.14.0",
"ecosystem": "pypi"
},
{
"name": "types-requests",
"direct": false,
"version": "2.33.0.20260408",
"ecosystem": "pypi"
},
{
"name": "typing-extensions",
"direct": false,
"version": "4.15.0",
"ecosystem": "pypi"
},
{
"name": "urllib3",
"direct": false,
"version": "2.6.3",
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 44,
"direct_count": 2,
"indirect_count": 42
}
},
"maintainership": {
"issues": {
"open_prs": 6,
"merged_prs": 14,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 6,
"closed_unmerged_prs": 71
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "Rafiot",
"commits": 94,
"avatar_url": "https://avatars.githubusercontent.com/u/248875?v=4"
},
{
"type": "User",
"login": "cedricbonhomme",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/465400?v=4"
},
{
"type": "User",
"login": "flesueur",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/11961066?v=4"
},
{
"type": "User",
"login": "adulau",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/3309?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.803
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"mypy.yml",
"release.yml",
"test_public_interface.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"security_signals": {
"lockfiles": [
"poetry.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": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/20 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 24 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 6,
"reason": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow 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": "9c1c39ced09587b5221ca559a3299e9634a93094",
"ran_at": "2026-07-23T02:50:40Z",
"aggregate_score": 4.8,
"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-22T14:32:55Z",
"oldest_open_prs": [
{
"number": 86,
"created_at": "2026-05-11T22:27:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 90,
"created_at": "2026-05-15T14:42:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 91,
"created_at": "2026-05-19T00:16:24Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 92,
"created_at": "2026-06-15T14:33:35Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 93,
"created_at": "2026-06-15T14:33:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 95,
"created_at": "2026-07-20T14:33:01Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-22T11:07:47Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/vulnerability-lookup/PyVulnerabilityLookup",
"host": "github.com",
"name": "PyVulnerabilityLookup",
"owner": "vulnerability-lookup"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"security": 58,
"vitality": 75,
"community": 37,
"governance": 56,
"engineering": 92
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 75,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"commits_last_year": 33,
"human_commit_share": 0.96,
"days_since_last_push": 0,
"active_weeks_last_year": 10
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "10/52 weeks with commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 10
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "33 commits in the last year",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 33
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 11,
"latest_release_tag": "v4.4.0",
"releases_from_tags": false,
"days_since_latest_release": 85,
"mean_days_between_releases": 71.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 85 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 85
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~71.2 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 71.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 37,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"forks": 3,
"stars": 19,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "19 stars",
"points": 20.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 19
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "3 forks",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 3
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (BSD-3-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-3-Clause"
}
}
],
"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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 56,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.803
},
"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 80% of commits",
"points": 4.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 80
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 24 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"merged_prs": 14,
"open_issues": 0,
"closed_issues": 6,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 71
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "14/85 decided PRs merged",
"points": 6.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 14,
"decided": 85
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/20 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"followers": 61,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "vulnerability-lookup",
"public_repos": 23,
"account_age_days": 544
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "61 followers of vulnerability-lookup",
"points": 12.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 61,
"login": "vulnerability-lookup"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "23 public repos, account ~1 yr old",
"points": 13,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 23
}
},
{
"code": "account_age_years",
"params": {
"years": 1
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"pyvulnerabilitylookup"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 85
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 85 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 85
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"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": "excellent",
"name": "Engineering Quality",
"value": 92,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 94,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 16,
"status": "met",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 9.6,
"status": "met",
"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": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://github.com/vulnerability-lookup/PyVulnerabilityLookup",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://github.com/vulnerability-lookup/PyVulnerabilityLookup",
"points": 15,
"status": "met",
"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": 58,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.8
},
"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": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/20 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 24 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"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): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:pyvulnerabilitylookup@4.4.0 runtime dependency closure — what installing the published package pulls in — 5 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "pypi:pyvulnerabilitylookup@4.4.0",
"assessed": 5
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 5,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "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": 5,
"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": 20
},
"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": "moderate",
"name": "AI Readiness",
"value": 68,
"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": 0.948,
"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": "91 of 96 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 91,
"sampled": 96
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"poetry.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"docs/Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"mypy.ini",
"pyvulnerabilitylookup/py.typed",
"tests/mypy.ini"
],
"agent_commit_share": 0.02,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.04
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "docs/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "docs/Makefile"
}
}
],
"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": 11,
"status": "met",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "mypy.ini, pyvulnerabilitylookup/py.typed, tests/mypy.ini",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "mypy.ini, pyvulnerabilitylookup/py.typed, tests/mypy.ini"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "2 of the last 100 commits agent-authored or agent-credited",
"points": 4,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "4 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 4,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 44522,
"source_files_sampled": 6,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (mypy.ini, pyvulnerabilitylookup/py.typed, tests/mypy.ini)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "mypy.ini, pyvulnerabilitylookup/py.typed, tests/mypy.ini",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/6 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 6,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"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-23T02:50:51.462960Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/v/vulnerability-lookup/PyVulnerabilityLookup.svg",
"full_name": "vulnerability-lookup/PyVulnerabilityLookup",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}