Public record
Software health reportschema 0.31.0 · metrics 2.10.0 · 2026-08-05 05:03 UTC

Tencent / WeKnora

Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, and a self-maintaining Wiki.

Go · Vue · TypeScriptCustom license★ 19,362 stars⑂ 2,758 forkssince Jul 2025View on GitHub ↗
KindNetwork serviceCommand-line toolMCP serverLibraryWeb interfaceDesktop applicationhow this is determined

Tencent/WeKnora holds a health index of 95 out of 100, placing it in the Exceptional band. It scores highest on Vitality (99/100) and lowest on Security (65/100). It was last updated today. A single contributor accounts for most of its recent work.

95
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.

95
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 82 is calibrated to 95 on the published index scale (record calibration 2026-08-02).

Ownership

TencentOrganization
13,909 followers283 public repossince Apr 2016

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

Package ecosystems

RegistryPackageVersionDownloads / moVersionsLast publishTags
Gogithub.com/Tencent/WeKnorav0.7.1-3911 days ago
PyPItencent-weknora-mcp1.1.1-15 days agomcpmodel-context-protocolweknoraknowledge-managementapi-server
PyPIdocreaderpoints to another repo — not scored1.03514808 days agocsvdictreaderdocreader

Metrics by category

Vitality

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

99Exceptional · 21% of overall
How it's scored
36/36Push recencylast push 0 days ago
34.6/36Commit cadence50/52 weeks with commits
18/18Commit volume2,590 commits in the last year
10/10OpenSSF Scorecard: Maintained30 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10
Inputs used
commits_last_year2,590
human_commit_share1
days_since_last_push0
active_weeks_last_year50

Release discipline

100Exceptional
How it's scored
27/27Ships releases37 releases published
36/36Release recencylatest release 11 days ago
27/27Release cadencea release every ~11.1 days
0/10OpenSSF Scorecard: Signed-Releasesno data
Inputs used
releases_count37
latest_release_tagv0.7.1
releases_from_tagsno
days_since_latest_release11
mean_days_between_releases11.1
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?

75Good · 17% of overall
How it's scored
60/60Stars19,362 stars
25/25Forks2,758 forks
10.9/15Watchers94 watchers
Inputs used
forks2,758
stars19,362
watchers94
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonwindow_too_short
How it's scored
22.5/22.5README
16.9/22.5Licenselicense file present, not a recognized license
0/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
6.3/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges6
has_contributingno
has_issue_templateno
has_code_of_conductno
readme_badge_servicesshields.io
has_pull_request_templateyes

Sustainability & Governance

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

74Good · 23% of overall
How it's scored
9/54Bus factor1 contributor(s) cover half of all commits
6.2/22.5Commit distributiontop contributor authored 72% of commits
13.5/13.5Contributor breadth98 contributors
10/10OpenSSF Scorecard: Contributorsproject has 11 contributing companies or organizations
Inputs used
bus_factor1
contributors_sampled98
top_contributor_share0.723
How it's scored
26.5/42Issue resolution63% of issues closed
26.1/30PR acceptance1,172/1,348 decided PRs merged
6.5/13Newcomer PR acceptance3/6 first-time contributors' PRs merged in 30d
10.5/15OpenSSF Scorecard: Code-ReviewFound 11/15 approved changesets -- score normalized to 7
Inputs used
merged_prs1,172
open_issues328
closed_issues559
prs_merged_7d39
prs_decided_7d57
prs_merged_30d40
prs_decided_30d58
issue_closed_ratio0.63
closed_unmerged_prs176
first_time_authors_30d6
first_time_prs_merged_30d3
first_time_prs_decided_30d6
How it's scored
30/30Ownership backingorganization-owned
0/20Verified domainverified-domain status not read for this organization
25/25Owner reach13,909 followers of Tencent
25/25Track record283 public repos, account ~10 yr old
Inputs used
followers13,909
owner_typeOrganization
is_verified
owner_loginTencent
public_repos283
account_age_days3,764
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.

Package maintenance

100Exceptional
How it's scored
25/25Published & resolvable2 package(s) on go, pypi
35/35Publish recencylatest publish 5 days ago
20/20Version history39 published versions
20/20Not deprecatedactive, not deprecated or yanked
Inputs used
packagesgithub.com/Tencent/WeKnora, tencent-weknora-mcp
ecosystemsgo, pypi
any_deprecatedno
min_days_since_publish5

Engineering Quality

Are baseline engineering and documentation practices in place?

90Excellent · 19% of overall
How it's scored
24/24CI workflows8 workflow(s)
24/24Tests present
16/16Linter config.golangci.yml, .pylintrc
0/9.6Pre-commit hooks
0/6.4.editorconfig
20/20OpenSSF Scorecard: CI-Tests15 out of 15 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

Documentation

100Exceptional
How it's scored
30/30README
25/25Documentation directory
15/15Documentation / homepage sitehttps://weknora.weixin.qq.com
10/10Repository description
10/10Topics20 topics
10/10Wiki
Inputs used
topicsagent, agentic, ai, golang, llm, ollama, rag, chatbot, generative-ai, multimodel, embeddings, knowledge-base, openai, question-answering, reranking, vector-search, evaluation, multi-tenant, semantic-search, wiki
has_wikiyes
homepagehttps://weknora.weixin.qq.com
docs_sitehttps://weknora.weixin.qq.com
has_readmeyes
has_docs_diryes
has_descriptionyes

Security

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

65Good · 16% of overall
How it's scored
7.5/7.5Binary-Artifactsno binaries found in the repo
2.2/7.5Branch-Protectionbranch protection is not maximal on development and all release branches
2.5/2.5CI-Tests15 out of 15 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
5.2/7.5Code-ReviewFound 11/15 approved changesets -- score normalized to 7
2.5/2.5Contributorsproject has 11 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.2/2.5Licenselicense file detected
7.5/7.5Maintained30 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10
5/5Packagingpackaging workflow detected
0.5/5Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 1
0/5SASTSAST tool is not run on all commits -- score normalized to 0
2/5Security-Policysecurity policy file detected
0/7.5Signed-Releasesno data
0/7.5Token-Permissionsdetected GitHub workflow tokens with excessive permissions
0/7.5Vulnerabilities40 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated17
scorecard_versionv5.5.0
checks_inconclusive1
scorecard_aggregate5.6
Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.

Dependency advisories

100Exceptional
How it's scored
35/35Direct dependencies free of known advisoriesno direct dependency carries a known advisory
25/25Indirect dependencies free of known advisoriesno indirect dependency carries a known advisory
0/40No advisories left outstandingno advisory carries a publication date
Inputs used
sourceosv
advisories0
affected_packages0
assessed_packages32
unassessed_packages0
affected_by_severitynone
direct_affected_packages0
Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:tencent-weknora-mcp@1.1.1 runtime dependency closure — what installing the published package pulls in — 32 packages. 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.

89Excellent · 4% of overall
How it's scored
45/45Agent instructionscli/AGENTS.md, docs/api/agent.md
0/15Machine-readable docs (llms.txt)
40/40Legible commit history99 of 100 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
llms_txt_url
legible_history_share0.99
agent_instruction_filescli/AGENTS.md, docs/api/agent.md
agent_instruction_max_bytes33,524
How it's scored
18/18One-command bootstrapMakefile, cli/Makefile, docreader/Makefile
22/22Automated tests
11/11Lint / format config.golangci.yml, .pylintrc
11/11Static type checkingfrontend/tsconfig.json
10/10Reproducible environmentDockerfile, lockfile
6/10Demonstrated agent practice3 of the last 100 commits agent-authored or agent-credited
5/8Automated maintenancedependency automation configured, none observed in the sampled commits
1/10OpenSSF Scorecard: Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 1
Inputs used
has_nixno
has_testsyes
lockfilesgo.sum, package-lock.json, uv.lock
has_dockerfileyes
typed_languageyes
bootstrap_filesMakefile, cli/Makefile, docreader/Makefile
has_devcontainerno
has_linter_configyes
typecheck_configsfrontend/tsconfig.json
agent_commit_share0.03
toolchain_manifestscli/go.mod, client/go.mod, go.mod
dependency_bot_commit_share0
How it's scored
45/45Type-checkable codeGo (statically typed)
54.4/55Manageable file sizes21/1,889 source files over 60KB
Inputs used
primary_languageGo
largest_source_bytes976,443
source_files_sampled1,889
oversized_source_files21
How it's scored
40/40API schema (OpenAPI/GraphQL/proto)docreader/proto/docreader.proto, docs/swagger.json, docs/swagger.yaml
20/20MCP server
40/40Runnable examplesexamples, samples
Inputs used
example_dirsexamples, samples
has_mcp_signalyes
api_schema_filesdocreader/proto/docreader.proto, docs/swagger.json, docs/swagger.yaml
interfaces_expected_ofnetwork-service

Key facts

