Public record
Software health reportschema 0.34.0 · metrics 2.10.0 · 2026-08-28 22:37 UTC

tonquoc0407 / capybara

Terminal trace debugger for AI agents.

Go · PythonMIT★ 11 stars⑂ 1 forksince Jul 2026View on GitHub ↗
KindLibraryTerminal interfacehow this is determined

tonquoc0407/capybara holds a health index of 59 out of 100, placing it in the Moderate band. It scores highest on Engineering Quality (74/100) and lowest on Community & Adoption (30/100). It was last updated 2 days ago. A single contributor accounts for most of its recent work.

59
overall / 100
Moderate

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.

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

Ownership

Tôn Đại QuốcPersonal account
9 followers13 public repossince Aug 2022

This repository is owned by a personal account. A single-owner project carries more continuity risk than an organization-backed one.

Package ecosystems

RegistryPackageVersionDownloads / moVersionsLast publishTags
Gogithub.com/tonquoc0407/capybarav0.4.1-519 days ago
PyPIcapybara-sdk0.1.033135 days agoagentsllmobservabilityopentelemetrytracing

Metrics by category

Vitality

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

71Good · 21% of overall
How it's scored
36/36Push recencylast push 2 days ago
4.2/36Commit cadence6/52 weeks with commits
17.5/18Commit volume87 commits in the last year
0/10OpenSSF Scorecard: Maintainedproject was created within the last 90 days. Please review its contents carefully
Inputs used
commits_last_year87
human_commit_share0.943
days_since_last_push2
active_weeks_last_year6
How it's scored
27/27Ships releases5 releases published
36/36Release recencylatest release 19 days ago
27/27Release cadencea release every ~4 days
0/10OpenSSF Scorecard: Signed-ReleasesProject has not signed or included provenance with any releases.
Inputs used
releases_count5
latest_release_tagv0.4.1
releases_from_tagsno
days_since_latest_release19
mean_days_between_releases4

Community & Adoption

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

30At Risk · 17% of overall
How it's scored
16.2/60Stars11 stars
0/25Forks1 forks
0/15Watchers1 watchers
Inputs used
forks1
stars11
watchers1
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
How it's scored
22.5/22.5README
22.5/22.5Licenserecognized license (MIT)
0/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges4
has_contributingno
has_issue_templateno
has_code_of_conductno
readme_badge_servicesshields.io
has_pull_request_templateno
How it's scored
20.4/80Monthly downloads33 downloads/month across go, pypi
0/20Registry dependentsnot reported by this ecosystem
Inputs used
packagesgithub.com/tonquoc0407/capybara, capybara-sdk
dependents
ecosystemsgo, pypi
total_downloads
monthly_downloads33
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?

44Weak · 23% of overall
How it's scored
9/54Bus factor1 contributor(s) cover half of all commits
0/22.5Commit distributiontop contributor authored 100% of commits
1.4/13.5Contributor breadth1 contributors
0/10OpenSSF Scorecard: Contributorsproject has 0 contributing companies or organizations -- score normalized to 0
Inputs used
bus_factor1
contributors_sampled1
top_contributor_share1
How it's scored
0/42Issue resolutionno issues or no data
18.8/30PR acceptance5/8 decided PRs merged
0/13Newcomer PR acceptanceno first-time contributor's PR decided in 30d
0/15OpenSSF Scorecard: Code-ReviewFound 0/25 approved changesets -- score normalized to 0
Inputs used
merged_prs5
open_issues0
closed_issues0
prs_merged_7d0
prs_decided_7d0
prs_merged_30d0
prs_decided_30d0
issue_closed_ratio
closed_unmerged_prs3
first_time_authors_30d0
first_time_prs_merged_30d0
first_time_prs_decided_30d0
Excluded from scoring (no data or not applicable): Issue resolution, Newcomer PR acceptance. Remaining weights renormalized.
How it's scored
10/30Ownership backingpersonal (user) account
0/20Verified domainnot applicable to user accounts
7.2/25Owner reach9 followers of tonquoc0407
16.4/25Track record13 public repos, account ~4 yr old
Inputs used
followers9
owner_typeUser
is_verified
owner_logintonquoc0407
public_repos13
account_age_days1,467
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 19 days ago
20/20Version history5 published versions
20/20Not deprecatedactive, not deprecated or yanked
Inputs used
packagesgithub.com/tonquoc0407/capybara, capybara-sdk
ecosystemsgo, pypi
any_deprecatedno
min_days_since_publish19

