Public record
Software health reportschema 0.34.0 · metrics 2.10.0 · 2026-08-27 16:28 UTC

livekit / python-sdks

LiveKit real-time and server SDKs for Python

PythonApache-2.0★ 380 stars⑂ 132 forkssince May 2023View on GitHub ↗

livekit/python-sdks holds a health index of 94 out of 100, placing it in the Exceptional band. It scores highest on Vitality (96/100) and lowest on Security (64/100). It was last updated today. 2 contributors account for most of its recent work.

94
overall / 100
Exceptional

Software health index

Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean, calibrated against the distribution of the public record so bands carry percentile meaning; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At Risk ceiling of 34.

94
Exceptional93-100The record's top tier (≈ top 5%); essentially all checked criteria met
Excellent80-92Strong across the board; minor gaps
Good65-79Healthy; gaps are limited and manageable
Moderate50-64Acceptable with notable gaps; review recommended
Weak35-49Material weaknesses across several areas
At Risk20-34Significant weaknesses; adoption warrants caution
Critical1-19Severe problems (abandoned, single-maintainer, no hygiene)
VitalityCommunity &AdoptionSustainability &GovernanceEngineeringQualitySecurityAI Readiness

Score profile

Each axis is a category. The shape matters more than the average — a healthy subject fills the whole shape, while a spike-and-crater profile means strength in one dimension is masking risk in another.

The weighted overall 81 is calibrated to 94 on the published index scale (record calibration 2026-08-02).

Ownership

LiveKitOrganization · verified domain
3,383 followers109 public repossince Aug 2020

This repository is backed by an organization — shared, accountable stewardship that can outlive any single maintainer.

Package ecosystems

RegistryPackageVersionDownloads / moVersionsLast publishTags
PyPIlivekit-api1.2.15,364,573340 days agoaudiolivekitrealtimevideowebrtc
PyPIlivekit1.1.164,544,0271152 days agowebrtcrealtimeaudiovideolivekit
PyPIlivekit-protocol1.1.255,656,253471 day agoaudiolivekitrealtimevideowebrtc

Metrics by category

Vitality

Is the project alive — is code being written and are releases shipping?

96Exceptional · 21% of overall
How it's scored
36/36Push recencylast push 0 days ago
29.1/36Commit cadence42/52 weeks with commits
18/18Commit volume204 commits in the last year
10/10OpenSSF Scorecard: Maintained30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Inputs used
commits_last_year204
human_commit_share0.63
days_since_last_push0
active_weeks_last_year42

Release discipline

100Exceptional
How it's scored
27/27Ships releases88 releases published
36/36Release recencylatest release 44 days ago
27/27Release cadencea release every ~16.4 days
0/10OpenSSF Scorecard: Signed-Releasesno data
Inputs used
releases_count88
latest_release_tagapi-v1.2.0
releases_from_tagsno
days_since_latest_release44
mean_days_between_releases16.4
Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.

Community & Adoption

Does the project have users, downloads, attention, and a welcoming setup for contributors?

69Good · 17% of overall
How it's scored
41.8/60Stars380 stars
17.6/25Forks132 forks
6.2/15Watchers14 watchers
Inputs used
forks132
stars380
watchers14
growth_stateorganic
growth_factor_pct100
How it's scored
22.5/22.5README
22.5/22.5Licenserecognized license (Apache-2.0)
0/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges2
has_contributingno
has_issue_templateno
has_code_of_conductno
readme_badge_servicesshields.io
has_pull_request_templateno
How it's scored
80/80Monthly downloads15,564,853 downloads/month across pypi
0/20Registry dependentsnot reported by this ecosystem
Inputs used
packageslivekit-api, livekit, livekit-protocol
dependents
ecosystemspypi
total_downloads
monthly_downloads15,564,853
unverified_packages_excluded
Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.

Sustainability & Governance

Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?

