Public record
Software health reportschema 0.26.0 · metrics 1.13.0 · 2026-07-21 23:29 UTC

ambethia / recaptcha

ReCaptcha helpers for ruby apps

RubyMIT★ 2,005 stars⑂ 440 forkssince Apr 2008View on GitHub ↗

ambethia/recaptcha holds a health index of 64 out of 100, placing it in the Moderate band. It scores highest on Community & Adoption (78/100) and lowest on AI Readiness (37/100). It was last updated 32 days ago. A single contributor accounts for most of its recent work.

64
overall / 100
Moderate

Software health index

Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At risk ceiling of 49. AI Readiness sits outside the overall score.

64
Excellent85-100Exemplary; meets essentially all checked criteria
Good70-84Healthy; minor gaps
Moderate50-69Acceptable with notable gaps; review recommended
At risk30-49Significant weaknesses; adoption warrants caution
Critical1-29Severe 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.

Ownership

Jason L PerryPersonal account
301 followers231 public repossince Feb 2008Suncoast Developers Guild

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 publish
RubyGemsrecaptcha5.21.2-89103 days ago

Metrics by category

Vitality

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

48At risk · 22% of overall
How it's scored
18/36Push recency — last push 32 days ago
3.5/36Commit cadence — 5/52 weeks with commits
10.8/18Commit volume — 15 commits in the last year
1/10OpenSSF Scorecard: Maintained — 2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1
Inputs used
commits_last_year15
human_commit_share1
days_since_last_push32
active_weeks_last_year5
How it's scored
16.2/27Ships releases — 95 version tags (no GitHub releases)
27/36Release recency — latest release 103 days ago
19.8/27Release cadence — a release every ~99.8 days
0/10OpenSSF Scorecard: Signed-Releases — no data
Inputs used
releases_count95
latest_release_tagv5.21.2
releases_from_tagsyes
days_since_latest_release103
mean_days_between_releases99.8
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?

78Good · 18% of overall
How it's scored
53.6/60Stars — 2,005 stars
22/25Forks — 440 forks
7.5/15Watchers — 23 watchers
Inputs used
forks440
stars2,005
watchers23
growth_stateorganic
growth_factor_pct100
How it's scored
22.5/22.5README
22.5/22.5License — recognized license (MIT)
0/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
6.3/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
has_contributingno
has_issue_templateno
has_code_of_conductno
has_pull_request_templateyes
How it's scored
80/80Total downloads — 88,885,724 downloads all-time across rubygems
0/20Registry dependents — not reported by this ecosystem
Inputs used
packagesrecaptcha
dependents
ecosystemsrubygems
total_downloads88,885,724
monthly_downloads
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?

68Moderate · 24% of overall
How it's scored
9/54Bus factor — 1 contributor(s) cover half of all commits
10.3/22.5Commit distribution — top contributor authored 54% of commits
13.5/13.5Contributor breadth — 100 contributors
10/10OpenSSF Scorecard: Contributors — project has 13 contributing companies or organizations
Inputs used
bus_factor1
contributors_sampled100
top_contributor_share0.543
How it's scored
37.2/46.8Issue resolution — 80% of issues closed
31.7/38.3PR acceptance — 190/229 decided PRs merged
6/15OpenSSF Scorecard: Code-Review — Found 6/15 approved changesets -- score normalized to 4
Inputs used
merged_prs190
open_issues50
closed_issues195
issue_closed_ratio0.796
closed_unmerged_prs39
How it's scored
10/30Ownership backing — personal (user) account
0/20Verified domain — not applicable to user accounts
17.8/25Owner reach — 301 followers of ambethia
25/25Track record — 231 public repos, account ~18 yr old
Inputs used
followers301
owner_typeUser
is_verified
owner_loginambethia
public_repos231
account_age_days6,731
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.
How it's scored
25/25Published & resolvable — 1 package(s) on rubygems
35/35Publish recency — latest publish 103 days ago
20/20Version history — 89 published versions
20/20Not deprecated — active, not deprecated or yanked
Inputs used
packagesrecaptcha
ecosystemsrubygems
any_deprecatedno
min_days_since_publish103

Engineering Quality

Are baseline engineering and documentation practices in place?

77Good · 20% of overall
How it's scored
24/24CI workflows — 1 workflow(s)
24/24Tests present
16/16Linter config — .rubocop.yml
0/9.6Pre-commit hooks
0/6.4.editorconfig
14/20OpenSSF Scorecard: CI-Tests — 6 out of 8 merged PRs checked by a CI test -- score normalized to 7
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 site — http://github.com/ambethia/recaptcha
10/10Repository description
10/10Topics — 5 topics
10/10Wiki
Inputs used
topicsrecaptcha, ruby, rails, captcha, sinatra
has_wikiyes
homepagehttp://github.com/ambethia/recaptcha
has_readmeyes
has_docs_dirno
has_descriptionyes

Security

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

47At risk · 16% of overall
How it's scored
7.5/7.5Binary-Artifacts — no binaries found in the repo
0/7.5Branch-Protection — branch protection not enabled on development/release branches
1.8/2.5CI-Tests — 6 out of 8 merged PRs checked by a CI test -- score normalized to 7
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
3/7.5Code-Review — Found 6/15 approved changesets -- score normalized to 4
2.5/2.5Contributors — project has 13 contributing companies or organizations
10/10Dangerous-Workflow — no dangerous workflow patterns detected
0/7.5Dependency-Update-Tool — no update tool detected
0/5Fuzzing — project is not fuzzed
2.5/2.5License — license file detected
0.8/7.5Maintained — 2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1
0/5Packaging — no data
0/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
0/5SAST — SAST tool is not run on all commits -- score normalized to 0
0/5Security-Policy — security policy file not detected
0/7.5Signed-Releases — no data
0/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
3.8/7.5Vulnerabilities — 5 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated16
scorecard_versionv5.5.0
checks_inconclusive2
scorecard_aggregate3.4
Excluded from scoring (no data or not applicable): packaging, signed_releases. Remaining weights renormalized.
How it's scored
35/35Direct dependencies free of known advisories — no direct dependency carries a known advisory
0/25Indirect dependencies free of known advisories — transitive set not separable from development and test dependencies in this scope
0/40No advisories left outstanding — no advisory carries a publication date
Inputs used
sourceosv
advisories5
affected_packages3
assessed_packages33
unassessed_packages15
affected_by_severityhigh 2, moderate 1
direct_affected_packages0
Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 33 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? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score.

37At risk · 0% of overall
How it's scored
0/45Agent instructions — no CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
19.7/40Legible commit history — 37 of 100 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
legible_history_share0.37
agent_instruction_files
agent_instruction_max_bytes
How it's scored
0/18One-command bootstrap
22/22Automated tests
11/11Lint / format config — .rubocop.yml
0/11Static type checking
10/10Reproducible environment — lockfile
0/10Demonstrated agent practice — no agent-authored commits among the last 100
0/8Automated maintenance — no automated dependency updates observed
0/10OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
Inputs used
has_nixno
has_testsyes
lockfilesGemfile.lock
has_dockerfileno
typed_languageno
bootstrap_files
has_devcontainerno
has_linter_configyes
typecheck_configs
agent_commit_share0
toolchain_manifests
dependency_bot_commit_share0
How it's scored
0/45Type-checkable code — Ruby without a type-check config
55/55Manageable file sizes — 0/44 source files over 60KB
Inputs used
primary_languageRuby
largest_source_bytes19,057
source_files_sampled44
oversized_source_files0

Key facts

2,005GitHub stars
100contributors
15commits, last 12 months
32days since last push
95releases
1bus factor
50open issues
RubyGemspackage ecosystems

More detail

Star and fork history 2,005 ★ / 440 ⇿
2,005Stars
440Forks
95Releases

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.

04008001,2001,6002,0002,4002,005402162008-062017-062026-07
Major 5Minor 51Patch 39

Each point covers 17 days.

OpenSSF Scorecard 3.4 / 10
3.4aggregate

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-07-21 23:28 UTC

10Binary-Artifactsno binaries found in the repo
0Branch-Protectionbranch protection not enabled on development/release branches
7CI-Tests6 out of 8 merged PRs checked by a CI test -- score normalized to 7
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
4Code-ReviewFound 6/15 approved changesets -- score normalized to 4
10Contributorsproject has 13 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
0Dependency-Update-Toolno update tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
1Maintained2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1
n/aPackagingpackaging workflow not detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
5Vulnerabilities5 existing vulnerabilities detected
All dependencies 48

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

RegistryPackageVersionRelation
RubyGemsaddressable2.8.7indirect
RubyGemsast2.4.2indirect
RubyGemsbigdecimal3.1.8indirect
RubyGemsbumpindirect
RubyGemsbump0.10.0indirect
RubyGemsbyebugindirect
RubyGemsbyebug11.1.3indirect
RubyGemscoderay1.1.3indirect
RubyGemsconcurrent-ruby1.3.4indirect
RubyGemscrack1.0.0indirect
RubyGemsdotenv-railsindirect
RubyGemshashdiff1.1.2indirect
RubyGemsi18nindirect
RubyGemsi18n1.14.6indirect
RubyGemsjson2.9.0indirect
RubyGemslanguage_server-protocol3.17.0.3indirect
RubyGemslistenindirect
RubyGemsmaxitestindirect
RubyGemsmaxitest5.8.0indirect
RubyGemsmethod_source1.1.0indirect
RubyGemsminitest5.25.4indirect
RubyGemsmochaindirect
RubyGemsmocha2.7.0indirect
RubyGemsparallel1.26.3indirect
RubyGemsparser3.3.6.0indirect
RubyGemspry0.14.2indirect
RubyGemspry-byebugindirect
RubyGemspry-byebug3.10.1indirect
RubyGemspublic_suffix6.0.1indirect
RubyGemsracc1.8.1indirect
RubyGemsrailsindirect
RubyGemsrainbow3.1.1indirect
RubyGemsrakeindirect
RubyGemsrake13.2.1indirect
RubyGemsrecaptchaindirect
RubyGemsregexp_parser2.9.3indirect
RubyGemsrexml3.3.9indirect
RubyGemsrubocopindirect
RubyGemsrubocop1.69.1indirect
RubyGemsrubocop-ast1.36.2indirect
RubyGemsruby-progressbar1.13.0indirect
RubyGemsruby2_keywords0.0.5indirect
RubyGemssinatraindirect
RubyGemssqlite3indirect
RubyGemsunicode-display_width3.1.2indirect
RubyGemsunicode-emoji4.0.4indirect
RubyGemswebmockindirect
RubyGemswebmock3.24.0indirect
Dependency advisories 3

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

