JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"anti-detection",
"go",
"golang",
"proxy",
"rate-limiting",
"scraping",
"stealth",
"tls-fingerprint"
],
"is_fork": false,
"size_kb": 403,
"has_wiki": true,
"homepage": "https://hully.one",
"languages": {
"Go": 345193,
"Makefile": 413
},
"pushed_at": "2026-07-18T19:24:10Z",
"created_at": "2026-02-21T07:09:23Z",
"owner_type": "User",
"updated_at": "2026-07-18T19:24:05Z",
"description": "Generic anti-ban toolkit for Go: TLS fingerprinting, proxy rotation, rate limiting, generic pool",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://koptev.me",
"name": "Anatoly Koptev",
"type": "User",
"login": "anatolykoptev",
"company": "oxpulse.chat",
"location": "San Francisco",
"followers": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/239934030?v=4",
"created_at": "2025-10-24T06:10:43Z",
"is_verified": null,
"public_repos": 91,
"account_age_days": 273
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.19.1",
"kind": "patch",
"published_at": "2026-07-18T19:24:10Z"
},
{
"tag": "v1.19.0",
"kind": "minor",
"published_at": "2026-07-18T06:04:20Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2026-03-04T10:34:17Z"
}
],
"recent_commits": [
{
"oid": "3ecbad14ae77d50fcf14e8d71683acb269bb1d5a",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 1.19.1 (#29)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-18T19:24:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9610d945e477fc19a274c6febe7d918386e1be9d",
"body": "…(#28)\n\nSet-Cookie headers were joined with \"; \" in backends and split back on\n\"; \" in RoundTripper. This is incorrect — \"; \" is the separator between\ncookie ATTRIBUTES (e.g. \"name=value; path=/; expires=...\"), not between\nmultiple cookies. Splitting on \"; \" corrupts cookies with attributes\ninto fra\n[…]\n\n\nGenerated with [Devin](https://devin.ai)\n\nCo-authored-by: Anatoly Koptev <anatolykoptev@users.noreply.github.com>\nCo-authored-by: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(roundtripper): preserve multi-value Set-Cookie headers correctly …",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-07-18T15:44:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d722ab7108f2b4002b8e0b16b42b7b1b9b720b1e",
"body": "…ost (#27)\n\nTwo incompatible extractDomain implementations existed:\n- cloudflare.go: manual string parsing, preserved case (EXAMPLE.COM)\n- ratelimit/domain.go: url.Parse, lowercased (example.com)\n\nSame URL produced different domains depending on code path, causing\ncookie domain mismatches and rate-l\n[…]\n\n\nGenerated with [Devin](https://devin.ai)\n\nCo-authored-by: Anatoly Koptev <anatolykoptev@users.noreply.github.com>\nCo-authored-by: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "refactor: consolidate extractDomain into shared internal/uri.ExtractH…",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-07-18T15:43:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c5c516dab8d719d158ccf1b9296f433e5a8a9f44",
"body": "… (#26)\n\nPreviously body, _ := json.Marshal(...) silently ignored marshal errors.\nIf marshaling fails, an empty body would be sent to the ox-browser API,\ncausing cryptic API errors instead of clear marshaling errors.\n\nCloses #20\n\nGenerated with [Devin](https://devin.ai)\n\nCo-authored-by: Anatoly Koptev <anatolykoptev@users.noreply.github.com>\nCo-authored-by: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(oxbrowser): check json.Marshal errors in Solve/FetchSmart/Analyze…",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-07-18T15:43:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e67cca4d3382fda02fc667f922447eae835ff6b8",
"body": "* docs: Phase 4 TLS backend abstraction design\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n* feat: v0.6.0 — Phase 4 Pluggable TLS Backend\n\nIntroduce HTTPDoer interface abstracting the TLS engine. All bogdanfinn/tls-client\nimports isolated in backend_tlsclient.go. New TLSProfile type de\n[…]\natolykoptev@github.com>\nCo-authored-by: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(proxypool): guard Webshare.Next() against empty pool panic (#25)",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-07-18T15:43:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c09ad9e1893c7ea5f3891d5d26accb59a4717fcc",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 1.19.0 (#16)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-18T06:04:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c3397ea8ee561bc0c9c1986eb409691b7a54be6",
"body": "- release-please-config.json: release-type \"go\", fleet-standard changelog-sections,\n include-component-in-tag: false (plain vX.Y.Z tags), bump-minor-pre-major + bump-patch\n- .release-please-manifest.json: baseline v1.18.1 (current last tag)\n- .github/workflows/release-please.yml: release-please job\n[…]\norg serves it automatically)\n- Enabled repo Actions PR-create permission\n\nGenerated with [Devin](https://devin.ai)\n\nCo-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "ci: add release-please for automated Go module releases",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-07-18T06:02:18Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9726e3e870e05a431aeaf4526e8167452ab0dff6",
"body": "Add .github/workflows/preflight.yml for public-repo CI on ubuntu-24.04-arm\n(free unlimited, arm64 = prod parity). Gate: gofmt + go vet + go build + go test -race.\n\nAdd `make preflight` target to Makefile.\n\nFix existing gofmt violations in 6 files (pre-existing tech debt, not related\nto the TLS fix).\n\nGenerated with [Devin](https://devin.ai)\n\nCo-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "ci: add preflight workflow + gofmt cleanup",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-07-18T05:57:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c40db7302a84992a1c9a446c8a6b071b3c66a1c5",
"body": "* fix(security): make TLS verification default with opt-in skip-verify\n\nThe tls-client backend unconditionally called WithInsecureSkipVerify(),\ndisabling TLS certificate verification for ALL clients — including\nproduction callers with no opt-in. This made every connection vulnerable\nto man-in-the-mi\n[…]\nts for secure-by-default and opt-in skip-verify\n\n* docs: v2.0.0 breaking change — secure-by-default TLS verification\n\n---------\n\nCo-authored-by: Anatoly Koptev <anatolykoptev@users.noreply.github.com>",
"is_bot": false,
"headline": "docs: v2.0.0 breaking change — secure-by-default TLS verification (#13)",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-07-18T05:51:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4e8bec28cdd77aba3d1515b25ddd9a07560dadd7",
"body": "…n skip-verify (#12)\n\n* fix(security): make TLS verification default with opt-in skip-verify\n\nThe tls-client backend unconditionally called WithInsecureSkipVerify(),\ndisabling TLS certificate verification for ALL clients — including\nproduction callers with no opt-in. This made every connection vulne\n[…]\nreSkipVerify for opt-in parity\n\n* test(backend): TLS verification tests for secure-by-default and opt-in skip-verify\n\n---------\n\nCo-authored-by: Anatoly Koptev <anatolykoptev@users.noreply.github.com>",
"is_bot": false,
"headline": "test(backend): TLS verification tests for secure-by-default and opt-i…",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-07-18T05:50:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "91e62ee851293592c2d81471de0405acffaebb6a",
"body": "…y (#11)\n\n* fix(security): make TLS verification default with opt-in skip-verify\n\nThe tls-client backend unconditionally called WithInsecureSkipVerify(),\ndisabling TLS certificate verification for ALL clients — including\nproduction callers with no opt-in. This made every connection vulnerable\nto man\n[…]\neSkipVerify doc comment for phased rollout\n\n* feat(backend): std backend honors InsecureSkipVerify for opt-in parity\n\n---------\n\nCo-authored-by: Anatoly Koptev <anatolykoptev@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(backend): std backend honors InsecureSkipVerify for opt-in parit…",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-07-18T05:50:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8babf64cc17f34c8e6ee8fb4bfbdf684c6041db3",
"body": "…rify (#7)\n\n* fix(security): make TLS verification default with opt-in skip-verify\n\nThe tls-client backend unconditionally called WithInsecureSkipVerify(),\ndisabling TLS certificate verification for ALL clients — including\nproduction callers with no opt-in. This made every connection vulnerable\nto m\n[…]\nure-by-default holds there without change.\n\n* fix(security): hedge InsecureSkipVerify doc comment for phased rollout\n\n---------\n\nCo-authored-by: Anatoly Koptev <anatolykoptev@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(security): secure-by-default TLS verification with opt-in skip-ve…",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-07-18T05:49:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "846bb208dbf369d45d849b7204eb1cf9fd394aa8",
"body": null,
"is_bot": false,
"headline": "chore: add Apache-2.0 license",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-07-17T03:26:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69565008d99640d71f9a522d9a4f976402c5b2ae",
"body": "…try (#6)\n\n* fix(ssrf): tag caller-supplied guard errors non-retryable in doWithRetry\n\ndoWithRetry short-circuits (no proxy retry) only on this package's own\nErrSSRFBlocked. A consumer that wires go-kit/httputil's CheckURL / SSRFGuards()\nvia WithDialControl / WithRedirectGuard / WithRequestURLGuard \n[…]\nsing the real backend error paths (incl. net/http\n*url.Error wrapping) on BOTH std and tls backends. Closes the review's test-gap.\n\n---------\n\nCo-authored-by: Anatoly Koptev <anatolykoptev@github.com>",
"is_bot": false,
"headline": "fix(ssrf): tag caller-supplied guard errors non-retryable in doWithRe…",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-07-08T21:26:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2fed5687988c3d78ba11804ddbbbeac522cda2ae",
"body": "…est) — step 2/4 (#5)\n\n* feat: fail-closed SSRF guard hooks (dial-control + per-hop + pre-request) — step 2/4\n\ngo-stealth's backends follow redirects INTERNALLY and expose an opaque\ntransport, so a consumer's one-shot pre-request SSRF check fires ONCE on the\ninitial URL: a 302 -> 169.254.169.254 / 1\n[…]\nw issues (the one apparent diff, ratelimit/adaptive_test.go\nSA4000, is verbatim on main — untouched by this branch).\n\n---------\n\nCo-authored-by: Anatoly Koptev <anatolykoptev@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: fail-closed SSRF guard hooks (dial-control + per-hop + pre-requ…",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-07-08T09:35:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f156dabbba8727a931cbe9e11a5617949f8b6f87",
"body": "… (#4)\n\n* feat(ratelimit): adaptive per-key cap + injectable clock + KeyedPacer\n\nThe static ratelimit.Limiter could not self-tune to an upstream's real\nper-key budget and used time.Now() directly (untestable without sleeps).\nThree additions, all backward-compatible:\n\n- WithClock injects the time sou\n[…]\nstinct gaps over 30\ngrants) and always honours the MinDelay floor. ratelimit -race x2 green (48),\nfull suite 268 green, vet clean.\n\n---------\n\nCo-authored-by: Anatoly Koptev <anatolykoptev@github.com>",
"is_bot": false,
"headline": "feat(ratelimit): adaptive per-key cap + injectable clock + KeyedPacer…",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-06-21T04:42:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1eb3185087317e69c6749b56430159e177c1defd",
"body": "* feat(pool): self-heal from transient outages via backoff cooldown\n\nItems that trip the consecutive-failure threshold against a transiently\nbroken upstream were permanently latched: DeactivateItem sets a zero-time\nReactivateAt that the auto-reactivate guard in Next can never clear, so a\nrecoverable\n[…]\nTracker_TripCountRisingEdge (1 trip across a failure run;\nsuccess+re-trip = 2). Full ./pool suite green under -race.\n\n---------\n\nCo-authored-by: Anatoly Koptev <anatolykoptev@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(pool): self-heal from transient outages via backoff cooldown (#3)",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-06-20T21:04:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9f8b4a049a0e959f7ff741b3f444c3babaa67cd8",
"body": "webcache + webtext were relocated to go-engine (v1.26.0); webextract was dead\n(zero consumers anywhere in the org). All consumers migrated and go-wp deployed\non go-engine v1.26.0. Remove the three orphaned packages.\n\ngo.mod sheds the dependencies that were exclusive to them — goquery (webextract),\ng\n[…]\nts — leaving\ngo-stealth a pure transport/fingerprint library. Tail step of Phase 2 of the\ncross-repo web-primitive restructure.\n\nCo-authored-by: Anatoly Koptev <anatolykoptev@users.noreply.github.com>",
"is_bot": false,
"headline": "refactor: remove webcache/webtext/webextract leaf packages (#2)",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-06-01T21:25:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6cceadcece7930eb6a3dd4e3907002e3ca2614ed",
"body": "The imagesearch scraper engines were relocated to go-engine/imagesearch\n(go-engine v1.25.0), mirroring the earlier websearch move. All consumers\n(go-imagefy v0.9.0, go-wp) have migrated and deployed; no repo imports\ngo-stealth/imagesearch anymore (cross-repo grep empty). Remove the orphaned\npackage.\n[…]\n after consumers\nmigrated + deployed green, to avoid recreating the replace-pin debt that the\nearlier websearch removal caused.\n\nCo-authored-by: Anatoly Koptev <anatolykoptev@users.noreply.github.com>",
"is_bot": false,
"headline": "refactor: remove imagesearch package (relocated to go-engine) (#1)",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-06-01T20:58:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "51841d7d99655e82455b5606c8dc24d3cd84b3a9",
"body": "websearch depends on go-stealth for 1 call (ChromeHeaders) — not a\nstealth concern. Move to go-engine where the search pipeline lives.\nInline extractVQD in imagesearch/ddg.go (only remaining reference).\n\nBREAKING: consumers must import from go-engine/websearch now.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: move websearch/ package to go-engine",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-04-12T07:06:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d31a7b20ee1d74e136d39ec6a2247fcaca774835",
"body": "Add Bing HTML scraper with URL unwrapping (base64url redirect decoding),\nrate limit detection, and integration into DirectConfig fan-out.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(websearch): add Bing search scraper",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-04-12T06:51:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c0f0a4c2a1850932dd5628354dd5c44008b5b363",
"body": null,
"is_bot": false,
"headline": "feat: retry on 502/503 and proxy connection errors with new proxy",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-04-12T06:21:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b12e9b377d1f522e0974f04cc6241bf17216ebc",
"body": "fhttp's brotli reader can fail mid-stream on some responses (e.g. Brave).\nInstead of returning error on partial read, use whatever data was decoded.\nThis fixes Brave search returning 0 results due to brotli decode error.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: handle partial brotli decode in tls-client body read",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-04-12T06:13:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d70f37ed18d763b641bd826f13c66ee79d2a8c8e",
"body": null,
"is_bot": false,
"headline": "fix: disable brotli for Brave search — tls-client decode error",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-04-12T06:11:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a55b60e5fb3e949e93a8f0202c25a80769e01e67",
"body": "Consolidates ~10 days of WIP from March/April 2026 into a single commit.\n\nproxypool:\n- NewWebshareRotating with country codes (webshare_country.go)\n- split fetch logic into webshare_fetch.go\n- extended webshare_test.go with country targeting coverage\n\nclient:\n- WithWebshareCountry option (client_opt\n[…]\nnd\nclient_options_webshare_test.go — the live password (since rotated)\nand username were in test fixtures. README example now uses\nos.Getenv(\"WEBSHARE_USER\"/\"WEBSHARE_PASS\") instead of literal values.",
"is_bot": false,
"headline": "feat: Webshare country targeting + ox-browser integration",
"author_name": "Anatoly Koptev",
"author_login": null,
"committed_at": "2026-04-11T22:27:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dd48cca1f8792dcc046cd3a005dd3e9ce08045a2",
"body": "Adds context cancellation/deadline support to BrowserClient without\nbreaking existing API. Includes tests for cancelled context and timeout.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(client): add DoCtx and DoWithHeaderOrderCtx context-aware methods",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-04-01T16:20:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "00d329aef1960c4f7ac1b40c0d8b180334c8faf1",
"body": null,
"is_bot": false,
"headline": "feat(imagesearch): Google PageRenderer fallback for Chrome render",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-04-01T00:12:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cd323e861034e9a429d1f825fc1bec66ff0f958",
"body": "- UA: exact SearXNG Dalvik format (gets ~50 results instead of 10)\n- URL: asearch=isch (not ischab) — fixes 404 error\n- Parser: find {\"ischj\": marker in body (not XSSI prefix strip)\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(imagesearch): Google — correct UA and URL format per SearXNG",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-04-01T00:11:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4c0dfebd4c8fdc692d58742431b1dde81b6a45f7",
"body": "Implements GoogleImages engine using Android/NSTN UA to get Google's\nJSON (ischj) response format, with XSSI prefix stripping and full\nparseGoogleImageJSON parser. 4 unit tests covering extraction, empty\nresponses, prefix stripping, and UA assertion.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(imagesearch): add Google Images engine via Android UA + ischj JSON",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-31T23:14:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c4ac8fb407c9f91128b4edc7c256eb7a757cc148",
"body": "- Capture response headers from doer.Do to detect X-Yandex-Captcha header;\n return explicit error or fall through to Chrome renderer when captcha present\n- Add viewerData.dups alternative JSON parsing path for Yandex viewer responses\n- Fix pre-existing nil context panic in TestYandexImages_httpFallbackToRenderer\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(imagesearch): Yandex captcha detection + viewerData parsing path",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-31T23:13:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d719baeadcd93e0cc5ab5cac124aff4becadb46a",
"body": "Add Mw/Mh fields to bingMAttr and parse them into ImageResult.Width/Height using strconv.Atoi.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(imagesearch): extract Bing image dimensions from mw/mh fields",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-31T23:10:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "759e34d1f7ca245c01412d56cbcae66465e45527",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(imagesearch): add DDG consent cookies to prevent rate-limiting",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-31T23:10:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c696a725b94881efff33d2289b6cf1a2fe5f73a0",
"body": "Fix existing test to use JS object notation (unquoted keys) matching actual\nBrave SSR output. Add real-world multi-result and escaped URL test cases.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(imagesearch): harden Brave parser with real-world JS object fixtures",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-31T23:09:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2dce776ba86940e944f699d0ddd1dc1057a85c5b",
"body": "MultiSearch now retries with FallbackDoer when primary proxy-based doer\nfails or returns 0 results. HTTPDoer wraps standard http.Client without\nproxy for use as fallback on search engine AJAX endpoints.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(imagesearch): add FallbackDoer and HTTPDoer for dual-doer search",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-31T19:55:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a0c94f013f979aa03c755a46edbbefd851ed68e3",
"body": "Go's http.Client auto-decompresses gzip only when accept-encoding is\nNOT explicitly set. ChromeHeaders() sets it, causing compressed\nresponses that regex parsers can't match. Use searchHeaders() helper\nthat strips accept-encoding.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(imagesearch): remove accept-encoding from search headers",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-31T19:35:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2d2d18c351f2018b2307debbdab2556f6a34b894",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(imagesearch): add MultiSearch parallel orchestrator with WRR",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-31T18:22:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7125a861e6a194955751457d6c51f67ac72523a7",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(imagesearch): add Brave Images engine via SvelteKit JSON",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-31T18:20:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "acbd24366b0d22a21980d02fe43128ac94c3a5db",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(imagesearch): add Yandex Images engine via PageRenderer",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-31T18:19:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b80d2fead882a4c36895014a53141b0ecf4381c1",
"body": "2-step search: fetch vqd token from DDG homepage, then query /i.js with\nbrowser-like headers (referer, x-requested-with, sec-fetch-*).\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(imagesearch): add DDG Images engine via vqd + /i.js",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-31T18:19:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bf00d66246e76bf6aaeed8c480e62d6fec4307dc",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(imagesearch): add Bing Images engine via /images/async",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-31T18:16:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e16b0c46a0f836767ff6614d66e150d2ca8cb6d0",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(imagesearch): add WRR fusion with k=60",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-31T18:16:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6ff9065b835959ae8c696dc8fa493ebee6597efe",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(imagesearch): add ImageEngine interface, ImageResult, PageRenderer",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-31T18:14:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e49e8f87b46512163f90b0dd4d3e6086d9c29b5b",
"body": null,
"is_bot": false,
"headline": "chore: sync go.sum",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-09T23:48:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58e094e376ccfd8cc117bd4f789dafa3cf8f0e1b",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: add GOWORK=off to build tooling",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-09T23:38:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "520d03f31fe0bad513f69c9969011c9e0ccee472",
"body": "10 concurrent requests for same domain now make 1 API call\ninstead of 7+. Double-check cache inside singleflight to avoid\nredundant fetches after the winner populates the cache.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "perf: singleflight dedup for SiteIntel.Get",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-06T19:52:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7e8133faf24ec5354e9e7ed349f35c9cd1beeda3",
"body": "- middleware_oxbrowser_hard_test.go: 7 edge cases covering handler errors,\n ox-browser error field, unreachable ox-browser graceful fallback, nil Headers\n passthrough, nil Headers in solved response copy, POST method delegation,\n and ManagedAt200 (cf-mitigated:challenge) ox-browser dispatch\n\n- cl\n[…]\nrker at end,\n cf-mitigated:yes (not challenge), extractDomain edge cases (no scheme,\n port, malformed, empty), appendCookie boundary inputs\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: hard red tests for SmartFetchMiddleware and CF detection",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-06T19:45:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4e6dab49a7201dd1d45fe35e04c9ef568e9f3b96",
"body": "15 edge-case tests covering: invalid JSON, HTTP 500 with status in\nerror message, empty cookies map (not error), status=error propagation,\ncanceled context, empty tech array, empty response body unmarshal,\nslow server timeout, nil challenge defaulting to js_challenge, empty\ndomain URL construction, \n[…]\nenge_type passthrough.\n\nAlso fix pre-existing unused variable in middleware_oxbrowser_hard_test.go\nthat prevented the package from compiling.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: hard red tests for OxBrowserClient and OxBrowserSolver",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-06T19:45:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "35325a677b2306440c6e3a287a9f0412f700ebbd",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add WithOxBrowser option — unified CF solving + smart fetch",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-06T19:36:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4c25cbee49fb716a4442be8ee1910cac8e5e3a9c",
"body": "Add ChallengeManagedAt200 type and extend DetectCloudflare to handle\ninterstitial Cloudflare challenges served with HTTP 200: cf-mitigated\nheader, _cf_chl_opt / challenge-platform in body, and cf-turnstile at 200.\nPorted from ox-browser's Rust implementation. 5 new tests added.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: detect CF challenges at HTTP 200 (cf-mitigated, _cf_chl_opt)",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-06T19:34:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "769f52d0b848654d9eceae27e0f0d89fb28df5f3",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add SiteIntel — per-domain tech/WAF cache via ox-browser",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-06T19:33:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "11fee9bf59d98f2270fb06e80b2344aebaf5c375",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add SmartFetchMiddleware — delegate CF to ox-browser",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-06T19:33:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5243fb36363fd5d615d0d7d0e3b3cc66112ad374",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add OxBrowserSolver — CookieProvider via ox-browser /solve",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-06T19:33:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e3fe2b96d709734e75b47718b6668369f380a660",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add OxBrowserClient HTTP wrapper for ox-browser API",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-06T19:32:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "70c7f8889ff544d1677b036466bb371016425411",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(websearch): add Brave/Reddit to DirectConfig fan-out",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-06T09:07:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b7aae7dabf9936947c9c698fbd343ca7b82dda59",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(websearch): add StackOverflow API client (SE API v2.3)",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-06T09:03:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cee442c6c51cc972e917f41e237beab5927322b2",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(websearch): add Reddit JSON scraper",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-06T09:01:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "17e5033c636cdaf2346576461ef679f401cfca33",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(websearch): add arXiv Atom API client",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-06T08:58:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "eb0ad60d302fd0de9f083603d83fe5fc04a076b3",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(websearch): add Brave Search HTML scraper",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-06T08:56:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d1de49b25656d848f8a59c08ce7acc67c52b9a9c",
"body": "Build-tagged (e2e) — only runs with `go test -tags e2e`.\nVerifies solve + cache round-trip against nowsecure.nl via Byparr:8191.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: add E2E test for ByparrSolver against live Byparr instance",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-06T08:32:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fe3e70dc458be4183de7abb7fb91f76bc74efa09",
"body": "…arr/FlareSolverr\n\n- ByparrSolver: implements CookieProvider, calls FlareSolverr-compatible API\n- Per-domain cookie cache with configurable TTL (default 25min)\n- Block challenges rejected (not solvable)\n- WithCookieSolver(provider) client option auto-wires CF detect + cookie middlewares\n- 10 tests (httptest mock server, cache TTL, error cases)\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add ByparrSolver — CookieProvider for Cloudflare bypass via Byp…",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-06T08:30:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0a46957448792049239a6ca449385b9c6663f727",
"body": "Consolidate shared web infrastructure from go-engine and go-enriche.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: v2.0.0 — add websearch, webcache, webextract, webtext packages",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-06T07:21:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "42cb9bb85fe173ca37ae54b9f27e5b45e90b5e11",
"body": "…, fallback\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(websearch): add fusion, dedup, filter, direct fan-out, ratelimit…",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-06T07:21:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5f9fafbb6d35e634a6c66ade9051d239b8bd28eb",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(webcache): add memory/redis/tiered cache with singleflight",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-06T07:18:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "637e22c98144585825617b4de5d49a14835870c0",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add webextract and webtext packages",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-06T07:17:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c6c3a236a99ffc18940433efd276628b91c49662",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(websearch): add SearXNG client and Yandex API v2",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-06T07:17:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "294711692138f5750699ab5208851619db590f29",
"body": "New websearch/ package with Provider interface, BrowserDoer abstraction,\nDDG (HTML lite + d.js fallback) and Startpage scrapers, error types,\nand shared helpers (CleanHTML, rate limit detection, ChromeHeaders).\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(websearch): add types, DDG and Startpage scrapers",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-06T07:11:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2c44c38271acc39fb666661b414d1c2146336fbe",
"body": "Covers: nil headers panic, mixed-case server detection, 403 vs 503\nchallenge-platform distinction, stale cookie on retry, empty solve\ncookie, errors.As/Is unwrapping, base error propagation, existing\ncookies preservation.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: add hard red tests for cloudflare middleware edge cases",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-04T23:40:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bc0216dca8f90caa97e8911970a3a6ea7e048178",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: address code review issues in cloudflare middleware",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-04T23:28:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "37e98532439abe2b3fb02608b98725ee7a2f918a",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: add helper tests for extractDomain and appendCookie",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-04T23:24:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0c3f058dbaccc0e1191527de753780aad3c11f9e",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add CookieProvider interface and CloudflareCookieMiddleware",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-04T23:23:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a02a77aae68f285064897afcacc3e49180fbd996",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add CloudflareDetectMiddleware",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-04T23:21:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "57562c65ccec76d94511fa560e323c15cb146cfd",
"body": "…udflare)\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add Cloudflare challenge detection (CloudflareError + DetectClo…",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-04T23:20:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3158f5e33e8a0c7fdf8a60a571c8c1fb2ccb449a",
"body": null,
"is_bot": false,
"headline": "docs: add README",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-04T10:33:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d2f941729fa95f05cd2c7a2088c9a2776d7708c",
"body": "…ation\n\nTransport-level retry on block statuses (403, 429) with proxy pool rotation.\nEach retry automatically gets a new proxy via pool.Next(). Benefits all\ngo-stealth consumers (go-enriche, go-search, etc.) without per-consumer logic.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add WithRetryOnBlock for automatic 403/429 retry with proxy rot…",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-04T04:17:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "079a4a1dcf0822e2d4a8090f1c91d80f81a111a7",
"body": "IsRetryable incorrectly treated all HttpStatusError as retryable,\ncausing 404/403 responses to be retried with backoff until context\ntimeout. Now delegates to IsRetryableStatus which only retries\n429 and 5xx codes.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: do not retry non-retryable HTTP status codes (4xx except 429)",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-03T22:14:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4ab1c3b5423490d7121786716f2daae928bfcfdf",
"body": "…e detection\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add per-URL RetryTracker with TTL eviction and permanent failur…",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-03T12:26:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3c393d9319d91d64571ebebba4f31d775aaa10fb",
"body": "…t callback\n\nRefactor RetryDo to use an internal retryDo helper that accepts an\noptional resetFn, called before each retry (not the first attempt).\nRetryDoWithReset and RetryHTTPWithReset expose this via stable public API\nwhile keeping RetryDo/RetryHTTP signatures unchanged.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add RetryDoWithReset and RetryHTTPWithReset with pre-retry rese…",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-03T12:23:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e326cf46311596769cb32bf83f381e96222cbbdc",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add RetryHookFunc with context injection for retry observability",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-03T12:18:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0ee8191db496f83faccb89736f2e837d30ccc940",
"body": "Twitter API (and others) may return gzip-compressed responses when\nAccept-Encoding: gzip is sent. Both tls-client and std backends now\ndecompress response bodies before returning them to callers.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: add transparent gzip/deflate decompression in HTTP backends",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-01T18:40:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "badb93ca664b9641041a7093c2a346cb0a1e9be2",
"body": "NewStatic wraps known proxy URLs (e.g. Tor SOCKS5) into a round-robin\nProxyPool. Thread-safe via sync/atomic, same pattern as Webshare pool.\n5 tests covering single, multiple, empty, and TransportProxy cases.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(proxypool): add Static pool for fixed proxy URLs",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-01T04:16:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f94aa94d961f54786e57fd944b4a64dd061eb683",
"body": "Webshare backbone proxies return proxy_address=null in the API response.\nThe shared gateway p.webshare.io handles routing via unique ports.\nPreviously this resulted in URLs like http://user:pass@:10000 (empty host),\ncausing connection refused errors.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(proxypool): use default gateway host for backbone proxies",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-03-01T00:06:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "66900103f3b146ecc7cd5afea08b44c1ee4d01fb",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: update roadmap with v1.0.0 final state",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-02-21T09:59:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d712d3068b743d698ba01e45993de5af5a0e9a72",
"body": "Pluggable storage interfaces for distributed deployments:\n- session.SessionStore + FileStore: persist sessions to disk as JSON\n- ratelimit.Store: pluggable rate limit backend (in-memory default)\n- proxypool.HealthStore: pluggable proxy health backend (in-memory default)\n\nAll interfaces enable Redis/etcd backing without adding dependencies.\nExisting behavior unchanged — in-memory stores are the default.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: v1.0.0 — Phase 5 Distributed Operations",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-02-21T09:54:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "789b595c98c97e0a75b2596f842fd7df6139852e",
"body": "Introduce HTTPDoer interface abstracting the TLS engine. All bogdanfinn/tls-client\nimports isolated in backend_tlsclient.go. New TLSProfile type decouples public API\nfrom bogdanfinn's profiles.ClientProfile struct.\n\nNew features:\n- WithStdHTTP() — net/http backend for testing/CGO-free environments\n-\n[…]\nofile.\nWithCookieJar() removed (unused by consumers). BrowserProfile.TLSProfile\ntype changed from profiles.ClientProfile to stealth.TLSProfile.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: v0.6.0 — Phase 4 Pluggable TLS Backend",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-02-21T09:47:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4614977a254f9e37dc07dd2030805b93f4c192ef",
"body": "- Per-OS browser profiles: 18 profiles across Chrome/Firefox/Safari/Edge\n with Windows/macOS/Linux/Android/iOS variants. RandomProfile() with\n WithOS/WithBrowser/WithMobile filters.\n- Client Hints middleware: auto-injects sec-ch-ua-* headers matching the\n UA. Handles mobile flag, Edge brand, won'\n[…]\nhromium engine)\n- Mobile profiles: Android Chrome + iOS Safari with proper TLS profiles\n\n2183 LOC production, 1817 LOC tests across 6 packages.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: v0.5.0 — Phase 3 Advanced Browser Impersonation",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-02-21T09:29:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "50db2412a51f98c17a8172a01d3293e264a07535",
"body": "- Middleware system: Handler/Middleware types, Chain(), Use() on\n BrowserClient. Middlewares execute in order added (first = outermost).\n- Built-in middlewares: LoggingMiddleware, RetryMiddleware,\n RateLimitMiddleware (with context-aware variants)\n- http.RoundTripper: BrowserClient implements http\n[…]\nDebug() auto-adds LoggingMiddleware\n- Refactored Do()/DoWithHeaderOrder() to use handler chain internally\n\n1891 LOC production, 1441 LOC tests.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: v0.4.0 — Phase 2 Middleware & Extensibility",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-02-21T09:22:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1c1c28e2a7bf0d6a2f303715ec00438dd2eee354",
"body": "- HealthyProxyPool.Next(): hold Lock for entire health check to prevent\n race between reading DeactivateAt and concurrent RecordFailure writes\n- Test helper staticPool: use atomic counter (matches real Webshare impl)\n- Add concurrent access test that verifies -race passes\n- DomainConfig.RandomDelay: implement the declared-but-unused field,\n adds random [0, RandomDelay) on top of MinDelay between requests\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: data race in HealthyProxyPool.Next(), implement RandomDelay",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-02-21T09:17:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0aa224b77e7f5fb014e6136d8f546dd157eb1d4d",
"body": "- Proxy health tracking: HealthyProxyPool with per-proxy success/failure\n rates, auto-skip dead proxies, cooldown with auto-reactivation, Stats()\n- Retry-After header parsing: ParseRetryAfter() handles delta-seconds\n and HTTP-date formats (RFC 7231)\n- Per-domain rate limiting: DomainLimiter with w\n[…]\nling\n- Platform auto-detection: PlatformMatchedProfile() matches UA OS to\n runtime.GOOS\n\n1580 LOC production, 967 LOC tests across 5 packages.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: v0.3.0 — Phase 1 Foundation Hardening",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-02-21T09:09:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "73aff99b4f45ed965e84d05dbc12cf7e27da275b",
"body": "- compare.md: feature matrix vs surf, httpcloak, azuretls, tls-client, colly\n- roadmap.md: 5-phase plan from v0.3 to v1.0\n- references.md: patterns to steal from 12 GitHub projects\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add competitive analysis, roadmap, and GitHub references",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-02-21T08:56:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "90e85c9d6a23a349e255adcfa3080659b8633ecb",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: add .gitignore for env/secrets files",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-02-21T08:43:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "05469b2d781bb33631ebe774183e2afb80ca2516",
"body": "Breaking: httpStatusError → HttpStatusError (exported). Consumers can\nnow use stealth.RetryDo/RetryHTTP directly without reimplementing error\ntypes for errors.As matching.\n\n- RetryDo now applies JitterPct to backoff wait (was declared but unused)\n- WithProxyPool(pool) option auto-rotates proxy on each Do() call\n- Moves proxy rotation logic from consumers into BrowserClient\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: v0.2.0 — export HttpStatusError, add JitterPct, add WithProxyPool",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-02-21T08:30:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "86a6175b356a38b9345375905c440b05aad4d54f",
"body": "Packages:\n- stealth: BrowserClient with TLS fingerprint, UA rotation, proxy helpers\n- pool: generic round-robin pool with health tracking and auto-reactivation\n- ratelimit: per-key sliding window rate limiter\n- proxypool: ProxyPool interface + Webshare implementation\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Initial release: generic anti-ban toolkit",
"author_name": "Anatoly Koptev",
"author_login": "anatolykoptev",
"committed_at": "2026-02-21T07:09:16Z",
"body_truncated": false,
"is_coding_agent": true
}
],
"releases_count": 3,
"commits_last_year": 92,
"latest_release_at": "2026-07-18T19:24:10Z",
"latest_release_tag": "v1.19.1",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 9,
"days_since_latest_release": 6,
"mean_days_between_releases": 68.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/anatolykoptev/go-stealth",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/anatolykoptev/go-stealth",
"is_deprecated": false,
"latest_version": "v1.19.1",
"repository_url": "https://github.com/anatolykoptev/go-stealth",
"versions_count": 34,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-18T19:24:00Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 1,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-07-18",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 19832,
"source_files_sampled": 85,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/bogdanfinn/fhttp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.6.8"
},
{
"name": "github.com/bogdanfinn/tls-client",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.14.0"
},
{
"name": "golang.org/x/sync",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.20.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 17,
"open_issues": 3,
"closed_ratio": 0.571,
"closed_issues": 4,
"closed_unmerged_prs": 5
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "anatolykoptev",
"commits": 89,
"avatar_url": "https://avatars.githubusercontent.com/u/239934030?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"preflight.yml",
"release-please.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 8,
"reason": "4 out of 5 merged PRs checked by a CI test -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/29 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": 10,
"reason": "19 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10",
"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": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "24 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "3ecbad14ae77d50fcf14e8d71683acb269bb1d5a",
"ran_at": "2026-07-24T22:14:19Z",
"aggregate_score": 4.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-07-18T19:24:31Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-18T19:24:01Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 14,
"created_at": "2026-07-18T05:51:35Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 15,
"created_at": "2026-07-18T05:51:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 21,
"created_at": "2026-07-18T06:12:35Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/anatolykoptev/go-stealth",
"host": "github.com",
"name": "go-stealth",
"owner": "anatolykoptev"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"security": 44,
"vitality": 79,
"community": 24,
"governance": 48,
"engineering": 78
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 79,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"commits_last_year": 92,
"human_commit_share": 0.978,
"days_since_last_push": 6,
"active_weeks_last_year": 9
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "9/52 weeks with commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 9
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "92 commits in the last year",
"points": 17.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 92
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "19 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 92,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v1.19.1",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 68.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~68.2 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 68.2
}
}
],
"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": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 1,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 48,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"merged_prs": 17,
"open_issues": 3,
"closed_issues": 4,
"issue_closed_ratio": 0.571,
"closed_unmerged_prs": 5
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "57% of issues closed",
"points": 26.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 57
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "17/22 decided PRs merged",
"points": 29.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 17,
"decided": 22
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"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": 41,
"inputs": {
"followers": 12,
"owner_type": "User",
"is_verified": null,
"owner_login": "anatolykoptev",
"public_repos": 91,
"account_age_days": 273
},
"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": "12 followers of anatolykoptev",
"points": 8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 12,
"login": "anatolykoptev"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "91 public repos, account ~0 yr old",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 91
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/anatolykoptev/go-stealth"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 6
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "34 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 34
}
}
],
"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": 78,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "4 out of 5 merged PRs checked by a CI test -- score normalized to 8",
"points": 16,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"anti-detection",
"go",
"golang",
"proxy",
"rate-limiting",
"scraping",
"stealth",
"tls-fingerprint"
],
"has_wiki": true,
"homepage": "https://hully.one",
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://hully.one",
"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": "8 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 8
}
}
],
"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": 44,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "4 out of 5 merged PRs checked by a CI test -- score normalized to 8",
"points": 2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "19 commit(s) and 7 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "24 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 65,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"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": "90 of 90 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 90,
"sampled": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.793,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"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": "73 of the last 92 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 73,
"sampled": 92
}
}
],
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 19832,
"source_files_sampled": 85,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/85 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 85,
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-24T22:14:26.743594Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/anatolykoptev/go-stealth.svg",
"full_name": "anatolykoptev/go-stealth",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}