87Excellent · 23% of overall
How it's scored
25.2/54Bus factor2 contributor(s) cover half of all commits
13/22.5Commit distributiontop contributor authored 42% of commits
13.5/13.5Contributor breadth49 contributors
10/10OpenSSF Scorecard: Contributorsproject has 19 contributing companies or organizations
Inputs used
bus_factor2
contributors_sampled49
top_contributor_share0.421
How it's scored
37.4/42Issue resolution89% of issues closed
27.3/30PR acceptance558/614 decided PRs merged
13/13Newcomer PR acceptance8/8 first-time contributors' PRs merged in 30d
15/15OpenSSF Scorecard: Code-Reviewall changesets reviewed
Inputs used
merged_prs558
open_issues16
closed_issues131
prs_merged_7d4
prs_decided_7d4
prs_merged_30d11
prs_decided_30d11
issue_closed_ratio0.891
closed_unmerged_prs56
first_time_authors_30d6
first_time_prs_merged_30d8
first_time_prs_decided_30d8
How it's scored
30/30Ownership backingorganization-owned
20/20Verified domain
25/25Owner reach3,383 followers of livekit
25/25Track record109 public repos, account ~6 yr old
Inputs used
followers3,383
owner_typeOrganization
is_verifiedyes
owner_loginlivekit
public_repos109
account_age_days2,208

Package maintenance

100Exceptional
How it's scored
25/25Published & resolvable3 package(s) on pypi
35/35Publish recencylatest publish 0 days ago
20/20Version history115 published versions
20/20Not deprecatedactive, not deprecated or yanked
Inputs used
packageslivekit-api, livekit, livekit-protocol
ecosystemspypi
any_deprecatedno
min_days_since_publish0

Engineering Quality

Are baseline engineering and documentation practices in place?

80Excellent · 19% of overall
How it's scored
24/24CI workflows10 workflow(s)
24/24Tests present
16/16Linter configeslint.config.js, pyproject.toml ([tool.ruff]), ruff.toml
0/9.6Pre-commit hooks
0/6.4.editorconfig
20/20OpenSSF Scorecard: CI-Tests30 out of 30 merged PRs checked by a CI test -- score normalized to 10
Inputs used
has_ciyes
has_testsyes
has_editorconfigno
has_linter_configyes
has_precommit_configno
How it's scored
30/30README
0/25Documentation directory
15/15Documentation / homepage sitehttps://docs.livekit.io
10/10Repository description
10/10Topics5 topics
10/10Wiki
Inputs used
topicsai, webrtc, agents, python, real-time
has_wikiyes
homepagehttps://docs.livekit.io
docs_sitehttps://docs.livekit.io
has_readmeyes
has_docs_dirno
has_descriptionyes

Security

Are visible security and supply-chain practices strong, without unresolved high-risk jurisdiction exposure?

64Moderate · 16% of overall
How it's scored
7.5/7.5Binary-Artifactsno binaries found in the repo
3/7.5Branch-Protectionbranch protection is not maximal on development and all release branches
2.5/2.5CI-Tests30 out of 30 merged PRs checked by a CI test -- score normalized to 10
0/2.5CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
7.5/7.5Code-Reviewall changesets reviewed
2.5/2.5Contributorsproject has 19 contributing companies or organizations
10/10Dangerous-Workflowno dangerous workflow patterns detected
7.5/7.5Dependency-Update-Toolupdate tool detected
0/5Fuzzingproject is not fuzzed
2.5/2.5Licenselicense file detected
7.5/7.5Maintained30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
5/5Packagingpackaging workflow detected
3/5Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 6
4.5/5SASTSAST tool is not run on all commits -- score normalized to 9
0/5Security-Policysecurity policy file not detected
0/7.5Signed-Releasesno data
0/7.5Token-Permissionsdetected GitHub workflow tokens with excessive permissions
0/7.5Vulnerabilities63 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated17
scorecard_versionv5.5.0
checks_inconclusive1
scorecard_aggregate6.5
Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.
How it's scored
10.6/35Direct dependencies free of known advisories3 affected: aiohttp 3.13.5 (high 7.5), pyjwt 2.12.1 (high 7.4), aiohttp 3.14.1 (moderate 5.3)
0/25Indirect dependencies free of known advisoriestransitive set not separable from development and test dependencies in this scope
33.8/40No advisories left outstanding1 advisory-carrying package(s) unaddressed past 90 days; oldest published 91 days ago
Inputs used
sourceosv
advisories158
affected_packages19
assessed_packages386
unassessed_packages15
affected_by_severitycritical 3, high 8, moderate 6, low 2
direct_affected_packages3
Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 386 resolved dependencies against OSV. 15 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.

AI Readiness

How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight (4%): agent tooling is a real maintenance signal, but a repository with none can still reach 100/100.