Engineering Quality

Are baseline engineering and documentation practices in place?

74Good · 19% of overall
How it's scored
24/24CI workflows5 workflow(s)
24/24Tests present
16/16Linter config.golangci.yml, ruff.toml
0/9.6Pre-commit hooks
0/6.4.editorconfig
20/20OpenSSF Scorecard: CI-Tests5 out of 5 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

60Moderate
How it's scored
30/30README
0/25Documentation directory
0/15Documentation / homepage site
10/10Repository description
10/10Topics9 topics
10/10Wiki
Inputs used
topicsagent-tools, ai-agents, cli-tool, debugging, golang, llm, llmops, opentelemetry, tracing
has_wikiyes
homepage
docs_site
has_readmeyes
has_docs_dirno
has_descriptionyes

Security

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

59Moderate · 16% of overall
How it's scored
7.5/7.5Binary-Artifactsno binaries found in the repo
0/7.5Branch-Protectionbranch protection not enabled on development/release branches
2.5/2.5CI-Tests5 out of 5 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
0/7.5Code-ReviewFound 0/25 approved changesets -- score normalized to 0
0/2.5Contributorsproject has 0 contributing companies or organizations -- score normalized to 0
10/10Dangerous-Workflowno dangerous workflow patterns detected
7.5/7.5Dependency-Update-Toolupdate tool detected
5/5Fuzzingproject is fuzzed
2.5/2.5Licenselicense file detected
0/7.5Maintainedproject was created within the last 90 days. Please review its contents carefully
5/5Packagingpackaging workflow detected
0/5Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
0/5SASTSAST tool is not run on all commits -- score normalized to 0
5/5Security-Policysecurity policy file detected
0/7.5Signed-ReleasesProject has not signed or included provenance with any releases.
0/7.5Token-Permissionsdetected GitHub workflow tokens with excessive permissions
6.8/7.5Vulnerabilities1 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated18
scorecard_versionv5.5.0
checks_inconclusive0
scorecard_aggregate4.9

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_packages18
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:capybara-sdk@0.1.0 runtime dependency closure — what installing the published package pulls in — 18 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.

67Good · 4% of overall
How it's scored
0/45Agent instructionsno CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
40/40Legible commit history81 of 82 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
llms_txt_url
legible_history_share0.988
agent_instruction_files
agent_instruction_max_bytes
How it's scored
12.6/18One-command bootstrapgo.mod (toolchain convention, no task runner)
22/22Automated tests
11/11Lint / format config.golangci.yml, ruff.toml
11/11Static type checkingsdk-js/tsconfig.json, sdk/src/capybara/py.typed
10/10Reproducible environmentlockfile
0/10Demonstrated agent practiceno agent-authored commits among the last 87
8/8Automated maintenance5 of the last 87 commits are automated dependency updates
0/10OpenSSF Scorecard: Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
Inputs used
has_nixno
has_testsyes
lockfilesgo.sum, package-lock.json, uv.lock
has_dockerfileno
typed_languageyes
bootstrap_files
has_devcontainerno
has_linter_configyes
typecheck_configssdk-js/tsconfig.json, sdk/src/capybara/py.typed
agent_commit_share0
toolchain_manifestsgo.mod
dependency_bot_commit_share0.057
How it's scored
45/45Type-checkable codeGo (statically typed)
55/55Manageable file sizes0/160 source files over 60KB
Inputs used
primary_languageGo
largest_source_bytes20,607
source_files_sampled160
oversized_source_files0

Key facts

