原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 62,
"has_wiki": true,
"homepage": null,
"languages": {
"Python": 103938
},
"pushed_at": "2026-07-29T05:18:43Z",
"created_at": "2026-02-11T22:49:24Z",
"owner_type": "Organization",
"updated_at": "2026-07-29T05:19:05Z",
"description": "Python ADBC driver for GizmoSQL with OAuth/SSO support",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "https://gizmodata.com",
"name": "GizmoData",
"type": "Organization",
"login": "gizmodata",
"company": null,
"location": "United States of America",
"followers": 39,
"avatar_url": "https://avatars.githubusercontent.com/u/181902052?v=4",
"created_at": "2024-09-17T21:20:33Z",
"is_verified": null,
"public_repos": 47,
"account_age_days": 679
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2026-07-29T05:19:24Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2026-07-03T14:22:13Z"
},
{
"tag": "v1.1.7",
"kind": "patch",
"published_at": "2026-05-10T20:28:29Z"
},
{
"tag": "v1.1.6",
"kind": "patch",
"published_at": "2026-05-06T14:13:06Z"
},
{
"tag": "v1.1.5",
"kind": "patch",
"published_at": "2026-03-31T14:33:58Z"
},
{
"tag": "v1.1.4",
"kind": "patch",
"published_at": "2026-03-31T14:07:22Z"
},
{
"tag": "1.1.3",
"kind": "patch",
"published_at": "2026-03-02T19:00:01Z"
},
{
"tag": "1.1.2",
"kind": "patch",
"published_at": "2026-03-02T18:42:45Z"
},
{
"tag": "1.1.1",
"kind": "patch",
"published_at": "2026-02-28T19:08:50Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2026-02-28T18:41:40Z"
},
{
"tag": "1.0.5",
"kind": "patch",
"published_at": "2026-02-19T14:47:03Z"
},
{
"tag": "1.0.4",
"kind": "patch",
"published_at": "2026-02-19T14:44:25Z"
},
{
"tag": "1.0.3",
"kind": "patch",
"published_at": "2026-02-19T13:59:12Z"
},
{
"tag": "1.0.2",
"kind": "patch",
"published_at": "2026-02-19T13:40:13Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2026-02-19T13:29:30Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2026-02-19T13:20:33Z"
}
],
"recent_commits": [
{
"oid": "3a2395affabf703ef30d076b4a8777baf9d07fb9",
"body": null,
"is_bot": false,
"headline": "bump version 1.2.0 -> 1.3.0",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-07-29T05:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb2475db6165e0a8be50f08ce42d16f4bdeaade3",
"body": "Also record the monorepo decision for the 2.0 Go driver plan\n(gizmodata/gizmosql-adbc will host go/ + python/ together).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Move v1.3.0 entry from [Unreleased] to versioned section in CHANGELOG",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-07-29T05:18:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "25112a6e158a9a424918db3aee72d1ceff3f09f7",
"body": "- connect() maps gizmosql://host:port (TLS by default, ?transport=tcp\n for plaintext) onto the flightsql:// scheme added upstream in 1.12.0\n- _extract_host() strips path/query components for OAuth discovery\n- README: URI schemes section, OpenTelemetry tracing/logging section,\n examples switched to\n[…]\nRewrite) and integration tests\n (TestGizmoSqlUriScheme, TestOpenTelemetryTracing)\n- docs/go-driver-plan.md: plan for the native Go driver (2.0)\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add gizmosql:// URI scheme, observability docs; bump to ADBC 1.12.0",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-07-29T05:18:18Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9b18253f0a297ec20f15a586967b70d7ebefe474",
"body": null,
"is_bot": false,
"headline": "bump version 1.1.7 -> 1.2.0",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-07-03T14:14:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f897064a8625c2dc6b7f8e28726efc089568725",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Move v1.2.0 entry from [Unreleased] to versioned section in CHANGELOG",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-07-03T14:14:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fc25562347e76bd5aed242a9eeecd3d44adfc07f",
"body": "- dbapi.connect() gains a `profile` parameter (uri now optional when the\n profile supplies it); profile:// URIs pass through. The bundled Flight\n SQL driver is supplied automatically so profiles need no `driver` entry.\n- Explicit connect() options override the profile's [Options].\n- auth_type=\"ext\n[…]\nphy >=49.\n- CI: actions/checkout v4->v7, actions/setup-python v5->v6 (Node 24).\n- Fix pre-existing ruff check errors (import placement/sorting).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add ADBC connection profile support, bump deps and CI actions",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-07-03T14:14:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bbcd0bd66382c48a7957d125666fb0711e95a608",
"body": "Switches the integration-test fixture from a Docker-managed\n`gizmodata/gizmosql:latest` container to the gizmosql PyPI package's\nmanaged subprocess. The fixture now mints a session-scoped self-signed\nTLS cert via cryptography and passes it through `--tls`, preserving\nthe `grpc+tls://` connection con\n[…]\n `docker` with `gizmosql>=1.26.0,<2` and adds `cryptography>=42`\nin the [test] extra. Local development no longer requires Docker.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump version to v1.1.7",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-05-10T20:27:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ab168af0ceb9dd3719238a59fb8836dc0b8ed844",
"body": "The create-release job was using gh release create --generate-notes,\nwhich produces GitHub's auto-generated PR-list summary. The\nhand-written CHANGELOG.md entry was being ignored, so released\nversions on github.com/gizmodata/adbc-driver-gizmosql/releases\nshowed only \"Fix RETURNING handling (#4) by @\n[…]\n section is\nmissing so release creation never fails.\n\nv1.1.6's release body was also backfilled retroactively via gh\nrelease edit.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: extract release notes from CHANGELOG.md instead of --generate-notes",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-05-06T14:20:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "91d71945f0d6333dc2f5726a77920cc428154856",
"body": "…UDE.md\n\nbumpver creates tags as bare {version} (no prefix) and has no\ntemplate for the tag name. The project standardized on v-prefixed\ntags from v1.1.4 onward, so every bumpver run requires a manual\nretag. CLAUDE.md now spells out the exact sequence so we don't\nship another inconsistent tag.",
"is_bot": false,
"headline": "docs: document the v-prefix tag rule + post-bumpver retag step in CLA…",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-05-06T14:10:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1af173562436acf3fa560f983dcb5218897bce98",
"body": null,
"is_bot": false,
"headline": "bump version 1.1.5 -> 1.1.6",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-05-06T14:07:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "583e0ce618a79c5cc3e545831f1c998ca7341b1c",
"body": null,
"is_bot": false,
"headline": "Move v1.1.6 entry from [Unreleased] to versioned section in CHANGELOG",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-05-06T14:07:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04ba436b6c564330bfe333c97fc4fe3be96cd01d",
"body": "Closes #3 (originally reported as gizmodata/gizmosql#163 by @fromm1990).\n\nRoutes RETURNING DML through the regular query path and eagerly materializes the result so the underlying statement fires regardless of whether the caller fetches. Adds 3 unit + 2 integration tests covering both the result-set surfacing and the no-fetch persistence invariant.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix INSERT/UPDATE/DELETE ... RETURNING result-set handling (#4)",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-05-06T14:07:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e9b0bf70826bbc743ba242723e02602c2bf2e369",
"body": "shields.io/pypi/dm has been returning \"rate limited by upstream service\"\nwith no ETA for a fix (badges/shields#11620). Switching to shields.io/pepy/dt\nkeeps the same visual style but uses pepy.tech as the data source.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Swap PyPI download badge to pepy-backed endpoint",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-04-17T14:07:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "090d4fbd5f03ad8a8d0583b742bc452fc2fe045d",
"body": "The Go ADBC Flight SQL driver has an upstream bug (apache/arrow-adbc#1178)\nwhere concurrent adbc_get_info() calls crash with 'fatal error: concurrent\nmap writes' due to an unprotected map in DriverInfo. This is triggered by\ndbt when opening connections with --threads > 1.\n\nFix: override adbc_get_inf\n[…]\n-checked\nlocking and a class-level cache. The underlying call happens exactly once;\nall subsequent calls return the cached result.\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Thread-safe adbc_get_info() with cached result, bump to 1.1.5 (#2)",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-03-31T14:32:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e899b16eeb3716bd0c63c4d25091ab106b6c9c12",
"body": "dbt prepends query comments (/* {\"app\": \"dbt\", ...} */) to every\nSQL statement. The _is_ddl_dml() function checks the first word to\nroute DDL/DML through execute_update() (DoPut, no PREPARE). The\ncomment prefix made the first word '/*' instead of 'CREATE'/etc.,\ncausing all DDL/DML to fall through to\n[…]\nock (/* ... */) and line (-- ...) comments before\nkeyword detection. The original SQL with comments is still passed\nto the server.\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Strip SQL comments before DDL/DML detection, bump to 1.1.4 (#1)",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-03-31T14:05:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "34225538de8ff996ac26485196f2a830b31ab3e3",
"body": null,
"is_bot": false,
"headline": "bump version 1.1.2 -> 1.1.3",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-03-02T18:58:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6e40f979bcb5681411ad7f66197a62f845d5653",
"body": null,
"is_bot": false,
"headline": "Add \"adbc-driver-manager\" version requirement to pyproject.toml",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-03-02T18:58:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e83a2a336682f53fc75efb4bccf27dd10b43da9a",
"body": null,
"is_bot": false,
"headline": "bump version 1.1.1 -> 1.1.2",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-03-02T18:41:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19b7f9e04fd4f93482df82df47ccbd4a9566f75a",
"body": null,
"is_bot": false,
"headline": "Reduce PyArrow requirement version",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-03-02T18:40:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7331fb897313c4be5f26d56f9253d7bb602d14c6",
"body": null,
"is_bot": false,
"headline": "bump version 1.1.0 -> 1.1.1",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-28T19:07:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2031f032e2ec899cb68b15471406227ab55f03fa",
"body": "We depend on adbc-driver-flightsql and pyarrow.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: fix misleading 'zero extra dependencies' claim in README",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-28T19:05:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8cae7bdfbf90c98854cce0599483ca0180aa6259",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add changelog policy to CLAUDE.md, ignore CLAUDE.md in CI",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-28T19:03:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8b85f8d01d4e1a1049e1888023039583838f5450",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: mark v1.1.0 as released, skip CI on CHANGELOG-only changes",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-28T19:02:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "de2ea513c35cabc64f164974a3353b319cefdd1b",
"body": null,
"is_bot": false,
"headline": "bump version 1.0.5 -> 1.1.0",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-28T18:40:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5ba220ce4deac38673da432253ca0aa3e698d26",
"body": "cursor.execute() now detects DDL/DML statements by SQL keyword and routes\nthem through execute_update() (DoPut RPC) for immediate server-side\nexecution, matching the GizmoSQL JDBC and ODBC drivers. Previously,\nDDL/DML via execute() was never executed due to GizmoSQL lazy-execution.\nSELECT/WITH/SHOW queries continue to use the standard path.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: auto-detect DDL/DML in cursor.execute() for immediate execution",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-28T17:46:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bb505036c90fd73b41b10b68be97e71d234fc999",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: verify data persistence after DELETE in execute_update test",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-19T15:03:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6a2260df67cb17a0ad3d96b13b2651f13bebff8d",
"body": null,
"is_bot": false,
"headline": "bump version 1.0.4 -> 1.0.5",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-19T14:45:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57b8c5ffadd73ffadea87cd80239d786b9c66dfd",
"body": "…credentials\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add GIZMOSQL_USERNAME env var to Docker command, update sample …",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-19T14:45:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3e238b66e5ba4dc9356b9f78ffc23409616ec8ce",
"body": null,
"is_bot": false,
"headline": "bump version 1.0.3 -> 1.0.4",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-19T14:43:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39ab214eb69876e351198fbd4f3711d7cce21794",
"body": "…sses\n\nSubclass the base ADBC Cursor and Connection so that DDL/DML can be\nexecuted as `cursor.execute_update(query)` instead of the module-level\n`gizmosql.execute_update(cursor, query)`. The module-level function is\nkept as a backward-compatible shim. Also corrects the documented DDL\nreturn value from -1 to 0.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add cursor.execute_update() method via Cursor/Connection subcla…",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-19T14:43:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fde5dab7cefa72fc8a30a31cb0fd8c1d768da6fa",
"body": null,
"is_bot": false,
"headline": "bump version 1.0.2 -> 1.0.3",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-19T13:57:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9974fae8585ad2caf3eb430dafe0b50989e678f7",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: drop Python 3.9, add Python 3.14 support",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-19T13:57:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "681c2924032dda144c469fa224ca48f5b8adb2fb",
"body": null,
"is_bot": false,
"headline": "bump version 1.0.1 -> 1.0.2",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-19T13:38:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95bc688610aa3efff728c6ad724f4a3ed91728fe",
"body": "…htsql, pyarrow)",
"is_bot": false,
"headline": "chore: update dependency versions in pyproject.toml (adbc-driver-flig…",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-19T13:37:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe15053cd01ad87f6a549f7d2b6fa3a9cc3bf8f7",
"body": null,
"is_bot": false,
"headline": "bump version 1.0.0 -> 1.0.1",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-19T13:28:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dfa4db2edaf50934f5b69401a249562c62c9ab5",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add bulk ingest example and integration tests",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-19T13:28:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "39976208e70deee478c54a98800643316add3786",
"body": null,
"is_bot": false,
"headline": "bump version 0.1.2 -> 1.0.0",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-19T13:25:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "024f8db2da71ad7615d556ef6dfb5e6b7863bb7f",
"body": "Adds a convenience function to dbapi that bypasses GizmoSQL's lazy-execution\nmodel by calling the ADBC statement's DoPutPreparedStatementUpdate RPC directly.\nThis lets users run DDL/DML without fetching and returns the rows-affected count.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add execute_update() for immediate DDL/DML execution",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-19T13:14:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "11dd040ba4257ca715afaff0fd49f7aa8abb700a",
"body": null,
"is_bot": false,
"headline": "bump version 0.1.1 -> 0.1.2",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-11T23:24:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dca362060c444f6319b791195e3f3efae293647c",
"body": "Added dedicated jobs for unit and integration tests. Improved job dependencies and upgraded actions to latest versions (`checkout@v4`, `setup-python@v5`).",
"is_bot": false,
"headline": "ci: update GitHub Actions workflow for enhanced test separation",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-11T23:23:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "219effaf318139ae17c7078928b821db18566c91",
"body": "Simplified `conftest` imports in `test_integration.py`. Added `DATABASE_FILENAME` and `INIT_SQL_COMMANDS` to test environment configuration in `conftest.py`.",
"is_bot": false,
"headline": "refactor(tests): simplify imports and enhance test configuration",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-11T23:21:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f530fedc3064ecf8cd8a881f3435500c955b381",
"body": null,
"is_bot": false,
"headline": "bump version 0.1.0 -> 0.1.1",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-11T23:13:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0e7586101f4b9ec134c9f6237cf4a2ebd0ae73e",
"body": null,
"is_bot": false,
"headline": "feat: add pyarrow dependency to pyproject.toml",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-11T23:11:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2a23a3753c6564bcd2df7c681b6f4da3b62108a",
"body": "Python ADBC driver for GizmoSQL with OAuth/SSO browser flow support.\nWraps adbc-driver-flightsql with password and external (OAuth) auth modes,\nauto-discovery of OAuth server endpoints, and full DBAPI 2.0 compatibility.\n\nIncludes 28 unit tests, integration test suite, CI with PyPI OIDC publishing.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Initial adbc-driver-gizmosql package",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-11T23:04:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2805c7e062ca47409346f0b00443f42f4612e7b1",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Philip Moore",
"author_login": "prmoore77",
"committed_at": "2026-02-11T22:49:25Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 16,
"commits_last_year": 42,
"latest_release_at": "2026-07-29T05:19:24Z",
"latest_release_tag": "v1.3.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 7,
"days_since_latest_release": 0,
"mean_days_between_releases": 16.7
},
"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": "adbc-driver-gizmosql",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"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 :: Database"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/adbc-driver-gizmosql/",
"is_deprecated": false,
"latest_version": "1.3.0",
"repository_url": "https://github.com/gizmodata/adbc-driver-gizmosql",
"versions_count": 17,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 8218,
"first_published_at": "2026-02-11T23:14:16.735453Z",
"latest_published_at": "2026-07-29T05:19:46.888311Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 1,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-03-04",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"src/adbc_driver_gizmosql/py.typed"
],
"toolchain_manifests": [],
"largest_source_bytes": 33114,
"source_files_sampled": 9,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 3092
},
"dependencies": {
"manifests": [
"pyproject.toml"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "adbc-driver-flightsql",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.12.0"
},
{
"name": "adbc-driver-manager",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.12.0"
},
{
"name": "pyarrow",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=25.0.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 3,
"open_issues": 1,
"closed_ratio": 0.5,
"closed_issues": 1,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "prmoore77",
"commits": 45,
"avatar_url": "https://avatars.githubusercontent.com/u/20807693?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "3 out of 3 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/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "12 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "3a2395affabf703ef30d076b4a8777baf9d07fb9",
"ran_at": "2026-07-29T05:21:33Z",
"aggregate_score": 4.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-29T05:19:33Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-05-06T14:07:15Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 5,
"created_at": "2026-05-07T14:22:37Z",
"last_comment_at": "2026-05-11T07:39:29Z",
"last_comment_author": "fromm1990"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/gizmodata/adbc-driver-gizmosql",
"host": "github.com",
"name": "adbc-driver-gizmosql",
"owner": "gizmodata"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"security": 44,
"vitality": 80,
"community": 34,
"governance": 54,
"engineering": 71
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 80,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"commits_last_year": 42,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 7
},
"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": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "42 commits in the last year",
"points": 14.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 42
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "12 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 16,
"latest_release_tag": "v1.3.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 16.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "16 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 16
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~16.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 16.7
}
}
],
"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": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"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": 34,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 1,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"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": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 65,
"inputs": {
"packages": [
"adbc-driver-gizmosql"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 8218
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "8,218 downloads/month across pypi",
"points": 52.2,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 8218,
"ecosystems": "pypi"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 54,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"merged_prs": 3,
"open_issues": 1,
"closed_issues": 1,
"issue_closed_ratio": 0.5,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "50% of issues closed",
"points": 23.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 50
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "3/3 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 3,
"decided": 3
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 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": 58,
"inputs": {
"followers": 39,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "gizmodata",
"public_repos": 47,
"account_age_days": 679
},
"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": "39 followers of gizmodata",
"points": 11.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 39,
"login": "gizmodata"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "47 public repos, account ~1 yr old",
"points": 16,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 47
}
},
{
"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": [
"adbc-driver-gizmosql"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "17 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 17
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 71,
"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": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 44,
"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": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "3 out of 3 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/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "12 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow 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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 3
},
"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": 61,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.556,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 3092
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"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": "25 of 45 human commits state their intent (structured subject or explanatory body)",
"points": 29.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 25,
"sampled": 45
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"src/adbc_driver_gizmosql/py.typed"
],
"agent_commit_share": 0.467,
"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": "src/adbc_driver_gizmosql/py.typed",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "src/adbc_driver_gizmosql/py.typed"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "21 of the last 45 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 21,
"sampled": 45
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 33114,
"source_files_sampled": 9,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (src/adbc_driver_gizmosql/py.typed)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "src/adbc_driver_gizmosql/py.typed",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/9 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 9,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index pypi:adbc-driver-gizmosql@1.3.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-29T05:21:40.745061Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/gizmodata/adbc-driver-gizmosql.svg",
"full_name": "gizmodata/adbc-driver-gizmosql",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}