19,362GitHub stars
98contributors
2,590commits, last 12 months
0days since last push
37releases
1bus factor
328open issues
Go, npm, 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-21: GitHub restricted the stargazers API to repository admins, so it can no longer be collected. The repository has 19362 stars today.
  • First-time contributor figures cover 12 of 31 authors (cap 12)
  • pypi package 'docreader' points at a different repository (https://github.com/CBWhiz/docreader); excluded from ecosystem scoring

More detail

Star and fork history 18,651 ★ / 2,758 ⇿
18,651Stars
2,758Forks
7Releases

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.

Only the most recent history is shown — this repository exceeds the collection window, so the earliest history is not captured.

Star history is shown as collected on 2026-07-21. 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.

04,0008,00012,00016,00020,00018,6512,758822026-052026-062026-08
Major 0Minor 2Patch 5
OpenSSF Scorecard 5.6 / 10
5.6aggregate

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-05 05:02 UTC

10Binary-Artifactsno binaries found in the repo
3Branch-Protectionbranch protection is not maximal on development and all release branches
10CI-Tests15 out of 15 merged PRs checked by a CI test -- score normalized to 10
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
7Code-ReviewFound 11/15 approved changesets -- score normalized to 7
10Contributorsproject has 11 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
0Fuzzingproject is not fuzzed
9Licenselicense file detected
10Maintained30 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10
10Packagingpackaging workflow detected
1Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 1
0SASTSAST tool is not run on all commits -- score normalized to 0
4Security-Policysecurity policy file detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
0Vulnerabilities40 existing vulnerabilities detected
Direct dependencies 146
RegistryPackageVersion constraintManifest
Gogithub.com/Tencent/WeKnora/clientv0.0.0-00010101000000-000000000000cli/go.mod
Gogithub.com/charmbracelet/huhv1.0.0cli/go.mod
Gogithub.com/itchyny/gojqv0.12.19cli/go.mod
Gogithub.com/mattn/go-isattyv0.0.22cli/go.mod
Gogithub.com/mattn/go-runewidthv0.0.24cli/go.mod
Gogithub.com/modelcontextprotocol/go-sdkv1.6.1cli/go.mod
Gogithub.com/spf13/cobrav1.10.2cli/go.mod
Gogithub.com/spf13/pflagv1.0.10cli/go.mod
Gogithub.com/stretchr/testifyv1.11.1cli/go.mod
Gogithub.com/zalando/go-keyringv0.2.8cli/go.mod
Gogopkg.in/yaml.v3v3.0.1cli/go.mod
PyPIbeautifulsoup4>=4.14.2docreader/pyproject.toml
PyPIebooklib>=0.18docreader/pyproject.toml
PyPIgrpcio>=1.78.0docreader/pyproject.toml
PyPIgrpcio-health-checking>=1.78.0docreader/pyproject.toml
PyPIgrpcio-tools>=1.78.0docreader/pyproject.toml
PyPIlxml>=6.1.0docreader/pyproject.toml
PyPImarkdownify>=0.13.1docreader/pyproject.toml
PyPImarkitdown>=0.1.3docreader/pyproject.toml
PyPIopendataloader-pdf>=2.4.7docreader/pyproject.toml
PyPIopenpyxl>=3.1.0docreader/pyproject.toml
PyPIpandas>=2.0.0docreader/pyproject.toml
PyPIxlrd>=2.0.0docreader/pyproject.toml
PyPIpillow>=12.2.0docreader/pyproject.toml
PyPIplaywright>=1.55.0docreader/pyproject.toml
PyPIprotobuf>=6.33.5docreader/pyproject.toml
PyPIpydantic>=2.13.4docreader/pyproject.toml
PyPIpypdf>=6.13.3docreader/pyproject.toml
PyPIpypdfium2>=5.8.0docreader/pyproject.toml
PyPIpython-docx>=1.2.0docreader/pyproject.toml
PyPIrequests>=2.33.0docreader/pyproject.toml
PyPItextract==1.5.0docreader/pyproject.toml
PyPItrafilatura>=2.0.0docreader/pyproject.toml
npm@microsoft/fetch-event-source^2.0.1frontend/package.json
npm@types/dompurify^3.2.0frontend/package.json
npm@types/papaparse^5.5.2frontend/package.json
npm@vue-office/pptx^1.0.1frontend/package.json
npmaxios^1.16.0frontend/package.json
npmdocx-preview^0.3.7frontend/package.json
npmdompurify^3.4.11frontend/package.json
npmhighlight.js^11.11.1frontend/package.json
npmkatex^0.16.45frontend/package.json
npmmarked^17.0.5frontend/package.json
npmmarked-katex-extension^5.1.8frontend/package.json
npmmermaid^11.15.0frontend/package.json
npmpagefind^1.5.2frontend/package.json
npmpapaparse^5.5.3frontend/package.json
npmpinia^3.0.4frontend/package.json
npmswiper^12.1.4frontend/package.json
npmtdesign-icons-vue-next0.4.4frontend/package.json
npmtdesign-vue-next^1.19.2frontend/package.json
npmvue^3.5.34frontend/package.json
npmvue-demi^0.14.10frontend/package.json
npmvue-i18n^11.4.2frontend/package.json
npmvue-router^4.5.0frontend/package.json
npmvue-virtual-scroller^2.0.0-beta.8frontend/package.json
npmwebpack^5.106.2frontend/package.json
npmxlsxfile:./packages/xlsx-0.20.2.tgzfrontend/package.json
Gocodeberg.org/readeck/go-readability/v2v2.1.2go.mod
Gogithub.com/DATA-DOG/go-sqlmockv1.5.2go.mod
Gogithub.com/JohannesKaufmann/html-to-markdown/v2v2.5.1go.mod
Gogithub.com/PuerkitoBio/goqueryv1.12.0go.mod
Gogithub.com/alicebob/miniredis/v2v2.38.0go.mod
Gogithub.com/aliyun/alibabacloud-oss-go-sdk-v2v1.5.1go.mod
Gogithub.com/asg017/sqlite-vec-go-bindingsv0.1.6go.mod
Gogithub.com/aws/aws-sdk-go-v2v1.41.7go.mod
Gogithub.com/aws/aws-sdk-go-v2/configv1.32.17go.mod
Gogithub.com/aws/aws-sdk-go-v2/credentialsv1.19.16go.mod
Gogithub.com/aws/aws-sdk-go-v2/service/s3v1.101.0go.mod
Gogithub.com/chromedp/chromedpv0.15.1go.mod
Gogithub.com/duckdb/duckdb-go/v2v2.10502.0go.mod
Gogithub.com/elastic/go-elasticsearch/v7v7.17.10go.mod
Gogithub.com/elastic/go-elasticsearch/v8v8.19.6go.mod
Gogithub.com/gin-contrib/corsv1.7.7go.mod
Gogithub.com/gin-gonic/ginv1.12.0go.mod
Gogithub.com/go-openapi/strfmtv0.26.2go.mod
Gogithub.com/go-sql-driver/mysqlv1.10.0go.mod
Gogithub.com/go-viper/mapstructure/v2v2.5.0go.mod
Gogithub.com/golang-jwt/jwt/v5v5.3.1go.mod
Gogithub.com/golang-migrate/migrate/v4v4.19.1go.mod
Gogithub.com/google/jsonschema-gov0.4.3go.mod
Gogithub.com/google/uuidv1.6.0go.mod
Gogithub.com/gorilla/websocketv1.5.3go.mod
Gogithub.com/hibiken/asynqv0.26.0go.mod
Gogithub.com/jackc/pgx/v5v5.9.2go.mod
Gogithub.com/joho/godotenvv1.5.1go.mod
Gogithub.com/ks3sdklib/aws-sdk-gov1.11.0go.mod
Gogithub.com/larksuite/oapi-sdk-go/v3v3.9.7go.mod
Gogithub.com/longbridgeapp/openccv0.3.13go.mod
Gogithub.com/mark3labs/mcp-gov0.52.0go.mod
Gogithub.com/milvus-io/milvus/client/v2v2.6.4go.mod
Gogithub.com/minio/minio-go/v7v7.1.0go.mod
Gogithub.com/mmcdole/gofeedv1.3.0go.mod
Gogithub.com/neo4j/neo4j-go-driver/v6v6.0.0go.mod
Gogithub.com/ollama/ollamav0.23.2go.mod
Gogithub.com/open-dingtalk/dingtalk-stream-sdk-gov0.9.1go.mod
Gogithub.com/opensearch-project/opensearch-go/v4v4.6.0go.mod
Gogithub.com/panjf2000/ants/v2v2.12.0go.mod
Gogithub.com/parquet-go/parquet-gov0.29.0go.mod
Gogithub.com/pganalyze/pg_query_go/v6v6.2.2go.mod
Gogithub.com/pgvector/pgvector-gov0.3.0go.mod
Gogithub.com/qdrant/go-clientv1.18.1go.mod
Gogithub.com/redis/go-redis/v9v9.14.1go.mod
Gogithub.com/robfig/cron/v3v3.0.1go.mod
Gogithub.com/sashabaranov/go-openaiv1.41.2go.mod
Gogithub.com/sirupsen/logrusv1.9.4go.mod
Gogithub.com/slack-go/slackv0.23.1go.mod
Gogithub.com/spf13/viperv1.21.0go.mod
Gogithub.com/stretchr/testifyv1.11.1go.mod
Gogithub.com/swaggo/filesv1.0.1go.mod
Gogithub.com/swaggo/gin-swaggerv1.6.1go.mod
Gogithub.com/swaggo/swagv1.16.6go.mod
Gogithub.com/tencent/vectordatabase-sdk-gov1.8.4go.mod
Gogithub.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/commonv1.3.103go.mod
Gogithub.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/lkeapv1.3.103go.mod
Gogithub.com/tencentyun/cos-go-sdk-v5v0.7.73go.mod
Gogithub.com/tiktoken-go/tokenizerv0.7.0go.mod
Gogithub.com/volcengine/vikingdb-go-sdkv0.0.11go.mod
Gogithub.com/volcengine/ve-tos-golang-sdk/v2v2.9.4go.mod
Gogithub.com/wailsapp/wails/v2v2.12.0go.mod
Gogithub.com/weaviate/weaviatev1.37.3go.mod
Gogithub.com/weaviate/weaviate-go-client/v5v5.7.3go.mod
Gogithub.com/xuri/excelize/v2v2.11.0go.mod
Gogithub.com/yanyiwu/gojiebav1.4.7go.mod
Gogo.opentelemetry.io/otelv1.43.0go.mod
Gogo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttpv1.43.0go.mod
Gogo.opentelemetry.io/otel/sdkv1.43.0go.mod
Gogo.opentelemetry.io/otel/tracev1.43.0go.mod
Gogo.uber.org/digv1.19.0go.mod
Gogolang.org/x/cryptov0.53.0go.mod
Gogolang.org/x/modv0.36.0go.mod
Gogolang.org/x/netv0.56.0go.mod
Gogolang.org/x/syncv0.21.0go.mod
Gogolang.org/x/timev0.15.0go.mod
Gogoogle.golang.org/apiv0.278.0go.mod
Gogoogle.golang.org/grpcv1.81.0go.mod
Gogoogle.golang.org/protobufv1.36.11go.mod
Gogopkg.in/natefinch/lumberjack.v2v2.2.1go.mod
Gogopkg.in/yaml.v3v3.0.1go.mod
Gogorm.io/driver/postgresv1.6.0go.mod
Gogorm.io/driver/sqlitev1.6.0go.mod
Gogorm.io/gormv1.31.1go.mod
PyPImcp>=2,<3mcp-server/pyproject.toml
PyPIrequests>=2.31.0mcp-server/pyproject.toml
PyPIstarlette>=0.27.0mcp-server/pyproject.toml
PyPIuvicorn>=0.24.0mcp-server/pyproject.toml
All dependencies 954

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

RegistryPackageVersionRelation
Gocodeberg.org/readeck/go-readability/v2v2.1.2direct
Gogithub.com/alicebob/miniredis/v2v2.38.0direct
Gogithub.com/aliyun/alibabacloud-oss-go-sdk-v2v1.5.1direct
Gogithub.com/asg017/sqlite-vec-go-bindingsv0.1.6direct
Gogithub.com/aws/aws-sdk-go-v2v1.41.7direct
Gogithub.com/aws/aws-sdk-go-v2/configv1.32.17direct
Gogithub.com/aws/aws-sdk-go-v2/credentialsv1.19.16direct
Gogithub.com/aws/aws-sdk-go-v2/service/s3v1.101.0direct
Gogithub.com/charmbracelet/huhv1.0.0direct
Gogithub.com/chromedp/chromedpv0.15.1direct
Gogithub.com/data-dog/go-sqlmockv1.5.2direct
Gogithub.com/duckdb/duckdb-go/v2v2.10502.0direct
Gogithub.com/elastic/go-elasticsearch/v7v7.17.10direct
Gogithub.com/elastic/go-elasticsearch/v8v8.19.6direct
Gogithub.com/gin-contrib/corsv1.7.7direct
Gogithub.com/gin-gonic/ginv1.12.0direct
Gogithub.com/go-openapi/strfmtv0.26.2direct
Gogithub.com/go-sql-driver/mysqlv1.10.0direct
Gogithub.com/go-viper/mapstructure/v2v2.5.0direct
Gogithub.com/golang-jwt/jwt/v5v5.3.1direct
Gogithub.com/golang-migrate/migrate/v4v4.19.1direct
Gogithub.com/google/jsonschema-gov0.4.3direct
Gogithub.com/google/uuidv1.6.0direct
Gogithub.com/gorilla/websocketv1.5.3direct
Gogithub.com/hibiken/asynqv0.26.0direct
Gogithub.com/itchyny/gojqv0.12.19direct
Gogithub.com/jackc/pgx/v5v5.9.2direct
Gogithub.com/johanneskaufmann/html-to-markdown/v2v2.5.1direct
Gogithub.com/joho/godotenvv1.5.1direct
Gogithub.com/ks3sdklib/aws-sdk-gov1.11.0direct
Gogithub.com/larksuite/oapi-sdk-go/v3v3.9.7direct
Gogithub.com/longbridgeapp/openccv0.3.13direct
Gogithub.com/mark3labs/mcp-gov0.52.0direct
Gogithub.com/mattn/go-isattyv0.0.22direct
Gogithub.com/mattn/go-runewidthv0.0.24direct
Gogithub.com/milvus-io/milvus/client/v2v2.6.4direct
Gogithub.com/minio/minio-go/v7v7.1.0direct
Gogithub.com/mmcdole/gofeedv1.3.0direct
Gogithub.com/modelcontextprotocol/go-sdkv1.6.1direct
Gogithub.com/neo4j/neo4j-go-driver/v6v6.0.0direct
Gogithub.com/ollama/ollamav0.23.2direct
Gogithub.com/open-dingtalk/dingtalk-stream-sdk-gov0.9.1direct
Gogithub.com/opensearch-project/opensearch-go/v4v4.6.0direct
Gogithub.com/panjf2000/ants/v2v2.12.0direct
Gogithub.com/parquet-go/parquet-gov0.29.0direct
Gogithub.com/pganalyze/pg_query_go/v6v6.2.2direct
Gogithub.com/pgvector/pgvector-gov0.3.0direct
Gogithub.com/puerkitobio/goqueryv1.12.0direct
Gogithub.com/qdrant/go-clientv1.18.1direct
Gogithub.com/redis/go-redis/v9v9.14.1direct
Gogithub.com/robfig/cron/v3v3.0.1direct
Gogithub.com/sashabaranov/go-openaiv1.41.2direct
Gogithub.com/sirupsen/logrusv1.9.4direct
Gogithub.com/slack-go/slackv0.23.1direct
Gogithub.com/spf13/cobrav1.10.2direct
Gogithub.com/spf13/pflagv1.0.10direct
Gogithub.com/spf13/viperv1.21.0direct
Gogithub.com/stretchr/testifyv1.11.1direct
Gogithub.com/swaggo/filesv1.0.1direct
Gogithub.com/swaggo/gin-swaggerv1.6.1direct
Gogithub.com/swaggo/swagv1.16.6direct
Gogithub.com/tencent/vectordatabase-sdk-gov1.8.4direct
Gogithub.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/commonv1.3.103direct
Gogithub.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/lkeapv1.3.103direct
Gogithub.com/tencentyun/cos-go-sdk-v5v0.7.73direct
Gogithub.com/tiktoken-go/tokenizerv0.7.0direct
Gogithub.com/volcengine/ve-tos-golang-sdk/v2v2.9.4direct
Gogithub.com/volcengine/vikingdb-go-sdkv0.0.11direct
Gogithub.com/wailsapp/wails/v2v2.12.0direct
Gogithub.com/weaviate/weaviatev1.37.3direct
Gogithub.com/weaviate/weaviate-go-client/v5v5.7.3direct
Gogithub.com/xuri/excelize/v2v2.11.0direct
Gogithub.com/yanyiwu/gojiebav1.4.7direct
Gogithub.com/zalando/go-keyringv0.2.8direct
Gogo.opentelemetry.io/otelv1.43.0direct
Gogo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttpv1.43.0direct
Gogo.opentelemetry.io/otel/sdkv1.43.0direct
Gogo.opentelemetry.io/otel/tracev1.43.0direct
Gogo.uber.org/digv1.19.0direct
Gogolang.org/x/cryptov0.53.0direct
Gogolang.org/x/modv0.36.0direct
Gogolang.org/x/netv0.56.0direct
Gogolang.org/x/syncv0.15.0direct
Gogolang.org/x/syncv0.21.0direct
Gogolang.org/x/timev0.15.0direct
Gogoogle.golang.org/apiv0.278.0direct
Gogoogle.golang.org/grpcv1.81.0direct
Gogoogle.golang.org/protobufv1.36.11direct
Gogopkg.in/natefinch/lumberjack.v2v2.2.1direct
Gogopkg.in/yaml.v3v3.0.1direct
Gogorm.io/driver/postgresv1.6.0direct
Gogorm.io/driver/sqlitev1.6.0direct
Gogorm.io/gormv1.31.1direct
npm@microsoft/fetch-event-source2.0.1direct
npm@types/dompurify3.2.0direct
npm@types/papaparse5.5.2direct
npm@vue-office/pptx1.0.1direct
npmaxios1.16.0direct
npmdocx-preview0.3.7direct
npmdompurify3.4.11direct
npmhighlight.js11.11.1direct
npmkatex0.16.45direct
npmmarked16.4.2direct
npmmarked17.0.5direct
npmmarked-katex-extension5.1.8direct
npmmermaid11.15.0direct
npmpagefind1.5.2direct
npmpapaparse5.5.3direct
npmpinia3.0.4direct
npmswiper12.1.4direct
npmtdesign-icons-vue-next0.4.4direct
npmtdesign-vue-next1.19.2direct
npmvue3.5.34direct
npmvue-demi0.14.10direct
npmvue-i18n11.4.2direct
npmvue-router4.5.1direct
npmvue-virtual-scroller2.0.1direct
npmwebpack5.106.2direct
npmxlsx0.20.2direct
PyPIbeautifulsoup44.14.2direct
PyPIebooklib0.20direct
PyPIgrpcio1.80.0direct
PyPIgrpcio-health-checking1.80.0direct
PyPIgrpcio-tools1.80.0direct
PyPIlxml6.1.0direct
PyPImarkdownify1.2.0direct
PyPImarkitdown0.1.3direct
PyPImcpdirect
PyPImcp2.0.0direct
PyPIopendataloader-pdf2.4.7direct
PyPIopenpyxl3.1.5direct
PyPIpandas2.3.3direct
PyPIpillow12.3.0direct
PyPIplaywright1.55.0direct
PyPIprotobuf6.33.6direct
PyPIpydantic2.13.4direct
PyPIpypdf6.14.2direct
PyPIpypdfium25.8.0direct
PyPIpython-docx1.2.0direct
PyPIrequestsdirect
PyPIrequests2.34.2direct
PyPIstarlettedirect
PyPIstarlette1.3.1direct
PyPItextract1.5.0direct
PyPItrafilatura2.0.0direct
PyPIuvicorndirect
PyPIuvicorn0.51.0direct
PyPIxlrd2.0.2direct
Gocloud.google.com/go/authv0.20.0indirect
Gocloud.google.com/go/auth/oauth2adaptv0.2.8indirect
Gocloud.google.com/go/compute/metadatav0.9.0indirect
Gofilippo.io/edwards25519v1.2.0indirect
Gogit.sr.ht/~jackmordaunt/go-toast/v2v2.0.3indirect
Gogithub.com/andybalholm/brotliv1.2.0indirect
Gogithub.com/andybalholm/cascadiav1.3.3indirect
Gogithub.com/apache/arrow-go/v18v18.5.1indirect
Gogithub.com/atotto/clipboardv0.1.4indirect
Gogithub.com/aws/aws-sdk-go-v2/aws/protocol/eventstreamv1.7.10indirect
Gogithub.com/aws/aws-sdk-go-v2/feature/ec2/imdsv1.18.23indirect
Gogithub.com/aws/aws-sdk-go-v2/internal/configsourcesv1.4.23indirect
Gogithub.com/aws/aws-sdk-go-v2/internal/endpoints/v2v2.7.23indirect
Gogithub.com/aws/aws-sdk-go-v2/internal/v4av1.4.24indirect
Gogithub.com/aws/aws-sdk-go-v2/service/internal/accept-encodingv1.13.9indirect
Gogithub.com/aws/aws-sdk-go-v2/service/internal/checksumv1.9.15indirect
Gogithub.com/aws/aws-sdk-go-v2/service/internal/presigned-urlv1.13.23indirect
Gogithub.com/aws/aws-sdk-go-v2/service/internal/s3sharedv1.19.23indirect
Gogithub.com/aws/aws-sdk-go-v2/service/signinv1.0.11indirect
Gogithub.com/aws/aws-sdk-go-v2/service/ssov1.30.17indirect
Gogithub.com/aws/aws-sdk-go-v2/service/ssooidcv1.35.21indirect
Gogithub.com/aws/aws-sdk-go-v2/service/stsv1.42.1indirect
Gogithub.com/aws/smithy-gov1.25.1indirect
Gogithub.com/aymanbagabas/go-osc52/v2v2.0.1indirect
Gogithub.com/bahlo/generic-list-gov0.2.0indirect
Gogithub.com/beorn7/perksv1.0.1indirect
Gogithub.com/bep/debouncev1.2.1indirect
Gogithub.com/blang/semver/v4v4.0.0indirect
Gogithub.com/buger/jsonparserv1.1.2indirect
Gogithub.com/bytedance/gopkgv0.1.3indirect
Gogithub.com/bytedance/sonicv1.15.0indirect
Gogithub.com/bytedance/sonic/loaderv0.5.0indirect
Gogithub.com/catppuccin/gov0.3.0indirect
Gogithub.com/cenkalti/backoff/v4v4.3.0indirect
Gogithub.com/cenkalti/backoff/v5v5.0.3indirect
Gogithub.com/cespare/xxhash/v2v2.3.0indirect
Gogithub.com/charmbracelet/bubblesv0.21.1-0.20250623103423-23b8fd6302d7indirect
Gogithub.com/charmbracelet/bubbleteav1.3.6indirect
Gogithub.com/charmbracelet/colorprofilev0.2.3-0.20250311203215-f60798e515dcindirect
Gogithub.com/charmbracelet/lipglossv1.1.0indirect
Gogithub.com/charmbracelet/x/ansiv0.9.3indirect
Gogithub.com/charmbracelet/x/cellbufv0.0.13indirect
Gogithub.com/charmbracelet/x/exp/stringsv0.0.0-20240722160745-212f7b056ed0indirect
Gogithub.com/charmbracelet/x/termv0.2.1indirect
Gogithub.com/chromedp/cdprotov0.0.0-20260321001828-e3e3800016bcindirect
Gogithub.com/chromedp/sysutilv1.1.0indirect
Gogithub.com/cilium/ebpfv0.11.0indirect
Gogithub.com/clbanning/mxjv1.8.4indirect
Gogithub.com/clipperhouse/stringishv0.1.1indirect
Gogithub.com/clipperhouse/uax29/v2v2.3.0indirect
Gogithub.com/cloudwego/base64xv0.1.6indirect
Gogithub.com/cockroachdb/errorsv1.9.1indirect
Gogithub.com/cockroachdb/logtagsv0.0.0-20211118104740-dabe8e521a4findirect
Gogithub.com/cockroachdb/redactv1.1.3indirect
Gogithub.com/containerd/cgroups/v3v3.0.3indirect
Gogithub.com/coreos/go-semverv0.3.0indirect
Gogithub.com/coreos/go-systemd/v22v22.3.2indirect
Gogithub.com/danieljoos/wincredv1.2.3indirect
Gogithub.com/davecgh/go-spewv1.1.1indirect
Gogithub.com/davecgh/go-spewv1.1.2-0.20180830191138-d8f796af33ccindirect
Gogithub.com/dgryski/go-rendezvousv0.0.0-20200823014737-9f7001d12a5findirect
Gogithub.com/dlclark/regexp2v1.11.5indirect
Gogithub.com/docker/go-unitsv0.5.0indirect
Gogithub.com/duckdb/duckdb-go-bindingsv0.10502.0indirect
Gogithub.com/duckdb/duckdb-go-bindings/lib/darwin-amd64v0.10502.0indirect
Gogithub.com/duckdb/duckdb-go-bindings/lib/darwin-arm64v0.10502.0indirect
Gogithub.com/duckdb/duckdb-go-bindings/lib/linux-amd64v0.10502.0indirect
Gogithub.com/duckdb/duckdb-go-bindings/lib/linux-arm64v0.10502.0indirect
Gogithub.com/duckdb/duckdb-go-bindings/lib/windows-amd64v0.10502.0indirect
Gogithub.com/dustin/go-humanizev1.0.1indirect
Gogithub.com/elastic/elastic-transport-go/v8v8.9.0indirect
Gogithub.com/erikgeiser/coninputv0.0.0-20211004153227-1c3628e74d0findirect
Gogithub.com/felixge/httpsnoopv1.0.4indirect
Gogithub.com/form3tech-oss/jwt-gov3.2.5+incompatibleindirect
Gogithub.com/fsnotify/fsnotifyv1.9.0indirect
Gogithub.com/fxamacker/cbor/v2v2.7.0indirect
Gogithub.com/gabriel-vasile/mimetypev1.4.12indirect
Gogithub.com/getsentry/sentry-gov0.30.0indirect
Gogithub.com/gin-contrib/ssev1.1.0indirect
Gogithub.com/go-ego/gsev0.80.3indirect
Gogithub.com/go-ini/iniv1.67.0indirect
Gogithub.com/go-json-experiment/jsonv0.0.0-20260214004413-d219187c3433indirect
Gogithub.com/go-logr/logrv1.4.3indirect
Gogithub.com/go-logr/stdrv1.2.2indirect
Gogithub.com/go-ole/go-olev1.3.0indirect
Gogithub.com/go-openapi/analysisv0.24.1indirect
Gogithub.com/go-openapi/errorsv0.22.7indirect
Gogithub.com/go-openapi/jsonpointerv0.22.4indirect
Gogithub.com/go-openapi/jsonreferencev0.21.4indirect
Gogithub.com/go-openapi/loadsv0.23.2indirect
Gogithub.com/go-openapi/runtimev0.29.2indirect
Gogithub.com/go-openapi/specv0.22.3indirect
Gogithub.com/go-openapi/swagv0.26.0indirect
Gogithub.com/go-openapi/swag/cmdutilsv0.26.0indirect
Gogithub.com/go-openapi/swag/convv0.26.0indirect
Gogithub.com/go-openapi/swag/fileutilsv0.26.0indirect
Gogithub.com/go-openapi/swag/jsonnamev0.26.0indirect
Gogithub.com/go-openapi/swag/jsonutilsv0.26.0indirect
Gogithub.com/go-openapi/swag/loadingv0.26.0indirect
Gogithub.com/go-openapi/swag/manglingv0.26.0indirect
Gogithub.com/go-openapi/swag/netutilsv0.26.0indirect
Gogithub.com/go-openapi/swag/stringutilsv0.26.0indirect
Gogithub.com/go-openapi/swag/typeutilsv0.26.0indirect
Gogithub.com/go-openapi/swag/yamlutilsv0.26.0indirect
Gogithub.com/go-openapi/validatev0.25.1indirect
Gogithub.com/go-playground/localesv0.14.1indirect
Gogithub.com/go-playground/universal-translatorv0.18.1indirect
Gogithub.com/go-playground/validator/v10v10.30.1indirect
Gogithub.com/go-shiori/domv0.0.0-20230515143342-73569d674e1cindirect
Gogithub.com/gobwas/httpheadv0.1.0indirect
Gogithub.com/gobwas/poolv0.2.1indirect
Gogithub.com/gobwas/wsv1.4.0indirect
Gogithub.com/goccy/go-jsonv0.10.5indirect
Gogithub.com/goccy/go-yamlv1.19.2indirect
Gogithub.com/godbus/dbus/v5v5.1.0indirect
Gogithub.com/godbus/dbus/v5v5.2.2indirect
Gogithub.com/gogo/protobufv1.3.2indirect
Gogithub.com/gogs/chardetv0.0.0-20211120154057-b7413eaefb8findirect
Gogithub.com/golang/protobufv1.5.4indirect
Gogithub.com/google/btreev1.1.3indirect
Gogithub.com/google/flatbuffersv25.12.19+incompatibleindirect
Gogithub.com/google/go-querystringv1.1.0indirect
Gogithub.com/google/s2a-gov0.1.9indirect
Gogithub.com/googleapis/enterprise-certificate-proxyv0.3.15indirect
Gogithub.com/googleapis/gax-go/v2v2.22.0indirect
Gogithub.com/grpc-ecosystem/go-grpc-middlewarev1.4.0indirect
Gogithub.com/grpc-ecosystem/go-grpc-prometheusv1.2.0indirect
Gogithub.com/grpc-ecosystem/grpc-gatewayv1.16.0indirect
Gogithub.com/grpc-ecosystem/grpc-gateway/v2v2.28.0indirect
Gogithub.com/inconshreveable/mousetrapv1.1.0indirect
Gogithub.com/itchyny/timefmt-gov0.1.8indirect
Gogithub.com/itlightning/dateparsev0.2.1indirect
Gogithub.com/jackc/pgpassfilev1.0.0indirect
Gogithub.com/jackc/pgservicefilev0.0.0-20240606120523-5a60cdf6a761indirect
Gogithub.com/jackc/puddle/v2v2.2.2indirect
Gogithub.com/jchv/go-winloaderv0.0.0-20210711035445-715c2860da7eindirect
Gogithub.com/jinzhu/inflectionv1.0.0indirect
Gogithub.com/jinzhu/nowv1.1.5indirect
Gogithub.com/johanneskaufmann/domv0.2.0indirect
Gogithub.com/jonboulle/clockworkv0.5.0indirect
Gogithub.com/json-iterator/gov1.1.13-0.20220915233716-71ac16282d12indirect
Gogithub.com/klauspost/compressv1.18.6indirect
Gogithub.com/klauspost/cpuid/v2v2.3.0indirect
Gogithub.com/klauspost/crc32v1.3.0indirect
Gogithub.com/kr/prettyv0.3.1indirect
Gogithub.com/kr/textv0.2.0indirect
Gogithub.com/kylebanks/depthv1.2.1indirect
Gogithub.com/labstack/echo/v4v4.13.3indirect
Gogithub.com/labstack/gommonv0.4.2indirect
Gogithub.com/leaanthony/go-ansi-parserv1.6.1indirect
Gogithub.com/leaanthony/gosodv1.0.4indirect
Gogithub.com/leaanthony/slicerv1.6.0indirect
Gogithub.com/leaanthony/uv1.1.1indirect
Gogithub.com/leodido/go-urnv1.4.0indirect
Gogithub.com/lib/pqv1.10.9indirect
Gogithub.com/liuzl/cedar-gov0.0.0-20170805034717-80a9c64b256dindirect
Gogithub.com/liuzl/dav0.0.0-20180704015230-14771aad5b1dindirect
Gogithub.com/lucasb-eyer/go-colorfulv1.2.0indirect
Gogithub.com/lufia/plan9statsv0.0.0-20260330125221-c963978e514eindirect
Gogithub.com/mailru/easyjsonv0.9.0indirect
Gogithub.com/mattn/go-colorablev0.1.13indirect
Gogithub.com/mattn/go-localereaderv0.0.1indirect
Gogithub.com/mattn/go-sqlite3v1.14.24indirect
Gogithub.com/milvus-io/milvus-proto/go-api/v2v2.6.15indirect
Gogithub.com/milvus-io/milvus/pkg/v2v2.6.7-0.20251201120310-af64f2acba38indirect
Gogithub.com/minio/crc64nvmev1.1.1indirect
Gogithub.com/minio/md5-simdv1.1.2indirect
Gogithub.com/mitchellh/hashstructure/v2v2.0.2indirect
Gogithub.com/mitchellh/mapstructurev1.5.0indirect
Gogithub.com/mmcdole/goxppv1.1.1-0.20240225020742-a0c311522b23indirect
Gogithub.com/modern-go/concurrentv0.0.0-20180306012644-bacd9c7ef1ddindirect
Gogithub.com/modern-go/reflect2v1.0.2indirect
Gogithub.com/mozillazg/go-httpheaderv0.2.1indirect
Gogithub.com/muesli/ansiv0.0.0-20230316100256-276c6243b2f6indirect
Gogithub.com/muesli/cancelreaderv0.2.2indirect
Gogithub.com/muesli/termenvv0.16.0indirect
Gogithub.com/munnerz/goautonegv0.0.0-20191010083416-a7dc8b61c822indirect
Gogithub.com/oklog/ulid/v2v2.1.1indirect
Gogithub.com/opencontainers/runtime-specv1.0.2indirect
Gogithub.com/parquet-go/bitpackv1.0.0indirect
Gogithub.com/parquet-go/jsonlitev1.0.0indirect
Gogithub.com/pelletier/go-toml/v2v2.2.4indirect
Gogithub.com/philhofer/fwdv1.2.0indirect
Gogithub.com/pierrec/lz4/v4v4.1.25indirect
Gogithub.com/pkg/browserv0.0.0-20240102092130-5ac0b6a4141cindirect
Gogithub.com/pkg/errorsv0.9.1indirect
Gogithub.com/pmezard/go-difflibv1.0.0indirect
Gogithub.com/pmezard/go-difflibv1.0.1-0.20181226105442-5d4384ee4fb2indirect
Gogithub.com/power-devops/perfstatv0.0.0-20240221224432-82ca36839d55indirect
Gogithub.com/prometheus/client_golangv1.20.5indirect
Gogithub.com/prometheus/client_modelv0.6.2indirect
Gogithub.com/prometheus/commonv0.65.0indirect
Gogithub.com/prometheus/procfsv0.15.1indirect
Gogithub.com/quic-go/qpackv0.6.0indirect
Gogithub.com/quic-go/quic-gov0.59.1indirect
Gogithub.com/richardlehane/mscfbv1.0.7indirect
Gogithub.com/richardlehane/msolepsv1.0.6indirect
Gogithub.com/rivo/unisegv0.4.7indirect
Gogithub.com/rogpeppe/go-internalv1.14.1indirect
Gogithub.com/rs/xidv1.6.0indirect
Gogithub.com/sagikazarmark/locaferov0.11.0indirect
Gogithub.com/samber/lov1.49.1indirect
Gogithub.com/santhosh-tekuri/jsonschema/v6v6.0.2indirect
Gogithub.com/segmentio/asmv1.1.3indirect
Gogithub.com/segmentio/encodingv0.5.4indirect
Gogithub.com/shirou/gopsutil/v3v3.23.12indirect
Gogithub.com/shoenig/go-m1cpuv0.1.6indirect
Gogithub.com/soheilhy/cmuxv0.1.5indirect
Gogithub.com/sourcegraph/concv0.3.1-0.20240121214520-5f936abd7ae8indirect
Gogithub.com/spaolacci/murmur3v1.1.0indirect
Gogithub.com/spf13/aferov1.15.0indirect
Gogithub.com/spf13/castv1.10.0indirect
Gogithub.com/stretchr/objxv0.5.3indirect
Gogithub.com/subosito/gotenvv1.6.0indirect
Gogithub.com/tidwall/gjsonv1.18.0indirect
Gogithub.com/tidwall/matchv1.1.1indirect
Gogithub.com/tidwall/prettyv1.2.1indirect
Gogithub.com/tiendc/go-deepcopyv1.7.2indirect
Gogithub.com/tinylib/msgpv1.6.1indirect
Gogithub.com/tklauser/go-sysconfv0.3.16indirect
Gogithub.com/tklauser/numcpusv0.11.0indirect
Gogithub.com/tkrajina/go-reflectorv0.5.8indirect
Gogithub.com/tmc/grpc-websocket-proxyv0.0.0-20201229170055-e5319fda7802indirect
Gogithub.com/twitchyliquid64/golang-asmv0.15.1indirect
Gogithub.com/twpayne/go-geomv1.6.1indirect
Gogithub.com/uber/jaeger-client-gov2.30.0+incompatibleindirect
Gogithub.com/ugorji/go/codecv1.3.1indirect
Gogithub.com/valyala/bytebufferpoolv1.0.0indirect
Gogithub.com/valyala/fasttemplatev1.2.2indirect
Gogithub.com/vcaesar/cedarv0.20.2indirect
Gogithub.com/volcengine/volc-sdk-golangv1.0.252indirect
Gogithub.com/wailsapp/go-webview2v1.0.22indirect
Gogithub.com/wailsapp/mimetypev1.4.1indirect
Gogithub.com/wk8/go-ordered-map/v2v2.1.8indirect
Gogithub.com/x448/float16v0.8.4indirect
Gogithub.com/xiang90/probingv0.0.0-20190116061207-43a291ad63a2indirect
Gogithub.com/xo/terminfov0.0.0-20220910002029-abceb7e1c41eindirect
Gogithub.com/xuri/efpv0.0.1indirect
Gogithub.com/xuri/nfpv0.0.2-0.20250530014748-2ddeb826f9a9indirect
Gogithub.com/yosida95/uritemplate/v3v3.0.2indirect
Gogithub.com/yuin/gopher-luav1.1.1indirect
Gogithub.com/yusufpapurcu/wmiv1.2.4indirect
Gogithub.com/zeebo/xxh3v1.1.0indirect
Gogo.etcd.io/bboltv1.4.3indirect
Gogo.etcd.io/etcd/api/v3v3.5.5indirect
Gogo.etcd.io/etcd/client/pkg/v3v3.5.5indirect
Gogo.etcd.io/etcd/client/v2v2.305.5indirect
Gogo.etcd.io/etcd/client/v3v3.5.5indirect
Gogo.etcd.io/etcd/pkg/v3v3.5.5indirect
Gogo.etcd.io/etcd/raft/v3v3.5.5indirect
Gogo.etcd.io/etcd/server/v3v3.5.5indirect
Gogo.mongodb.org/mongo-driver/v2v2.5.0indirect
Gogo.opentelemetry.io/auto/sdkv1.2.1indirect
Gogo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpv0.68.0indirect
Gogo.opentelemetry.io/otel/exporters/otlp/otlptracev1.43.0indirect
Gogo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpcv1.43.0indirect
Gogo.opentelemetry.io/otel/metricv1.43.0indirect
Gogo.opentelemetry.io/proto/otlpv1.10.0indirect
Gogo.uber.org/atomicv1.11.0indirect
Gogo.uber.org/automaxprocsv1.5.3indirect
Gogo.uber.org/multierrv1.11.0indirect
Gogo.uber.org/zapv1.27.0indirect
Gogo.yaml.in/yaml/v3v3.0.4indirect
Gogolang.org/x/archv0.23.0indirect
Gogolang.org/x/expv0.0.0-20260112195511-716be5621a96indirect
Gogolang.org/x/oauth2v0.35.0indirect
Gogolang.org/x/oauth2v0.36.0indirect
Gogolang.org/x/sysv0.41.0indirect
Gogolang.org/x/sysv0.46.0indirect
Gogolang.org/x/telemetryv0.0.0-20260508192327-42602be52be6indirect
Gogolang.org/x/textv0.23.0indirect
Gogolang.org/x/textv0.38.0indirect
Gogolang.org/x/toolsv0.45.0indirect
Gogolang.org/x/xerrorsv0.0.0-20240903120638-7835f813f4daindirect
Gogoogle.golang.org/genprotov0.0.0-20260319201613-d00831a3d3e7indirect
Gogoogle.golang.org/genproto/googleapis/apiv0.0.0-20260401024825-9d38bb4040a9indirect
Gogoogle.golang.org/genproto/googleapis/rpcv0.0.0-20260427160629-7cedc36a6bc4indirect
Gogopkg.in/inf.v0v0.9.1indirect
Gogopkg.in/yaml.v2v2.4.0indirect
Gok8s.io/apimachineryv0.32.3indirect
Gosigs.k8s.io/yamlv1.4.0indirect
npm@antfu/install-pkg1.1.0indirect
npm@babel/code-frame7.29.7indirect
npm@babel/compat-data7.29.7indirect
npm@babel/core7.29.7indirect
npm@babel/generator7.29.7indirect
npm@babel/helper-annotate-as-pure7.27.3indirect
npm@babel/helper-compilation-targets7.29.7indirect
npm@babel/helper-create-class-features-plugin7.29.3indirect
npm@babel/helper-globals7.29.7indirect
npm@babel/helper-member-expression-to-functions7.28.5indirect
npm@babel/helper-module-imports7.29.7indirect
npm@babel/helper-module-transforms7.29.7indirect
npm@babel/helper-optimise-call-expression7.27.1indirect
npm@babel/helper-plugin-utils7.28.6indirect
npm@babel/helper-replace-supers7.28.6indirect
npm@babel/helper-skip-transparent-expression-wrappers7.27.1indirect
npm@babel/helper-string-parser7.29.7indirect
npm@babel/helper-validator-identifier7.29.7indirect
npm@babel/helper-validator-option7.29.7indirect
npm@babel/helpers7.29.7indirect
npm@babel/parser7.29.7indirect
npm@babel/plugin-syntax-jsx7.28.6indirect
npm@babel/plugin-syntax-typescript7.28.6indirect
npm@babel/plugin-transform-typescript7.28.6indirect
npm@babel/runtime7.27.6indirect
npm@babel/template7.29.7indirect
npm@babel/traverse7.29.7indirect
npm@babel/types7.29.7indirect
npm@braintree/sanitize-url7.1.2indirect
npm@chevrotain/types11.1.2indirect
npm@esbuild/aix-ppc640.25.6indirect
npm@esbuild/android-arm0.25.6indirect
npm@esbuild/android-arm640.25.6indirect
npm@esbuild/android-x640.25.6indirect
npm@esbuild/darwin-arm640.25.6indirect
npm@esbuild/darwin-x640.25.6indirect
npm@esbuild/freebsd-arm640.25.6indirect
npm@esbuild/freebsd-x640.25.6indirect
npm@esbuild/linux-arm0.25.6indirect
npm@esbuild/linux-arm640.25.6indirect
npm@esbuild/linux-ia320.25.6indirect
npm@esbuild/linux-loong640.25.6indirect
npm@esbuild/linux-mips64el0.25.6indirect
npm@esbuild/linux-ppc640.25.6indirect
npm@esbuild/linux-riscv640.25.6indirect
npm@esbuild/linux-s390x0.25.6indirect
npm@esbuild/linux-x640.25.6indirect
npm@esbuild/netbsd-arm640.25.6indirect
npm@esbuild/netbsd-x640.25.6indirect
npm@esbuild/openbsd-arm640.25.6indirect
npm@esbuild/openbsd-x640.25.6indirect
npm@esbuild/openharmony-arm640.25.6indirect
npm@esbuild/sunos-x640.25.6indirect
npm@esbuild/win32-arm640.25.6indirect
npm@esbuild/win32-ia320.25.6indirect
npm@esbuild/win32-x640.25.6indirect
npm@iconify/types2.0.0indirect
npm@iconify/utils3.1.0indirect
npm@intlify/core-base11.4.2indirect
npm@intlify/devtools-types11.4.2indirect
npm@intlify/message-compiler11.4.2indirect
npm@intlify/shared11.4.2indirect
npm@jridgewell/gen-mapping0.3.12indirect
npm@jridgewell/remapping2.3.5indirect
npm@jridgewell/resolve-uri3.1.2indirect
npm@jridgewell/source-map0.3.10indirect
npm@jridgewell/sourcemap-codec1.5.5indirect
npm@jridgewell/trace-mapping0.3.29indirect
npm@mermaid-js/parser1.1.1indirect
npm@pagefind/darwin-arm641.5.2indirect
npm@pagefind/darwin-x641.5.2indirect
npm@pagefind/freebsd-x641.5.2indirect
npm@pagefind/linux-arm641.5.2indirect
npm@pagefind/linux-x641.5.2indirect
npm@pagefind/windows-arm641.5.2indirect
npm@pagefind/windows-x641.5.2indirect
npm@popperjs/core2.11.8indirect
npm@rolldown/pluginutils1.0.0-rc.13indirect
npm@rollup/rollup-android-arm-eabi4.59.0indirect
npm@rollup/rollup-android-arm644.59.0indirect
npm@rollup/rollup-darwin-arm644.59.0indirect
npm@rollup/rollup-darwin-x644.59.0indirect
npm@rollup/rollup-freebsd-arm644.59.0indirect
npm@rollup/rollup-freebsd-x644.59.0indirect
npm@rollup/rollup-linux-arm-gnueabihf4.59.0indirect
npm@rollup/rollup-linux-arm-musleabihf4.59.0indirect
npm@rollup/rollup-linux-arm64-gnu4.59.0indirect
npm@rollup/rollup-linux-arm64-musl4.59.0indirect
npm@rollup/rollup-linux-loong64-gnu4.59.0indirect
npm@rollup/rollup-linux-loong64-musl4.59.0indirect
npm@rollup/rollup-linux-ppc64-gnu4.59.0indirect
npm@rollup/rollup-linux-ppc64-musl4.59.0indirect
npm@rollup/rollup-linux-riscv64-gnu4.59.0indirect
npm@rollup/rollup-linux-riscv64-musl4.59.0indirect
npm@rollup/rollup-linux-s390x-gnu4.59.0indirect
npm@rollup/rollup-linux-x64-gnu4.59.0indirect
npm@rollup/rollup-linux-x64-musl4.59.0indirect
npm@rollup/rollup-openbsd-x644.59.0indirect
npm@rollup/rollup-openharmony-arm644.59.0indirect
npm@rollup/rollup-win32-arm64-msvc4.59.0indirect
npm@rollup/rollup-win32-ia32-msvc4.59.0indirect
npm@rollup/rollup-win32-x64-gnu4.59.0indirect
npm@rollup/rollup-win32-x64-msvc4.59.0indirect
npm@tsconfig/node2222.0.5indirect
npm@types/d37.4.3indirect
npm@types/d3-array3.2.2indirect
npm@types/d3-axis3.0.6indirect
npm@types/d3-brush3.0.6indirect
npm@types/d3-chord3.0.6indirect
npm@types/d3-color3.1.3indirect
npm@types/d3-contour3.0.6indirect
npm@types/d3-delaunay6.0.4indirect
npm@types/d3-dispatch3.0.7indirect
npm@types/d3-drag3.0.7indirect
npm@types/d3-dsv3.0.7indirect
npm@types/d3-ease3.0.2indirect
npm@types/d3-fetch3.0.7indirect
npm@types/d3-force3.0.10indirect
npm@types/d3-format3.0.4indirect
npm@types/d3-geo3.1.0indirect
npm@types/d3-hierarchy3.1.7indirect
npm@types/d3-interpolate3.0.4indirect
npm@types/d3-path3.1.1indirect
npm@types/d3-polygon3.0.2indirect
npm@types/d3-quadtree3.0.6indirect
npm@types/d3-random3.0.3indirect
npm@types/d3-scale4.0.9indirect
npm@types/d3-scale-chromatic3.1.0indirect
npm@types/d3-selection3.0.11indirect
npm@types/d3-shape3.1.8indirect
npm@types/d3-time3.0.4indirect
npm@types/d3-time-format4.0.3indirect
npm@types/d3-timer3.0.2indirect
npm@types/d3-transition3.0.9indirect
npm@types/d3-zoom3.0.8indirect
npm@types/eslint9.6.1indirect
npm@types/eslint-scope3.7.7indirect
npm@types/estree1.0.8indirect
npm@types/geojson7946.0.16indirect
npm@types/json-schema7.0.15indirect
npm@types/lodash4.17.20indirect
npm@types/lodash-es4.17.12indirect
npm@types/node22.16.3indirect
npm@types/sortablejs1.15.8indirect
npm@types/tinycolor21.4.6indirect
npm@types/trusted-types2.0.7indirect
npm@types/validator13.15.2indirect
npm@upsetjs/venn.js2.0.0indirect
npm@vitejs/plugin-vue6.0.6indirect
npm@vitejs/plugin-vue-jsx5.1.5indirect
npm@volar/language-core2.4.28indirect
npm@volar/source-map2.4.28indirect
npm@volar/typescript2.4.28indirect
npm@vue/babel-helper-vue-transform-on2.0.1indirect
npm@vue/babel-plugin-jsx2.0.1indirect
npm@vue/babel-plugin-resolve-type2.0.1indirect
npm@vue/compiler-core3.5.34indirect
npm@vue/compiler-dom3.5.34indirect
npm@vue/compiler-sfc3.5.34indirect
npm@vue/compiler-ssr3.5.34indirect
npm@vue/devtools-api6.6.4indirect
npm@vue/devtools-api7.7.7indirect
npm@vue/devtools-kit7.7.7indirect
npm@vue/devtools-shared7.7.7indirect
npm@vue/language-core3.2.8indirect
npm@vue/reactivity3.5.34indirect
npm@vue/runtime-core3.5.34indirect
npm@vue/runtime-dom3.5.34indirect
npm@vue/server-renderer3.5.34indirect
npm@vue/shared3.5.34indirect
npm@vue/tsconfig0.9.1indirect
npm@webassemblyjs/ast1.14.1indirect
npm@webassemblyjs/floating-point-hex-parser1.13.2indirect
npm@webassemblyjs/helper-api-error1.13.2indirect
npm@webassemblyjs/helper-buffer1.14.1indirect
npm@webassemblyjs/helper-numbers1.13.2indirect
npm@webassemblyjs/helper-wasm-bytecode1.13.2indirect
npm@webassemblyjs/helper-wasm-section1.14.1indirect
npm@webassemblyjs/ieee7541.13.2indirect
npm@webassemblyjs/leb1281.13.2indirect
npm@webassemblyjs/utf81.13.2indirect
npm@webassemblyjs/wasm-edit1.14.1indirect
npm@webassemblyjs/wasm-gen1.14.1indirect
npm@webassemblyjs/wasm-opt1.14.1indirect
npm@webassemblyjs/wasm-parser1.14.1indirect
npm@webassemblyjs/wast-printer1.14.1indirect
npm@xtuc/ieee7541.2.0indirect
npm@xtuc/long4.2.2indirect
npmacorn8.16.0indirect
npmacorn-import-phases1.0.4indirect
npmajv8.18.0indirect
npmajv-formats2.1.1indirect
npmajv-keywords5.1.0indirect
npmalien-signals3.1.2indirect
npmansi-styles6.2.1indirect
npmasynckit0.4.0indirect
npmbaseline-browser-mapping2.10.0indirect
npmbirpc2.5.0indirect
npmbrowserslist4.28.1indirect
npmbuffer-from1.1.2indirect
npmcall-bind-apply-helpers1.0.2indirect
npmcaniuse-lite1.0.30001774indirect
npmchrome-trace-event1.0.4indirect
npmcombined-stream1.0.8indirect
npmcommander2.20.3indirect
npmcommander7.2.0indirect
npmcommander8.3.0indirect
npmconfbox0.1.8indirect
npmconvert-source-map2.0.0indirect
npmcopy-anything3.0.5indirect
npmcore-util-is1.0.3indirect
npmcose-base1.0.3indirect
npmcose-base2.2.0indirect
npmcross-spawn7.0.6indirect
npmcsstype3.2.3indirect
npmcytoscape3.33.2indirect
npmcytoscape-cose-bilkent4.1.0indirect
npmcytoscape-fcose2.2.0indirect
npmd37.9.0indirect
npmd3-array2.12.1indirect
npmd3-array3.2.4indirect
npmd3-axis3.0.0indirect
npmd3-brush3.0.0indirect
npmd3-chord3.0.1indirect
npmd3-color3.1.0indirect
npmd3-contour4.0.2indirect
npmd3-delaunay6.0.4indirect
npmd3-dispatch3.0.1indirect
npmd3-drag3.0.0indirect
npmd3-dsv3.0.1indirect
npmd3-ease3.0.1indirect
npmd3-fetch3.0.1indirect
npmd3-force3.0.0indirect
npmd3-format3.1.2indirect
npmd3-geo3.1.1indirect
npmd3-hierarchy3.1.2indirect
npmd3-interpolate3.0.1indirect
npmd3-path1.0.9indirect
npmd3-path3.1.0indirect
npmd3-polygon3.0.1indirect
npmd3-quadtree3.0.1indirect
npmd3-random3.0.1indirect
npmd3-sankey0.12.3indirect
npmd3-scale4.0.2indirect
npmd3-scale-chromatic3.1.0indirect
npmd3-selection3.0.0indirect
npmd3-shape1.3.7indirect
npmd3-shape3.2.0indirect
npmd3-time3.1.0indirect
npmd3-time-format4.1.0indirect
npmd3-timer3.0.1indirect
npmd3-transition3.0.1indirect
npmd3-zoom3.0.0indirect
npmdagre-d3-es7.0.14indirect
npmdayjs1.11.19indirect
npmdebug4.4.3indirect
npmdelaunator5.1.0indirect
npmdelayed-stream1.0.0indirect
npmdunder-proto1.0.1indirect
npmelectron-to-chromium1.5.302indirect
npmenhanced-resolve5.21.3indirect
npmentities7.0.1indirect
npmerrno0.1.8indirect
npmes-define-property1.0.1indirect
npmes-errors1.3.0indirect
npmes-module-lexer2.0.0indirect
npmes-object-atoms1.1.1indirect
npmes-set-tostringtag2.1.0indirect
npmes-toolkit1.46.1indirect
npmesbuild0.25.6indirect
npmescalade3.2.0indirect
npmeslint-scope5.1.1indirect
npmesrecurse4.3.0indirect
npmestraverse4.3.0indirect
npmestraverse5.3.0indirect
npmestree-walker2.0.2indirect
npmevents3.3.0indirect
npmfast-deep-equal3.1.3indirect
npmfast-uri3.1.3indirect
npmfdir6.5.0indirect
npmfollow-redirects1.16.0indirect
npmform-data4.0.6indirect
npmfsevents2.3.3indirect
npmfunction-bind1.1.2indirect
npmgensync1.0.0-beta.2indirect
npmget-intrinsic1.3.0indirect
npmget-proto1.0.1indirect
npmglob-to-regexp0.4.1indirect
npmgopd1.2.0indirect
npmgraceful-fs4.2.11indirect
npmhachure-fill0.5.2indirect
npmhas-flag4.0.0indirect
npmhas-symbols1.1.0indirect
npmhas-tostringtag1.0.2indirect
npmhasown2.0.4indirect
npmhookable5.5.3indirect
npmiconv-lite0.6.3indirect
npmimage-size0.5.5indirect
npmimmediate3.0.6indirect
npminherits2.0.4indirect
npminternmap1.0.1indirect
npminternmap2.0.3indirect
npmis-what4.1.16indirect
npmisarray1.0.0indirect
npmisexe2.0.0indirect
npmisexe3.1.1indirect
npmjest-worker27.5.1indirect
npmjs-tokens4.0.0indirect
npmjsesc3.1.0indirect
npmjson-parse-even-better-errors4.0.0indirect
npmjson-schema-traverse1.0.0indirect
npmjson52.2.3indirect
npmjszip3.10.1indirect
npmkhroma2.1.0indirect
npmlayout-base1.0.2indirect
npmlayout-base2.0.1indirect
npmless4.6.4indirect
npmless-loader12.3.2indirect
npmlie3.3.0indirect
npmloader-runner4.3.1indirect
npmlodash-es4.18.1indirect
npmlru-cache5.1.1indirect
npmmagic-string0.30.21indirect
npmmake-dir2.1.0indirect
npmmath-intrinsics1.1.0indirect
npmmemorystream0.3.1indirect
npmmerge-stream2.0.0indirect
npmmime1.6.0indirect
npmmime-db1.52.0indirect
npmmime-db1.54.0indirect
npmmime-types2.1.35indirect
npmmitt2.1.0indirect
npmmitt3.0.1indirect
npmmlly1.8.2indirect
npmms2.1.3indirect
npmmuggle-string0.4.1indirect
npmnanoid3.3.11indirect
npmneedle3.3.1indirect
npmneo-async2.6.2indirect
npmnode-releases2.0.27indirect
npmnpm-normalize-package-bin4.0.0indirect
npmnpm-run-all28.0.4indirect
npmpackage-manager-detector1.6.0indirect
npmpako1.0.11indirect
npmparse-node-version1.0.1indirect
npmpath-browserify1.0.1indirect
npmpath-data-parser0.1.0indirect
npmpath-key3.1.1indirect
npmpathe2.0.3indirect
npmperfect-debounce1.0.0indirect
npmpicocolors1.1.1indirect
npmpicomatch4.0.4indirect
npmpidtree0.6.0indirect
npmpify4.0.1indirect
npmpkg-types1.3.1indirect
npmpoints-on-curve0.2.0indirect
npmpoints-on-path0.2.1indirect
npmpostcss8.5.14indirect
npmprocess-nextick-args2.0.1indirect
npmproxy-from-env2.1.0indirect
npmprr1.0.1indirect
npmread-package-json-fast4.0.0indirect
npmreadable-stream2.3.8indirect
npmrequire-from-string2.0.2indirect
npmrfdc1.4.1indirect
npmrobust-predicates3.0.3indirect
npmrollup4.59.0indirect
npmroughjs4.6.6indirect
npmrw1.3.3indirect
npmsafe-buffer5.1.2indirect
npmsafer-buffer2.1.2indirect
npmsax1.4.1indirect
npmschema-utils4.3.3indirect
npmsemver5.7.2indirect
npmsemver6.3.1indirect
npmsetimmediate1.0.5indirect
npmshebang-command2.0.0indirect
npmshebang-regex3.0.0indirect
npmshell-quote1.10.0indirect
npmsortablejs1.15.6indirect
npmsource-map0.6.1indirect
npmsource-map-js1.2.1indirect
npmsource-map-support0.5.21indirect
npmspeakingurl14.0.1indirect
npmstring_decoder1.1.1indirect
npmstylis4.3.6indirect
npmsuperjson2.2.2indirect
npmsupports-color8.1.1indirect
npmtapable2.3.3indirect
npmterser5.43.1indirect
npmterser-webpack-plugin5.4.0indirect
npmtinycolor21.6.0indirect
npmtinyexec1.1.1indirect
npmtinyglobby0.2.15indirect
npmts-dedent2.2.0indirect
npmtsx4.23.1indirect
npmtypescript6.0.3indirect
npmufo1.6.3indirect
npmundici-types6.21.0indirect
npmupdate-browserslist-db1.2.3indirect
npmutil-deprecate1.0.2indirect
npmuuid14.0.1indirect
npmvalidator13.15.23indirect
npmvite7.3.6indirect
npmvscode-uri3.1.0indirect
npmvue-tsc3.2.8indirect
npmwatchpack2.5.1indirect
npmwebpack-sources3.4.1indirect
npmwhich2.0.2indirect
npmwhich5.0.0indirect
npmyallist3.1.1indirect
PyPIannotated-types0.7.0indirect
PyPIannotated-types0.8.0indirect
PyPIanyio4.14.2indirect
PyPIargcomplete3.6.3indirect
PyPIast-serialize0.6.0indirect
PyPIattrs26.1.0indirect
PyPIaudioop-lts0.2.2indirect
PyPIbabel2.17.0indirect
PyPIbackports-asyncio-runner1.2.0indirect
PyPIblackindirect
PyPIblack26.5.1indirect
PyPIcertifi2025.10.5indirect
PyPIcertifi2026.7.22indirect
PyPIcffi2.0.0indirect
PyPIcffi2.1.0indirect
PyPIchardet5.2.0indirect
PyPIcharset-normalizer3.4.4indirect
PyPIcharset-normalizer3.4.9indirect
PyPIclick8.3.0indirect
PyPIclick8.4.2indirect
PyPIcobble0.1.4indirect
PyPIcolorama0.4.6indirect
PyPIcoloredlogs15.0.1indirect
PyPIcourlan1.3.2indirect
PyPIcoverage7.15.2indirect
PyPIcryptography49.0.0indirect
PyPIdateparser1.2.2indirect
PyPIdefusedxml0.7.1indirect
PyPIdocreader0.1.0indirect
PyPIdocx2txt0.9indirect
PyPIet-xmlfile2.0.0indirect
PyPIexceptiongroup1.3.1indirect
PyPIflake8indirect
PyPIflake87.3.0indirect
PyPIflatbuffers25.9.23indirect
PyPIgreenlet3.2.4indirect
PyPIh110.16.0indirect
PyPIhtmldate1.9.4indirect
PyPIhttpcore22.9.1indirect
PyPIhttpx22.9.1indirect
PyPIhumanfriendly10.0indirect
PyPIidna3.18indirect
PyPIiniconfig2.3.0indirect
PyPIjsonschema4.26.0indirect
PyPIjsonschema-specifications2025.9.1indirect
PyPIjustext3.0.2indirect
PyPIlibrt0.13.0indirect
PyPIlxml-html-clean0.4.4indirect
PyPImagika0.6.3indirect
PyPImammoth1.11.0indirect
PyPImccabe0.7.0indirect
PyPImcp-types2.0.0indirect
PyPImpmath1.3.0indirect
PyPImypyindirect
PyPImypy2.3.0indirect
PyPImypy-extensions1.1.0indirect
PyPInumpy2.2.6indirect
PyPInumpy2.3.4indirect
PyPIonnxruntime1.20.1indirect
PyPIonnxruntime1.23.2indirect
PyPIopentelemetry-api1.44.0indirect
PyPIpackaging25.0indirect
PyPIpackaging26.2indirect
PyPIpathspec1.1.1indirect
PyPIpdfminer-six20250506indirect
PyPIplatformdirs4.11.0indirect
PyPIpluggy1.6.0indirect
PyPIpycodestyle2.14.0indirect
PyPIpycparser2.23indirect
PyPIpycparser3.0indirect
PyPIpydantic-core2.46.4indirect
PyPIpyee13.0.0indirect
PyPIpyflakes3.4.0indirect
PyPIpygments2.20.0indirect
PyPIpyjwt2.13.0indirect
PyPIpyreadline33.5.4indirect
PyPIpytestindirect
PyPIpytest9.1.1indirect
PyPIpytest-asyncioindirect
PyPIpytest-asyncio1.4.0indirect
PyPIpytest-covindirect
PyPIpytest-cov7.1.0indirect
PyPIpython-dateutil2.9.0.post0indirect
PyPIpython-dotenv1.2.2indirect
PyPIpython-multipart0.0.32indirect
PyPIpython-pptx1.0.2indirect
PyPIpytokens0.4.1indirect
PyPIpytz2025.2indirect
PyPIpywin32312indirect
PyPIreferencing0.37.0indirect
PyPIregex2025.11.3indirect
PyPIrpds-py0.30.0indirect
PyPIrpds-py2026.6.3indirect
PyPIsetuptoolsindirect
PyPIsetuptools80.9.0indirect
PyPIsetuptools-scmindirect
PyPIsix1.17.0indirect
PyPIsoupsieve2.8.4indirect
PyPIspeechrecognition3.14.3indirect
PyPIsse-starlette3.4.6indirect
PyPIstandard-aifc3.13.0indirect
PyPIstandard-chunk3.13.0indirect
PyPIsympy1.14.0indirect
PyPItencent-weknora-mcp1.1.1indirect
PyPItld0.13.1indirect
PyPItomli2.4.1indirect
PyPItruststore0.10.4indirect
PyPItyping-extensions4.15.0indirect
PyPItyping-extensions4.16.0indirect
PyPItyping-inspection0.4.2indirect
PyPItzdata2025.2indirect
PyPItzlocal5.3.1indirect
PyPIurllib32.7.0indirect
PyPIxlsxwriter3.2.9indirect
Dependency advisories 0

Installing pypi:tencent-weknora-mcp@1.1.1 pulls in 32 packages, direct and transitive: 0 carry known advisories, of which 0 are direct dependencies.

No known advisories affect the assessed dependencies.

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.31.0 — full methodology · metrics wiki.

How one result sits in the wider record: aggregate statisticsGo, PyPI.