11GitHub stars
1contributors
87commits, last 12 months
2days since last push
5releases
1bus factor
0open issues
Go, npm, PyPIpackage ecosystems

Data collection warnings

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token
  • Could not fetch npm package 'capybara-sdk' from its registry

More detail

OpenSSF Scorecard 4.9 / 10
4.9aggregate

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-28 22:37 UTC

10Binary-Artifactsno binaries found in the repo
0Branch-Protectionbranch protection not enabled on development/release branches
10CI-Tests5 out of 5 merged PRs checked by a CI test -- score normalized to 10
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0Code-ReviewFound 0/25 approved changesets -- score normalized to 0
0Contributorsproject has 0 contributing companies or organizations -- score normalized to 0
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
10Fuzzingproject is fuzzed
10Licenselicense file detected
0Maintainedproject was created within the last 90 days. Please review its contents carefully
10Packagingpackaging workflow detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
0SASTSAST tool is not run on all commits -- score normalized to 0
10Security-Policysecurity policy file detected
0Signed-ReleasesProject has not signed or included provenance with any releases.
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
9Vulnerabilities1 existing vulnerabilities detected
Direct dependencies 19
RegistryPackageVersion constraintManifest
Gogithub.com/BurntSushi/tomlv1.6.0go.mod
Gogithub.com/charmbracelet/bubblesv1.0.0go.mod
Gogithub.com/charmbracelet/bubbleteav1.3.10go.mod
Gogithub.com/charmbracelet/glamourv1.0.0go.mod
Gogithub.com/charmbracelet/lipglossv1.1.1-0.20250404203927-76690c660834go.mod
Gogithub.com/charmbracelet/x/exp/teatestv0.0.0-20260720091843-3eef36eaaa28go.mod
Gogithub.com/fsnotify/fsnotifyv1.10.1go.mod
Gogo.opentelemetry.io/collector/pdatav1.65.0go.mod
Gogoogle.golang.org/grpcv1.83.1go.mod
Gomodernc.org/sqlitev1.54.0go.mod
npm@opentelemetry/api^1.9.1sdk-js/package.json
npm@opentelemetry/exporter-trace-otlp-http^0.221.0sdk-js/package.json
npm@opentelemetry/resources^2.10.0sdk-js/package.json
npm@opentelemetry/sdk-trace-base^2.10.0sdk-js/package.json
npm@opentelemetry/sdk-trace-node^2.10.0sdk-js/package.json
PyPIopentelemetry-api>=1.20sdk/pyproject.toml
PyPIopentelemetry-sdk>=1.20sdk/pyproject.toml
PyPIopentelemetry-exporter-otlp-proto-http>=1.20sdk/pyproject.toml
PyPIpydantic>=2sdk/pyproject.toml
All dependencies 148

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