PackageVersionRelationSeverityAdvisoriesFixed in
addressable2.8.7indirecthigh12.9.0
concurrent-ruby1.3.4indirecthigh31.3.7
rexml3.3.9indirectmoderate13.4.2

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
{
  "data": {
    "repo": {
      "topics": [
        "recaptcha",
        "ruby",
        "rails",
        "captcha",
        "sinatra"
      ],
      "is_fork": false,
      "size_kb": 822,
      "has_wiki": true,
      "homepage": "http://github.com/ambethia/recaptcha",
      "languages": {
        "Ruby": 79661
      },
      "pushed_at": "2026-06-19T18:37:13Z",
      "created_at": "2008-04-11T23:01:45Z",
      "owner_type": "User",
      "updated_at": "2026-07-13T16:19:08Z",
      "description": "ReCaptcha helpers for ruby apps",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": "MIT",
      "default_branch": "master",
      "license_spdx_raw": "MIT",
      "primary_language": "Ruby",
      "significant_languages": [
        "Ruby"
      ]
    },
    "owner": {
      "blog": "https://suncoast.io",
      "name": "Jason L Perry",
      "type": "User",
      "login": "ambethia",
      "company": "Suncoast Developers Guild",
      "location": "St Petersburg, FL",
      "followers": 301,
      "avatar_url": "https://avatars.githubusercontent.com/u/298?v=4",
      "created_at": "2008-02-15T18:55:44Z",
      "is_verified": null,
      "public_repos": 231,
      "account_age_days": 6731
    },
    "license": {
      "state": "standard",
      "spdx_id": "MIT",
      "raw_spdx": "MIT",
      "file_present": true,
      "scorecard_found": true,
      "profile_has_license": true
    },
    "activity": {
      "releases": [
        {
          "tag": "v5.21.2",
          "kind": "patch",
          "published_at": "2026-04-09T17:38:02Z"
        },
        {
          "tag": "v5.21.1",
          "kind": "patch",
          "published_at": "2025-09-17T21:31:18Z"
        },
        {
          "tag": "v5.21.0",
          "kind": "minor",
          "published_at": "2025-09-14T17:28:39Z"
        },
        {
          "tag": "v5.20.1",
          "kind": "patch",
          "published_at": "2025-07-21T23:21:03Z"
        },
        {
          "tag": "v5.20.0",
          "kind": "minor",
          "published_at": "2025-07-21T02:00:06Z"
        },
        {
          "tag": "v5.19.0",
          "kind": "minor",
          "published_at": "2025-01-14T17:28:04Z"
        },
        {
          "tag": "v5.18.0",
          "kind": "minor",
          "published_at": "2024-12-08T23:05:00Z"
        },
        {
          "tag": "v5.17.1",
          "kind": "patch",
          "published_at": "2024-11-27T05:29:14Z"
        },
        {
          "tag": "v5.17.0",
          "kind": "minor",
          "published_at": "2024-06-09T01:58:32Z"
        },
        {
          "tag": "v5.16.0",
          "kind": "minor",
          "published_at": "2023-10-24T18:00:05Z"
        },
        {
          "tag": "v5.15.0",
          "kind": "minor",
          "published_at": "2023-08-19T16:12:51Z"
        },
        {
          "tag": "v5.14.0",
          "kind": "minor",
          "published_at": "2023-04-19T17:59:07Z"
        },
        {
          "tag": "v5.13.1",
          "kind": "patch",
          "published_at": "2023-04-17T19:53:54Z"
        },
        {
          "tag": "v5.13.0",
          "kind": "minor",
          "published_at": "2023-04-10T17:03:30Z"
        },
        {
          "tag": "v5.12.3",
          "kind": "patch",
          "published_at": "2022-09-05T23:39:43Z"
        },
        {
          "tag": "v5.12.2",
          "kind": "patch",
          "published_at": "2022-09-05T21:18:31Z"
        },
        {
          "tag": "v5.12.1",
          "kind": "patch",
          "published_at": "2022-08-30T15:05:25Z"
        },
        {
          "tag": "v5.12.0",
          "kind": "minor",
          "published_at": "2022-08-28T15:41:00Z"
        },
        {
          "tag": "v5.11.0",
          "kind": "minor",
          "published_at": "2022-08-25T16:39:09Z"
        },
        {
          "tag": "v5.10.1",
          "kind": "patch",
          "published_at": "2022-08-24T14:49:41Z"
        },
        {
          "tag": "v5.10.0",
          "kind": "minor",
          "published_at": "2022-04-27T20:22:59Z"
        },
        {
          "tag": "v5.9.0",
          "kind": "minor",
          "published_at": "2022-03-07T17:24:02Z"
        },
        {
          "tag": "v5.8.1",
          "kind": "patch",
          "published_at": "2021-07-09T15:18:55Z"
        },
        {
          "tag": "v5.8.0",
          "kind": "minor",
          "published_at": "2021-05-09T16:52:22Z"
        },
        {
          "tag": "v5.7.0",
          "kind": "minor",
          "published_at": "2021-02-05T19:42:59Z"
        },
        {
          "tag": "v5.6.0",
          "kind": "minor",
          "published_at": "2020-10-16T22:23:05Z"
        },
        {
          "tag": "v5.5.0",
          "kind": "minor",
          "published_at": "2020-03-31T17:03:21Z"
        },
        {
          "tag": "v5.4.1",
          "kind": "patch",
          "published_at": "2020-03-17T21:03:59Z"
        },
        {
          "tag": "v5.4.0",
          "kind": "minor",
          "published_at": "2020-03-15T20:46:19Z"
        },
        {
          "tag": "v5.3.0",
          "kind": "minor",
          "published_at": "2020-01-10T15:23:36Z"
        },
        {
          "tag": "v5.2.1",
          "kind": "patch",
          "published_at": "2019-10-09T18:44:04Z"
        },
        {
          "tag": "v5.2.0",
          "kind": "minor",
          "published_at": "2019-10-09T15:47:31Z"
        },
        {
          "tag": "v5.1.1",
          "kind": "patch",
          "published_at": "2019-10-01T18:00:20Z"
        },
        {
          "tag": "v5.1.0",
          "kind": "minor",
          "published_at": "2019-08-06T05:59:56Z"
        },
        {
          "tag": "v5.0.1",
          "kind": "patch",
          "published_at": "2019-06-13T22:56:45Z"
        },
        {
          "tag": "v5.0.0",
          "kind": "major",
          "published_at": "2019-06-05T14:20:16Z"
        },
        {
          "tag": "v4.14.0",
          "kind": "minor",
          "published_at": "2019-04-01T03:52:28Z"
        },
        {
          "tag": "v4.13.2",
          "kind": "patch",
          "published_at": "2019-03-24T22:13:46Z"
        },
        {
          "tag": "v4.13.1",
          "kind": "patch",
          "published_at": "2018-12-01T22:20:23Z"
        },
        {
          "tag": "v4.13.0",
          "kind": "minor",
          "published_at": "2018-11-01T04:55:34Z"
        },
        {
          "tag": "v4.12.0",
          "kind": "minor",
          "published_at": "2018-08-30T03:24:38Z"
        },
        {
          "tag": "v4.11.1",
          "kind": "patch",
          "published_at": "2018-08-07T22:12:31Z"
        },
        {
          "tag": "v4.11.0",
          "kind": "minor",
          "published_at": "2018-08-05T22:16:54Z"
        },
        {
          "tag": "v4.10.0",
          "kind": "minor",
          "published_at": "2018-07-07T15:26:57Z"
        },
        {
          "tag": "v4.9.0",
          "kind": "minor",
          "published_at": "2018-06-25T02:32:36Z"
        },
        {
          "tag": "v4.8.1",
          "kind": "patch",
          "published_at": "2018-06-23T20:12:33Z"
        },
        {
          "tag": "v4.8.0",
          "kind": "minor",
          "published_at": "2018-04-06T16:08:30Z"
        },
        {
          "tag": "v4.7.0",
          "kind": "minor",
          "published_at": "2018-03-29T05:36:06Z"
        },
        {
          "tag": "v4.6.6",
          "kind": "patch",
          "published_at": "2018-03-05T16:59:44Z"
        },
        {
          "tag": "v4.6.5",
          "kind": "patch",
          "published_at": "2018-02-27T16:07:32Z"
        },
        {
          "tag": "v4.6.4",
          "kind": "patch",
          "published_at": "2018-02-01T04:38:15Z"
        },
        {
          "tag": "v4.6.3",
          "kind": "patch",
          "published_at": "2017-12-29T17:01:48Z"
        },
        {
          "tag": "v4.6.2",
          "kind": "patch",
          "published_at": "2017-10-20T08:18:45Z"
        },
        {
          "tag": "v4.6.1",
          "kind": "patch",
          "published_at": "2017-10-17T21:29:39Z"
        },
        {
          "tag": "v4.6.0",
          "kind": "minor",
          "published_at": "2017-10-15T21:31:11Z"
        },
        {
          "tag": "v4.5.0",
          "kind": "minor",
          "published_at": "2017-10-06T16:31:41Z"
        },
        {
          "tag": "v4.4.1",
          "kind": "patch",
          "published_at": "2017-09-08T05:14:34Z"
        },
        {
          "tag": "v4.4.0",
          "kind": "minor",
          "published_at": "2017-09-01T22:28:54Z"
        },
        {
          "tag": "v4.3.1",
          "kind": "patch",
          "published_at": "2017-04-28T22:15:25Z"
        },
        {
          "tag": "v4.3.0",
          "kind": "minor",
          "published_at": "2017-04-28T19:02:43Z"
        },
        {
          "tag": "v4.2.0",
          "kind": "minor",
          "published_at": "2017-04-28T14:48:10Z"
        },
        {
          "tag": "v4.1.0",
          "kind": "minor",
          "published_at": "2017-02-03T15:39:46Z"
        },
        {
          "tag": "v4.0.1",
          "kind": "patch",
          "published_at": "2016-12-21T04:51:26Z"
        },
        {
          "tag": "v4.0.0",
          "kind": "major",
          "published_at": "2016-11-14T16:44:24Z"
        },
        {
          "tag": "v3.4.0",
          "kind": "minor",
          "published_at": "2016-10-26T18:18:40Z"
        },
        {
          "tag": "v3.3.0",
          "kind": "minor",
          "published_at": "2016-07-03T21:33:15Z"
        },
        {
          "tag": "v3.2.0",
          "kind": "minor",
          "published_at": "2016-06-13T17:14:08Z"
        },
        {
          "tag": "v3.1.0",
          "kind": "minor",
          "published_at": "2016-06-10T16:03:49Z"
        },
        {
          "tag": "v3.0.0",
          "kind": "major",
          "published_at": "2016-05-28T02:22:04Z"
        },
        {
          "tag": "v2.3.0",
          "kind": "minor",
          "published_at": "2016-05-25T18:24:33Z"
        },
        {
          "tag": "v2.2.0",
          "kind": "minor",
          "published_at": "2016-05-24T03:04:50Z"
        },
        {
          "tag": "v2.1.0",
          "kind": "minor",
          "published_at": "2016-05-19T15:57:23Z"
        },
        {
          "tag": "v2.0.0",
          "kind": "major",
          "published_at": "2016-05-18T05:30:42Z"
        },
        {
          "tag": "v1.3.0",
          "kind": "minor",
          "published_at": "2016-04-08T02:38:35Z"
        },
        {
          "tag": "v1.2.0",
          "kind": "minor",
          "published_at": "2016-03-29T16:12:40Z"
        },
        {
          "tag": "v1.1.2",
          "kind": "patch",
          "published_at": "2016-03-29T15:33:17Z"
        },
        {
          "tag": "v1.1.1",
          "kind": "patch",
          "published_at": "2016-03-22T16:45:06Z"
        },
        {
          "tag": "v1.1.0",
          "kind": "minor",
          "published_at": "2016-01-27T20:12:48Z"
        },
        {
          "tag": "v1.0.2",
          "kind": "patch",
          "published_at": "2015-12-01T00:56:13Z"
        },
        {
          "tag": "v1.0.1",
          "kind": "patch",
          "published_at": "2015-11-30T23:55:48Z"
        },
        {
          "tag": "v1.0.0",
          "kind": "major",
          "published_at": "2015-11-30T18:52:35Z"
        },
        {
          "tag": "v0.6.0",
          "kind": "minor",
          "published_at": "2015-11-19T03:42:18Z"
        },
        {
          "tag": "v0.5.0",
          "kind": "minor",
          "published_at": "2015-11-18T18:30:14Z"
        },
        {
          "tag": "v0.4.0",
          "kind": "minor",
          "published_at": "2015-03-22T16:40:12Z"
        },
        {
          "tag": "v0.3.6",
          "kind": "patch",
          "published_at": "2014-01-07T14:28:36Z"
        },
        {
          "tag": "v0.3.5",
          "kind": "patch",
          "published_at": "2013-02-22T06:15:08Z"
        },
        {
          "tag": "v0.3.4",
          "kind": "patch",
          "published_at": "2011-12-13T13:59:25Z"
        },
        {
          "tag": "v0.3.3",
          "kind": "patch",
          "published_at": "2011-12-13T13:50:54Z"
        },
        {
          "tag": "v0.3.1",
          "kind": "patch",
          "published_at": "2010-12-20T19:05:05Z"
        },
        {
          "tag": "v0.3.0",
          "kind": "minor",
          "published_at": "2010-12-16T20:03:18Z"
        },
        {
          "tag": "v0.2.3",
          "kind": "patch",
          "published_at": "2009-10-23T20:17:19Z"
        },
        {
          "tag": "v0.2.2",
          "kind": "patch",
          "published_at": "2009-09-15T03:01:40Z"
        },
        {
          "tag": "v0.2.1",
          "kind": "patch",
          "published_at": "2009-09-14T05:13:25Z"
        },
        {
          "tag": "v0.2.0",
          "kind": "minor",
          "published_at": "2009-09-12T23:39:47Z"
        },
        {
          "tag": "v0.1.0",
          "kind": "minor",
          "published_at": "2009-01-01T01:03:44Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "3fadd21a0b122157e08b924cce4bdea6e4e94003",
          "body": "Add metadata URIs for bug tracker and changelog",
          "is_bot": false,
          "headline": "Merge pull request #477 from ur5us/feature/rubygems-metadata",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2026-06-19T18:37:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d9cfdafb12b059b4ed94088b13897f17425c447e",
          "body": "…for convenience when navigating via RubyGems.",
          "is_bot": false,
          "headline": "Add metadata URIs for bug tracker and changelog",
          "author_name": "ur5us",
          "author_login": "ur5us",
          "committed_at": "2026-06-18T23:33:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9b261bbd3fa8b5537e8bf56b37e1fda1c27b4ad7",
          "body": null,
          "is_bot": false,
          "headline": "v5.21.2",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2026-04-09T17:38:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9978e7a6e3adb2005913fed81269d105693a22d7",
          "body": null,
          "is_bot": false,
          "headline": "cleanup",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2026-04-09T17:36:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "feb2b6dce5558e23b13532eadb112d58dc0bbcef",
          "body": "…n-multithreaded-test-servers\n\nFix skip_env? to fall back to Rails.env when default_env is nil",
          "is_bot": false,
          "headline": "Merge pull request #476 from duncantmiller/fix/skip-env-reliability-i…",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2026-04-09T17:34:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d7020433384255aeff7830614518ac2d70491b09",
          "body": "When a Rails app uses a multi-threaded server (e.g. Puma) for system\ntests, the Recaptcha::Configuration singleton can be initialised before\nRAILS_ENV is visible, leaving default_env as nil. In that state,\nskip_env?(nil) calls skip_verify_env.include?(nil) which always\nreturns false, bypassing the t\n[…]\nils.env`\nso that a live Rails.env is always used as a final fallback.\n\nAdds four focused tests for Recaptcha.skip_env? covering the explicit\nenv argument, default_env, and the Rails.env fallback path.",
          "is_bot": false,
          "headline": "Fix skip_env? to fall back to Rails.env when default_env is nil",
          "author_name": "Duncan Miller",
          "author_login": "duncantmiller",
          "committed_at": "2026-04-09T05:30:52Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "f68fe961da432866c8914a2a0487c2040b608437",
          "body": null,
          "is_bot": false,
          "headline": "changelog",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2025-09-19T04:35:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "eb99b5eb2dcb9fabe5f6bdf5f44ba46fd3da3170",
          "body": "Fix changelog tag",
          "is_bot": false,
          "headline": "Merge pull request #473 from jrodriigues/master",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2025-09-19T04:34:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f4c4f9329945e41a05e07b0c9bd424a9b80420be",
          "body": null,
          "is_bot": false,
          "headline": "Fix changelog tag",
          "author_name": "Joao Rodrigues",
          "author_login": "jrodriigues",
          "committed_at": "2025-09-18T10:35:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d1e8483fc0ecb9fd52a74634b1ff2b6a65dbd379",
          "body": null,
          "is_bot": false,
          "headline": "v5.21.1",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2025-09-17T21:31:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "47b5a3bea33a009ebcea825fe5b6dcd2f3180985",
          "body": "Allow flash messages when responding to turbo_stream requests",
          "is_bot": false,
          "headline": "Merge pull request #472 from jrodriigues/master",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2025-09-17T21:30:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "37584ef2788772d8ac626395437bbcc02a59a129",
          "body": "Rails form submissions and redirects are processed as TURBO_STREAM\nformat and not HTML, this means that when calling 'verify_recaptcha'\nwithout passing a model doesn't create a flash message.",
          "is_bot": false,
          "headline": "Allow flash messages when responding to turbo_stream requests",
          "author_name": "Joao Rodrigues",
          "author_login": "jrodriigues",
          "committed_at": "2025-09-17T15:47:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "689550d9d702122fc880eceb41845a3049ee6f50",
          "body": null,
          "is_bot": false,
          "headline": "v5.21.0",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2025-09-14T17:28:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "855f62d4a19b19d1df52eed266dddf8a3b6c955b",
          "body": "add referer header to #api_verification_entreprise",
          "is_bot": false,
          "headline": "Merge pull request #471 from pontflorian/fix_empty_referer_header",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2025-09-14T17:28:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1b14de1622db84f9c497c7ebea3422782bbb1b8d",
          "body": null,
          "is_bot": false,
          "headline": "add referer header to #api_verification_entreprise",
          "author_name": "florian",
          "author_login": "pontflorian",
          "committed_at": "2025-09-12T15:26:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c553189759ac5c1c0b992d875eeeda960997b083",
          "body": null,
          "is_bot": false,
          "headline": "v5.20.1",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2025-07-21T23:21:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9b8f9cd5f30d53da9b18a9bd830ddde752a4e1d0",
          "body": "add back hash access for reply",
          "is_bot": false,
          "headline": "Merge pull request #469 from ambethia/grosser/hash",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2025-07-21T23:19:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "735ff511b75100ffd47d08b3874fb196f5900440",
          "body": null,
          "is_bot": false,
          "headline": "add back hash access for reply",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2025-07-21T22:31:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1f1099d5d51fbddafa0ff3ddd105294d256531ba",
          "body": null,
          "is_bot": false,
          "headline": "v5.20.0",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2025-07-21T02:00:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ef4f2e547265f8cd2406dc36208b29701bdb4543",
          "body": "cleanup reply a bit",
          "is_bot": false,
          "headline": "Merge pull request #467 from ambethia/grosser/clean",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2025-07-21T01:58:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3b57e3f5ab5b12059baf5cb241d0a696aa2253ef",
          "body": null,
          "is_bot": false,
          "headline": "cleanup reply a bit",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2025-07-20T04:28:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "089f81d24fb35f58dc89e246ae4060796bba3f83",
          "body": "Add Reply class to handle Recaptcha responses",
          "is_bot": false,
          "headline": "Merge pull request #466 from RubenIgnacio/add_recaptcha_reply_class",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2025-07-20T04:18:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "92be8e4defbcac03cd66bf348e8e8c5eef02df1f",
          "body": null,
          "is_bot": false,
          "headline": "Add frozen_string_literal comment to reply.rb",
          "author_name": "Ruben Ignacio Guzman Zamora",
          "author_login": "RubenIgnacio",
          "committed_at": "2025-07-20T01:13:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9c4c0beb242e716c2d93502119c03df33962c992",
          "body": null,
          "is_bot": false,
          "headline": "Remove free? method from Recaptcha::Reply",
          "author_name": "Ruben Ignacio Guzman Zamora",
          "author_login": "RubenIgnacio",
          "committed_at": "2025-07-20T00:20:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3dd6c8c5d54359b9d1529bd4841cd6667dfc23f3",
          "body": "Co-authored-by: Michael Grosser <michael@grosser.it>",
          "is_bot": false,
          "headline": "Require enterprise parameter",
          "author_name": "RubenIgnacio",
          "author_login": "RubenIgnacio",
          "committed_at": "2025-07-20T00:16:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ccc38693e18edbea9af7cf47e9244e81153766fd",
          "body": null,
          "is_bot": false,
          "headline": "Use instance variable for raw_reply in Recaptcha::Reply",
          "author_name": "Ruben Ignacio Guzman Zamora",
          "author_login": "RubenIgnacio",
          "committed_at": "2025-07-19T18:35:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "dafa3b75a339ac7bdf9d16c8ac03cf9154ce5793",
          "body": null,
          "is_bot": false,
          "headline": "Remove the \"[]\" method from Recaptcha::Reply",
          "author_name": "Ruben Ignacio Guzman Zamora",
          "author_login": "RubenIgnacio",
          "committed_at": "2025-07-19T18:33:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "923e86659c8ba918326eaee6d85a81f2230baeba",
          "body": null,
          "is_bot": false,
          "headline": "Add validation handling for success? method",
          "author_name": "Ruben Ignacio Guzman Zamora",
          "author_login": "RubenIgnacio",
          "committed_at": "2025-07-19T14:44:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0966143943e15da3af53cadf424c077a999e828d",
          "body": null,
          "is_bot": false,
          "headline": "Refactor success? method for improved readability",
          "author_name": "Ruben Ignacio Guzman Zamora",
          "author_login": "RubenIgnacio",
          "committed_at": "2025-07-19T05:28:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "751f4b0586856b22d996c3bc06fcdc5044130a0f",
          "body": null,
          "is_bot": false,
          "headline": "Fix to_json method to accept arguments",
          "author_name": "Ruben Ignacio Guzman Zamora",
          "author_login": "RubenIgnacio",
          "committed_at": "2025-07-19T02:44:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "05847ea45a5608884c360d5896a9fa33f59866a0",
          "body": null,
          "is_bot": false,
          "headline": "Add Reply class to handle Recaptcha responses",
          "author_name": "Ruben Ignacio Guzman Zamora",
          "author_login": "RubenIgnacio",
          "committed_at": "2025-07-18T01:05:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "49ef2ac4fbb34a3bf0246c308c19aae3cb9e88eb",
          "body": null,
          "is_bot": false,
          "headline": "v5.19.0",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2025-01-14T17:28:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f86f4d7f282c114f4db7805887f34accbd1c56aa",
          "body": "fix ci",
          "is_bot": false,
          "headline": "Merge pull request #464 from ambethia/grosser/fix",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2025-01-14T17:25:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "47fad7ac009899d4b2f3e43ec16dda3e2a3196ca",
          "body": null,
          "is_bot": false,
          "headline": "fix ci",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2025-01-14T17:24:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "eff11da79b430e66f1067ce0382fb8985a181fad",
          "body": "Minimum length validation for the recaptcha token param",
          "is_bot": false,
          "headline": "Merge pull request #462 from Akashkarmakar787/master",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2025-01-14T17:04:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "98ffb259e82f4cea49526e281b9a4a01ca6a8244",
          "body": null,
          "is_bot": false,
          "headline": "review changes verify_test.rb",
          "author_name": "Akash Karmakar",
          "author_login": "Akashkarmakar787",
          "committed_at": "2025-01-14T09:26:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0ce0c24e96dc7526bed458e2742ea15f1a3ed6ac",
          "body": null,
          "is_bot": false,
          "headline": "review changes verify_enterprise_test.rb",
          "author_name": "Akash Karmakar",
          "author_login": "Akashkarmakar787",
          "committed_at": "2025-01-14T09:25:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b2a7df905308c409ceb0de50bf4a4fd7de5cc874",
          "body": null,
          "is_bot": false,
          "headline": "review changes configuration.rb",
          "author_name": "Akash Karmakar",
          "author_login": "Akashkarmakar787",
          "committed_at": "2025-01-14T09:21:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6461ab3bc2258c9298c25348e5033f3e086387e2",
          "body": null,
          "is_bot": false,
          "headline": "review changes recaptcha.rb",
          "author_name": "Akash Karmakar",
          "author_login": "Akashkarmakar787",
          "committed_at": "2025-01-14T09:19:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "66ec884137a1ef3af34a6fae0a3a9574d3943e00",
          "body": null,
          "is_bot": false,
          "headline": "review changes README.md",
          "author_name": "Akash Karmakar",
          "author_login": "Akashkarmakar787",
          "committed_at": "2025-01-14T09:17:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a6dd8396a60f65150b04f678ed8465bf67245e08",
          "body": null,
          "is_bot": false,
          "headline": "Add test cases for min response limit validation",
          "author_name": "Akash Karmakar",
          "author_login": "Akashkarmakar787",
          "committed_at": "2025-01-13T08:45:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2d1064d93de75a3a5cb75c2c8c3e79f990880fc7",
          "body": null,
          "is_bot": false,
          "headline": "Add test case for min response lenght verify_enterprise_test.rb",
          "author_name": "Akash Karmakar",
          "author_login": "Akashkarmakar787",
          "committed_at": "2025-01-13T08:43:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "35d699cb836623cb3b5681553e7c47e5a71b79f0",
          "body": null,
          "is_bot": false,
          "headline": "default min and max response length configuration.rb",
          "author_name": "Akash Karmakar",
          "author_login": "Akashkarmakar787",
          "committed_at": "2025-01-13T08:41:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b150e494308841f7f1c406b54ff0cadef6471c5a",
          "body": null,
          "is_bot": false,
          "headline": "Add minimum response validation recaptcha.rb",
          "author_name": "Akash Karmakar",
          "author_login": "Akashkarmakar787",
          "committed_at": "2025-01-13T08:40:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ed7eab4e000d47ee859f7934f0db7281d763ddd6",
          "body": null,
          "is_bot": false,
          "headline": "Update README.md",
          "author_name": "Akash Karmakar",
          "author_login": "Akashkarmakar787",
          "committed_at": "2025-01-13T08:38:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6e289d9fcc29b202ea96a7be44162cc047b524be",
          "body": null,
          "is_bot": false,
          "headline": "v5.18.0",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2024-12-08T23:05:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3ab5bf309b6f9c1b8536103c55402b083d9c71a4",
          "body": "fix ci",
          "is_bot": false,
          "headline": "Merge pull request #460 from ambethia/grosser/ci",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2024-12-08T23:04:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d44cb7197d8bf4fcf81d814b27ee087136770e6f",
          "body": null,
          "is_bot": false,
          "headline": "ruby 3.4",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2024-12-08T23:03:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ea0737e035a2fa767575d22e01fd0170277920b1",
          "body": null,
          "is_bot": false,
          "headline": "update",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2024-12-08T22:59:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "37fd06aa301882a0b1df2aae66e890b1af029131",
          "body": null,
          "is_bot": false,
          "headline": "fix ci",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2024-12-08T22:56:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cc575f39b2da54b25d7c19caf3c9ac269511ed3a",
          "body": "Add recaptcha_failure_reason for enchanced error reporting",
          "is_bot": false,
          "headline": "Merge pull request #459 from holli/feature/expose_verification_issues",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2024-12-08T22:54:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "161c4c4c868adcb5ba0378305e1d3e06fd31213c",
          "body": null,
          "is_bot": false,
          "headline": "Added recaptcha_faliure_reason to Readme and changelog",
          "author_name": "Olli Huotari",
          "author_login": "holli",
          "committed_at": "2024-12-08T19:30:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cc13872f04bfe8c762c2087462da6a94ac8a586d",
          "body": null,
          "is_bot": false,
          "headline": "Saving reason for recaptcha failure and having better exception messages",
          "author_name": "Olli Huotari",
          "author_login": "holli",
          "committed_at": "2024-12-08T19:22:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "04ad1831b0612ccbb8fd9975e7591da2eaf96dfc",
          "body": null,
          "is_bot": false,
          "headline": "v5.17.1",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2024-11-27T05:29:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a13b9e0567160c90cad96eecd93ec9d96e701bed",
          "body": "Remove inline_script attribute from markup",
          "is_bot": false,
          "headline": "Merge pull request #458 from taylor-steve/input-inline-script",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2024-11-27T05:28:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ebc4d8ce8b957729fc25f68009a688e8122e83dd",
          "body": null,
          "is_bot": false,
          "headline": "Remove inline_script attribute from markup",
          "author_name": "Steve Taylor",
          "author_login": "taylor-steve",
          "committed_at": "2024-11-26T05:24:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8e5ccaedf230aa2af4da3a8a64e020f5c7d4fddd",
          "body": "Suggest content_security_policy in doc",
          "is_bot": false,
          "headline": "Merge pull request #453 from capripot/suggest-content_security_policy",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2024-09-15T15:43:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "46e29febee58b7295a0428f6751df397a7b614dc",
          "body": "Add `content_security_policy` as suggestion to set `nonce` in a Rails context. \r\n\r\nExample:\r\n```\r\n<%= recaptcha_tags(nonce: content_security_policy_nonce) %>\r\n```",
          "is_bot": false,
          "headline": "Suggest content_security_policy in doc",
          "author_name": "Ronan",
          "author_login": "capripot",
          "committed_at": "2024-09-15T08:10:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "37b6fed2045c425d50cd8b5aeb43cd960c24fac3",
          "body": null,
          "is_bot": false,
          "headline": "v5.17.0",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2024-06-09T01:58:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "42ea8c67c38b538ba2c06f96b856191e647bf521",
          "body": "Add i18n: de, es, it, pt, pt-BR",
          "is_bot": false,
          "headline": "Merge pull request #449 from joaomarceloods/i18n-de-es-it-pt",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2024-06-09T01:58:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e54d27d9e08de25a0ae0d723946c725df068151f",
          "body": null,
          "is_bot": false,
          "headline": "Update CHANGELOG with i18n pt-BR",
          "author_name": "João Souza",
          "author_login": "joaomarceloods",
          "committed_at": "2024-06-09T01:34:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "347df526e6f505508a1c67782790a8f3b5986613",
          "body": null,
          "is_bot": false,
          "headline": "Add i18n: pt-BR",
          "author_name": "João Souza",
          "author_login": "joaomarceloods",
          "committed_at": "2024-06-09T01:33:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "097bd236b404a30b39562654467444ec83cc6261",
          "body": "Just adding a few more languages to the i18n support:\n\n- German\n- Spanish\n- Italian\n- Portuguese\n\nIt's handy to have a wide range of languages supported out-of-the-box so\nusers of the gem don't need to add their own translations every time.",
          "is_bot": false,
          "headline": "Add i18n: de, es, it, pt",
          "author_name": "João Souza",
          "author_login": "joaomarceloods",
          "committed_at": "2024-06-09T01:29:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1bbaf2c13ea320dfec847d7e294e041d4a6d2c23",
          "body": "Update README.md",
          "is_bot": false,
          "headline": "Merge pull request #447 from skeltont/patch-1",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2024-05-10T19:18:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c8b02c9cd9de33ecb0d31cb7e131d86ade2a7652",
          "body": "updates readme to reflect differences in enterprise key configuration.",
          "is_bot": false,
          "headline": "Update README.md",
          "author_name": "Ty Skelton",
          "author_login": "skeltont",
          "committed_at": "2024-05-10T18:42:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bbbc18aa9beba414a8c18b72eb58c3f9140aa6a9",
          "body": "Run rubocop on a supported version of ruby",
          "is_bot": false,
          "headline": "Merge pull request #445 from jcoyne/rubocop-verson",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2024-01-24T19:56:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4875c20b53a2468d4a268376e8aaac28e5a17a68",
          "body": null,
          "is_bot": false,
          "headline": "Run rubocop on a supported version of ruby",
          "author_name": "Justin Coyne",
          "author_login": "jcoyne",
          "committed_at": "2024-01-24T19:51:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1a2e59d69a3ee8fac95578c967eafc669dec05e4",
          "body": "Update to the latest version of bundler",
          "is_bot": false,
          "headline": "Merge pull request #443 from jcoyne/update-bundler",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2024-01-24T19:48:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b31fca39f0f0c70111be0b844ed3d8abfb5695f5",
          "body": "This prevents the deprecation warning:\n> Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.",
          "is_bot": false,
          "headline": "Update to the latest version of bundler",
          "author_name": "Justin Coyne",
          "author_login": "jcoyne",
          "committed_at": "2024-01-24T19:47:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cb2ca7d5d77780215ec239a6726e3ae58152b90e",
          "body": "Drop support for ruby 2.7, add 3.3",
          "is_bot": false,
          "headline": "Merge pull request #444 from jcoyne/ruby-versions",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2024-01-24T19:44:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6f88be9af27deaa579261545e4d08ae70bd325c5",
          "body": null,
          "is_bot": false,
          "headline": "Drop support for ruby 2.7, add 3.3",
          "author_name": "Justin Coyne",
          "author_login": "jcoyne",
          "committed_at": "2024-01-24T18:35:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "08e2832e061f323c9f6a8866dfc2dadbd7052f03",
          "body": "Update rubocop",
          "is_bot": false,
          "headline": "Merge pull request #441 from jcoyne/update-rubocop",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2024-01-24T16:42:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d7c34188cd8a9eec68df9b19435d1bb8603df8f1",
          "body": null,
          "is_bot": false,
          "headline": "Update rubocop",
          "author_name": "Justin Coyne",
          "author_login": "jcoyne",
          "committed_at": "2024-01-24T16:37:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e87c5043f2751a212cd2458b91a52b67f65f23ef",
          "body": "Remove unnecessary id on textarea",
          "is_bot": false,
          "headline": "Merge pull request #440 from jcoyne/unnecessary-id",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2024-01-24T16:26:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7866ec44c565a0f164f65066b97347d29a5f343f",
          "body": "This was unused and may cause accessibility concerns if there is more than one recaptcha on the page due to multiple elements with the same id",
          "is_bot": false,
          "headline": "Remove unnecessary id",
          "author_name": "Justin Coyne",
          "author_login": "jcoyne",
          "committed_at": "2024-01-24T16:01:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d8172d6776d2415eeb5aa17740ebfdc1a3f0f2a5",
          "body": "Add key setup to v3 example in README",
          "is_bot": false,
          "headline": "Merge pull request #437 from Tom-Boyd/improve-v3-readme-example",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2024-01-15T17:07:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "90513f51b150067cf11721a7b3550ad193e61eb2",
          "body": null,
          "is_bot": false,
          "headline": "Update CHANGELOG",
          "author_name": "Tom-Boyd",
          "author_login": "Tom-Boyd",
          "committed_at": "2024-01-15T12:04:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "35fabd947cc304cc7165c0e756620f5c106e252d",
          "body": null,
          "is_bot": false,
          "headline": "Add key setup to v3 example in README",
          "author_name": "Tom-Boyd",
          "author_login": "Tom-Boyd",
          "committed_at": "2024-01-15T11:58:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "124496f48a5d5a3505a5889ebb8ff187b967677a",
          "body": null,
          "is_bot": false,
          "headline": "v5.16.0",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2023-10-24T18:00:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "76f3715861179570207de4762c12a274d5ca1f74",
          "body": "Allow the use of `turbo` to enable turbo functionality for `recaptcha_v3`",
          "is_bot": false,
          "headline": "Merge pull request #434 from hjhart/turbo-instead-of-turbolinks",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2023-10-24T17:59:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "60c8e0518a359ee2bcc4de96e37668f70cbf85a4",
          "body": null,
          "is_bot": false,
          "headline": "Update changelog",
          "author_name": "James Hart",
          "author_login": null,
          "committed_at": "2023-10-24T17:47:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "294aecaca16d48a49d19fc365e47ffd2a0524070",
          "body": null,
          "is_bot": false,
          "headline": "Add changelog entry",
          "author_name": "James Hart",
          "author_login": null,
          "committed_at": "2023-10-24T17:47:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8373344011240329c209800e2a795222d7ae9842",
          "body": null,
          "is_bot": false,
          "headline": "Allow the use of `turbo` to enable turbo functionality",
          "author_name": "James Hart",
          "author_login": null,
          "committed_at": "2023-10-24T17:45:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b4e956a7da43288a352552103e0a21684fd0b477",
          "body": "Improve documentation for action names per official documentation",
          "is_bot": false,
          "headline": "Merge pull request #432 from NARKOZ/NARKOZ-patch-1",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2023-08-21T15:25:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "100b46b847bf36b4e126ddadb25d440eb3d6c68a",
          "body": "See: https://cloud.google.com/recaptcha-enterprise/docs/actions",
          "is_bot": false,
          "headline": "Improve documentation for action names per documentation",
          "author_name": "Nihad Abbasov",
          "author_login": "NARKOZ",
          "committed_at": "2023-08-21T10:40:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1f18bd5372b11147f1ee0269cbf248dae5eecd93",
          "body": null,
          "is_bot": false,
          "headline": "v5.15.0",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2023-08-19T16:12:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7b5fa8750764758aeccd8b61a2f27cb369e38992",
          "body": "Add HTTP POST support with JSON body for server-side verification (`verify_recaptcha`)",
          "is_bot": false,
          "headline": "Merge pull request #431 from shrmnk/add-json-support",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2023-08-19T16:12:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a97e4131dd7103dcfe3ebaa7e672473c7adb3f3a",
          "body": null,
          "is_bot": false,
          "headline": "Update CHANGELOG.md to reflect new options[:json]",
          "author_name": "Sherman K",
          "author_login": "shrmnk",
          "committed_at": "2023-08-19T07:34:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "04a2a44aa15c64cff963e311f4ff1015c2037541",
          "body": null,
          "is_bot": false,
          "headline": "Update README.md to indicate json option in verify_recaptcha",
          "author_name": "Sherman K",
          "author_login": "shrmnk",
          "committed_at": "2023-08-19T07:31:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4090905b230834d9434f29e077bf913a20a13ab1",
          "body": "… request with JSON\n\nCertain reCAPTCHA-compatible services require that the server verification be submitted via POST rather than GET. \r\n\r\nAn example is Cloudflare Turnstile:\r\nhttps://developers.cloudflare.com/turnstile/migration/migrating-from-recaptcha/#server-side-integration\r\n\r\nThat documentation calls out the requirement for the verification call be done via POST.\r\n\r\nThis PR adds the ability to supply options[:json] = true (defaults to false) to submit the data as POST with JSON body.",
          "is_bot": false,
          "headline": "Add `json` option to submit reCAPTCHA server verification URL as POST…",
          "author_name": "Sherman K",
          "author_login": "shrmnk",
          "committed_at": "2023-08-19T07:28:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "14299483170619c9083fd552aebbf3c92d6a7be2",
          "body": "Add 3.2 to the list of Ruby CI versions",
          "is_bot": false,
          "headline": "Merge pull request #430 from igor-drozdov/igor-drozdov-patch-1",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2023-08-09T05:18:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "97bfaf3d548b0c6be0e28c8ba556b871da90440b",
          "body": null,
          "is_bot": false,
          "headline": "Update CHANGELOG.md",
          "author_name": "Igor Drozdov",
          "author_login": "igor-drozdov",
          "committed_at": "2023-08-09T05:09:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "51d524757b4039ea4c9a847b2c310034c4e37cde",
          "body": null,
          "is_bot": false,
          "headline": "Add 3.2 to the list of Ruby versions",
          "author_name": "Igor Drozdov",
          "author_login": "igor-drozdov",
          "committed_at": "2023-08-09T05:07:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a40eae753ef2a04756ba0f05d49a80d8925d4690",
          "body": null,
          "is_bot": false,
          "headline": "v5.14.0",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2023-04-19T17:59:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "50f6902296642364191a84c47d78e93e78d03d49",
          "body": "…pendency\n\nRemove explicit json gem dependency",
          "is_bot": false,
          "headline": "Merge pull request #428 from 64kramsystem/remove_explicit_json_gem_de…",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2023-04-19T17:58:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "24c18727bb11136a54f88cba0bee448969b74d0f",
          "body": "This solves problems which have been described in the [tracking issue](https://github.com/ambethia/recaptcha/issues/427).\n\nCloses https://github.com/ambethia/recaptcha/issues/427.",
          "is_bot": false,
          "headline": "Remove explicit json gem dependency",
          "author_name": "Saverio Miroddi",
          "author_login": "64kramsystem",
          "committed_at": "2023-04-19T08:29:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bb40df2518c6bed94f996651a0ee9339e8b37884",
          "body": null,
          "is_bot": false,
          "headline": "v5.13.1",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2023-04-17T19:53:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d69394453f109fb2b66b7b9f954543b51ffbe923",
          "body": "Permit actions as symbol",
          "is_bot": false,
          "headline": "Merge pull request #426 from AndyStabler/allow-symbol-actions",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2023-04-17T19:52:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e7b95a75ffa2e3256ddcf3d119cecef6d308f68c",
          "body": "This commit allows the user to pass in the expected action as a symbol.\n\nPreviously we would compare the string action with the symbol action and\nwe'd think the action was invalid.",
          "is_bot": false,
          "headline": "Permit actions as symbol",
          "author_name": "Andy Stabler",
          "author_login": "AndyStabler",
          "committed_at": "2023-04-17T19:47:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d0de0daa1d5d832bd4a99aaa39386061f13dea3e",
          "body": null,
          "is_bot": false,
          "headline": "v5.13.0",
          "author_name": "Michael Grosser",
          "author_login": "grosser",
          "committed_at": "2023-04-10T17:03:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 95,
      "commits_last_year": 15,
      "latest_release_at": "2026-04-09T17:38:02Z",
      "latest_release_tag": "v5.21.2",
      "releases_from_tags": true,
      "days_since_last_push": 32,
      "active_weeks_last_year": 5,
      "days_since_latest_release": 103,
      "mean_days_between_releases": 99.8
    },
    "community": {
      "has_readme": true,
      "has_license": true,
      "has_description": true,
      "has_contributing": false,
      "health_percentage": 57,
      "has_issue_template": false,
      "has_code_of_conduct": false,
      "has_pull_request_template": true
    },
    "ecosystem": {
      "packages": [
        {
          "name": "recaptcha",
          "exists": true,
          "license": "MIT",
          "keywords": [],
          "ecosystem": "rubygems",
          "matches_repo": true,
          "registry_url": "https://rubygems.org/gems/recaptcha",
          "is_deprecated": false,
          "latest_version": "5.21.2",
          "repository_url": "https://github.com/ambethia/recaptcha",
          "versions_count": 89,
          "total_downloads": 88885724,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": null,
          "first_published_at": "2009-10-14T17:00:35.015000Z",
          "latest_published_at": "2026-04-09T17:38:19.670000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 103
        }
      ]
    },
    "popularity": {
      "forks": 440,
      "stars": 2005,
      "watchers": 23,
      "fork_history": {
        "days": [
          {
            "date": "2008-06-04",
            "count": 1
          },
          {
            "date": "2008-07-01",
            "count": 1
          },
          {
            "date": "2008-08-07",
            "count": 1
          },
          {
            "date": "2008-11-02",
            "count": 1
          },
          {
            "date": "2008-11-05",
            "count": 1
          },
          {
            "date": "2008-11-11",
            "count": 1
          },
          {
            "date": "2008-11-16",
            "count": 1
          },
          {
            "date": "2008-12-29",
            "count": 1
          },
          {
            "date": "2009-04-10",
            "count": 1
          },
          {
            "date": "2009-04-16",
            "count": 1
          },
          {
            "date": "2009-05-15",
            "count": 1
          },
          {
            "date": "2009-05-26",
            "count": 1
          },
          {
            "date": "2009-06-25",
            "count": 1
          },
          {
            "date": "2009-09-08",
            "count": 1
          },
          {
            "date": "2009-09-10",
            "count": 1
          },
          {
            "date": "2009-09-14",
            "count": 1
          },
          {
            "date": "2009-09-22",
            "count": 1
          },
          {
            "date": "2009-11-06",
            "count": 2
          },
          {
            "date": "2009-12-03",
            "count": 1
          },
          {
            "date": "2009-12-16",
            "count": 1
          },
          {
            "date": "2009-12-21",
            "count": 1
          },
          {
            "date": "2010-03-18",
            "count": 1
          },
          {
            "date": "2010-05-01",
            "count": 1
          },
          {
            "date": "2010-05-04",
            "count": 1
          },
          {
            "date": "2010-05-10",
            "count": 1
          },
          {
            "date": "2010-05-26",
            "count": 1
          },
          {
            "date": "2010-05-27",
            "count": 1
          },
          {
            "date": "2010-05-29",
            "count": 1
          },
          {
            "date": "2010-06-15",
            "count": 1
          },
          {
            "date": "2010-06-21",
            "count": 1
          },
          {
            "date": "2010-07-17",
            "count": 1
          },
          {
            "date": "2010-07-21",
            "count": 1
          },
          {
            "date": "2010-08-24",
            "count": 1
          },
          {
            "date": "2010-08-27",
            "count": 1
          },
          {
            "date": "2010-09-21",
            "count": 1
          },
          {
            "date": "2010-10-04",
            "count": 1
          },
          {
            "date": "2010-12-07",
            "count": 1
          },
          {
            "date": "2010-12-23",
            "count": 1
          },
          {
            "date": "2011-01-11",
            "count": 1
          },
          {
            "date": "2011-01-23",
            "count": 1
          },
          {
            "date": "2011-01-25",
            "count": 1
          },
          {
            "date": "2011-01-28",
            "count": 1
          },
          {
            "date": "2011-02-02",
            "count": 1
          },
          {
            "date": "2011-02-18",
            "count": 1
          },
          {
            "date": "2011-03-15",
            "count": 1
          },
          {
            "date": "2011-03-16",
            "count": 1
          },
          {
            "date": "2011-03-27",
            "count": 1
          },
          {
            "date": "2011-03-30",
            "count": 1
          },
          {
            "date": "2011-04-20",
            "count": 1
          },
          {
            "date": "2011-04-29",
            "count": 1
          },
          {
            "date": "2011-05-04",
            "count": 1
          },
          {
            "date": "2011-05-11",
            "count": 1
          },
          {
            "date": "2011-05-23",
            "count": 1
          },
          {
            "date": "2011-06-22",
            "count": 2
          },
          {
            "date": "2011-07-21",
            "count": 1
          },
          {
            "date": "2011-07-26",
            "count": 1
          },
          {
            "date": "2011-08-02",
            "count": 1
          },
          {
            "date": "2011-08-29",
            "count": 1
          },
          {
            "date": "2011-09-07",
            "count": 1
          },
          {
            "date": "2011-09-13",
            "count": 1
          },
          {
            "date": "2011-10-15",
            "count": 1
          },
          {
            "date": "2011-10-28",
            "count": 1
          },
          {
            "date": "2011-11-07",
            "count": 1
          },
          {
            "date": "2011-11-16",
            "count": 1
          },
          {
            "date": "2011-11-21",
            "count": 1
          },
          {
            "date": "2011-12-09",
            "count": 1
          },
          {
            "date": "2011-12-18",
            "count": 1
          },
          {
            "date": "2012-01-16",
            "count": 1
          },
          {
            "date": "2012-02-02",
            "count": 1
          },
          {
            "date": "2012-02-27",
            "count": 1
          },
          {
            "date": "2012-02-28",
            "count": 1
          },
          {
            "date": "2012-02-29",
            "count": 1
          },
          {
            "date": "2012-03-16",
            "count": 1
          },
          {
            "date": "2012-03-20",
            "count": 2
          },
          {
            "date": "2012-04-25",
            "count": 1
          },
          {
            "date": "2012-05-11",
            "count": 1
          },
          {
            "date": "2012-05-16",
            "count": 1
          },
          {
            "date": "2012-05-23",
            "count": 1
          },
          {
            "date": "2012-05-30",
            "count": 1
          },
          {
            "date": "2012-06-27",
            "count": 1
          },
          {
            "date": "2012-07-15",
            "count": 1
          },
          {
            "date": "2012-08-31",
            "count": 1
          },
          {
            "date": "2012-09-24",
            "count": 1
          },
          {
            "date": "2012-10-23",
            "count": 1
          },
          {
            "date": "2012-10-25",
            "count": 1
          },
          {
            "date": "2012-11-08",
            "count": 1
          },
          {
            "date": "2012-12-13",
            "count": 1
          },
          {
            "date": "2012-12-15",
            "count": 1
          },
          {
            "date": "2013-01-04",
            "count": 1
          },
          {
            "date": "2013-01-14",
            "count": 1
          },
          {
            "date": "2013-01-17",
            "count": 2
          },
          {
            "date": "2013-02-01",
            "count": 1
          },
          {
            "date": "2013-04-04",
            "count": 1
          },
          {
            "date": "2013-04-30",
            "count": 1
          },
          {
            "date": "2013-05-26",
            "count": 1
          },
          {
            "date": "2013-08-14",
            "count": 1
          },
          {
            "date": "2013-10-01",
            "count": 1
          },
          {
            "date": "2013-11-06",
            "count": 1
          },
          {
            "date": "2013-11-17",
            "count": 1
          },
          {
            "date": "2013-11-19",
            "count": 1
          },
          {
            "date": "2013-11-20",
            "count": 1
          },
          {
            "date": "2013-12-04",
            "count": 1
          },
          {
            "date": "2013-12-17",
            "count": 1
          },
          {
            "date": "2014-03-03",
            "count": 1
          },
          {
            "date": "2014-03-20",
            "count": 1
          },
          {
            "date": "2014-04-07",
            "count": 1
          },
          {
            "date": "2014-04-16",
            "count": 1
          },
          {
            "date": "2014-04-21",
            "count": 1
          },
          {
            "date": "2014-04-28",
            "count": 1
          },
          {
            "date": "2014-05-05",
            "count": 1
          },
          {
            "date": "2014-05-29",
            "count": 1
          },
          {
            "date": "2014-06-05",
            "count": 1
          },
          {
            "date": "2014-06-13",
            "count": 1
          },
          {
            "date": "2014-07-18",
            "count": 1
          },
          {
            "date": "2014-08-20",
            "count": 1
          },
          {
            "date": "2014-08-28",
            "count": 1
          },
          {
            "date": "2014-09-11",
            "count": 1
          },
          {
            "date": "2014-10-06",
            "count": 1
          },
          {
            "date": "2014-10-16",
            "count": 1
          },
          {
            "date": "2014-10-21",
            "count": 1
          },
          {
            "date": "2014-10-30",
            "count": 1
          },
          {
            "date": "2014-11-19",
            "count": 1
          },
          {
            "date": "2014-12-03",
            "count": 2
          },
          {
            "date": "2014-12-05",
            "count": 1
          },
          {
            "date": "2014-12-08",
            "count": 1
          },
          {
            "date": "2014-12-09",
            "count": 1
          },
          {
            "date": "2014-12-13",
            "count": 1
          },
          {
            "date": "2014-12-15",
            "count": 1
          },
          {
            "date": "2014-12-24",
            "count": 1
          },
          {
            "date": "2014-12-27",
            "count": 1
          },
          {
            "date": "2015-01-06",
            "count": 1
          },
          {
            "date": "2015-01-13",
            "count": 1
          },
          {
            "date": "2015-01-26",
            "count": 1
          },
          {
            "date": "2015-02-04",
            "count": 1
          },
          {
            "date": "2015-02-10",
            "count": 1
          },
          {
            "date": "2015-02-24",
            "count": 1
          },
          {
            "date": "2015-02-25",
            "count": 1
          },
          {
            "date": "2015-03-02",
            "count": 2
          },
          {
            "date": "2015-03-21",
            "count": 1
          },
          {
            "date": "2015-04-08",
            "count": 1
          },
          {
            "date": "2015-05-15",
            "count": 1
          },
          {
            "date": "2015-05-28",
            "count": 2
          },
          {
            "date": "2015-06-01",
            "count": 1
          },
          {
            "date": "2015-06-03",
            "count": 1
          },
          {
            "date": "2015-06-29",
            "count": 1
          },
          {
            "date": "2015-07-02",
            "count": 1
          },
          {
            "date": "2015-07-05",
            "count": 1
          },
          {
            "date": "2015-07-07",
            "count": 1
          },
          {
            "date": "2015-07-19",
            "count": 1
          },
          {
            "date": "2015-07-30",
            "count": 1
          },
          {
            "date": "2015-08-11",
            "count": 1
          },
          {
            "date": "2015-08-28",
            "count": 1
          },
          {
            "date": "2015-09-15",
            "count": 1
          },
          {
            "date": "2015-09-25",
            "count": 1
          },
          {
            "date": "2015-10-08",
            "count": 1
          },
          {
            "date": "2015-10-16",
            "count": 1
          },
          {
            "date": "2015-10-27",
            "count": 1
          },
          {
            "date": "2015-11-09",
            "count": 1
          },
          {
            "date": "2015-11-26",
            "count": 1
          },
          {
            "date": "2015-12-18",
            "count": 1
          },
          {
            "date": "2015-12-24",
            "count": 1
          },
          {
            "date": "2015-12-25",
            "count": 1
          },
          {
            "date": "2015-12-29",
            "count": 1
          },
          {
            "date": "2016-01-21",
            "count": 1
          },
          {
            "date": "2016-02-08",
            "count": 1
          },
          {
            "date": "2016-02-20",
            "count": 1
          },
          {
            "date": "2016-03-04",
            "count": 1
          },
          {
            "date": "2016-03-22",
            "count": 1
          },
          {
            "date": "2016-03-23",
            "count": 2
          },
          {
            "date": "2016-03-28",
            "count": 1
          },
          {
            "date": "2016-04-06",
            "count": 1
          },
          {
            "date": "2016-04-07",
            "count": 1
          },
          {
            "date": "2016-04-16",
            "count": 1
          },
          {
            "date": "2016-04-24",
            "count": 1
          },
          {
            "date": "2016-05-03",
            "count": 1
          },
          {
            "date": "2016-05-08",
            "count": 2
          },
          {
            "date": "2016-05-19",
            "count": 1
          },
          {
            "date": "2016-05-20",
            "count": 1
          },
          {
            "date": "2016-05-24",
            "count": 1
          },
          {
            "date": "2016-05-28",
            "count": 1
          },
          {
            "date": "2016-06-09",
            "count": 1
          },
          {
            "date": "2016-06-12",
            "count": 1
          },
          {
            "date": "2016-06-16",
            "count": 1
          },
          {
            "date": "2016-06-28",
            "count": 1
          },
          {
            "date": "2016-07-02",
            "count": 1
          },
          {
            "date": "2016-07-22",
            "count": 1
          },
          {
            "date": "2016-09-01",
            "count": 1
          },
          {
            "date": "2016-09-09",
            "count": 1
          },
          {
            "date": "2016-09-20",
            "count": 1
          },
          {
            "date": "2016-10-03",
            "count": 1
          },
          {
            "date": "2016-10-07",
            "count": 1
          },
          {
            "date": "2016-10-17",
            "count": 1
          },
          {
            "date": "2016-10-20",
            "count": 1
          },
          {
            "date": "2016-10-26",
            "count": 1
          },
          {
            "date": "2016-10-27",
            "count": 1
          },
          {
            "date": "2016-11-14",
            "count": 1
          },
          {
            "date": "2016-11-17",
            "count": 1
          },
          {
            "date": "2016-11-25",
            "count": 1
          },
          {
            "date": "2016-12-14",
            "count": 1
          },
          {
            "date": "2016-12-21",
            "count": 1
          },
          {
            "date": "2016-12-24",
            "count": 1
          },
          {
            "date": "2016-12-25",
            "count": 1
          },
          {
            "date": "2016-12-28",
            "count": 1
          },
          {
            "date": "2017-01-26",
            "count": 1
          },
          {
            "date": "2017-02-07",
            "count": 1
          },
          {
            "date": "2017-02-22",
            "count": 1
          },
          {
            "date": "2017-03-14",
            "count": 1
          },
          {
            "date": "2017-03-16",
            "count": 1
          },
          {
            "date": "2017-03-28",
            "count": 1
          },
          {
            "date": "2017-04-20",
            "count": 1
          },
          {
            "date": "2017-04-26",
            "count": 1
          },
          {
            "date": "2017-04-28",
            "count": 1
          },
          {
            "date": "2017-05-03",
            "count": 1
          },
          {
            "date": "2017-05-16",
            "count": 1
          },
          {
            "date": "2017-05-24",
            "count": 1
          },
          {
            "date": "2017-06-09",
            "count": 1
          },
          {
            "date": "2017-06-28",
            "count": 1
          },
          {
            "date": "2017-07-11",
            "count": 1
          },
          {
            "date": "2017-07-12",
            "count": 1
          },
          {
            "date": "2017-07-26",
            "count": 1
          },
          {
            "date": "2017-07-27",
            "count": 1
          },
          {
            "date": "2017-07-29",
            "count": 1
          },
          {
            "date": "2017-09-01",
            "count": 1
          },
          {
            "date": "2017-09-08",
            "count": 1
          },
          {
            "date": "2017-09-16",
            "count": 1
          },
          {
            "date": "2017-09-20",
            "count": 1
          },
          {
            "date": "2017-09-24",
            "count": 1
          },
          {
            "date": "2017-10-06",
            "count": 1
          },
          {
            "date": "2017-10-16",
            "count": 1
          },
          {
            "date": "2017-10-20",
            "count": 1
          },
          {
            "date": "2017-12-21",
            "count": 1
          },
          {
            "date": "2018-01-10",
            "count": 1
          },
          {
            "date": "2018-01-11",
            "count": 1
          },
          {
            "date": "2018-01-24",
            "count": 1
          },
          {
            "date": "2018-01-25",
            "count": 1
          },
          {
            "date": "2018-01-31",
            "count": 1
          },
          {
            "date": "2018-02-09",
            "count": 1
          },
          {
            "date": "2018-02-28",
            "count": 1
          },
          {
            "date": "2018-03-05",
            "count": 1
          },
          {
            "date": "2018-03-06",
            "count": 1
          },
          {
            "date": "2018-03-07",
            "count": 1
          },
          {
            "date": "2018-03-08",
            "count": 1
          },
          {
            "date": "2018-03-11",
            "count": 1
          },
          {
            "date": "2018-03-15",
            "count": 1
          },
          {
            "date": "2018-03-22",
            "count": 1
          },
          {
            "date": "2018-03-28",
            "count": 1
          },
          {
            "date": "2018-04-05",
            "count": 1
          },
          {
            "date": "2018-05-03",
            "count": 1
          },
          {
            "date": "2018-05-28",
            "count": 1
          },
          {
            "date": "2018-06-05",
            "count": 1
          },
          {
            "date": "2018-06-06",
            "count": 1
          },
          {
            "date": "2018-06-24",
            "count": 1
          },
          {
            "date": "2018-06-25",
            "count": 1
          },
          {
            "date": "2018-06-26",
            "count": 1
          },
          {
            "date": "2018-07-06",
            "count": 1
          },
          {
            "date": "2018-07-08",
            "count": 1
          },
          {
            "date": "2018-07-11",
            "count": 1
          },
          {
            "date": "2018-07-20",
            "count": 1
          },
          {
            "date": "2018-08-05",
            "count": 1
          },
          {
            "date": "2018-08-07",
            "count": 1
          },
          {
            "date": "2018-08-08",
            "count": 1
          },
          {
            "date": "2018-08-20",
            "count": 1
          },
          {
            "date": "2018-08-30",
            "count": 1
          },
          {
            "date": "2018-10-11",
            "count": 1
          },
          {
            "date": "2018-10-17",
            "count": 1
          },
          {
            "date": "2018-10-24",
            "count": 1
          },
          {
            "date": "2018-10-31",
            "count": 1
          },
          {
            "date": "2018-11-01",
            "count": 1
          },
          {
            "date": "2018-11-13",
            "count": 1
          },
          {
            "date": "2018-11-30",
            "count": 1
          },
          {
            "date": "2018-12-01",
            "count": 1
          },
          {
            "date": "2018-12-17",
            "count": 1
          },
          {
            "date": "2018-12-21",
            "count": 1
          },
          {
            "date": "2018-12-28",
            "count": 1
          },
          {
            "date": "2019-01-22",
            "count": 1
          },
          {
            "date": "2019-02-08",
            "count": 2
          },
          {
            "date": "2019-02-11",
            "count": 1
          },
          {
            "date": "2019-03-07",
            "count": 1
          },
          {
            "date": "2019-03-18",
            "count": 1
          },
          {
            "date": "2019-03-20",
            "count": 1
          },
          {
            "date": "2019-04-08",
            "count": 1
          },
          {
            "date": "2019-05-14",
            "count": 2
          },
          {
            "date": "2019-05-15",
            "count": 1
          },
          {
            "date": "2019-05-23",
            "count": 1
          },
          {
            "date": "2019-05-30",
            "count": 1
          },
          {
            "date": "2019-06-13",
            "count": 1
          },
          {
            "date": "2019-06-15",
            "count": 1
          },
          {
            "date": "2019-06-24",
            "count": 1
          },
          {
            "date": "2019-07-20",
            "count": 1
          },
          {
            "date": "2019-07-29",
            "count": 1
          },
          {
            "date": "2019-08-02",
            "count": 1
          },
          {
            "date": "2019-09-06",
            "count": 1
          },
          {
            "date": "2019-09-18",
            "count": 1
          },
          {
            "date": "2019-09-27",
            "count": 1
          },
          {
            "date": "2019-10-09",
            "count": 1
          },
          {
            "date": "2019-10-25",
            "count": 1
          },
          {
            "date": "2019-11-09",
            "count": 1
          },
          {
            "date": "2019-11-11",
            "count": 1
          },
          {
            "date": "2019-12-23",
            "count": 1
          },
          {
            "date": "2019-12-29",
            "count": 1
          },
          {
            "date": "2020-01-15",
            "count": 1
          },
          {
            "date": "2020-01-27",
            "count": 1
          },
          {
            "date": "2020-01-29",
            "count": 1
          },
          {
            "date": "2020-01-31",
            "count": 1
          },
          {
            "date": "2020-02-17",
            "count": 1
          },
          {
            "date": "2020-02-26",
            "count": 1
          },
          {
            "date": "2020-03-17",
            "count": 1
          },
          {
            "date": "2020-03-30",
            "count": 1
          },
          {
            "date": "2020-04-01",
            "count": 1
          },
          {
            "date": "2020-04-11",
            "count": 1
          },
          {
            "date": "2020-04-29",
            "count": 1
          },
          {
            "date": "2020-05-30",
            "count": 1
          },
          {
            "date": "2020-06-02",
            "count": 1
          },
          {
            "date": "2020-06-10",
            "count": 1
          },
          {
            "date": "2020-08-15",
            "count": 1
          },
          {
            "date": "2020-08-18",
            "count": 1
          },
          {
            "date": "2020-08-19",
            "count": 1
          },
          {
            "date": "2020-08-20",
            "count": 1
          },
          {
            "date": "2020-08-25",
            "count": 1
          },
          {
            "date": "2020-09-07",
            "count": 1
          },
          {
            "date": "2020-09-24",
            "count": 1
          },
          {
            "date": "2020-10-01",
            "count": 1
          },
          {
            "date": "2020-10-23",
            "count": 1
          },
          {
            "date": "2020-11-03",
            "count": 1
          },
          {
            "date": "2020-12-01",
            "count": 1
          },
          {
            "date": "2021-02-04",
            "count": 2
          },
          {
            "date": "2021-02-10",
            "count": 1
          },
          {
            "date": "2021-03-27",
            "count": 1
          },
          {
            "date": "2021-03-30",
            "count": 1
          },
          {
            "date": "2021-04-10",
            "count": 1
          },
          {
            "date": "2021-06-05",
            "count": 1
          },
          {
            "date": "2021-06-17",
            "count": 1
          },
          {
            "date": "2021-06-20",
            "count": 1
          },
          {
            "date": "2021-07-26",
            "count": 1
          },
          {
            "date": "2021-08-04",
            "count": 1
          },
          {
            "date": "2021-08-05",
            "count": 1
          },
          {
            "date": "2021-08-06",
            "count": 1
          },
          {
            "date": "2021-08-12",
            "count": 1
          },
          {
            "date": "2021-08-16",
            "count": 1
          },
          {
            "date": "2021-08-25",
            "count": 1
          },
          {
            "date": "2021-09-28",
            "count": 1
          },
          {
            "date": "2021-10-12",
            "count": 1
          },
          {
            "date": "2021-10-18",
            "count": 1
          },
          {
            "date": "2021-11-29",
            "count": 1
          },
          {
            "date": "2022-01-07",
            "count": 1
          },
          {
            "date": "2022-02-07",
            "count": 1
          },
          {
            "date": "2022-02-10",
            "count": 1
          },
          {
            "date": "2022-02-14",
            "count": 1
          },
          {
            "date": "2022-03-05",
            "count": 1
          },
          {
            "date": "2022-03-15",
            "count": 2
          },
          {
            "date": "2022-04-15",
            "count": 1
          },
          {
            "date": "2022-04-27",
            "count": 1
          },
          {
            "date": "2022-05-30",
            "count": 1
          },
          {
            "date": "2022-08-24",
            "count": 1
          },
          {
            "date": "2022-08-25",
            "count": 1
          },
          {
            "date": "2022-08-30",
            "count": 1
          },
          {
            "date": "2022-09-16",
            "count": 1
          },
          {
            "date": "2022-09-19",
            "count": 1
          },
          {
            "date": "2022-10-20",
            "count": 1
          },
          {
            "date": "2022-11-29",
            "count": 1
          },
          {
            "date": "2023-01-29",
            "count": 1
          },
          {
            "date": "2023-03-06",
            "count": 1
          },
          {
            "date": "2023-03-09",
            "count": 1
          },
          {
            "date": "2023-03-17",
            "count": 1
          },
          {
            "date": "2023-04-06",
            "count": 1
          },
          {
            "date": "2023-04-09",
            "count": 1
          },
          {
            "date": "2023-04-17",
            "count": 1
          },
          {
            "date": "2023-04-27",
            "count": 1
          },
          {
            "date": "2023-05-10",
            "count": 1
          },
          {
            "date": "2023-06-13",
            "count": 1
          },
          {
            "date": "2023-08-19",
            "count": 1
          },
          {
            "date": "2023-10-24",
            "count": 1
          },
          {
            "date": "2023-12-19",
            "count": 1
          },
          {
            "date": "2023-12-21",
            "count": 1
          },
          {
            "date": "2024-01-15",
            "count": 1
          },
          {
            "date": "2024-01-24",
            "count": 1
          },
          {
            "date": "2024-05-10",
            "count": 1
          },
          {
            "date": "2024-06-09",
            "count": 1
          },
          {
            "date": "2024-09-15",
            "count": 1
          },
          {
            "date": "2024-10-23",
            "count": 1
          },
          {
            "date": "2024-11-26",
            "count": 1
          },
          {
            "date": "2024-12-08",
            "count": 1
          },
          {
            "date": "2025-01-13",
            "count": 1
          },
          {
            "date": "2025-07-16",
            "count": 1
          },
          {
            "date": "2025-09-08",
            "count": 1
          },
          {
            "date": "2025-10-15",
            "count": 1
          },
          {
            "date": "2025-11-22",
            "count": 1
          },
          {
            "date": "2026-04-09",
            "count": 1
          },
          {
            "date": "2026-06-18",
            "count": 1
          }
        ],
        "complete": true,
        "collected": 402,
        "total_forks": 440
      },
      "star_history": {
        "days": [
          {
            "date": "2016-07-23",
            "count": 1
          },
          {
            "date": "2016-07-24",
            "count": 3
          },
          {
            "date": "2016-07-26",
            "count": 2
          },
          {
            "date": "2016-07-27",
            "count": 1
          },
          {
            "date": "2016-07-29",
            "count": 1
          },
          {
            "date": "2016-08-01",
            "count": 1
          },
          {
            "date": "2016-08-03",
            "count": 1
          },
          {
            "date": "2016-08-07",
            "count": 1
          },
          {
            "date": "2016-08-10",
            "count": 2
          },
          {
            "date": "2016-08-16",
            "count": 1
          },
          {
            "date": "2016-08-20",
            "count": 1
          },
          {
            "date": "2016-08-23",
            "count": 1
          },
          {
            "date": "2016-08-24",
            "count": 2
          },
          {
            "date": "2016-08-27",
            "count": 1
          },
          {
            "date": "2016-08-29",
            "count": 3
          },
          {
            "date": "2016-09-03",
            "count": 1
          },
          {
            "date": "2016-09-04",
            "count": 1
          },
          {
            "date": "2016-09-12",
            "count": 1
          },
          {
            "date": "2016-09-18",
            "count": 1
          },
          {
            "date": "2016-09-20",
            "count": 1
          },
          {
            "date": "2016-09-29",
            "count": 1
          },
          {
            "date": "2016-09-30",
            "count": 1
          },
          {
            "date": "2016-10-02",
            "count": 2
          },
          {
            "date": "2016-10-03",
            "count": 1
          },
          {
            "date": "2016-10-07",
            "count": 3
          },
          {
            "date": "2016-10-11",
            "count": 1
          },
          {
            "date": "2016-10-17",
            "count": 1
          },
          {
            "date": "2016-10-19",
            "count": 2
          },
          {
            "date": "2016-10-20",
            "count": 1
          },
          {
            "date": "2016-10-25",
            "count": 3
          },
          {
            "date": "2016-10-27",
            "count": 2
          },
          {
            "date": "2016-10-31",
            "count": 1
          },
          {
            "date": "2016-11-01",
            "count": 1
          },
          {
            "date": "2016-11-02",
            "count": 1
          },
          {
            "date": "2016-11-03",
            "count": 2
          },
          {
            "date": "2016-11-04",
            "count": 1
          },
          {
            "date": "2016-11-05",
            "count": 3
          },
          {
            "date": "2016-11-06",
            "count": 1
          },
          {
            "date": "2016-11-09",
            "count": 1
          },
          {
            "date": "2016-11-11",
            "count": 2
          },
          {
            "date": "2016-11-13",
            "count": 1
          },
          {
            "date": "2016-11-14",
            "count": 1
          },
          {
            "date": "2016-11-16",
            "count": 1
          },
          {
            "date": "2016-11-18",
            "count": 1
          },
          {
            "date": "2016-11-20",
            "count": 2
          },
          {
            "date": "2016-11-21",
            "count": 1
          },
          {
            "date": "2016-11-23",
            "count": 2
          },
          {
            "date": "2016-11-27",
            "count": 1
          },
          {
            "date": "2016-12-02",
            "count": 2
          },
          {
            "date": "2016-12-03",
            "count": 1
          },
          {
            "date": "2016-12-04",
            "count": 1
          },
          {
            "date": "2016-12-07",
            "count": 1
          },
          {
            "date": "2016-12-10",
            "count": 1
          },
          {
            "date": "2016-12-11",
            "count": 1
          },
          {
            "date": "2016-12-12",
            "count": 3
          },
          {
            "date": "2016-12-15",
            "count": 1
          },
          {
            "date": "2016-12-17",
            "count": 1
          },
          {
            "date": "2016-12-19",
            "count": 1
          },
          {
            "date": "2016-12-20",
            "count": 1
          },
          {
            "date": "2016-12-22",
            "count": 1
          },
          {
            "date": "2016-12-23",
            "count": 1
          },
          {
            "date": "2016-12-25",
            "count": 1
          },
          {
            "date": "2016-12-27",
            "count": 1
          },
          {
            "date": "2016-12-29",
            "count": 1
          },
          {
            "date": "2017-01-01",
            "count": 1
          },
          {
            "date": "2017-01-04",
            "count": 1
          },
          {
            "date": "2017-01-05",
            "count": 3
          },
          {
            "date": "2017-01-07",
            "count": 2
          },
          {
            "date": "2017-01-09",
            "count": 1
          },
          {
            "date": "2017-01-10",
            "count": 1
          },
          {
            "date": "2017-01-11",
            "count": 2
          },
          {
            "date": "2017-01-20",
            "count": 1
          },
          {
            "date": "2017-01-22",
            "count": 1
          },
          {
            "date": "2017-01-26",
            "count": 1
          },
          {
            "date": "2017-01-27",
            "count": 2
          },
          {
            "date": "2017-01-28",
            "count": 1
          },
          {
            "date": "2017-02-01",
            "count": 1
          },
          {
            "date": "2017-02-02",
            "count": 1
          },
          {
            "date": "2017-02-06",
            "count": 2
          },
          {
            "date": "2017-02-07",
            "count": 1
          },
          {
            "date": "2017-02-08",
            "count": 2
          },
          {
            "date": "2017-02-10",
            "count": 1
          },
          {
            "date": "2017-02-11",
            "count": 1
          },
          {
            "date": "2017-02-14",
            "count": 2
          },
          {
            "date": "2017-02-15",
            "count": 1
          },
          {
            "date": "2017-02-18",
            "count": 1
          },
          {
            "date": "2017-02-23",
            "count": 1
          },
          {
            "date": "2017-02-24",
            "count": 3
          },
          {
            "date": "2017-02-25",
            "count": 1
          },
          {
            "date": "2017-03-02",
            "count": 2
          },
          {
            "date": "2017-03-03",
            "count": 1
          },
          {
            "date": "2017-03-05",
            "count": 1
          },
          {
            "date": "2017-03-06",
            "count": 1
          },
          {
            "date": "2017-03-09",
            "count": 1
          },
          {
            "date": "2017-03-12",
            "count": 1
          },
          {
            "date": "2017-03-15",
            "count": 2
          },
          {
            "date": "2017-03-18",
            "count": 1
          },
          {
            "date": "2017-03-21",
            "count": 1
          },
          {
            "date": "2017-03-22",
            "count": 1
          },
          {
            "date": "2017-03-23",
            "count": 1
          },
          {
            "date": "2017-03-27",
            "count": 1
          },
          {
            "date": "2017-03-29",
            "count": 1
          },
          {
            "date": "2017-03-31",
            "count": 3
          },
          {
            "date": "2017-04-01",
            "count": 1
          },
          {
            "date": "2017-04-08",
            "count": 1
          },
          {
            "date": "2017-04-12",
            "count": 2
          },
          {
            "date": "2017-04-15",
            "count": 3
          },
          {
            "date": "2017-04-23",
            "count": 1
          },
          {
            "date": "2017-04-24",
            "count": 1
          },
          {
            "date": "2017-04-25",
            "count": 1
          },
          {
            "date": "2017-04-26",
            "count": 2
          },
          {
            "date": "2017-04-28",
            "count": 1
          },
          {
            "date": "2017-04-29",
            "count": 1
          },
          {
            "date": "2017-05-03",
            "count": 1
          },
          {
            "date": "2017-05-08",
            "count": 1
          },
          {
            "date": "2017-05-16",
            "count": 2
          },
          {
            "date": "2017-05-17",
            "count": 3
          },
          {
            "date": "2017-05-19",
            "count": 1
          },
          {
            "date": "2017-05-22",
            "count": 1
          },
          {
            "date": "2017-05-28",
            "count": 1
          },
          {
            "date": "2017-05-29",
            "count": 1
          },
          {
            "date": "2017-05-30",
            "count": 2
          },
          {
            "date": "2017-05-31",
            "count": 2
          },
          {
            "date": "2017-06-04",
            "count": 1
          },
          {
            "date": "2017-06-06",
            "count": 1
          },
          {
            "date": "2017-06-07",
            "count": 2
          },
          {
            "date": "2017-06-09",
            "count": 1
          },
          {
            "date": "2017-06-11",
            "count": 1
          },
          {
            "date": "2017-06-14",
            "count": 1
          },
          {
            "date": "2017-06-16",
            "count": 2
          },
          {
            "date": "2017-06-20",
            "count": 1
          },
          {
            "date": "2017-06-21",
            "count": 1
          },
          {
            "date": "2017-06-22",
            "count": 1
          },
          {
            "date": "2017-06-23",
            "count": 1
          },
          {
            "date": "2017-06-25",
            "count": 2
          },
          {
            "date": "2017-06-27",
            "count": 1
          },
          {
            "date": "2017-06-28",
            "count": 1
          },
          {
            "date": "2017-06-30",
            "count": 1
          },
          {
            "date": "2017-07-01",
            "count": 1
          },
          {
            "date": "2017-07-03",
            "count": 1
          },
          {
            "date": "2017-07-04",
            "count": 1
          },
          {
            "date": "2017-07-05",
            "count": 1
          },
          {
            "date": "2017-07-06",
            "count": 1
          },
          {
            "date": "2017-07-10",
            "count": 1
          },
          {
            "date": "2017-07-13",
            "count": 1
          },
          {
            "date": "2017-07-17",
            "count": 1
          },
          {
            "date": "2017-07-18",
            "count": 1
          },
          {
            "date": "2017-07-19",
            "count": 1
          },
          {
            "date": "2017-07-22",
            "count": 2
          },
          {
            "date": "2017-07-29",
            "count": 1
          },
          {
            "date": "2017-08-02",
            "count": 1
          },
          {
            "date": "2017-08-04",
            "count": 1
          },
          {
            "date": "2017-08-10",
            "count": 2
          },
          {
            "date": "2017-08-12",
            "count": 2
          },
          {
            "date": "2017-08-15",
            "count": 1
          },
          {
            "date": "2017-08-16",
            "count": 1
          },
          {
            "date": "2017-08-17",
            "count": 1
          },
          {
            "date": "2017-08-18",
            "count": 1
          },
          {
            "date": "2017-08-27",
            "count": 1
          },
          {
            "date": "2017-08-28",
            "count": 1
          },
          {
            "date": "2017-08-29",
            "count": 1
          },
          {
            "date": "2017-08-31",
            "count": 2
          },
          {
            "date": "2017-09-02",
            "count": 1
          },
          {
            "date": "2017-09-05",
            "count": 1
          },
          {
            "date": "2017-09-07",
            "count": 1
          },
          {
            "date": "2017-09-08",
            "count": 1
          },
          {
            "date": "2017-09-11",
            "count": 1
          },
          {
            "date": "2017-09-12",
            "count": 2
          },
          {
            "date": "2017-09-17",
            "count": 1
          },
          {
            "date": "2017-09-18",
            "count": 1
          },
          {
            "date": "2017-09-19",
            "count": 1
          },
          {
            "date": "2017-09-25",
            "count": 1
          },
          {
            "date": "2017-09-28",
            "count": 2
          },
          {
            "date": "2017-09-30",
            "count": 1
          },
          {
            "date": "2017-10-02",
            "count": 1
          },
          {
            "date": "2017-10-04",
            "count": 1
          },
          {
            "date": "2017-10-13",
            "count": 2
          },
          {
            "date": "2017-10-15",
            "count": 2
          },
          {
            "date": "2017-10-16",
            "count": 1
          },
          {
            "date": "2017-10-17",
            "count": 2
          },
          {
            "date": "2017-10-20",
            "count": 1
          },
          {
            "date": "2017-10-26",
            "count": 1
          },
          {
            "date": "2017-11-08",
            "count": 1
          },
          {
            "date": "2017-11-12",
            "count": 1
          },
          {
            "date": "2017-11-17",
            "count": 1
          },
          {
            "date": "2017-11-18",
            "count": 1
          },
          {
            "date": "2017-11-19",
            "count": 1
          },
          {
            "date": "2017-11-21",
            "count": 1
          },
          {
            "date": "2017-11-22",
            "count": 1
          },
          {
            "date": "2017-11-24",
            "count": 2
          },
          {
            "date": "2017-11-25",
            "count": 1
          },
          {
            "date": "2017-11-29",
            "count": 1
          },
          {
            "date": "2017-11-30",
            "count": 1
          },
          {
            "date": "2017-12-04",
            "count": 1
          },
          {
            "date": "2017-12-13",
            "count": 1
          },
          {
            "date": "2017-12-19",
            "count": 1
          },
          {
            "date": "2017-12-20",
            "count": 1
          },
          {
            "date": "2017-12-21",
            "count": 1
          },
          {
            "date": "2017-12-25",
            "count": 1
          },
          {
            "date": "2017-12-26",
            "count": 1
          },
          {
            "date": "2017-12-28",
            "count": 1
          },
          {
            "date": "2017-12-31",
            "count": 1
          },
          {
            "date": "2018-01-01",
            "count": 1
          },
          {
            "date": "2018-01-02",
            "count": 1
          },
          {
            "date": "2018-01-06",
            "count": 1
          },
          {
            "date": "2018-01-12",
            "count": 1
          },
          {
            "date": "2018-01-13",
            "count": 1
          },
          {
            "date": "2018-01-15",
            "count": 2
          },
          {
            "date": "2018-01-18",
            "count": 1
          },
          {
            "date": "2018-01-21",
            "count": 1
          },
          {
            "date": "2018-01-24",
            "count": 1
          },
          {
            "date": "2018-01-25",
            "count": 1
          },
          {
            "date": "2018-01-26",
            "count": 2
          },
          {
            "date": "2018-01-31",
            "count": 1
          },
          {
            "date": "2018-02-07",
            "count": 1
          },
          {
            "date": "2018-02-09",
            "count": 1
          },
          {
            "date": "2018-02-10",
            "count": 1
          },
          {
            "date": "2018-02-14",
            "count": 1
          },
          {
            "date": "2018-02-15",
            "count": 1
          },
          {
            "date": "2018-02-20",
            "count": 1
          },
          {
            "date": "2018-02-22",
            "count": 1
          },
          {
            "date": "2018-02-24",
            "count": 1
          },
          {
            "date": "2018-02-26",
            "count": 1
          },
          {
            "date": "2018-02-27",
            "count": 1
          },
          {
            "date": "2018-03-05",
            "count": 1
          },
          {
            "date": "2018-03-07",
            "count": 2
          },
          {
            "date": "2018-03-08",
            "count": 1
          },
          {
            "date": "2018-03-09",
            "count": 1
          },
          {
            "date": "2018-03-13",
            "count": 1
          },
          {
            "date": "2018-03-14",
            "count": 2
          },
          {
            "date": "2018-03-15",
            "count": 1
          },
          {
            "date": "2018-03-20",
            "count": 2
          },
          {
            "date": "2018-03-21",
            "count": 2
          },
          {
            "date": "2018-03-23",
            "count": 2
          },
          {
            "date": "2018-03-26",
            "count": 1
          },
          {
            "date": "2018-03-28",
            "count": 3
          },
          {
            "date": "2018-03-30",
            "count": 1
          },
          {
            "date": "2018-04-03",
            "count": 1
          },
          {
            "date": "2018-04-17",
            "count": 1
          },
          {
            "date": "2018-04-18",
            "count": 2
          },
          {
            "date": "2018-04-19",
            "count": 1
          },
          {
            "date": "2018-04-24",
            "count": 2
          },
          {
            "date": "2018-04-26",
            "count": 1
          },
          {
            "date": "2018-04-30",
            "count": 1
          },
          {
            "date": "2018-05-04",
            "count": 1
          },
          {
            "date": "2018-05-10",
            "count": 1
          },
          {
            "date": "2018-05-14",
            "count": 1
          },
          {
            "date": "2018-05-22",
            "count": 1
          },
          {
            "date": "2018-05-24",
            "count": 2
          },
          {
            "date": "2018-05-25",
            "count": 1
          },
          {
            "date": "2018-05-28",
            "count": 1
          },
          {
            "date": "2018-06-01",
            "count": 1
          },
          {
            "date": "2018-06-04",
            "count": 1
          },
          {
            "date": "2018-06-05",
            "count": 2
          },
          {
            "date": "2018-06-08",
            "count": 1
          },
          {
            "date": "2018-06-25",
            "count": 2
          },
          {
            "date": "2018-06-26",
            "count": 1
          },
          {
            "date": "2018-06-28",
            "count": 1
          },
          {
            "date": "2018-07-02",
            "count": 1
          },
          {
            "date": "2018-07-06",
            "count": 1
          },
          {
            "date": "2018-07-08",
            "count": 1
          },
          {
            "date": "2018-07-09",
            "count": 1
          },
          {
            "date": "2018-07-12",
            "count": 2
          },
          {
            "date": "2018-07-17",
            "count": 2
          },
          {
            "date": "2018-07-18",
            "count": 1
          },
          {
            "date": "2018-07-20",
            "count": 1
          },
          {
            "date": "2018-07-24",
            "count": 1
          },
          {
            "date": "2018-07-27",
            "count": 2
          },
          {
            "date": "2018-07-29",
            "count": 1
          },
          {
            "date": "2018-08-05",
            "count": 1
          },
          {
            "date": "2018-08-10",
            "count": 1
          },
          {
            "date": "2018-08-11",
            "count": 2
          },
          {
            "date": "2018-08-13",
            "count": 1
          },
          {
            "date": "2018-08-17",
            "count": 1
          },
          {
            "date": "2018-08-18",
            "count": 1
          },
          {
            "date": "2018-08-21",
            "count": 1
          },
          {
            "date": "2018-08-27",
            "count": 1
          },
          {
            "date": "2018-08-28",
            "count": 1
          },
          {
            "date": "2018-08-29",
            "count": 1
          },
          {
            "date": "2018-09-04",
            "count": 1
          },
          {
            "date": "2018-09-05",
            "count": 1
          },
          {
            "date": "2018-09-09",
            "count": 1
          },
          {
            "date": "2018-09-13",
            "count": 1
          },
          {
            "date": "2018-09-14",
            "count": 3
          },
          {
            "date": "2018-09-17",
            "count": 1
          },
          {
            "date": "2018-09-19",
            "count": 1
          },
          {
            "date": "2018-09-20",
            "count": 2
          },
          {
            "date": "2018-09-21",
            "count": 4
          },
          {
            "date": "2018-09-24",
            "count": 1
          },
          {
            "date": "2018-09-26",
            "count": 2
          },
          {
            "date": "2018-09-28",
            "count": 2
          },
          {
            "date": "2018-10-03",
            "count": 2
          },
          {
            "date": "2018-10-04",
            "count": 1
          },
          {
            "date": "2018-10-13",
            "count": 1
          },
          {
            "date": "2018-10-17",
            "count": 1
          },
          {
            "date": "2018-10-18",
            "count": 2
          },
          {
            "date": "2018-10-19",
            "count": 1
          },
          {
            "date": "2018-10-26",
            "count": 1
          },
          {
            "date": "2018-10-29",
            "count": 1
          },
          {
            "date": "2018-10-31",
            "count": 1
          },
          {
            "date": "2018-11-02",
            "count": 1
          },
          {
            "date": "2018-11-06",
            "count": 1
          },
          {
            "date": "2018-11-08",
            "count": 1
          },
          {
            "date": "2018-11-13",
            "count": 1
          },
          {
            "date": "2018-11-14",
            "count": 1
          },
          {
            "date": "2018-11-17",
            "count": 1
          },
          {
            "date": "2018-11-19",
            "count": 1
          },
          {
            "date": "2018-11-20",
            "count": 1
          },
          {
            "date": "2018-11-23",
            "count": 1
          },
          {
            "date": "2018-11-26",
            "count": 1
          },
          {
            "date": "2018-12-02",
            "count": 1
          },
          {
            "date": "2018-12-04",
            "count": 1
          },
          {
            "date": "2018-12-07",
            "count": 1
          },
          {
            "date": "2018-12-12",
            "count": 1
          },
          {
            "date": "2018-12-14",
            "count": 1
          },
          {
            "date": "2018-12-20",
            "count": 1
          },
          {
            "date": "2018-12-23",
            "count": 1
          },
          {
            "date": "2018-12-25",
            "count": 1
          },
          {
            "date": "2018-12-27",
            "count": 1
          },
          {
            "date": "2019-01-01",
            "count": 1
          },
          {
            "date": "2019-01-05",
            "count": 1
          },
          {
            "date": "2019-01-06",
            "count": 1
          },
          {
            "date": "2019-01-08",
            "count": 1
          },
          {
            "date": "2019-01-09",
            "count": 1
          },
          {
            "date": "2019-01-11",
            "count": 1
          },
          {
            "date": "2019-01-16",
            "count": 1
          },
          {
            "date": "2019-01-17",
            "count": 1
          },
          {
            "date": "2019-01-18",
            "count": 1
          },
          {
            "date": "2019-01-20",
            "count": 1
          },
          {
            "date": "2019-01-21",
            "count": 1
          },
          {
            "date": "2019-01-22",
            "count": 1
          },
          {
            "date": "2019-01-23",
            "count": 1
          },
          {
            "date": "2019-01-26",
            "count": 1
          },
          {
            "date": "2019-01-27",
            "count": 2
          },
          {
            "date": "2019-01-29",
            "count": 2
          },
          {
            "date": "2019-02-01",
            "count": 1
          },
          {
            "date": "2019-02-07",
            "count": 1
          },
          {
            "date": "2019-02-12",
            "count": 1
          },
          {
            "date": "2019-02-13",
            "count": 2
          },
          {
            "date": "2019-02-14",
            "count": 1
          },
          {
            "date": "2019-02-15",
            "count": 1
          },
          {
            "date": "2019-02-16",
            "count": 1
          },
          {
            "date": "2019-02-22",
            "count": 1
          },
          {
            "date": "2019-02-23",
            "count": 1
          },
          {
            "date": "2019-02-26",
            "count": 1
          },
          {
            "date": "2019-02-28",
            "count": 2
          },
          {
            "date": "2019-03-01",
            "count": 1
          },
          {
            "date": "2019-03-02",
            "count": 1
          },
          {
            "date": "2019-03-07",
            "count": 1
          },
          {
            "date": "2019-03-13",
            "count": 2
          },
          {
            "date": "2019-03-14",
            "count": 2
          },
          {
            "date": "2019-03-15",
            "count": 1
          },
          {
            "date": "2019-03-17",
            "count": 2
          },
          {
            "date": "2019-03-18",
            "count": 1
          },
          {
            "date": "2019-03-19",
            "count": 1
          },
          {
            "date": "2019-03-20",
            "count": 2
          },
          {
            "date": "2019-03-31",
            "count": 1
          },
          {
            "date": "2019-04-02",
            "count": 2
          },
          {
            "date": "2019-04-03",
            "count": 1
          },
          {
            "date": "2019-04-04",
            "count": 3
          },
          {
            "date": "2019-04-15",
            "count": 1
          },
          {
            "date": "2019-04-22",
            "count": 1
          },
          {
            "date": "2019-04-24",
            "count": 1
          },
          {
            "date": "2019-04-26",
            "count": 1
          },
          {
            "date": "2019-04-30",
            "count": 1
          },
          {
            "date": "2019-05-06",
            "count": 1
          },
          {
            "date": "2019-05-10",
            "count": 1
          },
          {
            "date": "2019-05-24",
            "count": 1
          },
          {
            "date": "2019-05-26",
            "count": 1
          },
          {
            "date": "2019-05-28",
            "count": 1
          },
          {
            "date": "2019-05-29",
            "count": 1
          },
          {
            "date": "2019-06-04",
            "count": 3
          },
          {
            "date": "2019-06-06",
            "count": 2
          },
          {
            "date": "2019-06-10",
            "count": 2
          },
          {
            "date": "2019-06-11",
            "count": 1
          },
          {
            "date": "2019-06-14",
            "count": 1
          },
          {
            "date": "2019-06-20",
            "count": 2
          },
          {
            "date": "2019-06-21",
            "count": 1
          },
          {
            "date": "2019-06-22",
            "count": 4
          },
          {
            "date": "2019-06-23",
            "count": 1
          },
          {
            "date": "2019-06-24",
            "count": 3
          },
          {
            "date": "2019-06-26",
            "count": 1
          },
          {
            "date": "2019-06-27",
            "count": 2
          },
          {
            "date": "2019-06-30",
            "count": 1
          },
          {
            "date": "2019-07-01",
            "count": 1
          },
          {
            "date": "2019-07-03",
            "count": 2
          },
          {
            "date": "2019-07-15",
            "count": 2
          },
          {
            "date": "2019-07-17",
            "count": 1
          },
          {
            "date": "2019-07-18",
            "count": 1
          },
          {
            "date": "2019-07-21",
            "count": 1
          },
          {
            "date": "2019-07-22",
            "count": 1
          },
          {
            "date": "2019-07-23",
            "count": 1
          },
          {
            "date": "2019-07-24",
            "count": 1
          },
          {
            "date": "2019-07-25",
            "count": 1
          },
          {
            "date": "2019-07-30",
            "count": 1
          },
          {
            "date": "2019-07-31",
            "count": 1
          },
          {
            "date": "2019-08-08",
            "count": 1
          },
          {
            "date": "2019-08-26",
            "count": 1
          },
          {
            "date": "2019-08-31",
            "count": 2
          },
          {
            "date": "2019-09-03",
            "count": 1
          },
          {
            "date": "2019-09-04",
            "count": 1
          },
          {
            "date": "2019-09-07",
            "count": 1
          },
          {
            "date": "2019-09-09",
            "count": 1
          },
          {
            "date": "2019-09-10",
            "count": 1
          },
          {
            "date": "2019-09-16",
            "count": 1
          },
          {
            "date": "2019-09-22",
            "count": 1
          },
          {
            "date": "2019-10-02",
            "count": 1
          },
          {
            "date": "2019-10-04",
            "count": 3
          },
          {
            "date": "2019-10-06",
            "count": 1
          },
          {
            "date": "2019-10-08",
            "count": 2
          },
          {
            "date": "2019-10-12",
            "count": 2
          },
          {
            "date": "2019-10-14",
            "count": 2
          },
          {
            "date": "2019-10-16",
            "count": 1
          },
          {
            "date": "2019-10-18",
            "count": 1
          },
          {
            "date": "2019-10-22",
            "count": 2
          },
          {
            "date": "2019-11-01",
            "count": 1
          },
          {
            "date": "2019-11-05",
            "count": 1
          },
          {
            "date": "2019-11-17",
            "count": 1
          },
          {
            "date": "2019-11-19",
            "count": 1
          },
          {
            "date": "2019-11-28",
            "count": 1
          },
          {
            "date": "2019-11-29",
            "count": 1
          },
          {
            "date": "2019-11-30",
            "count": 1
          },
          {
            "date": "2019-12-01",
            "count": 1
          },
          {
            "date": "2019-12-09",
            "count": 2
          },
          {
            "date": "2019-12-10",
            "count": 1
          },
          {
            "date": "2019-12-11",
            "count": 2
          },
          {
            "date": "2019-12-15",
            "count": 1
          },
          {
            "date": "2019-12-16",
            "count": 1
          },
          {
            "date": "2020-01-02",
            "count": 1
          },
          {
            "date": "2020-01-07",
            "count": 1
          },
          {
            "date": "2020-01-08",
            "count": 1
          },
          {
            "date": "2020-01-10",
            "count": 3
          },
          {
            "date": "2020-01-19",
            "count": 1
          },
          {
            "date": "2020-01-20",
            "count": 1
          },
          {
            "date": "2020-01-21",
            "count": 1
          },
          {
            "date": "2020-01-24",
            "count": 1
          },
          {
            "date": "2020-01-28",
            "count": 1
          },
          {
            "date": "2020-02-04",
            "count": 1
          },
          {
            "date": "2020-02-05",
            "count": 2
          },
          {
            "date": "2020-02-10",
            "count": 1
          },
          {
            "date": "2020-02-16",
            "count": 1
          },
          {
            "date": "2020-02-18",
            "count": 1
          },
          {
            "date": "2020-02-24",
            "count": 1
          },
          {
            "date": "2020-02-26",
            "count": 1
          },
          {
            "date": "2020-03-02",
            "count": 1
          },
          {
            "date": "2020-03-05",
            "count": 1
          },
          {
            "date": "2020-03-06",
            "count": 1
          },
          {
            "date": "2020-03-11",
            "count": 1
          },
          {
            "date": "2020-03-12",
            "count": 1
          },
          {
            "date": "2020-03-13",
            "count": 1
          },
          {
            "date": "2020-03-18",
            "count": 1
          },
          {
            "date": "2020-03-22",
            "count": 1
          },
          {
            "date": "2020-03-25",
            "count": 1
          },
          {
            "date": "2020-03-26",
            "count": 2
          },
          {
            "date": "2020-03-27",
            "count": 1
          },
          {
            "date": "2020-03-29",
            "count": 1
          },
          {
            "date": "2020-03-31",
            "count": 1
          },
          {
            "date": "2020-04-02",
            "count": 1
          },
          {
            "date": "2020-04-12",
            "count": 1
          },
          {
            "date": "2020-04-13",
            "count": 3
          },
          {
            "date": "2020-04-15",
            "count": 2
          },
          {
            "date": "2020-04-16",
            "count": 1
          },
          {
            "date": "2020-04-17",
            "count": 1
          },
          {
            "date": "2020-04-18",
            "count": 1
          },
          {
            "date": "2020-04-21",
            "count": 5
          },
          {
            "date": "2020-04-23",
            "count": 1
          },
          {
            "date": "2020-04-24",
            "count": 1
          },
          {
            "date": "2020-04-27",
            "count": 1
          },
          {
            "date": "2020-04-30",
            "count": 1
          },
          {
            "date": "2020-05-01",
            "count": 1
          },
          {
            "date": "2020-05-02",
            "count": 2
          },
          {
            "date": "2020-05-08",
            "count": 1
          },
          {
            "date": "2020-05-13",
            "count": 1
          },
          {
            "date": "2020-05-14",
            "count": 2
          },
          {
            "date": "2020-05-15",
            "count": 1
          },
          {
            "date": "2020-05-16",
            "count": 1
          },
          {
            "date": "2020-05-17",
            "count": 1
          },
          {
            "date": "2020-05-20",
            "count": 1
          },
          {
            "date": "2020-05-29",
            "count": 2
          },
          {
            "date": "2020-05-30",
            "count": 1
          },
          {
            "date": "2020-06-03",
            "count": 1
          },
          {
            "date": "2020-06-05",
            "count": 2
          },
          {
            "date": "2020-06-07",
            "count": 1
          },
          {
            "date": "2020-06-10",
            "count": 1
          },
          {
            "date": "2020-06-11",
            "count": 1
          },
          {
            "date": "2020-06-12",
            "count": 2
          },
          {
            "date": "2020-06-18",
            "count": 1
          },
          {
            "date": "2020-06-21",
            "count": 1
          },
          {
            "date": "2020-06-24",
            "count": 1
          },
          {
            "date": "2020-06-29",
            "count": 1
          },
          {
            "date": "2020-06-30",
            "count": 1
          },
          {
            "date": "2020-07-01",
            "count": 1
          },
          {
            "date": "2020-07-03",
            "count": 1
          },
          {
            "date": "2020-07-17",
            "count": 1
          },
          {
            "date": "2020-07-18",
            "count": 1
          },
          {
            "date": "2020-07-19",
            "count": 1
          },
          {
            "date": "2020-07-21",
            "count": 1
          },
          {
            "date": "2020-07-28",
            "count": 1
          },
          {
            "date": "2020-07-31",
            "count": 1
          },
          {
            "date": "2020-08-03",
            "count": 1
          },
          {
            "date": "2020-08-15",
            "count": 1
          },
          {
            "date": "2020-08-17",
            "count": 1
          },
          {
            "date": "2020-08-24",
            "count": 1
          },
          {
            "date": "2020-08-26",
            "count": 1
          },
          {
            "date": "2020-08-31",
            "count": 1
          },
          {
            "date": "2020-09-06",
            "count": 1
          },
          {
            "date": "2020-09-07",
            "count": 1
          },
          {
            "date": "2020-09-10",
            "count": 1
          },
          {
            "date": "2020-09-15",
            "count": 2
          },
          {
            "date": "2020-09-16",
            "count": 1
          },
          {
            "date": "2020-09-17",
            "count": 1
          },
          {
            "date": "2020-09-22",
            "count": 1
          },
          {
            "date": "2020-09-23",
            "count": 1
          },
          {
            "date": "2020-09-24",
            "count": 2
          },
          {
            "date": "2020-09-25",
            "count": 1
          },
          {
            "date": "2020-09-29",
            "count": 1
          },
          {
            "date": "2020-10-01",
            "count": 1
          },
          {
            "date": "2020-10-08",
            "count": 1
          },
          {
            "date": "2020-10-22",
            "count": 5
          },
          {
            "date": "2020-10-23",
            "count": 3
          },
          {
            "date": "2020-10-24",
            "count": 2
          },
          {
            "date": "2020-10-26",
            "count": 1
          },
          {
            "date": "2020-11-01",
            "count": 1
          },
          {
            "date": "2020-11-02",
            "count": 1
          },
          {
            "date": "2020-11-04",
            "count": 1
          },
          {
            "date": "2020-11-10",
            "count": 1
          },
          {
            "date": "2020-11-11",
            "count": 1
          },
          {
            "date": "2020-11-14",
            "count": 1
          },
          {
            "date": "2020-11-26",
            "count": 1
          },
          {
            "date": "2020-11-27",
            "count": 2
          },
          {
            "date": "2020-12-02",
            "count": 1
          },
          {
            "date": "2020-12-07",
            "count": 1
          },
          {
            "date": "2020-12-14",
            "count": 1
          },
          {
            "date": "2020-12-16",
            "count": 1
          },
          {
            "date": "2020-12-22",
            "count": 2
          },
          {
            "date": "2020-12-24",
            "count": 1
          },
          {
            "date": "2020-12-26",
            "count": 1
          },
          {
            "date": "2020-12-29",
            "count": 2
          },
          {
            "date": "2021-01-03",
            "count": 1
          },
          {
            "date": "2021-01-04",
            "count": 1
          },
          {
            "date": "2021-01-05",
            "count": 1
          },
          {
            "date": "2021-01-07",
            "count": 1
          },
          {
            "date": "2021-01-08",
            "count": 2
          },
          {
            "date": "2021-01-11",
            "count": 1
          },
          {
            "date": "2021-01-23",
            "count": 1
          },
          {
            "date": "2021-01-26",
            "count": 1
          },
          {
            "date": "2021-01-28",
            "count": 1
          },
          {
            "date": "2021-01-31",
            "count": 1
          },
          {
            "date": "2021-02-08",
            "count": 2
          },
          {
            "date": "2021-02-09",
            "count": 1
          },
          {
            "date": "2021-02-11",
            "count": 1
          },
          {
            "date": "2021-02-12",
            "count": 1
          },
          {
            "date": "2021-02-13",
            "count": 1
          },
          {
            "date": "2021-02-14",
            "count": 1
          },
          {
            "date": "2021-02-15",
            "count": 1
          },
          {
            "date": "2021-02-17",
            "count": 1
          },
          {
            "date": "2021-02-26",
            "count": 1
          },
          {
            "date": "2021-02-27",
            "count": 1
          },
          {
            "date": "2021-03-01",
            "count": 1
          },
          {
            "date": "2021-03-02",
            "count": 1
          },
          {
            "date": "2021-03-07",
            "count": 1
          },
          {
            "date": "2021-03-14",
            "count": 1
          },
          {
            "date": "2021-03-18",
            "count": 1
          },
          {
            "date": "2021-03-20",
            "count": 1
          },
          {
            "date": "2021-03-22",
            "count": 1
          },
          {
            "date": "2021-03-23",
            "count": 1
          },
          {
            "date": "2021-03-25",
            "count": 1
          },
          {
            "date": "2021-03-26",
            "count": 1
          },
          {
            "date": "2021-03-29",
            "count": 1
          },
          {
            "date": "2021-04-01",
            "count": 1
          },
          {
            "date": "2021-04-06",
            "count": 1
          },
          {
            "date": "2021-04-12",
            "count": 1
          },
          {
            "date": "2021-04-21",
            "count": 1
          },
          {
            "date": "2021-04-23",
            "count": 1
          },
          {
            "date": "2021-05-03",
            "count": 1
          },
          {
            "date": "2021-05-09",
            "count": 1
          },
          {
            "date": "2021-05-14",
            "count": 1
          },
          {
            "date": "2021-05-15",
            "count": 1
          },
          {
            "date": "2021-05-17",
            "count": 1
          },
          {
            "date": "2021-05-25",
            "count": 1
          },
          {
            "date": "2021-05-27",
            "count": 1
          },
          {
            "date": "2021-06-01",
            "count": 1
          },
          {
            "date": "2021-06-05",
            "count": 2
          },
          {
            "date": "2021-06-08",
            "count": 1
          },
          {
            "date": "2021-06-20",
            "count": 1
          },
          {
            "date": "2021-06-23",
            "count": 2
          },
          {
            "date": "2021-06-30",
            "count": 1
          },
          {
            "date": "2021-07-07",
            "count": 1
          },
          {
            "date": "2021-07-14",
            "count": 1
          },
          {
            "date": "2021-07-15",
            "count": 1
          },
          {
            "date": "2021-07-20",
            "count": 1
          },
          {
            "date": "2021-07-21",
            "count": 1
          },
          {
            "date": "2021-07-28",
            "count": 1
          },
          {
            "date": "2021-08-04",
            "count": 1
          },
          {
            "date": "2021-08-06",
            "count": 1
          },
          {
            "date": "2021-08-11",
            "count": 1
          },
          {
            "date": "2021-08-26",
            "count": 1
          },
          {
            "date": "2021-09-15",
            "count": 1
          },
          {
            "date": "2021-09-28",
            "count": 1
          },
          {
            "date": "2021-10-29",
            "count": 1
          },
          {
            "date": "2021-11-01",
            "count": 1
          },
          {
            "date": "2021-11-02",
            "count": 1
          },
          {
            "date": "2021-11-19",
            "count": 1
          },
          {
            "date": "2021-11-22",
            "count": 1
          },
          {
            "date": "2021-11-24",
            "count": 1
          },
          {
            "date": "2021-11-26",
            "count": 1
          },
          {
            "date": "2021-12-02",
            "count": 1
          },
          {
            "date": "2021-12-13",
            "count": 1
          },
          {
            "date": "2021-12-27",
            "count": 2
          },
          {
            "date": "2022-01-03",
            "count": 2
          },
          {
            "date": "2022-01-04",
            "count": 1
          },
          {
            "date": "2022-01-07",
            "count": 1
          },
          {
            "date": "2022-01-24",
            "count": 1
          },
          {
            "date": "2022-01-28",
            "count": 2
          },
          {
            "date": "2022-02-08",
            "count": 2
          },
          {
            "date": "2022-02-09",
            "count": 2
          },
          {
            "date": "2022-02-16",
            "count": 1
          },
          {
            "date": "2022-02-18",
            "count": 2
          },
          {
            "date": "2022-02-21",
            "count": 1
          },
          {
            "date": "2022-02-24",
            "count": 1
          },
          {
            "date": "2022-03-05",
            "count": 1
          },
          {
            "date": "2022-03-08",
            "count": 2
          },
          {
            "date": "2022-03-14",
            "count": 2
          },
          {
            "date": "2022-03-15",
            "count": 2
          },
          {
            "date": "2022-03-16",
            "count": 1
          },
          {
            "date": "2022-03-26",
            "count": 1
          },
          {
            "date": "2022-04-15",
            "count": 1
          },
          {
            "date": "2022-04-19",
            "count": 1
          },
          {
            "date": "2022-04-25",
            "count": 1
          },
          {
            "date": "2022-05-04",
            "count": 1
          },
          {
            "date": "2022-05-13",
            "count": 1
          },
          {
            "date": "2022-05-16",
            "count": 1
          },
          {
            "date": "2022-05-24",
            "count": 1
          },
          {
            "date": "2022-06-02",
            "count": 1
          },
          {
            "date": "2022-06-03",
            "count": 1
          },
          {
            "date": "2022-06-08",
            "count": 1
          },
          {
            "date": "2022-06-14",
            "count": 3
          },
          {
            "date": "2022-06-23",
            "count": 1
          },
          {
            "date": "2022-07-17",
            "count": 1
          },
          {
            "date": "2022-07-21",
            "count": 1
          },
          {
            "date": "2022-07-31",
            "count": 1
          },
          {
            "date": "2022-08-11",
            "count": 1
          },
          {
            "date": "2022-08-13",
            "count": 1
          },
          {
            "date": "2022-08-18",
            "count": 1
          },
          {
            "date": "2022-08-25",
            "count": 1
          },
          {
            "date": "2022-08-28",
            "count": 2
          },
          {
            "date": "2022-09-01",
            "count": 2
          },
          {
            "date": "2022-09-07",
            "count": 1
          },
          {
            "date": "2022-09-21",
            "count": 1
          },
          {
            "date": "2022-09-23",
            "count": 2
          },
          {
            "date": "2022-10-06",
            "count": 1
          },
          {
            "date": "2022-10-10",
            "count": 1
          },
          {
            "date": "2022-10-11",
            "count": 1
          },
          {
            "date": "2022-10-17",
            "count": 1
          },
          {
            "date": "2022-10-26",
            "count": 1
          },
          {
            "date": "2022-10-27",
            "count": 1
          },
          {
            "date": "2022-11-02",
            "count": 1
          },
          {
            "date": "2022-11-03",
            "count": 1
          },
          {
            "date": "2022-11-06",
            "count": 1
          },
          {
            "date": "2022-11-18",
            "count": 1
          },
          {
            "date": "2022-12-01",
            "count": 1
          },
          {
            "date": "2022-12-06",
            "count": 1
          },
          {
            "date": "2022-12-10",
            "count": 1
          },
          {
            "date": "2022-12-15",
            "count": 1
          },
          {
            "date": "2022-12-16",
            "count": 1
          },
          {
            "date": "2022-12-29",
            "count": 1
          },
          {
            "date": "2023-01-19",
            "count": 1
          },
          {
            "date": "2023-01-22",
            "count": 1
          },
          {
            "date": "2023-02-01",
            "count": 1
          },
          {
            "date": "2023-02-07",
            "count": 1
          },
          {
            "date": "2023-02-14",
            "count": 2
          },
          {
            "date": "2023-02-16",
            "count": 3
          },
          {
            "date": "2023-03-06",
            "count": 2
          },
          {
            "date": "2023-03-11",
            "count": 1
          },
          {
            "date": "2023-03-24",
            "count": 1
          },
          {
            "date": "2023-04-12",
            "count": 1
          },
          {
            "date": "2023-04-17",
            "count": 1
          },
          {
            "date": "2023-04-18",
            "count": 1
          },
          {
            "date": "2023-05-02",
            "count": 1
          },
          {
            "date": "2023-05-03",
            "count": 1
          },
          {
            "date": "2023-05-11",
            "count": 1
          },
          {
            "date": "2023-05-12",
            "count": 1
          },
          {
            "date": "2023-05-18",
            "count": 1
          },
          {
            "date": "2023-05-22",
            "count": 1
          },
          {
            "date": "2023-05-24",
            "count": 2
          },
          {
            "date": "2023-06-08",
            "count": 1
          },
          {
            "date": "2023-06-16",
            "count": 1
          },
          {
            "date": "2023-06-18",
            "count": 1
          },
          {
            "date": "2023-06-21",
            "count": 2
          },
          {
            "date": "2023-06-27",
            "count": 1
          },
          {
            "date": "2023-06-29",
            "count": 1
          },
          {
            "date": "2023-07-11",
            "count": 3
          },
          {
            "date": "2023-07-20",
            "count": 1
          },
          {
            "date": "2023-07-21",
            "count": 1
          },
          {
            "date": "2023-07-25",
            "count": 1
          },
          {
            "date": "2023-07-29",
            "count": 1
          },
          {
            "date": "2023-08-17",
            "count": 1
          },
          {
            "date": "2023-08-18",
            "count": 1
          },
          {
            "date": "2023-08-25",
            "count": 1
          },
          {
            "date": "2023-09-06",
            "count": 1
          },
          {
            "date": "2023-09-10",
            "count": 1
          },
          {
            "date": "2023-09-14",
            "count": 2
          },
          {
            "date": "2023-09-19",
            "count": 1
          },
          {
            "date": "2023-09-22",
            "count": 1
          },
          {
            "date": "2023-09-27",
            "count": 1
          },
          {
            "date": "2023-09-28",
            "count": 1
          },
          {
            "date": "2023-10-03",
            "count": 1
          },
          {
            "date": "2023-10-04",
            "count": 1
          },
          {
            "date": "2023-10-06",
            "count": 1
          },
          {
            "date": "2023-10-07",
            "count": 1
          },
          {
            "date": "2023-10-26",
            "count": 1
          },
          {
            "date": "2023-10-27",
            "count": 1
          },
          {
            "date": "2023-10-29",
            "count": 1
          },
          {
            "date": "2023-10-31",
            "count": 1
          },
          {
            "date": "2023-11-01",
            "count": 1
          },
          {
            "date": "2023-11-08",
            "count": 1
          },
          {
            "date": "2023-12-16",
            "count": 1
          },
          {
            "date": "2023-12-17",
            "count": 1
          },
          {
            "date": "2023-12-20",
            "count": 1
          },
          {
            "date": "2023-12-24",
            "count": 1
          },
          {
            "date": "2024-01-03",
            "count": 1
          },
          {
            "date": "2024-01-09",
            "count": 1
          },
          {
            "date": "2024-01-10",
            "count": 1
          },
          {
            "date": "2024-01-11",
            "count": 1
          },
          {
            "date": "2024-01-21",
            "count": 1
          },
          {
            "date": "2024-01-22",
            "count": 1
          },
          {
            "date": "2024-01-30",
            "count": 1
          },
          {
            "date": "2024-02-02",
            "count": 2
          },
          {
            "date": "2024-02-19",
            "count": 1
          },
          {
            "date": "2024-02-23",
            "count": 1
          },
          {
            "date": "2024-02-26",
            "count": 2
          },
          {
            "date": "2024-03-11",
            "count": 1
          },
          {
            "date": "2024-03-12",
            "count": 1
          },
          {
            "date": "2024-03-13",
            "count": 1
          },
          {
            "date": "2024-03-18",
            "count": 1
          },
          {
            "date": "2024-04-07",
            "count": 2
          },
          {
            "date": "2024-04-14",
            "count": 1
          },
          {
            "date": "2024-04-21",
            "count": 1
          },
          {
            "date": "2024-04-25",
            "count": 1
          },
          {
            "date": "2024-05-06",
            "count": 1
          },
          {
            "date": "2024-05-14",
            "count": 1
          },
          {
            "date": "2024-05-15",
            "count": 1
          },
          {
            "date": "2024-05-20",
            "count": 1
          },
          {
            "date": "2024-05-23",
            "count": 1
          },
          {
            "date": "2024-06-04",
            "count": 1
          },
          {
            "date": "2024-06-11",
            "count": 1
          },
          {
            "date": "2024-06-13",
            "count": 1
          },
          {
            "date": "2024-06-23",
            "count": 1
          },
          {
            "date": "2024-07-02",
            "count": 1
          },
          {
            "date": "2024-07-05",
            "count": 1
          },
          {
            "date": "2024-07-24",
            "count": 1
          },
          {
            "date": "2024-07-25",
            "count": 2
          },
          {
            "date": "2024-07-29",
            "count": 1
          },
          {
            "date": "2024-08-07",
            "count": 1
          },
          {
            "date": "2024-08-16",
            "count": 1
          },
          {
            "date": "2024-08-25",
            "count": 1
          },
          {
            "date": "2024-08-26",
            "count": 1
          },
          {
            "date": "2024-08-30",
            "count": 1
          },
          {
            "date": "2024-09-01",
            "count": 1
          },
          {
            "date": "2024-09-11",
            "count": 1
          },
          {
            "date": "2024-09-16",
            "count": 1
          },
          {
            "date": "2024-09-28",
            "count": 1
          },
          {
            "date": "2024-10-03",
            "count": 1
          },
          {
            "date": "2024-10-07",
            "count": 1
          },
          {
            "date": "2024-10-17",
            "count": 1
          },
          {
            "date": "2024-10-28",
            "count": 1
          },
          {
            "date": "2024-11-13",
            "count": 1
          },
          {
            "date": "2024-12-13",
            "count": 1
          },
          {
            "date": "2024-12-31",
            "count": 1
          },
          {
            "date": "2025-01-10",
            "count": 1
          },
          {
            "date": "2025-01-13",
            "count": 1
          },
          {
            "date": "2025-01-20",
            "count": 1
          },
          {
            "date": "2025-01-21",
            "count": 1
          },
          {
            "date": "2025-01-24",
            "count": 1
          },
          {
            "date": "2025-02-12",
            "count": 1
          },
          {
            "date": "2025-02-21",
            "count": 1
          },
          {
            "date": "2025-02-22",
            "count": 1
          },
          {
            "date": "2025-02-23",
            "count": 1
          },
          {
            "date": "2025-03-03",
            "count": 1
          },
          {
            "date": "2025-03-05",
            "count": 1
          },
          {
            "date": "2025-03-09",
            "count": 1
          },
          {
            "date": "2025-03-11",
            "count": 1
          },
          {
            "date": "2025-03-17",
            "count": 1
          },
          {
            "date": "2025-03-27",
            "count": 1
          },
          {
            "date": "2025-03-29",
            "count": 1
          },
          {
            "date": "2025-04-05",
            "count": 1
          },
          {
            "date": "2025-04-11",
            "count": 1
          },
          {
            "date": "2025-04-21",
            "count": 1
          },
          {
            "date": "2025-04-25",
            "count": 1
          },
          {
            "date": "2025-04-28",
            "count": 1
          },
          {
            "date": "2025-05-05",
            "count": 3
          },
          {
            "date": "2025-05-28",
            "count": 1
          },
          {
            "date": "2025-06-05",
            "count": 1
          },
          {
            "date": "2025-06-25",
            "count": 1
          },
          {
            "date": "2025-07-19",
            "count": 1
          },
          {
            "date": "2025-07-27",
            "count": 1
          },
          {
            "date": "2025-08-09",
            "count": 1
          },
          {
            "date": "2025-08-14",
            "count": 1
          },
          {
            "date": "2025-08-21",
            "count": 1
          },
          {
            "date": "2025-08-28",
            "count": 1
          },
          {
            "date": "2025-09-11",
            "count": 1
          },
          {
            "date": "2025-09-13",
            "count": 1
          },
          {
            "date": "2025-09-18",
            "count": 1
          },
          {
            "date": "2025-10-17",
            "count": 2
          },
          {
            "date": "2025-10-20",
            "count": 1
          },
          {
            "date": "2025-11-04",
            "count": 2
          },
          {
            "date": "2025-11-06",
            "count": 1
          },
          {
            "date": "2025-12-04",
            "count": 1
          },
          {
            "date": "2025-12-08",
            "count": 1
          },
          {
            "date": "2026-01-07",
            "count": 1
          },
          {
            "date": "2026-01-21",
            "count": 1
          },
          {
            "date": "2026-02-10",
            "count": 1
          },
          {
            "date": "2026-02-26",
            "count": 1
          },
          {
            "date": "2026-03-05",
            "count": 1
          },
          {
            "date": "2026-03-16",
            "count": 1
          },
          {
            "date": "2026-07-01",
            "count": 1
          },
          {
            "date": "2026-07-13",
            "count": 1
          }
        ],
        "complete": false,
        "collected": 1000,
        "total_stars": 2005
      },
      "open_issues_and_prs": 50
    },
    "ai_readiness": {
      "has_nix": false,
      "example_dirs": [],
      "has_llms_txt": false,
      "has_dockerfile": false,
      "has_mcp_signal": false,
      "bootstrap_files": [],
      "api_schema_files": [],
      "has_devcontainer": false,
      "typecheck_configs": [],
      "toolchain_manifests": [],
      "largest_source_bytes": 19057,
      "source_files_sampled": 44,
      "oversized_source_files": 0,
      "agent_instruction_files": [],
      "agent_instruction_max_bytes": null
    },
    "dependencies": {
      "manifests": [
        "Gemfile"
      ],
      "advisories": {
        "error": null,
        "scope": "repository_graph",
        "source": "osv",
        "findings": [
          {
            "name": "addressable",
            "direct": false,
            "version": "2.8.7",
            "severity": "high",
            "ecosystem": "rubygems",
            "cvss_score": 7.5,
            "advisory_ids": [
              "GHSA-h27x-rffw-24p4"
            ],
            "fixed_version": "2.9.0",
            "advisory_count": 1,
            "oldest_advisory_days": 104
          },
          {
            "name": "concurrent-ruby",
            "direct": false,
            "version": "1.3.4",
            "severity": "high",
            "ecosystem": "rubygems",
            "cvss_score": 7.5,
            "advisory_ids": [
              "GHSA-6wx8-w4f5-wwcr",
              "GHSA-h8w8-99g7-qmvj",
              "GHSA-wv3x-4vxv-whpp"
            ],
            "fixed_version": "1.3.7",
            "advisory_count": 3,
            "oldest_advisory_days": 32
          },
          {
            "name": "rexml",
            "direct": false,
            "version": "3.3.9",
            "severity": "moderate",
            "ecosystem": "rubygems",
            "cvss_score": 4,
            "advisory_ids": [
              "GHSA-c2f4-jgmc-q2r5"
            ],
            "fixed_version": "3.4.2",
            "advisory_count": 1,
            "oldest_advisory_days": 307
          }
        ],
        "collected": true,
        "malicious": [],
        "truncated": false,
        "by_severity": {
          "high": 2,
          "moderate": 1
        },
        "advisory_count": 5,
        "affected_count": 3,
        "assessed_count": 33,
        "malicious_count": 0,
        "assessed_package": null,
        "unassessed_count": 15,
        "direct_affected_count": 0
      },
      "ecosystems": [
        "rubygems"
      ],
      "dependencies": [],
      "all_dependencies": {
        "error": null,
        "source": "github-sbom",
        "packages": [
          {
            "name": "addressable",
            "direct": false,
            "version": "2.8.7",
            "ecosystem": "rubygems"
          },
          {
            "name": "ast",
            "direct": false,
            "version": "2.4.2",
            "ecosystem": "rubygems"
          },
          {
            "name": "bigdecimal",
            "direct": false,
            "version": "3.1.8",
            "ecosystem": "rubygems"
          },
          {
            "name": "bump",
            "direct": false,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "bump",
            "direct": false,
            "version": "0.10.0",
            "ecosystem": "rubygems"
          },
          {
            "name": "byebug",
            "direct": false,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "byebug",
            "direct": false,
            "version": "11.1.3",
            "ecosystem": "rubygems"
          },
          {
            "name": "coderay",
            "direct": false,
            "version": "1.1.3",
            "ecosystem": "rubygems"
          },
          {
            "name": "concurrent-ruby",
            "direct": false,
            "version": "1.3.4",
            "ecosystem": "rubygems"
          },
          {
            "name": "crack",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "rubygems"
          },
          {
            "name": "dotenv-rails",
            "direct": false,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "hashdiff",
            "direct": false,
            "version": "1.1.2",
            "ecosystem": "rubygems"
          },
          {
            "name": "i18n",
            "direct": false,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "i18n",
            "direct": false,
            "version": "1.14.6",
            "ecosystem": "rubygems"
          },
          {
            "name": "json",
            "direct": false,
            "version": "2.9.0",
            "ecosystem": "rubygems"
          },
          {
            "name": "language_server-protocol",
            "direct": false,
            "version": "3.17.0.3",
            "ecosystem": "rubygems"
          },
          {
            "name": "listen",
            "direct": false,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "maxitest",
            "direct": false,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "maxitest",
            "direct": false,
            "version": "5.8.0",
            "ecosystem": "rubygems"
          },
          {
            "name": "method_source",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "rubygems"
          },
          {
            "name": "minitest",
            "direct": false,
            "version": "5.25.4",
            "ecosystem": "rubygems"
          },
          {
            "name": "mocha",
            "direct": false,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "mocha",
            "direct": false,
            "version": "2.7.0",
            "ecosystem": "rubygems"
          },
          {
            "name": "parallel",
            "direct": false,
            "version": "1.26.3",
            "ecosystem": "rubygems"
          },
          {
            "name": "parser",
            "direct": false,
            "version": "3.3.6.0",
            "ecosystem": "rubygems"
          },
          {
            "name": "pry",
            "direct": false,
            "version": "0.14.2",
            "ecosystem": "rubygems"
          },
          {
            "name": "pry-byebug",
            "direct": false,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "pry-byebug",
            "direct": false,
            "version": "3.10.1",
            "ecosystem": "rubygems"
          },
          {
            "name": "public_suffix",
            "direct": false,
            "version": "6.0.1",
            "ecosystem": "rubygems"
          },
          {
            "name": "racc",
            "direct": false,
            "version": "1.8.1",
            "ecosystem": "rubygems"
          },
          {
            "name": "rails",
            "direct": false,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "rainbow",
            "direct": false,
            "version": "3.1.1",
            "ecosystem": "rubygems"
          },
          {
            "name": "rake",
            "direct": false,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "rake",
            "direct": false,
            "version": "13.2.1",
            "ecosystem": "rubygems"
          },
          {
            "name": "recaptcha",
            "direct": false,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "regexp_parser",
            "direct": false,
            "version": "2.9.3",
            "ecosystem": "rubygems"
          },
          {
            "name": "rexml",
            "direct": false,
            "version": "3.3.9",
            "ecosystem": "rubygems"
          },
          {
            "name": "rubocop",
            "direct": false,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "rubocop",
            "direct": false,
            "version": "1.69.1",
            "ecosystem": "rubygems"
          },
          {
            "name": "rubocop-ast",
            "direct": false,
            "version": "1.36.2",
            "ecosystem": "rubygems"
          },
          {
            "name": "ruby-progressbar",
            "direct": false,
            "version": "1.13.0",
            "ecosystem": "rubygems"
          },
          {
            "name": "ruby2_keywords",
            "direct": false,
            "version": "0.0.5",
            "ecosystem": "rubygems"
          },
          {
            "name": "sinatra",
            "direct": false,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "sqlite3",
            "direct": false,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "unicode-display_width",
            "direct": false,
            "version": "3.1.2",
            "ecosystem": "rubygems"
          },
          {
            "name": "unicode-emoji",
            "direct": false,
            "version": "4.0.4",
            "ecosystem": "rubygems"
          },
          {
            "name": "webmock",
            "direct": false,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "webmock",
            "direct": false,
            "version": "3.24.0",
            "ecosystem": "rubygems"
          }
        ],
        "collected": true,
        "truncated": false,
        "total_count": 48,
        "direct_count": 0,
        "indirect_count": 48
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 0,
        "merged_prs": 190,
        "open_issues": 50,
        "closed_ratio": 0.796,
        "closed_issues": 195,
        "closed_unmerged_prs": 39
      },
      "bus_factor": 1,
      "bot_contributors": 0,
      "top_contributors": [
        {
          "type": "User",
          "login": "grosser",
          "commits": 314,
          "avatar_url": "https://avatars.githubusercontent.com/u/11367?v=4"
        },
        {
          "type": "User",
          "login": "jcmfernandes",
          "commits": 22,
          "avatar_url": "https://avatars.githubusercontent.com/u/1144866?v=4"
        },
        {
          "type": "User",
          "login": "Akashkarmakar787",
          "commits": 10,
          "avatar_url": "https://avatars.githubusercontent.com/u/26542342?v=4"
        },
        {
          "type": "User",
          "login": "romanbsd",
          "commits": 10,
          "avatar_url": "https://avatars.githubusercontent.com/u/49660?v=4"
        },
        {
          "type": "User",
          "login": "ericproulx",
          "commits": 9,
          "avatar_url": "https://avatars.githubusercontent.com/u/8418467?v=4"
        },
        {
          "type": "User",
          "login": "paulbaum",
          "commits": 9,
          "avatar_url": "https://avatars.githubusercontent.com/u/52407579?v=4"
        },
        {
          "type": "User",
          "login": "RubenIgnacio",
          "commits": 9,
          "avatar_url": "https://avatars.githubusercontent.com/u/9423313?v=4"
        },
        {
          "type": "User",
          "login": "schmidt",
          "commits": 6,
          "avatar_url": "https://avatars.githubusercontent.com/u/734?v=4"
        },
        {
          "type": "User",
          "login": "rickychilcott",
          "commits": 6,
          "avatar_url": "https://avatars.githubusercontent.com/u/445759?v=4"
        },
        {
          "type": "User",
          "login": "philipqnguyen",
          "commits": 6,
          "avatar_url": "https://avatars.githubusercontent.com/u/5519675?v=4"
        }
      ],
      "contributors_sampled": 100,
      "top_contributor_share": 0.543
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "ci.yml"
      ],
      "has_docs_dir": false,
      "linter_configs": [
        ".rubocop.yml"
      ],
      "has_editorconfig": false,
      "has_linter_config": true,
      "has_precommit_config": false
    },
    "security_signals": {
      "lockfiles": [
        "Gemfile.lock"
      ],
      "scorecard": {
        "checks": [
          {
            "name": "Binary-Artifacts",
            "score": 10,
            "reason": "no binaries found in the repo",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
          },
          {
            "name": "Branch-Protection",
            "score": 0,
            "reason": "branch protection not enabled on development/release branches",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
          },
          {
            "name": "CI-Tests",
            "score": 7,
            "reason": "6 out of 8 merged PRs checked by a CI test -- score normalized to 7",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
          },
          {
            "name": "CII-Best-Practices",
            "score": 0,
            "reason": "no effort to earn an OpenSSF best practices badge detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
          },
          {
            "name": "Code-Review",
            "score": 4,
            "reason": "Found 6/15 approved changesets -- score normalized to 4",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
          },
          {
            "name": "Contributors",
            "score": 10,
            "reason": "project has 13 contributing companies or organizations",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
          },
          {
            "name": "Dangerous-Workflow",
            "score": 10,
            "reason": "no dangerous workflow patterns detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
          },
          {
            "name": "Dependency-Update-Tool",
            "score": 0,
            "reason": "no update tool detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
          },
          {
            "name": "Fuzzing",
            "score": 0,
            "reason": "project is not fuzzed",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
          },
          {
            "name": "License",
            "score": 10,
            "reason": "license file detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
          },
          {
            "name": "Maintained",
            "score": 1,
            "reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
          },
          {
            "name": "Packaging",
            "score": null,
            "reason": "packaging workflow not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
          },
          {
            "name": "Pinned-Dependencies",
            "score": 0,
            "reason": "dependency not pinned by hash detected -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
          },
          {
            "name": "SAST",
            "score": 0,
            "reason": "SAST tool is not run on all commits -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
          },
          {
            "name": "Security-Policy",
            "score": 0,
            "reason": "security policy file not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
          },
          {
            "name": "Signed-Releases",
            "score": null,
            "reason": "no releases found",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
          },
          {
            "name": "Token-Permissions",
            "score": 0,
            "reason": "detected GitHub workflow tokens with excessive permissions",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
          },
          {
            "name": "Vulnerabilities",
            "score": 5,
            "reason": "5 existing vulnerabilities detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
          }
        ],
        "commit": "3fadd21a0b122157e08b924cce4bdea6e4e94003",
        "ran_at": "2026-07-21T23:28:48Z",
        "aggregate_score": 3.4,
        "scorecard_version": "v5.5.0"
      },
      "has_codeql_workflow": false,
      "has_security_policy": false,
      "has_dependabot_config": false
    },
    "contribution_flow": {
      "collected": true,
      "ci_last_run_at": "2026-06-19T18:37:43Z",
      "oldest_open_prs": [],
      "last_merged_pr_at": "2026-06-19T18:37:13Z",
      "ci_last_conclusion": "FAILURE",
      "oldest_open_issues": [
        {
          "number": 103,
          "created_at": "2014-08-13T10:42:06Z",
          "last_comment_at": "2014-08-26T07:02:19Z",
          "last_comment_author": "dlamichhane"
        },
        {
          "number": 151,
          "created_at": "2015-12-10T12:20:22Z",
          "last_comment_at": "2015-12-11T15:35:01Z",
          "last_comment_author": "grosser"
        },
        {
          "number": 153,
          "created_at": "2015-12-22T10:21:08Z",
          "last_comment_at": "2015-12-26T02:17:07Z",
          "last_comment_author": "grosser"
        },
        {
          "number": 164,
          "created_at": "2016-03-19T20:54:40Z",
          "last_comment_at": "2018-07-27T14:32:23Z",
          "last_comment_author": "grosser"
        },
        {
          "number": 173,
          "created_at": "2016-04-09T13:27:09Z",
          "last_comment_at": "2017-11-12T16:13:12Z",
          "last_comment_author": "githorse"
        },
        {
          "number": 177,
          "created_at": "2016-05-01T14:46:22Z",
          "last_comment_at": "2016-05-01T16:14:30Z",
          "last_comment_author": "grosser"
        },
        {
          "number": 196,
          "created_at": "2016-08-29T18:49:48Z",
          "last_comment_at": "2021-03-10T17:46:48Z",
          "last_comment_author": "stevenm111"
        },
        {
          "number": 198,
          "created_at": "2016-09-06T21:05:09Z",
          "last_comment_at": "2016-10-05T14:45:43Z",
          "last_comment_author": "eozelius"
        },
        {
          "number": 225,
          "created_at": "2017-04-29T08:17:37Z",
          "last_comment_at": "2017-05-15T02:33:25Z",
          "last_comment_author": "grosser"
        },
        {
          "number": 249,
          "created_at": "2017-12-13T17:28:35Z",
          "last_comment_at": "2021-03-18T00:14:35Z",
          "last_comment_author": "grosser"
        },
        {
          "number": 252,
          "created_at": "2018-01-25T10:06:58Z",
          "last_comment_at": "2018-03-19T11:47:39Z",
          "last_comment_author": "SymphonicJohn"
        },
        {
          "number": 254,
          "created_at": "2018-02-07T12:43:46Z",
          "last_comment_at": "2018-07-24T02:43:11Z",
          "last_comment_author": "grosser"
        },
        {
          "number": 271,
          "created_at": "2018-04-25T14:37:11Z",
          "last_comment_at": "2018-05-23T17:54:14Z",
          "last_comment_author": "grosser"
        },
        {
          "number": 274,
          "created_at": "2018-05-17T00:07:03Z",
          "last_comment_at": "2018-05-18T04:57:28Z",
          "last_comment_author": "grosser"
        },
        {
          "number": 291,
          "created_at": "2018-09-12T14:07:32Z",
          "last_comment_at": "2018-09-12T14:50:51Z",
          "last_comment_author": "grosser"
        },
        {
          "number": 295,
          "created_at": "2018-10-26T08:08:54Z",
          "last_comment_at": "2021-04-01T12:13:40Z",
          "last_comment_author": "duarme"
        },
        {
          "number": 298,
          "created_at": "2018-11-09T08:28:59Z",
          "last_comment_at": "2018-11-09T17:06:23Z",
          "last_comment_author": "grosser"
        },
        {
          "number": 302,
          "created_at": "2019-02-14T22:55:38Z",
          "last_comment_at": "2021-08-19T03:56:46Z",
          "last_comment_author": "sshaw"
        },
        {
          "number": 332,
          "created_at": "2019-08-27T08:30:32Z",
          "last_comment_at": "2020-01-31T12:19:51Z",
          "last_comment_author": "grosser"
        },
        {
          "number": 333,
          "created_at": "2019-09-30T19:53:38Z",
          "last_comment_at": "2021-02-05T21:49:16Z",
          "last_comment_author": "grosser"
        }
      ]
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/ambethia/recaptcha",
    "host": "github.com",
    "name": "recaptcha",
    "owner": "ambethia"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "moderate",
      "name": "Overall health",
      "note": null,
      "notes": [],
      "value": 64,
      "inputs": {
        "security": 47,
        "vitality": 48,
        "community": 78,
        "governance": 68,
        "engineering": 77
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "at_risk",
        "name": "Vitality",
        "value": 48,
        "weight": 0.22,
        "metrics": [
          {
            "key": "development_activity",
            "band": "at_risk",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 33,
            "inputs": {
              "commits_last_year": 15,
              "human_commit_share": 1,
              "days_since_last_push": 32,
              "active_weeks_last_year": 5
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 32 days ago",
                "points": 18,
                "status": "partial",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 32
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "5/52 weeks with commits",
                "points": 3.5,
                "status": "partial",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 5
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "15 commits in the last year",
                "points": 10.8,
                "status": "partial",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 15
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
                "points": 1,
                "status": "partial",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "release_discipline",
            "band": "good",
            "name": "Release discipline",
            "note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "openssf_scorecard_signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 70,
            "inputs": {
              "releases_count": 95,
              "latest_release_tag": "v5.21.2",
              "releases_from_tags": true,
              "days_since_latest_release": 103,
              "mean_days_between_releases": 99.8
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "95 version tags (no GitHub releases)",
                "points": 16.2,
                "status": "partial",
                "details": [
                  {
                    "code": "version_tags_no_releases",
                    "params": {
                      "count": 95
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 103 days ago",
                "points": 27,
                "status": "partial",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 103
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~99.8 days",
                "points": 19.8,
                "status": "partial",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 99.8
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "openssf_scorecard_signed_releases",
                "name": "OpenSSF Scorecard: Signed-Releases",
                "detail": "no releases found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 10
              }
            ]
          },
          {
            "key": "abandonment",
            "band": "excellent",
            "name": "Abandonment",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "cap": null,
              "state": "maintained",
              "guards": [],
              "signals": [],
              "red_flag": false,
              "multiplier_pct": 100,
              "declared_reason": null,
              "unverified_reason": null,
              "unanswered_open_prs": null,
              "unanswered_open_issues": null,
              "days_since_last_merged_pr": null,
              "days_since_last_human_commit": 32,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "last human commit 32 days ago",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_maintained",
                    "params": {
                      "days": 32
                    }
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Is the project alive — is code being written and are releases shipping?"
      },
      {
        "key": "community",
        "band": "good",
        "name": "Community & Adoption",
        "value": 78,
        "weight": 0.18,
        "metrics": [
          {
            "key": "popularity",
            "band": "good",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 83,
            "inputs": {
              "forks": 440,
              "stars": 2005,
              "watchers": 23,
              "growth_state": "organic",
              "growth_factor_pct": 100
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "2,005 stars",
                "points": 53.6,
                "status": "partial",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 2005
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "440 forks",
                "points": 22,
                "status": "partial",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 440
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "watchers",
                "name": "Watchers",
                "detail": "23 watchers",
                "points": 7.5,
                "status": "partial",
                "details": [
                  {
                    "code": "watchers",
                    "params": {
                      "count": 23
                    }
                  }
                ],
                "max_points": 15
              }
            ]
          },
          {
            "key": "community_health",
            "band": "moderate",
            "name": "Community health",
            "note": null,
            "notes": [],
            "value": 57,
            "inputs": {
              "has_readme": true,
              "has_license": true,
              "has_contributing": false,
              "has_issue_template": false,
              "has_code_of_conduct": false,
              "has_pull_request_template": true
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 22.5,
                "status": "met",
                "details": [],
                "max_points": 22.5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "recognized license (MIT)",
                "points": 22.5,
                "status": "met",
                "details": [
                  {
                    "code": "license_standard",
                    "params": {}
                  },
                  {
                    "code": "license_spdx",
                    "params": {
                      "spdx": "MIT"
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributing_guide",
                "name": "CONTRIBUTING guide",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 18
              },
              {
                "key": "code_of_conduct",
                "name": "Code of conduct",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 13.5
              },
              {
                "key": "issue_template",
                "name": "Issue template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.2
              },
              {
                "key": "pr_template",
                "name": "PR template",
                "detail": null,
                "points": 6.3,
                "status": "met",
                "details": [],
                "max_points": 6.3
              }
            ]
          },
          {
            "key": "ecosystem_adoption",
            "band": "excellent",
            "name": "Ecosystem adoption (downloads)",
            "note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "registry_dependents"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "packages": [
                "recaptcha"
              ],
              "dependents": null,
              "ecosystems": "rubygems",
              "total_downloads": 88885724,
              "monthly_downloads": null
            },
            "components": [
              {
                "key": "total_downloads",
                "name": "Total downloads",
                "detail": "88,885,724 downloads all-time across rubygems",
                "points": 80,
                "status": "met",
                "details": [
                  {
                    "code": "downloads_total",
                    "params": {
                      "count": 88885724,
                      "ecosystems": "rubygems"
                    }
                  }
                ],
                "max_points": 80
              },
              {
                "key": "registry_dependents",
                "name": "Registry dependents",
                "detail": "not reported by this ecosystem",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "not_reported_by_this_ecosystem",
                    "params": {}
                  }
                ],
                "max_points": 20
              }
            ]
          }
        ],
        "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
      },
      {
        "key": "governance",
        "band": "moderate",
        "name": "Sustainability & Governance",
        "value": 68,
        "weight": 0.24,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "at_risk",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 43,
            "inputs": {
              "bus_factor": 1,
              "contributors_sampled": 100,
              "top_contributor_share": 0.543
            },
            "components": [
              {
                "key": "bus_factor",
                "name": "Bus factor",
                "detail": "1 contributor(s) cover half of all commits",
                "points": 9,
                "status": "partial",
                "details": [
                  {
                    "code": "bus_factor",
                    "params": {
                      "count": 1
                    }
                  }
                ],
                "max_points": 54
              },
              {
                "key": "commit_distribution",
                "name": "Commit distribution",
                "detail": "top contributor authored 54% of commits",
                "points": 10.3,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 54
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "100 contributors",
                "points": 13.5,
                "status": "met",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 100
                    }
                  }
                ],
                "max_points": 13.5
              },
              {
                "key": "openssf_scorecard_contributors",
                "name": "OpenSSF Scorecard: Contributors",
                "detail": "project has 13 contributing companies or organizations",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "good",
            "name": "Issue & PR responsiveness",
            "note": null,
            "notes": [],
            "value": 75,
            "inputs": {
              "merged_prs": 190,
              "open_issues": 50,
              "closed_issues": 195,
              "issue_closed_ratio": 0.796,
              "closed_unmerged_prs": 39
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "80% of issues closed",
                "points": 37.2,
                "status": "partial",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 80
                    }
                  }
                ],
                "max_points": 46.75
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "190/229 decided PRs merged",
                "points": 31.7,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 190,
                      "decided": 229
                    }
                  }
                ],
                "max_points": 38.25
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "Found 6/15 approved changesets -- score normalized to 4",
                "points": 6,
                "status": "partial",
                "details": [],
                "max_points": 15
              }
            ]
          },
          {
            "key": "stewardship",
            "band": "moderate",
            "name": "Ownership & stewardship",
            "note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "verified_domain"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 66,
            "inputs": {
              "followers": 301,
              "owner_type": "User",
              "is_verified": null,
              "owner_login": "ambethia",
              "public_repos": 231,
              "account_age_days": 6731
            },
            "components": [
              {
                "key": "ownership_backing",
                "name": "Ownership backing",
                "detail": "personal (user) account",
                "points": 10,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_personal",
                    "params": {}
                  }
                ],
                "max_points": 30
              },
              {
                "key": "verified_domain",
                "name": "Verified domain",
                "detail": "not applicable to user accounts",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "not_applicable_to_user_accounts",
                    "params": {}
                  }
                ],
                "max_points": 20
              },
              {
                "key": "owner_reach",
                "name": "Owner reach",
                "detail": "301 followers of ambethia",
                "points": 17.8,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 301,
                      "login": "ambethia"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "231 public repos, account ~18 yr old",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 231
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 18
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          },
          {
            "key": "package_maintenance",
            "band": "excellent",
            "name": "Package maintenance",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "packages": [
                "recaptcha"
              ],
              "ecosystems": "rubygems",
              "any_deprecated": false,
              "min_days_since_publish": 103
            },
            "components": [
              {
                "key": "published_resolvable",
                "name": "Published & resolvable",
                "detail": "1 package(s) on rubygems",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "packages_published",
                    "params": {
                      "count": 1,
                      "ecosystems": "rubygems"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "publish_recency",
                "name": "Publish recency",
                "detail": "latest publish 103 days ago",
                "points": 35,
                "status": "met",
                "details": [
                  {
                    "code": "publish_recency",
                    "params": {
                      "days": 103
                    }
                  }
                ],
                "max_points": 35
              },
              {
                "key": "version_history",
                "name": "Version history",
                "detail": "89 published versions",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "published_versions",
                    "params": {
                      "count": 89
                    }
                  }
                ],
                "max_points": 20
              },
              {
                "key": "not_deprecated",
                "name": "Not deprecated",
                "detail": "active, not deprecated or yanked",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "package_not_deprecated",
                    "params": {}
                  }
                ],
                "max_points": 20
              }
            ]
          }
        ],
        "description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
      },
      {
        "key": "engineering",
        "band": "good",
        "name": "Engineering Quality",
        "value": 77,
        "weight": 0.2,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "good",
            "name": "Engineering practices",
            "note": null,
            "notes": [],
            "value": 78,
            "inputs": {
              "has_ci": true,
              "has_tests": true,
              "has_editorconfig": false,
              "has_linter_config": true,
              "has_precommit_config": false
            },
            "components": [
              {
                "key": "ci_workflows",
                "name": "CI workflows",
                "detail": "1 workflow(s)",
                "points": 24,
                "status": "met",
                "details": [
                  {
                    "code": "ci_workflows",
                    "params": {
                      "count": 1
                    }
                  }
                ],
                "max_points": 24
              },
              {
                "key": "tests_present",
                "name": "Tests present",
                "detail": null,
                "points": 24,
                "status": "met",
                "details": [],
                "max_points": 24
              },
              {
                "key": "linter_config",
                "name": "Linter config",
                "detail": ".rubocop.yml",
                "points": 16,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": ".rubocop.yml"
                    }
                  }
                ],
                "max_points": 16
              },
              {
                "key": "pre_commit_hooks",
                "name": "Pre-commit hooks",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 9.6
              },
              {
                "key": "editorconfig",
                "name": ".editorconfig",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.4
              },
              {
                "key": "openssf_scorecard_ci_tests",
                "name": "OpenSSF Scorecard: CI-Tests",
                "detail": "6 out of 8 merged PRs checked by a CI test -- score normalized to 7",
                "points": 14,
                "status": "partial",
                "details": [],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "good",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 75,
            "inputs": {
              "topics": [
                "recaptcha",
                "ruby",
                "rails",
                "captcha",
                "sinatra"
              ],
              "has_wiki": true,
              "homepage": "http://github.com/ambethia/recaptcha",
              "has_readme": true,
              "has_docs_dir": false,
              "has_description": true
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 30,
                "status": "met",
                "details": [],
                "max_points": 30
              },
              {
                "key": "documentation_directory",
                "name": "Documentation directory",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 25
              },
              {
                "key": "documentation_homepage_site",
                "name": "Documentation / homepage site",
                "detail": "http://github.com/ambethia/recaptcha",
                "points": 15,
                "status": "met",
                "details": [],
                "max_points": 15
              },
              {
                "key": "repository_description",
                "name": "Repository description",
                "detail": null,
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "topics",
                "name": "Topics",
                "detail": "5 topics",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "topics_count",
                    "params": {
                      "count": 5
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "wiki",
                "name": "Wiki",
                "detail": null,
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          }
        ],
        "description": "Are baseline engineering and documentation practices in place?"
      },
      {
        "key": "security",
        "band": "at_risk",
        "name": "Security",
        "value": 47,
        "weight": 0.16,
        "metrics": [
          {
            "key": "security_posture",
            "band": "at_risk",
            "name": "Security posture",
            "note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "packaging",
                    "signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 34,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 16,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 2,
              "scorecard_aggregate": 3.4
            },
            "components": [
              {
                "key": "binary_artifacts",
                "name": "Binary-Artifacts",
                "detail": "no binaries found in the repo",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "branch_protection",
                "name": "Branch-Protection",
                "detail": "branch protection not enabled on development/release branches",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "ci_tests",
                "name": "CI-Tests",
                "detail": "6 out of 8 merged PRs checked by a CI test -- score normalized to 7",
                "points": 1.8,
                "status": "partial",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "cii_best_practices",
                "name": "CII-Best-Practices",
                "detail": "no effort to earn an OpenSSF best practices badge detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "code_review",
                "name": "Code-Review",
                "detail": "Found 6/15 approved changesets -- score normalized to 4",
                "points": 3,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "contributors",
                "name": "Contributors",
                "detail": "project has 13 contributing companies or organizations",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "dangerous_workflow",
                "name": "Dangerous-Workflow",
                "detail": "no dangerous workflow patterns detected",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "dependency_update_tool",
                "name": "Dependency-Update-Tool",
                "detail": "no update tool detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "fuzzing",
                "name": "Fuzzing",
                "detail": "project is not fuzzed",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "license file detected",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "maintained",
                "name": "Maintained",
                "detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
                "points": 0.8,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "packaging",
                "name": "Packaging",
                "detail": "packaging workflow not detected",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 5
              },
              {
                "key": "pinned_dependencies",
                "name": "Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "sast",
                "name": "SAST",
                "detail": "SAST tool is not run on all commits -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "security_policy",
                "name": "Security-Policy",
                "detail": "security policy file not detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "signed_releases",
                "name": "Signed-Releases",
                "detail": "no releases found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 7.5
              },
              {
                "key": "token_permissions",
                "name": "Token-Permissions",
                "detail": "detected GitHub workflow tokens with excessive permissions",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "vulnerabilities",
                "name": "Vulnerabilities",
                "detail": "5 existing vulnerabilities detected",
                "points": 3.8,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              }
            ]
          },
          {
            "key": "dependency_advisories",
            "band": "excellent",
            "name": "Dependency advisories",
            "note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 33 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.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "indirect_dependencies_free_of_known_advisories",
                    "no_advisories_left_outstanding"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              },
              {
                "code": "advisories_scope_repository",
                "params": {
                  "assessed": 33
                }
              },
              {
                "code": "advisories_unassessed",
                "params": {
                  "count": 15
                }
              },
              {
                "code": "advisories_repo_graph_caveat",
                "params": {}
              },
              {
                "code": "advisories_reachability",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "source": "osv",
              "advisories": 5,
              "affected_packages": 3,
              "assessed_packages": 33,
              "unassessed_packages": 15,
              "affected_by_severity": "high 2, moderate 1",
              "direct_affected_packages": 0
            },
            "components": [
              {
                "key": "direct_dependencies_free_of_known_advisories",
                "name": "Direct dependencies free of known advisories",
                "detail": "no direct dependency carries a known advisory",
                "points": 35,
                "status": "met",
                "details": [
                  {
                    "code": "no_direct_advisories",
                    "params": {}
                  }
                ],
                "max_points": 35
              },
              {
                "key": "indirect_dependencies_free_of_known_advisories",
                "name": "Indirect dependencies free of known advisories",
                "detail": "transitive set not separable from development and test dependencies in this scope",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "advisories_scope_not_separable",
                    "params": {}
                  }
                ],
                "max_points": 25
              },
              {
                "key": "no_advisories_left_outstanding",
                "name": "No advisories left outstanding",
                "detail": "no advisory carries a publication date",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "advisories_no_publication_date",
                    "params": {}
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "malicious_dependencies",
            "band": "excellent",
            "name": "Malicious dependencies",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "source": "osv",
              "meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
              "packages": [],
              "red_flag": false,
              "assessed_packages": 33,
              "malicious_packages": 0,
              "direct_malicious_packages": 0,
              "withdrawn_malicious_packages": 0,
              "installable_malicious_packages": 0
            },
            "components": [
              {
                "key": "no_dependency_reported_as_a_malicious_package",
                "name": "No dependency reported as a malicious package",
                "detail": "no dependency is reported as a malicious package",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "no_malicious_dependencies",
                    "params": {}
                  }
                ],
                "max_points": 100
              }
            ]
          },
          {
            "key": "high_risk_jurisdiction_exposure",
            "band": "excellent",
            "name": "High-Risk Jurisdiction Exposure",
            "note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
            "notes": [
              {
                "code": "jurisdiction_evidence_limits",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "meaning": "self-published location evidence; not nationality or citizenship",
              "red_flag": false,
              "exposures": [],
              "policy_countries": [
                "Russia",
                "Iran",
                "North Korea"
              ],
              "review_only_matches": 1,
              "assessed_self_published_locations": 12
            },
            "components": [
              {
                "key": "policy_exposure_multiplier",
                "name": "Policy exposure multiplier",
                "detail": "no confirmed policy-scope location match",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "jurisdiction_no_match",
                    "params": {}
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
      },
      {
        "key": "ai_readiness",
        "band": "at_risk",
        "name": "AI Readiness",
        "value": 37,
        "weight": 0,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "critical",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 20,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 0.37,
              "agent_instruction_files": [],
              "agent_instruction_max_bytes": null
            },
            "components": [
              {
                "key": "agent_instructions",
                "name": "Agent instructions",
                "detail": "no CLAUDE.md / AGENTS.md / editor rules",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_instructions",
                    "params": {}
                  }
                ],
                "max_points": 45
              },
              {
                "key": "machine_readable_docs_llms_txt",
                "name": "Machine-readable docs (llms.txt)",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              },
              {
                "key": "legible_commit_history",
                "name": "Legible commit history",
                "detail": "37 of 100 human commits state their intent (structured subject or explanatory body)",
                "points": 19.7,
                "status": "partial",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 37,
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "at_risk",
            "name": "Verify loop (build / test / typecheck)",
            "note": null,
            "notes": [],
            "value": 43,
            "inputs": {
              "has_nix": false,
              "has_tests": true,
              "lockfiles": [
                "Gemfile.lock"
              ],
              "has_dockerfile": false,
              "typed_language": false,
              "bootstrap_files": [],
              "has_devcontainer": false,
              "has_linter_config": true,
              "typecheck_configs": [],
              "agent_commit_share": 0,
              "toolchain_manifests": [],
              "dependency_bot_commit_share": 0
            },
            "components": [
              {
                "key": "one_command_bootstrap",
                "name": "One-command bootstrap",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 18
              },
              {
                "key": "automated_tests",
                "name": "Automated tests",
                "detail": null,
                "points": 22,
                "status": "met",
                "details": [],
                "max_points": 22
              },
              {
                "key": "lint_format_config",
                "name": "Lint / format config",
                "detail": ".rubocop.yml",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": ".rubocop.yml"
                    }
                  }
                ],
                "max_points": 11
              },
              {
                "key": "static_type_checking",
                "name": "Static type checking",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 11
              },
              {
                "key": "reproducible_environment",
                "name": "Reproducible environment",
                "detail": "lockfile",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "lockfile"
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "demonstrated_agent_practice",
                "name": "Demonstrated agent practice",
                "detail": "no agent-authored commits among the last 100",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_authored_commits",
                    "params": {
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "automated_maintenance",
                "name": "Automated maintenance",
                "detail": "no automated dependency updates observed",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_dependency_automation",
                    "params": {}
                  }
                ],
                "max_points": 8
              },
              {
                "key": "openssf_scorecard_pinned_dependencies",
                "name": "OpenSSF Scorecard: Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "ai_code_legibility",
            "band": "moderate",
            "name": "Code legibility for models",
            "note": null,
            "notes": [],
            "value": 55,
            "inputs": {
              "primary_language": "Ruby",
              "largest_source_bytes": 19057,
              "source_files_sampled": 44,
              "oversized_source_files": 0
            },
            "components": [
              {
                "key": "type_checkable_code",
                "name": "Type-checkable code",
                "detail": "Ruby without a type-check config",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_typecheck_config_language",
                    "params": {
                      "language": "Ruby"
                    }
                  }
                ],
                "max_points": 45
              },
              {
                "key": "manageable_file_sizes",
                "name": "Manageable file sizes",
                "detail": "0/44 source files over 60KB",
                "points": 55,
                "status": "met",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 44,
                      "oversized": 0
                    }
                  }
                ],
                "max_points": 55
              }
            ]
          }
        ],
        "description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
      }
    ],
    "metrics_version": "1.13.0"
  },
  "warnings": [],
  "report_type": "repository",
  "generated_at": "2026-07-21T23:29:11.376179Z",
  "schema_version": "0.26.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/ambethia/recaptcha.svg",
  "full_name": "ambethia/recaptcha",
  "license_state": "standard",
  "license_spdx": "MIT"
}

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 v1.13.0, schema v0.26.0 — full methodology · metrics wiki.

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