82Excellent · 4% of overall
How it's scored
0/45Agent instructionsno CLAUDE.md / AGENTS.md / editor rules
15/15Machine-readable docs (llms.txt)llms.txt served by the project website (https://docs.livekit.io/llms.txt)
40/40Legible commit history60 of 63 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtyes
llms_txt_urlhttps://docs.livekit.io/llms.txt
legible_history_share0.952
agent_instruction_files
agent_instruction_max_bytes
How it's scored
18/18One-command bootstrapmakefile
22/22Automated tests
11/11Lint / format configeslint.config.js, pyproject.toml ([tool.ruff]), ruff.toml
11/11Static type checkinglivekit-api/livekit/api/py.typed, livekit-protocol/livekit/protocol/py.typed, livekit-rtc/jupyter-html/tsconfig.json, livekit-rtc/livekit/rtc/py.typed
10/10Reproducible environmentlockfile
10/10Demonstrated agent practice12 of the last 100 commits agent-authored or agent-credited
8/8Automated maintenance11 of the last 100 commits are automated dependency updates
6/10OpenSSF Scorecard: Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 6
Inputs used
has_nixno
has_testsyes
lockfilespnpm-lock.yaml, uv.lock
has_dockerfileno
typed_languageno
bootstrap_filesmakefile
has_devcontainerno
has_linter_configyes
typecheck_configslivekit-api/livekit/api/py.typed, livekit-protocol/livekit/protocol/py.typed, livekit-rtc/jupyter-html/tsconfig.json, livekit-rtc/livekit/rtc/py.typed
agent_commit_share0.12
toolchain_manifests
dependency_bot_commit_share0.11
How it's scored
27/45Type-checkable codePython with type-check config (livekit-api/livekit/api/py.typed, livekit-protocol/livekit/protocol/py.typed, livekit-rtc/jupyter-html/tsconfig.json, livekit-rtc/livekit/rtc/py.typed)
55/55Manageable file sizes0/145 source files over 60KB
Inputs used
primary_languagePython
largest_source_bytes59,703
source_files_sampled145
oversized_source_files0
How it's scored
0/40API schema (OpenAPI/GraphQL/proto)not applicable to this kind of software
0/20MCP servernot applicable to this kind of software
40/40Runnable examplesexamples
Inputs used
example_dirsexamples
has_mcp_signalno
api_schema_files
interfaces_expected_of
Excluded from scoring (no data or not applicable): API schema (OpenAPI/GraphQL/proto), MCP server. Remaining weights renormalized.

Key facts

380GitHub stars
49contributors
204commits, last 12 months
0days since last push
88releases
2bus factor
16open issues
PyPIpackage ecosystems

Data collection warnings

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token
  • Star history carried forward from 2026-07-18: GitHub restricted the stargazers API to repository admins, so it can no longer be collected. The repository has 380 stars today.
  • Could not fetch pypi package 'python-sdks' from its registry
  • deps.dev does not index pypi:livekit-api@1.2.1; advisories assessed against the repository dependency graph instead

More detail

Star and fork history 367 ★ / 132 ⇿
367Stars
132Forks
88Releases

When each star and fork was added, collected from GitHub and bucketed by day. Cumulative growth sits directly above the daily additions it is made of, so the two read against each other: steady organic accretion looks nothing like an abrupt, short-lived burst. Where that difference is measurable, it is reported as growth authenticity.

Star history is shown as collected on 2026-07-18. GitHub restricted the stargazers API to repository administrators in July 2026, so this series can no longer be extended; the current star total above remains live.

012525037536712972023-062025-012026-08
Major 0Minor 2Patch 13

Each point covers 3 days.

OpenSSF Scorecard 6.5 / 10
6.5aggregate

Independent, tool-agnostic security assessment from the open-source OpenSSF Scorecard. Each check rewards a security practice, not a specific vendor's tool. Checks Scorecard could not determine are marked n/a and excluded from the security score (never counted as zero).Scorecard v5.5.0 · 2026-08-27 16:28 UTC

10Binary-Artifactsno binaries found in the repo
4Branch-Protectionbranch protection is not maximal on development and all release branches
10CI-Tests30 out of 30 merged PRs checked by a CI test -- score normalized to 10
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
10Code-Reviewall changesets reviewed
10Contributorsproject has 19 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
10Maintained30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
10Packagingpackaging workflow detected
6Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 6
9SASTSAST tool is not run on all commits -- score normalized to 9
0Security-Policysecurity policy file not detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
0Vulnerabilities63 existing vulnerabilities detected
Direct dependencies 14
RegistryPackageVersion constraintManifest
PyPIpyjwt>=2.0.0livekit-api/pyproject.toml
PyPIaiohttp>=3.9.0livekit-api/pyproject.toml
PyPIprotobuf>=4livekit-api/pyproject.toml
PyPItypes-protobuf>=4livekit-api/pyproject.toml
PyPIlivekit-protocol>=1.1.25,<2.0.0livekit-api/pyproject.toml
PyPIprotobuf>=5livekit-protocol/pyproject.toml
PyPItypes-protobuf>=5livekit-protocol/pyproject.toml
PyPIprotobuf>=5livekit-rtc/pyproject.toml
PyPItypes-protobuf>=5livekit-rtc/pyproject.toml
PyPIaiofiles>=24livekit-rtc/pyproject.toml
PyPInumpy>=1.26livekit-rtc/pyproject.toml
PyPIlivekitpyproject.toml
PyPIlivekit-apipyproject.toml
PyPIlivekit-protocolpyproject.toml
All dependencies 401

Full resolved dependency set from the GitHub dependency graph: 22 direct and 379 indirect (transitive) packages. The transitive closure is complete when the repository commits a lockfile.

RegistryPackageVersionRelation
PyPIaiofilesdirect
PyPIaiofiles25.1.0direct
PyPIaiohttpdirect
PyPIaiohttp3.13.5direct
PyPIaiohttp3.14.1direct
PyPIlivekitdirect
PyPIlivekit-apidirect
PyPIlivekit-protocoldirect
PyPInumpydirect
PyPInumpy2.0.2direct
PyPInumpy2.2.6direct
PyPInumpy2.4.2direct
PyPIprotobufdirect
PyPIprotobuf6.33.5direct
PyPIprotobuf6.33.6direct
PyPIprotobuf7.34.0direct
PyPIpyjwtdirect
PyPIpyjwt2.12.1direct
PyPIpyjwt2.13.0direct
PyPItypes-protobufdirect
PyPItypes-protobuf6.32.1.20251210direct
PyPItypes-protobuf6.32.1.20260221direct
npm@babel/code-frame7.29.0indirect
npm@babel/compat-data7.29.0indirect
npm@babel/core7.29.0indirect
npm@babel/generator7.29.1indirect
npm@babel/helper-compilation-targets7.28.6indirect
npm@babel/helper-globals7.28.0indirect
npm@babel/helper-module-imports7.28.6indirect
npm@babel/helper-module-transforms7.28.6indirect
npm@babel/helper-plugin-utils7.28.6indirect
npm@babel/helper-string-parser7.27.1indirect
npm@babel/helper-validator-identifier7.28.5indirect
npm@babel/helper-validator-option7.27.1indirect
npm@babel/helpers7.28.6indirect
npm@babel/parser7.29.0indirect
npm@babel/plugin-transform-react-jsx-self7.27.1indirect
npm@babel/plugin-transform-react-jsx-source7.27.1indirect
npm@babel/template7.28.6indirect
npm@babel/traverse7.29.0indirect
npm@babel/types7.29.0indirect
npm@bufbuild/protobuf1.10.1indirect
npm@esbuild/aix-ppc640.25.12indirect
npm@esbuild/android-arm0.25.12indirect
npm@esbuild/android-arm640.25.12indirect
npm@esbuild/android-x640.25.12indirect
npm@esbuild/darwin-arm640.25.12indirect
npm@esbuild/darwin-x640.25.12indirect
npm@esbuild/freebsd-arm640.25.12indirect
npm@esbuild/freebsd-x640.25.12indirect
npm@esbuild/linux-arm0.25.12indirect
npm@esbuild/linux-arm640.25.12indirect
npm@esbuild/linux-ia320.25.12indirect
npm@esbuild/linux-loong640.25.12indirect
npm@esbuild/linux-mips64el0.25.12indirect
npm@esbuild/linux-ppc640.25.12indirect
npm@esbuild/linux-riscv640.25.12indirect
npm@esbuild/linux-s390x0.25.12indirect
npm@esbuild/linux-x640.25.12indirect
npm@esbuild/netbsd-arm640.25.12indirect
npm@esbuild/netbsd-x640.25.12indirect
npm@esbuild/openbsd-arm640.25.12indirect
npm@esbuild/openbsd-x640.25.12indirect
npm@esbuild/openharmony-arm640.25.12indirect
npm@esbuild/sunos-x640.25.12indirect
npm@esbuild/win32-arm640.25.12indirect
npm@esbuild/win32-ia320.25.12indirect
npm@esbuild/win32-x640.25.12indirect
npm@eslint-community/eslint-utils4.9.1indirect
npm@eslint-community/regexpp4.12.2indirect
npm@eslint/config-array0.21.2indirect
npm@eslint/config-helpers0.4.2indirect
npm@eslint/core0.17.0indirect
npm@eslint/eslintrc3.3.5indirect
npm@eslint/js9.39.4indirect
npm@eslint/object-schema2.1.7indirect
npm@eslint/plugin-kit0.4.1indirect
npm@floating-ui/core1.7.5indirect
npm@floating-ui/dom1.7.4indirect
npm@floating-ui/utils0.2.11indirect
npm@humanfs/core0.19.1indirect
npm@humanfs/node0.16.7indirect
npm@humanwhocodes/module-importer1.0.1indirect
npm@humanwhocodes/retry0.4.3indirect
npm@jridgewell/gen-mapping0.3.13indirect
npm@jridgewell/remapping2.3.5indirect
npm@jridgewell/resolve-uri3.1.2indirect
npm@jridgewell/sourcemap-codec1.5.5indirect
npm@jridgewell/trace-mapping0.3.31indirect
npm@livekit/components-core0.12.13indirect
npm@livekit/components-react2.9.21indirect
npm@livekit/components-styles1.2.0indirect
npm@livekit/mutex1.1.1indirect
npm@livekit/protocol1.46.6indirect
npm@rolldown/pluginutils1.0.0-beta.27indirect
npm@rollup/rollup-android-arm-eabi4.62.0indirect
npm@rollup/rollup-android-arm644.62.0indirect
npm@rollup/rollup-darwin-arm644.62.0indirect
npm@rollup/rollup-darwin-x644.62.0indirect
npm@rollup/rollup-freebsd-arm644.62.0indirect
npm@rollup/rollup-freebsd-x644.62.0indirect
npm@rollup/rollup-linux-arm-gnueabihf4.62.0indirect
npm@rollup/rollup-linux-arm-musleabihf4.62.0indirect
npm@rollup/rollup-linux-arm64-gnu4.62.0indirect
npm@rollup/rollup-linux-arm64-musl4.62.0indirect
npm@rollup/rollup-linux-loong64-gnu4.62.0indirect
npm@rollup/rollup-linux-loong64-musl4.62.0indirect
npm@rollup/rollup-linux-ppc64-gnu4.62.0indirect
npm@rollup/rollup-linux-ppc64-musl4.62.0indirect
npm@rollup/rollup-linux-riscv64-gnu4.62.0indirect
npm@rollup/rollup-linux-riscv64-musl4.62.0indirect
npm@rollup/rollup-linux-s390x-gnu4.62.0indirect
npm@rollup/rollup-linux-x64-gnu4.62.0indirect
npm@rollup/rollup-linux-x64-musl4.62.0indirect
npm@rollup/rollup-openbsd-x644.62.0indirect
npm@rollup/rollup-openharmony-arm644.62.0indirect
npm@rollup/rollup-win32-arm64-msvc4.62.0indirect
npm@rollup/rollup-win32-ia32-msvc4.62.0indirect
npm@rollup/rollup-win32-x64-gnu4.62.0indirect
npm@rollup/rollup-win32-x64-msvc4.62.0indirect
npm@types/babel__core7.20.5indirect
npm@types/babel__generator7.27.0indirect
npm@types/babel__template7.4.4indirect
npm@types/babel__traverse7.28.0indirect
npm@types/dom-mediacapture-record1.0.22indirect
npm@types/estree1.0.8indirect
npm@types/estree1.0.9indirect
npm@types/json-schema7.0.15indirect
npm@types/react19.2.14indirect
npm@types/react-dom19.2.3indirect
npm@typescript-eslint/eslint-plugin8.59.2indirect
npm@typescript-eslint/parser8.59.2indirect
npm@typescript-eslint/project-service8.59.2indirect
npm@typescript-eslint/scope-manager8.59.2indirect
npm@typescript-eslint/tsconfig-utils8.59.2indirect
npm@typescript-eslint/type-utils8.59.2indirect
npm@typescript-eslint/types8.59.2indirect
npm@typescript-eslint/typescript-estree8.59.2indirect
npm@typescript-eslint/utils8.59.2indirect
npm@typescript-eslint/visitor-keys8.59.2indirect
npm@vitejs/plugin-react4.7.0indirect
npmacorn8.16.0indirect
npmacorn-jsx5.3.2indirect
npmajv6.14.0indirect
npmansi-styles4.3.0indirect
npmargparse2.0.1indirect
npmbalanced-match1.0.2indirect
npmbalanced-match4.0.4indirect
npmbaseline-browser-mapping2.10.0indirect
npmbrace-expansion1.1.14indirect
npmbrace-expansion5.0.6indirect
npmbraces3.0.3indirect
npmbrowserslist4.28.1indirect
npmcallsites3.1.0indirect
npmcaniuse-lite1.0.30001774indirect
npmchalk4.1.2indirect
npmclsx2.1.1indirect
npmcolor-convert2.0.1indirect
npmcolor-name1.1.4indirect
npmconcat-map0.0.1indirect
npmconvert-source-map2.0.0indirect
npmcross-spawn7.0.6indirect
npmcsstype3.2.3indirect
npmdebug4.4.3indirect
npmdeep-is0.1.4indirect
npmelectron-to-chromium1.5.302indirect
npmesbuild0.25.12indirect
npmescalade3.2.0indirect
npmescape-string-regexp4.0.0indirect
npmeslint9.39.4indirect
npmeslint-plugin-react-hooks5.2.0indirect
npmeslint-plugin-react-refresh0.5.2indirect
npmeslint-scope8.4.0indirect
npmeslint-visitor-keys3.4.3indirect
npmeslint-visitor-keys4.2.1indirect
npmeslint-visitor-keys5.0.1indirect
npmespree10.4.0indirect
npmesquery1.7.0indirect
npmesrecurse4.3.0indirect
npmestraverse5.3.0indirect
npmesutils2.0.3indirect
npmevents3.3.0indirect
npmfast-deep-equal3.1.3indirect
npmfast-json-stable-stringify2.1.0indirect
npmfast-levenshtein2.0.6indirect
npmfdir6.5.0indirect
npmfile-entry-cache8.0.0indirect
npmfill-range7.1.1indirect
npmfind-up5.0.0indirect
npmflat-cache4.0.1indirect
npmflatted3.4.2indirect
npmfsevents2.3.3indirect
npmgensync1.0.0-beta.2indirect
npmglob-parent6.0.2indirect
npmglobals14.0.0indirect
npmglobals17.6.0indirect
npmhas-flag4.0.0indirect
npmignore5.3.2indirect
npmignore7.0.5indirect
npmimport-fresh3.3.1indirect
npmimurmurhash0.1.4indirect
npmis-extglob2.1.1indirect
npmis-glob4.0.3indirect
npmis-number7.0.0indirect
npmisexe2.0.0indirect
npmjose6.2.3indirect
npmjs-tokens4.0.0indirect
npmjs-yaml4.1.1indirect
npmjsesc3.1.0indirect
npmjson-buffer3.0.1indirect
npmjson-schema-traverse0.4.1indirect
npmjson-stable-stringify-without-jsonify1.0.1indirect
npmjson52.2.3indirect
npmkeyv4.5.4indirect
npmlevn0.4.1indirect
npmlivekit-client2.20.0indirect
npmlocate-path6.0.0indirect
npmlodash.debounce4.0.8indirect
npmlodash.merge4.6.2indirect
npmloglevel1.9.1indirect
npmloglevel1.9.2indirect
npmlru-cache5.1.1indirect
npmmicromatch4.0.8indirect
npmminimatch10.2.5indirect
npmminimatch3.1.5indirect
npmms2.1.3indirect
npmnanoid3.3.12indirect
npmnatural-compare1.4.0indirect
npmnode-releases2.0.27indirect
npmoptionator0.9.4indirect
npmp-limit3.1.0indirect
npmp-locate5.0.0indirect
npmparent-module1.0.1indirect
npmpath-exists4.0.0indirect
npmpath-key3.1.1indirect
npmpicocolors1.1.1indirect
npmpicomatch2.3.2indirect
npmpicomatch4.0.4indirect
npmpostcss8.5.15indirect
npmprelude-ls1.2.1indirect
npmpunycode2.3.1indirect
npmreact19.2.5indirect
npmreact-dom19.2.5indirect
npmreact-refresh0.17.0indirect
npmresolve-from4.0.0indirect
npmrollup4.62.0indirect
npmrxjs7.8.2indirect
npmscheduler0.27.0indirect
npmsdp3.2.2indirect
npmsdp-transform2.15.0indirect
npmsemver6.3.1indirect
npmsemver7.8.0indirect
npmshebang-command2.0.0indirect
npmshebang-regex3.0.0indirect
npmsource-map-js1.2.1indirect
npmstrip-json-comments3.1.1indirect
npmsupports-color7.2.0indirect
npmtinyglobby0.2.17indirect
npmto-regex-range5.0.1indirect
npmts-api-utils2.5.0indirect
npmtslib2.8.1indirect
npmtype-check0.4.0indirect
npmtyped-emitter2.1.0indirect
npmtypescript5.9.3indirect
npmtypescript-eslint8.59.2indirect
npmupdate-browserslist-db1.2.3indirect
npmuri-js4.4.1indirect
npmusehooks-ts3.1.1indirect
npmvite6.4.3indirect
npmvite-plugin-singlefile2.3.3indirect
npmwebrtc-adapter9.0.5indirect
npmwhich2.0.2indirect
npmword-wrap1.2.5indirect
npmyallist3.1.1indirect
npmyocto-queue0.1.0indirect
PyPIaiohappyeyeballs2.6.1indirect
PyPIaiosignal1.4.0indirect
PyPIannotated-types0.7.0indirect
PyPIasttokens3.0.1indirect
PyPIasync-timeout5.0.1indirect
PyPIattrs25.4.0indirect
PyPIattrs26.1.0indirect
PyPIauditwheel6.4.2indirect
PyPIauditwheel6.6.0indirect
PyPIbackports-asyncio-runner1.2.0indirect
PyPIbackports-tarfile1.2.0indirect
PyPIbashlex0.18indirect
PyPIbracex2.6indirect
PyPIbuild1.4.0indirect
PyPIcertifi2026.2.25indirect
PyPIcffi2.0.0indirect
PyPIcharset-normalizer3.4.4indirect
PyPIcibuildwheel2.23.3indirect
PyPIcibuildwheel3.3.1indirect
PyPIcolorama0.4.6indirect
PyPIcontourpy1.3.0indirect
PyPIcontourpy1.3.2indirect
PyPIcontourpy1.3.3indirect
PyPIcryptography46.0.5indirect
PyPIcycler0.12.1indirect
PyPIdecorator5.2.1indirect
PyPIdependency-groups1.3.1indirect
PyPIdocutils0.22.4indirect
PyPIexceptiongroup1.3.1indirect
PyPIexecuting2.2.1indirect
PyPIfilelock3.19.1indirect
PyPIfilelock3.24.3indirect
PyPIfonttools4.60.2indirect
PyPIfonttools4.61.1indirect
PyPIfrozenlist1.8.0indirect
PyPIhatchlingindirect
PyPIhumanize4.15.0indirect
PyPIid1.6.1indirect
PyPIidna3.11indirect
PyPIidna3.14indirect
PyPIimportlib-metadata8.7.1indirect
PyPIimportlib-resources6.5.2indirect
PyPIiniconfig2.1.0indirect
PyPIiniconfig2.3.0indirect
PyPIipython8.18.1indirect
PyPIipython8.38.0indirect
PyPIipython9.10.0indirect
PyPIipython-pygments-lexers1.1.1indirect
PyPIjaraco-classes3.4.0indirect
PyPIjaraco-context6.1.0indirect
PyPIjaraco-functools4.4.0indirect
PyPIjedi0.19.2indirect
PyPIjeepney0.9.0indirect
PyPIkeyring25.7.0indirect
PyPIkiwisolver1.4.7indirect
PyPIkiwisolver1.4.9indirect
PyPIlibrt0.8.1indirect
PyPIlivekit-local-video-example0.1.0indirect
PyPImarkdown-it-py3.0.0indirect
PyPImarkdown-it-py4.0.0indirect
PyPImatplotlib3.10.8indirect
PyPImatplotlib3.9.4indirect
PyPImatplotlib-inline0.2.1indirect
PyPImdurl0.1.2indirect
PyPImediapipeindirect
PyPImore-itertools10.8.0indirect
PyPImultidict6.7.1indirect
PyPImypy1.19.1indirect
PyPImypy-extensions1.1.0indirect
PyPInh30.3.3indirect
PyPIopencv-pythonindirect
PyPIopencv-python4.13.0.92indirect
PyPIpackaging26.0indirect
PyPIparso0.8.6indirect
PyPIpatchelf0.17.2.4indirect
PyPIpathspec1.0.4indirect
PyPIpexpect4.9.0indirect
PyPIpillow11.3.0indirect
PyPIpillow12.1.1indirect
PyPIplatformdirs4.4.0indirect
PyPIplatformdirs4.9.2indirect
PyPIpluggy1.6.0indirect
PyPIprompt-toolkit3.0.52indirect
PyPIpropcache0.4.1indirect
PyPIptyprocess0.7.0indirect
PyPIpure-eval0.2.3indirect
PyPIpycparser2.23indirect
PyPIpycparser3.0indirect
PyPIpydantic2.12.5indirect
PyPIpydantic-core2.41.5indirect
PyPIpyelftools0.32indirect
PyPIpygments2.19.2indirect
PyPIpygobject3.46.0indirect
PyPIpyparsing3.3.2indirect
PyPIpyproject-hooks1.2.0indirect
PyPIpytest8.4.2indirect
PyPIpytest9.0.3indirect
PyPIpytest-asyncio1.2.0indirect
PyPIpytest-asyncio1.3.0indirect
PyPIpython-dateutil2.9.0.post0indirect
PyPIpython-sdks0.1.0indirect
PyPIpywin32-ctypes0.2.3indirect
PyPIreadme-renderer44.0indirect
PyPIrequestsindirect
PyPIrequests2.32.5indirect
PyPIrequests-toolbelt1.0.0indirect
PyPIrfc39862.0.0indirect
PyPIrich14.3.3indirect
PyPIruff0.15.4indirect
PyPIsecretstorage3.3.3indirect
PyPIsecretstorage3.5.0indirect
PyPIsetuptoolsindirect
PyPIsix1.17.0indirect
PyPIstack-data0.6.3indirect
PyPItomli2.4.0indirect
PyPItraitlets5.14.3indirect
PyPItwine6.2.0indirect
PyPItypes-aiofiles25.1.0.20251011indirect
PyPItyping-extensions4.15.0indirect
PyPItyping-inspection0.4.2indirect
PyPIurllib32.6.3indirect
PyPIwcwidth0.6.0indirect
PyPIwheelindirect
PyPIwheel0.46.3indirect
PyPIyarl1.22.0indirect
PyPIzipp3.23.0indirect
Dependency advisories 19

This repository publishes no package the index resolves, so its own dependency graph was assessed — 386 packages, which also include development and test pins that never ship: 19 carry known advisories, of which 3 are direct. 15 could not be assessed — no resolved version, an unsupported ecosystem, or beyond the reported package list.

PackageVersionRelationSeverityAdvisoriesFixed in
cryptography46.0.5indirectcritical1150.0.0
pillow11.3.0indirectcritical3612.3.0
pillow12.1.1indirectcritical3612.3.0
aiohttp3.13.5directhigh283.14.3
pyjwt2.12.1directhigh92.13.0
brace-expansion1.1.14indirecthigh35.0.9
brace-expansion5.0.6indirecthigh35.0.9
js-yaml4.1.1indirecthigh34.3.1
nanoid3.3.12indirecthigh25.1.16
postcss8.5.15indirecthigh28.5.23
urllib32.6.3indirecthigh42.7.0
aiohttp3.14.1directmoderate63.14.3
filelock3.19.1indirectmoderate43.20.3
idna3.11indirectmoderate23.15
idna3.14indirectmoderate23.15
pytest8.4.2indirectmoderate29.0.3
requests2.32.5indirectmoderate22.33.0
@babel/core7.29.0indirectlow18.0.0-rc.6
pygments2.19.2indirectlow22.20.0

An advisory means the version recorded in the dependency graph falls inside an advisory’s affected range. Reachability is not analysed, and the graph includes development and test pins — a finding may concern tooling rather than shipped software.

Raw JSON report machine-readable

Feedback

Spotted something off in this report, or have thoughts to share? Wrong measurements, missed tooling, ideas, questions — anything is welcome. Every message is read and gets a response.

The message is kept through sign-in.

Scores are signals, not warranties. They reflect publicly visible practices on GitHub — not a code audit, and not a security guarantee.

Missing data is excluded and weights renormalized, never scored as zero. Methodology is versioned and open: metrics v2.10.0, schema v0.34.0 — full methodology · metrics wiki.

How one result sits in the wider record: aggregate statisticsPyPI.