Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 909,
"has_wiki": false,
"homepage": null,
"languages": {
"Python": 246232,
"JavaScript": 22611,
"TypeScript": 236834
},
"pushed_at": "2026-07-21T15:06:02Z",
"created_at": "2025-08-22T12:32:48Z",
"owner_type": "Organization",
"updated_at": "2026-07-01T14:20:21Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python",
"TypeScript"
]
},
"owner": {
"blog": "https://gladia.io",
"name": "Gladia",
"type": "Organization",
"login": "gladiaio",
"company": null,
"location": "France",
"followers": 98,
"avatar_url": "https://avatars.githubusercontent.com/u/92447723?v=4",
"created_at": "2021-10-13T13:41:17Z",
"is_verified": null,
"public_repos": 19,
"account_age_days": 1743
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "cf256e961700fb6fd40e244f4577853d588db376",
"body": null,
"is_bot": false,
"headline": "fix: python version check release across all branches (#41)",
"author_name": "egenthon-cmd",
"author_login": "egenthon-cmd",
"committed_at": "2026-07-01T14:19:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7477aa22a76b8cebf8bfa444d6d0f6adfc720b3",
"body": "* chore(sdk-js): bump version to 1.0.6 and match for further version",
"is_bot": false,
"headline": "chore(sdk-js): bump version to 1.0.6 and match for further version (#39)",
"author_name": "egenthon-cmd",
"author_login": "egenthon-cmd",
"committed_at": "2026-06-29T20:34:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63cce9081c7ee6a04f55d3538d78af7b413e6ada",
"body": "…ion for js and python (#37)\n\n* feat: add connect session javascript\n\n* test: add connect session test javascript\n\n* feat: add connect session for python\n\n* test: add test connect session\n\n* chore: fix formatting and sync sdk-js version file\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\n\n* test: \n[…]\nagent@cursor.com>\n\n* fix: tests lint format\n\n* fix: version to reput the automatic\n\n* chore(sdk-js): sync version.ts with package.json 1.0.5\n\n---------\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "[FEA-1646]: add connect session function without initiating live sess…",
"author_name": "egenthon-cmd",
"author_login": "egenthon-cmd",
"committed_at": "2026-06-29T18:45:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3f5852809d814246470ac8b34d3c4df134e42ade",
"body": null,
"is_bot": false,
"headline": "fix: change version (#36)",
"author_name": "egenthon-cmd",
"author_login": "egenthon-cmd",
"committed_at": "2026-06-17T12:53:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f982558eadea42cfb8a4b4e2e44c300dcbd598ad",
"body": "* refactor(live-v2): factor shared session logic into helpers\n\nExtract duplicated sync/async live v2 session code into _helpers.py:\nchunked audio resend, ws message parsing, lifecycle events, and the\ntyped event listener mixin.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\n\n* fix(live-v2): align \n[…]\n.com>\n\n* fix: formattting missing\n\n* fix: coderabbit optimization\n\n* chore: update bun.lock\n\nCo-authored-by: Cursor <cursoragent@cursor.com>\n\n---------\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "refacto: helper refacto async sync session (#35)",
"author_name": "egenthon-cmd",
"author_login": "egenthon-cmd",
"committed_at": "2026-06-17T12:12:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7108324c940ecb6fb4c60d85d629ea67c8c4fca5",
"body": "…rames (#34)\n\nOn reconnect, the unacknowledged audio buffer was re-sent as a single\nWebSocket frame. When the buffer exceeded the server's 1 MiB frame limit\nthe connection was closed with CloseCode 1009, and after repeated failures\nthe server returned HTTP 403 making the session unrecoverable.\n\nFixes the issue by splitting the resend into 512 KiB chunks in both the\nPython sync/async clients and the JS client (GLA-3052).\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(live-v2): chunk audio buffer on reconnect to avoid oversized ws f…",
"author_name": "Clément Charmet",
"author_login": "clemos",
"committed_at": "2026-06-15T19:54:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fcfe984335076ce3088bf4cde2d7b233585182fb",
"body": "…0) (#33)\n\n- vitest ^3.2.4 → ^4.1.8: arbitrary file read/execute via UI server\n (CVE-2025-49218 / GHSA-pg32-9mfj-x9h3)\n- @vitest/coverage-v8 and @vitest/ui bumped to ^4.1.8 to match vitest\n- idna 3.10 → 3.15 in e2e-python and sdk-python uv.lock\n (ReDoS - GHSA-jjg7-2v4v-x38h)\n- Fix test mock: arrow fn → regular fn for vitest 4.x class spy compat\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(vuln): Bump vitest 3→4 and idna 3.10→3.15 (FEA-1161/1162/1159/116…",
"author_name": "Clément Charmet",
"author_login": "clemos",
"committed_at": "2026-06-08T12:19:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f0172f648817340f227653e2fe38036f85f51d1b",
"body": "…ile) (#28)\n\n* feat: enhance generator schemas to include new response types and update type definitions\n\n* feat: add job management methods to live client\n\n* feat: add end-to-end tests for live v2 job management methods\n\n* fix: add live specific timeouts for job management operations in sdk\n\n* feat: add support for customizable timeouts in gladiaclient in python",
"is_bot": false,
"headline": "feat: add job management methods to live V2 client (get, delete, getF…",
"author_name": "Hugo",
"author_login": "karamouche",
"committed_at": "2026-05-13T20:25:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f82f75db13ec6266699c5b7ecf638fcf0ff372f8",
"body": "* fix(sdk-python): publish broad dependency ranges instead of exact pins\n\n* fix(e2e-python): update imports to use generated_types submodule paths",
"is_bot": false,
"headline": "Update project.json to remove lockedVersions (#26)",
"author_name": "Hugo",
"author_login": "karamouche",
"committed_at": "2026-05-12T18:27:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b751203a2a274d374be5449e60abfa023cd855c",
"body": "* chore: add mit license file\n\nadd missing mit license\n\n* fix: align ner with api response shape\n\n* fix: mismatch name entity recognition\n\n* test: add tests for name entity recognition just for the names\n\n* test: add live tests e2e name entity recognition\n\n* fix: version js sdk ci\n\n---------\n\nCo-authored-by: Jean-Louis Queguiner <690878+jqueguiner@users.noreply.github.com>",
"is_bot": false,
"headline": "fix ci version js and correction of name commit",
"author_name": "egenthon-cmd",
"author_login": "egenthon-cmd",
"committed_at": "2026-04-17T10:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbc89b1ae71d4ad51b7e3ba5ec570fb9415baf24",
"body": "- project: sdk-python 1.0.2",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "sdk-release-manager",
"author_login": null,
"committed_at": "2026-04-16T11:41:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4d74762eb5199c60908bcfa5648ee517f574026",
"body": "…se shape (#22)\n\n* fix: mismatch name entity recognition\n\n* test: add tests for name entity recognition just for the names\n\n* test: add live tests e2e name entity recognition",
"is_bot": false,
"headline": "fix(prerecorded/live): align named_entity_recognition with API respon…",
"author_name": "egenthon-cmd",
"author_login": "egenthon-cmd",
"committed_at": "2026-04-16T10:20:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3043f49cd5edd189f987038cfa32bd21852740ec",
"body": "Add missing MIT License",
"is_bot": false,
"headline": "chore: add MIT LICENSE file (#23)",
"author_name": "Jean-Louis Queguiner",
"author_login": "jqueguiner",
"committed_at": "2026-04-16T07:53:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d8f76152d259e3df0c911914ae5ee345a87e5e4",
"body": "* chore: format\n\n* chore: tentative fix publish\n\n* chore(release): publish\n\n- project: sdk-js 1.0.3\n\n* chore: fix deprecated\n\n* chore: update deps\n\n---------\n\nCo-authored-by: sdk-release-manager <sdk-release-manager@gladia.io>",
"is_bot": false,
"headline": "Fix workflows (#20)",
"author_name": "Clément Lafaye",
"author_login": "clement-gladia",
"committed_at": "2026-04-14T07:16:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c76222fcc8f552e712f795317a1ec3db25131487",
"body": "- project: sdk-js 1.0.2",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "sdk-release-manager",
"author_login": null,
"committed_at": "2026-04-13T15:30:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecd0c9d8974552299bfbf7beaa2ea37af4fc3538",
"body": "…tch (#19)\n\n* Revert \"fix: remove broken dependency since last release\"\n\n* fix: added npm token",
"is_bot": false,
"headline": "fix: workflows ci pipeline version reverse changes and added token fe…",
"author_name": "egenthon-cmd",
"author_login": "egenthon-cmd",
"committed_at": "2026-04-13T15:28:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75ec929b43b0e816f82beab9d8dee306c89c40ad",
"body": "- project: sdk-python 1.0.1",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "sdk-release-manager",
"author_login": null,
"committed_at": "2026-04-09T11:34:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "730b14f4901cf3eda06f0b62d4cf8cd47e2f8157",
"body": "- project: sdk-js 1.0.1",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "sdk-release-manager",
"author_login": null,
"committed_at": "2026-04-09T09:37:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02f846b015f46544c586f20fa624ca5f8111f1cd",
"body": "* fix: version onepassword github workflow\n\n* fix: remove broken dependency since last release",
"is_bot": false,
"headline": "fix workflows github actions version",
"author_name": "egenthon-cmd",
"author_login": "egenthon-cmd",
"committed_at": "2026-04-09T09:29:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40b1a40119f2533caaa2372ea96e168a5e5d625f",
"body": "* fix: updated timeouts create and delete methods\n\n* docs: updated readme files for async",
"is_bot": false,
"headline": "fix: added readme files and updated timeouts (#17)",
"author_name": "egenthon-cmd",
"author_login": "egenthon-cmd",
"committed_at": "2026-04-09T08:37:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2eec840b8905331388db12250a9621b6cad46508",
"body": "- project: sdk-js 1.0.0",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "sdk-release-manager",
"author_login": null,
"committed_at": "2026-03-26T13:27:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99f43e6ac2969048c7d71a4feefcffab717aacee",
"body": "- project: sdk-python 1.0.0",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "sdk-release-manager",
"author_login": null,
"committed_at": "2026-03-26T13:21:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3332a1bb87065e6c78bab29d4d046dc87e93a4d0",
"body": "* feat: Add generated types for async transcription\n\n* feat: Add 'transcribe' method in prerecorded python\n\n* fix: Add editor config for tab size in python\n\n* feat: Add sync and async client for pre-recorded\n\n* feat: Load automatically the api_key from GLADIA_API_KEY env variable\n\n* feat: Add typesc\n[…]\naudio_url in python\n\n* fix: change of versions for sdks\n\n* feat: fitting new openapi\n\n* fix: set up timeouts for each method js and python\n\n---------\n\nCo-authored-by: egenthon-cmd <egenthon@gladia.io>",
"is_bot": false,
"headline": "feat: add pre-recorded to sdk",
"author_name": "Hugo",
"author_login": "karamouche",
"committed_at": "2026-03-26T13:14:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5b74ba6df992373422ebb02411d8189528649378",
"body": "- project: sdk-js 0.6.1",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "sdk-release-manager",
"author_login": null,
"committed_at": "2025-11-28T13:23:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73ea230453a5304be62c901b0549d95783eb3e45",
"body": null,
"is_bot": false,
"headline": "chore(sdk-js): Add repository property to package.json",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-11-28T13:22:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1cdd742634e5dfea5799d4d5fb2e6c987fbaf6e",
"body": null,
"is_bot": false,
"headline": "chore: update bun.lock with last bun version",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-11-28T12:58:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "999f6eec5abd470b6022ad875d9f1d57313c9d19",
"body": null,
"is_bot": false,
"headline": "ci: Add workflow_dispatch to CI workflow",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-11-27T13:33:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "905386178c7e1fd68d400409758e95cbd8c66881",
"body": null,
"is_bot": false,
"headline": "fix(sdk-js): Use a safe integer as max timeout for iso-fetch (#5)",
"author_name": "Fabrizio Ruggeri",
"author_login": "ramiel",
"committed_at": "2025-11-27T13:24:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cab645c728a341434ec47a587dbb45009601c651",
"body": "- project: sdk-python 0.4.0\n\n- project: sdk-js 0.6.0",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "sdk-release-manager",
"author_login": null,
"committed_at": "2025-10-28T10:54:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13a791ab273f0477596000295dc409ffb6d6a904",
"body": null,
"is_bot": false,
"headline": "chore: Update README and add a contributing file",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-10-28T10:47:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0154469835dbfb10b21d79e043db0b6e6c7fef10",
"body": null,
"is_bot": false,
"headline": "feat: Update OpenAPI interfaces",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-10-28T10:40:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00af9383ec1ff78340d20f8bf7f1a7cb83933615",
"body": null,
"is_bot": false,
"headline": "ci: Update publish script",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-10-28T08:50:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "192c0e0bff3c4ecc03cb140b94f55bb47f7b206b",
"body": "- project: sdk-python 0.3.1\n\n- project: sdk-js 0.5.3",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "sdk-release-manager",
"author_login": null,
"committed_at": "2025-10-24T16:35:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32b6c8c2b57d49ee1d3798769a8309552f9dfd4a",
"body": null,
"is_bot": false,
"headline": "fix: Version wasn't updated on release",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-10-24T16:33:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd1fb8a9aadf558343c55472a0e7bffe426a5885",
"body": null,
"is_bot": false,
"headline": "ci(all): Split release & publish workflows",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-10-24T16:06:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b22288bd84d163764b1a91b42ad330cdefc76123",
"body": null,
"is_bot": false,
"headline": "docs(sdk-js): Improve doc",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-10-24T15:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ed6928c2c5c12129d644dc57ab9a94067776c25",
"body": null,
"is_bot": false,
"headline": "docs(sdk-python): Improve doc",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-10-24T15:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31b063fd243b980dc56981401cd4580d08ec54e0",
"body": "- project: sdk-python 0.3.0",
"is_bot": true,
"headline": "chore(release): publish",
"author_name": "sdk-release-manager[bot]",
"author_login": null,
"committed_at": "2025-10-24T12:51:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2549b2477d46f4755fe005ca0029cf6f13dc650f",
"body": null,
"is_bot": false,
"headline": "ci(all): Improve cd workflow to bypass branch protection",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-10-24T10:15:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c54f7bf81f88cff3a8c683af2a839c3f24431a20",
"body": null,
"is_bot": false,
"headline": "docs(sdk-python): Improve doc",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-10-13T12:52:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f4ba98872d06575c075777e556320c75929daa4",
"body": null,
"is_bot": false,
"headline": "ci(all): Add commitlint",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-10-08T16:13:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "760bae7a80a27c9926ad830e897988a9a6bd9a31",
"body": "…kages",
"is_bot": false,
"headline": "chore(all): Rename some targets and added pyright check to python pac…",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-10-08T15:36:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b47a27bd5f2dc1edc37463dcb0f0a895614ed0a0",
"body": null,
"is_bot": false,
"headline": "chore(all): Update dev deps",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-10-08T13:34:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "475575df756623c1c38f35970b273bbfbc8e45be",
"body": "- project: sdk-js 0.5.2",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "SDK Release Bot",
"author_login": null,
"committed_at": "2025-10-08T13:17:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d4283c7fffe365f8dd9c45c4dd1eb2b0233ec53",
"body": null,
"is_bot": false,
"headline": "docs(all): Add type \"docs\" to release process",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-10-08T13:15:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c036a3515e63aeeb8e51805ed19454d3c34b6b07",
"body": null,
"is_bot": false,
"headline": "chore(all): Add CI/CD workflows",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-10-08T13:15:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f82779bdbefc288c7f607569cab572237d940df0",
"body": "- project: sdk-python 0.2.0",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-10-06T16:15:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05dff0883636608420fc054fa02d781a7c7d825f",
"body": null,
"is_bot": false,
"headline": "feat(sdk-python): Add sync/threaded version",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-10-06T16:14:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a8ca88c7b9e9dafa178cba044c8092086ad1622",
"body": null,
"is_bot": false,
"headline": "chore(all): Update documentation",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-10-02T12:56:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7829424c7fafb712e328734bdc1dbb3f92128fc3",
"body": "- project: sdk-python 0.1.1",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-10-01T09:28:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32c2338e4f38f7d51e983e7d3e290cb5bf516f63",
"body": null,
"is_bot": false,
"headline": "fix(sdk-python): Include all src files into the wheel",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-10-01T09:27:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a789085a2e15eccd8adae69858d52c95d282f4ae",
"body": "- project: sdk-python 0.1.0",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-30T16:39:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7874f161cd870d7d0c993620b9e6c4809f3252e9",
"body": "- project: sdk-js 0.5.1",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-30T16:37:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2388abd83aefb6c85bb5c847728eef12039f1866",
"body": null,
"is_bot": false,
"headline": "chore(all): Handle --first-release param in release script",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-30T16:34:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46d60083023541e9bc75a881bc9c435ee0d8b6f3",
"body": null,
"is_bot": false,
"headline": "feat(sdk-python): Improve dataclass usage",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-30T16:12:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e07c6479a0edffa4d5e8d60dbffa5ce3341494b",
"body": null,
"is_bot": false,
"headline": "fix(sdk-js): Dispatch ack messages if no config provided",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-30T14:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a44ae1374bd72129ceb4e763ca97a21eb1e2b49",
"body": null,
"is_bot": false,
"headline": "fix(sdk-js): Handle nullable properties",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-29T16:33:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "458e78edf4ddf10238dd7ddba1ecdc36d259ea50",
"body": null,
"is_bot": false,
"headline": "feat(sdk-python): Add version generation",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-29T16:27:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17606623bf4258e51e3eda36d7c5e39f05c4f337",
"body": null,
"is_bot": false,
"headline": "chore(sdk-js): Use nx dependsOn to write the version",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-29T12:34:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bc34623f23af47d1beeb1b19c012810dfdc2ad6",
"body": null,
"is_bot": false,
"headline": "feat(sdk-python): Use dataclass instead of TypedDict",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-26T16:18:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0010dcef50b8d839de23096c441eef60ed7eff0",
"body": null,
"is_bot": false,
"headline": "feat(sdk-python): Initial asyncio version of Python SDK",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-26T09:27:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0989d220437ded269d7cde4d91a94cb91a30b0f9",
"body": null,
"is_bot": false,
"headline": "chore(sdk-js): Small refactor / renaming",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-26T09:26:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "422dc502ed49a3fab7e83af6fe2a345ff4c0e399",
"body": null,
"is_bot": false,
"headline": "chore(all): Publish script with prebuild",
"author_name": "Nicolas Morel",
"author_login": "nmorel",
"committed_at": "2025-09-25T09:19:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5148288714654cf0ba718ece1b5bd2331a43debf",
"body": "- project: sdk-js 0.5.0",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "Nicolas Morel",
"author_login": "nmorel",
"committed_at": "2025-09-25T09:12:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86bad8433a6efe5688049f152a496df6bdb770ab",
"body": null,
"is_bot": false,
"headline": "feat(sdk-js): Implement x-gladia-version",
"author_name": "Nicolas Morel",
"author_login": "nmorel",
"committed_at": "2025-09-25T09:12:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a45efa5deea34ba69ac2729b2f44ca89cc03a8ce",
"body": null,
"is_bot": false,
"headline": "fix(sdk-js): Remove chaining capability",
"author_name": "Nicolas Morel",
"author_login": "nmorel",
"committed_at": "2025-09-24T15:32:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0a3c5270278a9f2eda391ad02a3c3f73b47e9e6",
"body": "- project: sdk-js 0.4.3",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "Nicolas Morel",
"author_login": "nmorel",
"committed_at": "2025-09-23T12:20:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a735e47684f235bb6964cb879f0f1f8c581394f",
"body": null,
"is_bot": false,
"headline": "fix(sdk-js): Go to source wasn't working",
"author_name": "Nicolas Morel",
"author_login": "nmorel",
"committed_at": "2025-09-23T12:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9c0c6ff709463313abdcadcf21e3539339e0819",
"body": null,
"is_bot": false,
"headline": "chore(all): update dev deps",
"author_name": "Nicolas Morel",
"author_login": "nmorel",
"committed_at": "2025-09-23T12:18:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "121641623cd42a70f5f9a4486863273cdbef9daf",
"body": null,
"is_bot": false,
"headline": "chore(all): Rename folders",
"author_name": "Nicolas Morel",
"author_login": "nmorel",
"committed_at": "2025-09-23T09:54:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07ee9df338c8f983a476b8d46b7e15364eaf5b61",
"body": "- project: sdk-js 0.4.2",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "Nicolas Morel",
"author_login": "nmorel",
"committed_at": "2025-09-19T15:58:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce64ca75bb43d02dd5c1600fb1b8906cb5cda9fa",
"body": null,
"is_bot": false,
"headline": "fix(sdk-js): Include maxDelay into delay directly",
"author_name": "Nicolas Morel",
"author_login": "nmorel",
"committed_at": "2025-09-19T15:49:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b8439eb0620355940de2369e2014886f5a03010",
"body": null,
"is_bot": false,
"headline": "fix(sdk-js): Improve client options and fix baseUrl for ws",
"author_name": "Nicolas Morel",
"author_login": "nmorel",
"committed_at": "2025-09-17T16:35:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7c53126cdc5150312b9a5123d07b834e1474e7b",
"body": null,
"is_bot": false,
"headline": "test(sdk-python): Update the python e2e test for TDD",
"author_name": "Nicolas Morel",
"author_login": "nmorel",
"committed_at": "2025-09-17T15:29:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c71c08710f18d08a5e3df348017b863db6b57da",
"body": null,
"is_bot": false,
"headline": "test: Add e2e package for Python SDK",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-16T13:27:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6b826a9602bd38ed77d2b04870708b080ec11cb",
"body": null,
"is_bot": false,
"headline": "chore(sdk-python): Enable nx release on Python SDK",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-16T13:25:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44fd3e57d7dc15e690af19612d7be7397795b5d2",
"body": null,
"is_bot": false,
"headline": "chore(all): Rework test, code generation and python sdk structure",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-16T13:19:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cf4e2560baab7296b77a470f296bfc386879ee4",
"body": "- project: sdk-js 0.4.1",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-16T10:31:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3aa43854998a55e42afca3396691c1e2939d2b88",
"body": null,
"is_bot": false,
"headline": "fix(sdk-js): Fix SharedArrayBuffer test on browser",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-16T10:31:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4aefbc0496753467cf4cf73f44949d8b7cf22c9",
"body": "- project: sdk-js 0.4.0",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-16T07:48:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efa49de694f0f0f57abd381037762a9d4b18fca2",
"body": null,
"is_bot": false,
"headline": "feat(sdk-js): Rework events and status",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-16T07:46:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19ea5f98f6b96cb3c9decbd68fb64837d34d550b",
"body": null,
"is_bot": false,
"headline": "fix(sdk-js): Remove duplicated default",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-16T07:46:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "422b8b4a245943747066ae1c388c2b1afbfc63d6",
"body": null,
"is_bot": false,
"headline": "fix(sdk-js): Add e2e tests to js sdk and fix a few things",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-16T07:46:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b6f6cbbbc0d84323ad1a7c8cc9287bb0d9551da",
"body": null,
"is_bot": false,
"headline": "fix(sdk-js): Typecheck failing and refactor helpers",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-11T10:34:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f882596342f4cd1fc1025db98e4090846d7e5b8",
"body": null,
"is_bot": false,
"headline": "chore(all): Switch to Bun as package manager and update README",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-11T10:01:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2b2e6ad9a33528d60e91c6f3fc982e0752ee04d",
"body": "- project: sdk-js 0.3.1",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-10T14:18:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "757d76203cf6a411d8a2b3137de1a76d11ce0abb",
"body": null,
"is_bot": false,
"headline": "fix(sdk-js): Remove console.log",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-10T14:17:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b4e53c144028847664a8c71ad28a72414bad8d9",
"body": "- project: sdk-js 0.3.0",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-10T13:51:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec01cdd7cd67f18992d91b377497616b7f08e78e",
"body": null,
"is_bot": false,
"headline": "fix(sdk-js): Minify iife build",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-10T13:50:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf0f6b9fcd09a2ae510dc9f56588ef000bffdc7d",
"body": null,
"is_bot": false,
"headline": "feat(sdk-js): Add 'message' event",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-10T13:49:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4339d66607cf615b0db86a52f41a1f49953b364d",
"body": null,
"is_bot": false,
"headline": "chore(sdk-js): Update README",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-10T12:33:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "634cafcdec2a013b680ec6233fab2b53c568dfd7",
"body": "- project: sdk-js 0.2.1",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-10T12:24:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "856e5059ed46dbb0db2660d07bcab4c8d2d7bbfa",
"body": "…parameter",
"is_bot": false,
"headline": "fix(sdk-js): Add Buffer and ArrayLike<number> to allowed audio chunk …",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-10T12:22:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7d46cbc675c11329f3fb55c031a48db8db9ca26",
"body": "- project: sdk-js 0.2.0",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-10T11:58:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53a9e5cb9dfc3e82d80e9a4a8c709832f5bc914a",
"body": null,
"is_bot": false,
"headline": "feat(sdk-js): Add the region option",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-10T11:56:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96311b12d45d2705a21e48f772af088644ea2efa",
"body": null,
"is_bot": false,
"headline": "feat(sdk-js): Add a WebSocket client with retry and timeout support",
"author_name": "Nicolas Morel",
"author_login": "nmorel",
"committed_at": "2025-09-10T11:48:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2c1c225191953950e8b57a91a785de06b653af4",
"body": "- project: sdk-js 0.1.2",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-09T16:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "635e8de7f2877536a82e5d487ff38a709033ed99",
"body": null,
"is_bot": false,
"headline": "fix(sdk-js): iso-ws wasn't working on browser",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-09T16:15:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91fe47c1e6d85fae46cdc8654ceac1a9e7c526cb",
"body": "- project: sdk-js 0.1.1",
"is_bot": false,
"headline": "chore(release): publish",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-09T15:25:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9240beee7072d49c132c1fa80fa12aa47c64440e",
"body": null,
"is_bot": false,
"headline": "fix(sdk-js): Make the JS SDK public and update its readme",
"author_name": "Nicolas Morel",
"author_login": null,
"committed_at": "2025-09-09T15:16:54Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 103,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 19,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": true,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@gladiaio/sdk",
"exists": true,
"license": "MIT",
"keywords": [
"gladia",
"sdk",
"typescript",
"javascript"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@gladiaio/sdk",
"is_deprecated": false,
"latest_version": "1.0.7",
"repository_url": "https://github.com/gladiaio/sdk",
"versions_count": 21,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 17,
"monthly_downloads": 15677,
"first_published_at": "2025-09-09T15:01:20.684000Z",
"latest_published_at": "2026-06-29T20:36:21.038000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 22
},
{
"name": "gladiaio-sdk",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "pypi",
"matches_repo": null,
"registry_url": "https://pypi.org/project/gladiaio-sdk/",
"is_deprecated": false,
"latest_version": "1.0.4",
"repository_url": null,
"versions_count": 10,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2025-10-01T09:28:42.086564Z",
"latest_published_at": "2026-07-01T14:20:59.952629Z",
"latest_version_yanked": null,
"days_since_latest_publish": 21
}
]
},
"popularity": {
"forks": 4,
"stars": 4,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2025-11-01",
"count": 1
},
{
"date": "2025-11-25",
"count": 1
},
{
"date": "2026-03-08",
"count": 1
},
{
"date": "2026-06-08",
"count": 1
}
],
"complete": true,
"collected": 4,
"total_forks": 4
},
"star_history": null,
"open_issues_and_prs": 8
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"e2e/e2e-node-esm/tsconfig.json",
"e2e/javascript-fixtures/tsconfig.json",
"packages/generator/tsconfig.json",
"packages/sdk-js/tsconfig.json",
"packages/sdk-python/src/gladiaio_sdk/py.typed"
],
"toolchain_manifests": [],
"largest_source_bytes": 44762,
"source_files_sampled": 84,
"oversized_source_files": 0,
"agent_instruction_files": [
".cursor/rules/nx-rules.mdc"
],
"agent_instruction_max_bytes": 3110
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 35,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 36,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@gladiaio/sdk",
"manifest": "e2e/e2e-node-cjs/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@gladiaio/sdk-e2e-javascript-fixtures",
"manifest": "e2e/e2e-node-cjs/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@gladiaio/sdk",
"manifest": "e2e/e2e-node-esm/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "@gladiaio/sdk-e2e-javascript-fixtures",
"manifest": "e2e/e2e-node-esm/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
},
{
"name": "gladiaio-sdk",
"manifest": "e2e/e2e-python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": null
},
{
"name": "case-anything",
"manifest": "packages/generator/package.json",
"ecosystem": "npm",
"version_constraint": "^3.1.2"
},
{
"name": "commander",
"manifest": "packages/generator/package.json",
"ecosystem": "npm",
"version_constraint": "^14.0.1"
},
{
"name": "openapi3-ts",
"manifest": "packages/generator/package.json",
"ecosystem": "npm",
"version_constraint": "^4.5.0"
},
{
"name": "dataclasses-json",
"manifest": "packages/sdk-python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.6.0"
},
{
"name": "httpx",
"manifest": "packages/sdk-python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.28.0"
},
{
"name": "pyee",
"manifest": "packages/sdk-python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=13.0.0"
},
{
"name": "websockets",
"manifest": "packages/sdk-python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=15.0.0"
},
{
"name": "marshmallow",
"manifest": "packages/sdk-python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=3.26.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "case-anything",
"direct": true,
"version": "^3.1.2",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": true,
"version": "^14.0.1",
"ecosystem": "npm"
},
{
"name": "openapi3-ts",
"direct": true,
"version": "^4.5.0",
"ecosystem": "npm"
},
{
"name": "dataclasses-json",
"direct": true,
"version": "0.6.7",
"ecosystem": "pypi"
},
{
"name": "gladiaio-sdk",
"direct": true,
"version": "1.0.2",
"ecosystem": "pypi"
},
{
"name": "httpx",
"direct": true,
"version": "0.28.1",
"ecosystem": "pypi"
},
{
"name": "marshmallow",
"direct": true,
"version": "3.26.2",
"ecosystem": "pypi"
},
{
"name": "pyee",
"direct": true,
"version": "13.0.0",
"ecosystem": "pypi"
},
{
"name": "websockets",
"direct": true,
"version": "15.0.1",
"ecosystem": "pypi"
},
{
"name": "@commitlint/cli",
"direct": false,
"version": "^20.1.0",
"ecosystem": "npm"
},
{
"name": "@commitlint/config-conventional",
"direct": false,
"version": "^20.0.0",
"ecosystem": "npm"
},
{
"name": "@commitlint/types",
"direct": false,
"version": "^20.0.0",
"ecosystem": "npm"
},
{
"name": "@eslint/js",
"direct": false,
"version": "^9.37.0",
"ecosystem": "npm"
},
{
"name": "@nx/eslint",
"direct": false,
"version": "^21.6.3",
"ecosystem": "npm"
},
{
"name": "@nx/eslint-plugin",
"direct": false,
"version": "^21.6.3",
"ecosystem": "npm"
},
{
"name": "@nx/js",
"direct": false,
"version": "21.6.3",
"ecosystem": "npm"
},
{
"name": "@nx/vite",
"direct": false,
"version": "^21.6.3",
"ecosystem": "npm"
},
{
"name": "@nx/web",
"direct": false,
"version": "21.6.3",
"ecosystem": "npm"
},
{
"name": "@nxlv/python",
"direct": false,
"version": "^21.2.0",
"ecosystem": "npm"
},
{
"name": "@swc-node/register",
"direct": false,
"version": "~1.11.1",
"ecosystem": "npm"
},
{
"name": "@swc/core",
"direct": false,
"version": "~1.13.5",
"ecosystem": "npm"
},
{
"name": "@swc/helpers",
"direct": false,
"version": "~0.5.17",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node20",
"direct": false,
"version": "^20.1.6",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node22",
"direct": false,
"version": "^22.0.2",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "20.19.9",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "^20.19.19",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "^22.18.8",
"ecosystem": "npm"
},
{
"name": "@types/ws",
"direct": false,
"version": "^8.18.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/eslint-plugin",
"direct": false,
"version": "^8.46.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/parser",
"direct": false,
"version": "^8.46.0",
"ecosystem": "npm"
},
{
"name": "@vitest/coverage-v8",
"direct": false,
"version": "^4.1.8",
"ecosystem": "npm"
},
{
"name": "@vitest/ui",
"direct": false,
"version": "^4.1.8",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "^9.37.0",
"ecosystem": "npm"
},
{
"name": "jiti",
"direct": false,
"version": "2.6.1",
"ecosystem": "npm"
},
{
"name": "nx",
"direct": false,
"version": "^21.6.3",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "^3.6.2",
"ecosystem": "npm"
},
{
"name": "tsdown",
"direct": false,
"version": "^0.14.2",
"ecosystem": "npm"
},
{
"name": "tsdown",
"direct": false,
"version": "^0.15.6",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "^2.8.1",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "~5.9.3",
"ecosystem": "npm"
},
{
"name": "typescript-eslint",
"direct": false,
"version": "^8.46.0",
"ecosystem": "npm"
},
{
"name": "undici",
"direct": false,
"version": "^7.22.0",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "^7.1.9",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "^4.1.8",
"ecosystem": "npm"
},
{
"name": "ws",
"direct": false,
"version": "^8.19.0",
"ecosystem": "npm"
},
{
"name": "anyio",
"direct": false,
"version": "4.11.0",
"ecosystem": "pypi"
},
{
"name": "autopep8",
"direct": false,
"version": "2.3.2",
"ecosystem": "pypi"
},
{
"name": "backports-asyncio-runner",
"direct": false,
"version": "1.2.0",
"ecosystem": "pypi"
},
{
"name": "certifi",
"direct": false,
"version": "2025.8.3",
"ecosystem": "pypi"
},
{
"name": "colorama",
"direct": false,
"version": "0.4.6",
"ecosystem": "pypi"
},
{
"name": "exceptiongroup",
"direct": false,
"version": "1.3.0",
"ecosystem": "pypi"
},
{
"name": "gladiaio-sdk-e2e-python",
"direct": false,
"version": "0.0.1",
"ecosystem": "pypi"
},
{
"name": "h11",
"direct": false,
"version": "0.16.0",
"ecosystem": "pypi"
},
{
"name": "hatchling",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "httpcore",
"direct": false,
"version": "1.0.9",
"ecosystem": "pypi"
},
{
"name": "idna",
"direct": false,
"version": "3.15",
"ecosystem": "pypi"
},
{
"name": "iniconfig",
"direct": false,
"version": "2.1.0",
"ecosystem": "pypi"
},
{
"name": "mypy-extensions",
"direct": false,
"version": "1.1.0",
"ecosystem": "pypi"
},
{
"name": "packaging",
"direct": false,
"version": "25.0",
"ecosystem": "pypi"
},
{
"name": "pluggy",
"direct": false,
"version": "1.6.0",
"ecosystem": "pypi"
},
{
"name": "pycodestyle",
"direct": false,
"version": "2.14.0",
"ecosystem": "pypi"
},
{
"name": "pygments",
"direct": false,
"version": "2.20.0",
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": "9.0.3",
"ecosystem": "pypi"
},
{
"name": "pytest-asyncio",
"direct": false,
"version": "1.3.0",
"ecosystem": "pypi"
},
{
"name": "pytest-sugar",
"direct": false,
"version": "1.1.1",
"ecosystem": "pypi"
},
{
"name": "ruff",
"direct": false,
"version": "0.13.1",
"ecosystem": "pypi"
},
{
"name": "sniffio",
"direct": false,
"version": "1.3.1",
"ecosystem": "pypi"
},
{
"name": "termcolor",
"direct": false,
"version": "3.1.0",
"ecosystem": "pypi"
},
{
"name": "tomli",
"direct": false,
"version": "2.2.1",
"ecosystem": "pypi"
},
{
"name": "typing-extensions",
"direct": false,
"version": "4.15.0",
"ecosystem": "pypi"
},
{
"name": "typing-inspect",
"direct": false,
"version": "0.9.0",
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 71,
"direct_count": 9,
"indirect_count": 62
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 26,
"open_issues": 4,
"closed_ratio": 0.333,
"closed_issues": 2,
"closed_unmerged_prs": 10
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "nmorel",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/1496039?v=4"
},
{
"type": "User",
"login": "egenthon-cmd",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/259034824?v=4"
},
{
"type": "User",
"login": "karamouche",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/62983822?v=4"
},
{
"type": "User",
"login": "clemos",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/32961?v=4"
},
{
"type": "User",
"login": "clement-gladia",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/180261851?v=4"
},
{
"type": "User",
"login": "ramiel",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/324687?v=4"
},
{
"type": "User",
"login": "jqueguiner",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/690878?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.438
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"publish.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [
"eslint.config.mjs"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"uv.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": 5,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 8,
"reason": "16 out of 18 merged PRs checked by a CI test -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 5,
"reason": "Found 17/30 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"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": 7,
"reason": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "83 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "cf256e961700fb6fd40e244f4577853d588db376",
"ran_at": "2026-07-22T19:43:51Z",
"aggregate_score": 3.9,
"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-01T14:20:26Z",
"oldest_open_prs": [
{
"number": 32,
"created_at": "2026-06-08T03:21:59Z",
"last_comment_at": "2026-06-08T03:35:52Z",
"last_comment_author": "mojobeeping"
},
{
"number": 43,
"created_at": "2026-07-06T21:09:31Z",
"last_comment_at": "2026-07-08T13:28:14Z",
"last_comment_author": "egenthon-cmd"
},
{
"number": 44,
"created_at": "2026-07-13T12:26:41Z",
"last_comment_at": "2026-07-13T12:27:02Z",
"last_comment_author": "coderabbitai"
},
{
"number": 46,
"created_at": "2026-07-16T16:59:49Z",
"last_comment_at": "2026-07-16T17:00:10Z",
"last_comment_author": "coderabbitai"
}
],
"last_merged_pr_at": "2026-07-01T14:19:33Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 27,
"created_at": "2026-05-11T10:24:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 30,
"created_at": "2026-05-24T17:03:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 42,
"created_at": "2026-07-06T21:05:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 45,
"created_at": "2026-07-16T05:25:03Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/gladiaio/sdk",
"host": "github.com",
"name": "sdk",
"owner": "gladiaio"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"security": 51,
"vitality": 45,
"community": 47,
"governance": 64,
"engineering": 64
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 45,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"commits_last_year": 103,
"human_commit_share": 0.99,
"days_since_last_push": 1,
"active_weeks_last_year": 19
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "19/52 weeks with commits",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 19
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "103 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 103
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 7,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"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": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"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": 21,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 21 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 21
}
}
],
"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": 47,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"forks": 4,
"stars": 4,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "4 stars",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 4
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "4 forks",
"points": 4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 4
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"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": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 70,
"inputs": {
"packages": [
"@gladiaio/sdk",
"gladiaio-sdk"
],
"dependents": null,
"ecosystems": "npm, pypi",
"total_downloads": null,
"monthly_downloads": 15677
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "15,677 downloads/month across npm, pypi",
"points": 55.9,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 15677,
"ecosystems": "npm, 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": 64,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 7,
"top_contributor_share": 0.438
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 44% of commits",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 44
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"merged_prs": 26,
"open_issues": 4,
"closed_issues": 2,
"issue_closed_ratio": 0.333,
"closed_unmerged_prs": 10
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "33% of issues closed",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 33
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "26/36 decided PRs merged",
"points": 27.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 26,
"decided": 36
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 17/30 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"followers": 98,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "gladiaio",
"public_repos": 19,
"account_age_days": 1743
},
"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": "98 followers of gladiaio",
"points": 14.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 98,
"login": "gladiaio"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "19 public repos, account ~4 yr old",
"points": 19,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 19
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@gladiaio/sdk",
"gladiaio-sdk"
],
"ecosystems": "npm, pypi",
"any_deprecated": false,
"min_days_since_publish": 21
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on npm, pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"ecosystems": "npm, pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 21 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 21
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "21 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 21
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 64,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"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": "eslint.config.mjs",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "16 out of 18 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 51,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.9
},
"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 is not maximal on development and all release branches",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "16 out of 18 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"status": "partial",
"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 17/30 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"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": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "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": "83 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 35 resolved dependencies against OSV; 36 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 35
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 36
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 35,
"unassessed_packages": 36,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "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": 35,
"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": 7
},
"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": 66,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [
".cursor/rules/nx-rules.mdc"
],
"agent_instruction_max_bytes": 3110
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": ".cursor/rules/nx-rules.mdc",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".cursor/rules/nx-rules.mdc"
}
}
],
"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": "99 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 99,
"sampled": 99
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"uv.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"e2e/e2e-node-esm/tsconfig.json",
"e2e/javascript-fixtures/tsconfig.json",
"packages/generator/tsconfig.json",
"packages/sdk-js/tsconfig.json",
"packages/sdk-python/src/gladiaio_sdk/py.typed"
],
"agent_commit_share": 0.04,
"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": "eslint.config.mjs",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "e2e/e2e-node-esm/tsconfig.json, e2e/javascript-fixtures/tsconfig.json, packages/generator/tsconfig.json, packages/sdk-js/tsconfig.json, packages/sdk-python/src/gladiaio_sdk/py.typed",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "e2e/e2e-node-esm/tsconfig.json, e2e/javascript-fixtures/tsconfig.json, packages/generator/tsconfig.json, packages/sdk-js/tsconfig.json, packages/sdk-python/src/gladiaio_sdk/py.typed"
}
}
],
"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": "4 of the last 100 commits agent-authored or agent-credited",
"points": 8,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 4,
"sampled": 100
}
}
],
"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": 44762,
"source_files_sampled": 84,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (e2e/e2e-node-esm/tsconfig.json, e2e/javascript-fixtures/tsconfig.json, packages/generator/tsconfig.json, packages/sdk-js/tsconfig.json, packages/sdk-python/src/gladiaio_sdk/py.typed)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "e2e/e2e-node-esm/tsconfig.json, e2e/javascript-fixtures/tsconfig.json, packages/generator/tsconfig.json, packages/sdk-js/tsconfig.json, packages/sdk-python/src/gladiaio_sdk/py.typed",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/84 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 84,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "critical",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"example_dirs": [],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"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",
"Could not fetch pypi package 'gladiaio-sdk-e2e-python' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-22T19:44:05.340859Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/gladiaio/sdk.svg",
"full_name": "gladiaio/sdk",
"license_state": "standard",
"license_spdx": "MIT"
}