RegistryPackageVersionRelation
Gogithub.com/burntsushi/tomlv1.6.0direct
Gogithub.com/charmbracelet/bubblesv1.0.0direct
Gogithub.com/charmbracelet/bubbleteav1.3.10direct
Gogithub.com/charmbracelet/glamourv1.0.0direct
Gogithub.com/charmbracelet/lipglossv1.1.1-0.20250404203927-76690c660834direct
Gogithub.com/charmbracelet/x/exp/teatestv0.0.0-20260720091843-3eef36eaaa28direct
Gogithub.com/fsnotify/fsnotifyv1.10.1direct
Gogo.opentelemetry.io/collector/pdatav1.65.0direct
Gogoogle.golang.org/grpcv1.83.1direct
Gomodernc.org/sqlitev1.54.0direct
npm@opentelemetry/api1.9.1direct
npm@opentelemetry/exporter-trace-otlp-http0.221.0direct
npm@opentelemetry/resources2.10.0direct
npm@opentelemetry/sdk-trace-base2.10.0direct
npm@opentelemetry/sdk-trace-node2.10.0direct
PyPIopentelemetry-api1.44.0direct
PyPIopentelemetry-exporter-otlp-proto-httpdirect
PyPIopentelemetry-exporter-otlp-proto-http1.44.0direct
PyPIopentelemetry-sdkdirect
PyPIopentelemetry-sdk1.44.0direct
PyPIpydantic2.13.4direct
Gogithub.com/alecthomas/chroma/v2v2.20.0indirect
Gogithub.com/atotto/clipboardv0.1.4indirect
Gogithub.com/aymanbagabas/go-osc52/v2v2.0.1indirect
Gogithub.com/aymanbagabas/go-udiffv0.3.1indirect
Gogithub.com/aymerick/douceurv0.2.0indirect
Gogithub.com/charmbracelet/colorprofilev0.4.1indirect
Gogithub.com/charmbracelet/x/ansiv0.11.6indirect
Gogithub.com/charmbracelet/x/cellbufv0.0.15indirect
Gogithub.com/charmbracelet/x/exp/goldenv0.0.0-20241011142426-46044092ad91indirect
Gogithub.com/charmbracelet/x/exp/slicev0.0.0-20250327172914-2fdc97757edfindirect
Gogithub.com/charmbracelet/x/termv0.2.2indirect
Gogithub.com/clipperhouse/displaywidthv0.9.0indirect
Gogithub.com/clipperhouse/stringishv0.1.1indirect
Gogithub.com/clipperhouse/uax29/v2v2.5.0indirect
Gogithub.com/dlclark/regexp2v1.11.5indirect
Gogithub.com/dustin/go-humanizev1.0.1indirect
Gogithub.com/erikgeiser/coninputv0.0.0-20211004153227-1c3628e74d0findirect
Gogithub.com/google/uuidv1.6.0indirect
Gogithub.com/gorilla/cssv1.0.1indirect
Gogithub.com/hashicorp/go-versionv1.9.0indirect
Gogithub.com/json-iterator/gov1.1.12indirect
Gogithub.com/lucasb-eyer/go-colorfulv1.3.0indirect
Gogithub.com/mattn/go-isattyv0.0.20indirect
Gogithub.com/mattn/go-localereaderv0.0.1indirect
Gogithub.com/mattn/go-runewidthv0.0.19indirect
Gogithub.com/microcosm-cc/bluemondayv1.0.27indirect
Gogithub.com/modern-go/concurrentv0.0.0-20180306012644-bacd9c7ef1ddindirect
Gogithub.com/modern-go/reflect2v1.0.3-0.20250322232337-35a7c28c31eeindirect
Gogithub.com/muesli/ansiv0.0.0-20230316100256-276c6243b2f6indirect
Gogithub.com/muesli/cancelreaderv0.2.2indirect
Gogithub.com/muesli/reflowv0.3.0indirect
Gogithub.com/muesli/termenvv0.16.0indirect
Gogithub.com/ncruces/go-strftimev1.0.0indirect
Gogithub.com/remyoudompheng/bigfftv0.0.0-20230129092748-24d4a6f8daecindirect
Gogithub.com/rivo/unisegv0.4.7indirect
Gogithub.com/sahilm/fuzzyv0.1.1indirect
Gogithub.com/xo/terminfov0.0.0-20220910002029-abceb7e1c41eindirect
Gogithub.com/yuin/goldmarkv1.7.17indirect
Gogithub.com/yuin/goldmark-emojiv1.0.6indirect
Gogo.opentelemetry.io/collector/featuregatev1.65.0indirect
Gogo.uber.org/multierrv1.11.0indirect
Gogolang.org/x/netv0.55.0indirect
Gogolang.org/x/sysv0.46.0indirect
Gogolang.org/x/termv0.43.0indirect
Gogolang.org/x/textv0.40.0indirect
Gogoogle.golang.org/genproto/googleapis/rpcv0.0.0-20260526163538-3dc84a4a5aaaindirect
Gogoogle.golang.org/protobufv1.36.12indirect
Gomodernc.org/libcv1.74.1indirect
Gomodernc.org/mathutilv1.7.1indirect
Gomodernc.org/memoryv1.11.0indirect
npm@opentelemetry/api-logs0.221.0indirect
npm@opentelemetry/context-async-hooks2.10.0indirect
npm@opentelemetry/core2.10.0indirect
npm@opentelemetry/otlp-exporter-base0.221.0indirect
npm@opentelemetry/otlp-transformer0.221.0indirect
npm@opentelemetry/sdk-logs0.221.0indirect
npm@opentelemetry/sdk-metrics2.10.0indirect
npm@opentelemetry/sdk-trace2.10.0indirect
npm@opentelemetry/semantic-conventions1.43.0indirect
npm@types/node26.1.2indirect
npm@typescript/typescript-aix-ppc647.0.2indirect
npm@typescript/typescript-darwin-arm647.0.2indirect
npm@typescript/typescript-darwin-x647.0.2indirect
npm@typescript/typescript-freebsd-arm647.0.2indirect
npm@typescript/typescript-freebsd-x647.0.2indirect
npm@typescript/typescript-linux-arm7.0.2indirect
npm@typescript/typescript-linux-arm647.0.2indirect
npm@typescript/typescript-linux-loong647.0.2indirect
npm@typescript/typescript-linux-mips64el7.0.2indirect
npm@typescript/typescript-linux-ppc647.0.2indirect
npm@typescript/typescript-linux-riscv647.0.2indirect
npm@typescript/typescript-linux-s390x7.0.2indirect
npm@typescript/typescript-linux-x647.0.2indirect
npm@typescript/typescript-netbsd-arm647.0.2indirect
npm@typescript/typescript-netbsd-x647.0.2indirect
npm@typescript/typescript-openbsd-arm647.0.2indirect
npm@typescript/typescript-openbsd-x647.0.2indirect
npm@typescript/typescript-sunos-x647.0.2indirect
npm@typescript/typescript-win32-arm647.0.2indirect
npm@typescript/typescript-win32-x647.0.2indirect
npmtypescript7.0.2indirect
npmundici-types8.3.0indirect
PyPIannotated-types0.7.0indirect
PyPIanthropic0.118.0indirect
PyPIanyio4.14.2indirect
PyPIast-serialize0.6.0indirect
PyPIcertifi2026.7.22indirect
PyPIcharset-normalizer3.4.9indirect
PyPIcolorama0.4.6indirect
PyPIdistro1.9.0indirect
PyPIdocstring-parser0.18.0indirect
PyPIexceptiongroup1.3.1indirect
PyPIgoogleapis-common-protos1.75.0indirect
PyPIh110.16.0indirect
PyPIhttpcore1.0.9indirect
PyPIhttpx0.28.1indirect
PyPIidna3.18indirect
PyPIiniconfig2.3.0indirect
PyPIjiter0.16.0indirect
PyPIlangchainindirect
PyPIlangchain-openaiindirect
PyPIlanggraphindirect
PyPIlibrt0.13.0indirect
PyPImypy2.3.0indirect
PyPImypy-extensions1.1.0indirect
PyPIopenaiindirect
PyPIopenai2.47.0indirect
PyPIopeninference-instrumentation-openaiindirect
PyPIopentelemetry-exporter-otlp-proto-common1.44.0indirect
PyPIopentelemetry-instrumentation-langchainindirect
PyPIopentelemetry-proto1.44.0indirect
PyPIopentelemetry-semantic-conventions0.65b0indirect
PyPIpackaging26.2indirect
PyPIpathspec1.1.1indirect
PyPIpluggy1.6.0indirect
PyPIprotobuf7.35.1indirect
PyPIpydantic-core2.46.4indirect
PyPIpygments2.20.0indirect
PyPIpytest9.1.1indirect
PyPIrequests2.34.2indirect
PyPIruff0.15.22indirect
PyPIsniffio1.3.1indirect
PyPItomli2.4.1indirect
PyPItqdm4.69.0indirect
PyPItyping-extensions4.16.0indirect
PyPItyping-inspection0.4.2indirect
PyPIurllib32.7.0indirect
Dependency advisories 0

Installing pypi:capybara-sdk@0.1.0 pulls in 18 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.34.0 — full methodology · metrics wiki.

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