Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 706,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 374129,
"Shell": 15757,
"Python": 200747,
"TypeScript": 896322
},
"pushed_at": "2026-07-21T22:20:39Z",
"created_at": "2026-04-24T01:50:53Z",
"owner_type": "User",
"updated_at": "2026-07-21T22:20:48Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": "NOASSERTION",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"Go",
"Python"
]
},
"owner": {
"blog": null,
"name": "Saidmashhud Habibzoda",
"type": "User",
"login": "saidmashhud",
"company": null,
"location": null,
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/67621428?v=4",
"created_at": "2020-06-30T04:32:46Z",
"is_verified": null,
"public_repos": 10,
"account_age_days": 2213
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "sdk/go/v1.2.0",
"kind": "other",
"published_at": "2026-04-29T21:44:51Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2026-04-27T10:41:53Z"
}
],
"recent_commits": [
{
"oid": "0d1f8c40bcabf272e5e762e2faf174728fe42753",
"body": null,
"is_bot": false,
"headline": "fix(go-sdk): use canonical guard contracts",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-07-21T22:20:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc9afe7d8732b0aa90e6ef2332b3594942cb12b6",
"body": null,
"is_bot": false,
"headline": "feat(sdk): add fintech parity for ts and python",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-07-21T19:47:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d26bbf296e57c2e540ccf99aaa9fe6044407d0d3",
"body": null,
"is_bot": false,
"headline": "feat(sdk): ship Exchange external alpha pack",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-07-18T00:36:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bc1aaf54846e4264319308d226b0296fff4e576",
"body": null,
"is_bot": false,
"headline": "chore(sdk): add external alpha gate",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-07-03T10:20:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83f9f314eba14ef77f56fdc231511330c173db5d",
"body": null,
"is_bot": false,
"headline": "chore(sdk): close external readiness gaps",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-07-02T14:20:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53c75e7b4194219004b53c6552fa1bef92cfbfc1",
"body": "…ewWithTenant\n\nADR-0018 (mashgate): Wallet/KYC/Merchant/Compliance are first-class on the\ntop-level Client (no separate fintech 'pack' client). Additive — fintech.New\nstays as a Deprecated compat shim. Release as v1.10.0 alongside the consumer\n(kiro) migration off the dual-client wiring.",
"is_bot": false,
"headline": "feat(sdk/go): unified client — fintech caps on top-level Client via N…",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-06-28T15:04:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bc08acf7d542906a26a5862148d3da0601cacf6",
"body": "Mashgate proto-JSON serializes int64 as string; without the ,string option\nthe checkout-session response fails to decode -> consumers get 502 on\nCreateCheckout. (v1.17.0)",
"is_bot": false,
"headline": "fix(sdk/go): CheckoutSession expiresAt/createdAt are int64-as-string",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-06-20T22:05:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d846b3347c235f61288a993a5925adb271994038",
"body": "…ap list\n\nInvoice was drifted: number (not invoiceNumber), subtotal/tax/total int64 minor\nunits as JSON strings (not single amount int), lineItems unitPrice/amount, status\nenum name. CreateInvoiceRequest is line_items-driven (no amount field). List\nunwraps {invoices,totalCount}. Fixes Kiro invoices 502 decode.",
"is_bot": false,
"headline": "fix(sdk/go/invoices): align Invoice model to invoices.v1 proto + unwr…",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-06-20T10:58:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c8f226298506b2f45a1c1dc33cebe07d51245ce",
"body": "…tput\n\nEnvoy grpc_json_transcoder emits lowerCamelCase (preserve_proto_field_names:\nfalse), but fintech response structs used snake_case tags, so multi-word fields\n(checkId, merchantId, walletId, ...) unmarshaled empty -> 'invalid UUID length: 0'\non Kiro onboarding. Aligns all fintech kyc/merchant/wallet/compliance tags.",
"is_bot": false,
"headline": "fix(sdk/go/fintech): camelCase JSON tags to match envoy transcoder ou…",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-06-19T06:47:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84c39c3242d3a9cc59ea75c69188ffb3d7e85a30",
"body": "…arer\n\nFintech client sent mg_test_/mg_live_ keys as Authorization: Bearer, which\next-authz validates as a JWT -> 401 'Invalid or expired token'. Tenant keys\nmust use the X-API-Key header. Fixes Kiro onboarding KYC/merchant/wallet calls.",
"is_bot": false,
"headline": "fix(sdk/go/fintech): authenticate tenant api-key via X-API-Key not Be…",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-06-19T06:38:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1824ed64372ca2f99b77dbdb8808bd6bbc46d29",
"body": null,
"is_bot": false,
"headline": "fix(examples): make TypeScript quickstart installable locally",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-06-04T21:50:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "681c4ffcd3425f176daa67f1d1ed4656af167653",
"body": "feat(contracts-sync): real pinned-snapshot sync script (replaces stub)",
"is_bot": false,
"headline": "Merge pull request #7 from saidmashhud/feat/contracts-sync-script",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-06-03T14:09:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75daab9b3760fbf59a1e13c518383c6575f70d20",
"body": "…dow (consolidates #2/#4/#5)\n\ntest(sdk): comprehensive py/ts/go suite + fix unreachable Go BillingClient + align TS webhook replay window",
"is_bot": false,
"headline": "Merge #6: SDK tests + Go BillingClient wiring + TS webhook replay win…",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-06-03T14:09:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b4559e1237e0524116820be7a1570753f968d33",
"body": "Replace the placeholder sync.sh with a working pinned-snapshot vendor: reads\nmanifests/active.yaml (yq or grep fallback), checks out mashgate@head_ref\n(reuse via MASHGATE_SRC=/opt/mashgate, or clone), runs the mashgate-side\ncodegen (make sdk-gen-go/sdk-gen-ts — the pipeline SoT), vendors openapi.yam\n[…]\n\nfilename with GO_OPENAPI_OUT/GO_TYPES_OUT/TS_TYPES_OUT overrides.\n\nParses (bash -n). Not yet executed — designed for the srv2 build host where the\ncodegen toolchain lives; validate on the next regen.",
"is_bot": false,
"headline": "feat(contracts-sync): real pinned-snapshot sync script (was a stub)",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-06-03T11:11:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7f9768bdd6af42e6f909de2e84816fa42925fe0a",
"body": "The TS verifyWebhookSignature checked only the HMAC and ignored the\nx-hl-timestamp age, while the Go (VerifySignature) and Python verifiers reject\nsignatures outside a ±5min window. Add a maxAgeMs param (default 300_000; 0\ndisables) and a fail-fast window check before the HMAC, treating the timestam\n[…]\n actually true.\n\nBREAKING: webhooks signed >5min ago are now rejected by default.\n\nTests rewritten to current-time timestamps + replay/future/maxAgeMs=0 cases.\nLogic proven locally in node 22 (15/15).",
"is_bot": false,
"headline": "feat(ts-sdk)!: enforce webhook replay window (align with Go/Python)",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-06-03T10:55:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7393555d0edb00babe598386de3a31174fcadb51",
"body": "…ts/go)\n\n- py/test_webhooks.py: HookLine verifier (13 cases — valid/tampered/wrong-secret/\n no-v1=/None-ts/expired/future/window-off/str+bytes/flipped-hex). unittest.\n- py/test_client_parity.py: all 25 client resources wired + top-level exports.\n- py/test_billing.py: respx path-pinning for 17 billi\n[…]\n divergence).\n- ts/client.test.ts: 25-resource wiring tripwire + entrypoint exports.\n- go/billing_test.go: httptest path-pinning for every BillingClient method via\n the public client.Billing surface.",
"is_bot": false,
"headline": "test(sdk): webhook-verifier, client-parity + billing-path suites (py/…",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-06-03T10:23:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c319191100fa14e9ab83f58a4ea6de6869ae4a5a",
"body": "billing.go defined BillingClient and its doc promised client.Billing.X(...),\nbut the Client struct had no Billing field and initClients never created it,\nso client.Billing did not compile — the entire billing surface was unreachable\nthrough the public API. Add the field + wiring (the one sub-client of 20 that\nwas missing). Surfaced by the new billing path-pinning test.",
"is_bot": false,
"headline": "fix(go-sdk): wire BillingClient into Client",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-06-03T10:23:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bcd6dc4348f00b41fac45d5365942d55c6de8c8",
"body": "# Conflicts:\n#\tdocs/getting-started/typescript.md",
"is_bot": false,
"headline": "Merge branch 'feat/sdk-examples-and-gofix' into test/sdk-suite",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-06-03T10:08:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6151aa9c196827af3cb6d22dfc38b0866cc205b6",
"body": null,
"is_bot": false,
"headline": "Merge branch 'feat/python-sdk-parity-and-docs' into test/sdk-suite",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-06-03T10:07:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f78620186ae510c1687763a17d5eec4c8f3e5fb2",
"body": "Go and TS examples already use x-hl-signature/x-hl-timestamp and the\n{timestamp}.{body} signing scheme; the python quickstart still referenced the\nold X-Mashgate-Signature 3-arg verifier. Pass the timestamp + x-hl-* headers\nto match the corrected verifier (PR #2).",
"is_bot": false,
"headline": "fix(examples): align python webhook receiver to HookLine v1 scheme",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-06-03T09:28:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9fa31d21b3d7475eba6fcf21ec564e010a2bd2e",
"body": "….paymentId, webhook verify)\n\nThe examples surfaced that typescript.md was stale: session.checkoutUrl→url,\npayment.id→paymentId, and verifyWebhookSignature({body,signature,secret}) →\nthe real async positional verifyWebhookSignature(payload, sigHeader, secret,\ntimestamp) with x-hl-signature/x-hl-timestamp headers.",
"is_bot": false,
"headline": "docs(ts): fix getting-started drift vs real SDK (session.url, payment…",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-06-03T08:46:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dcd42fe5acd0334cac0ba6ad6032bf3f534b1a3",
"body": "…ng paths\n\nexamples/{go,python,typescript}/: runnable quickstarts (client init from env +\ncheckout/payment create + webhook-verify handler) using the REAL SDK signatures\nread from source — caught that getting-started docs are stale (TS session.url not\ncheckoutUrl, payment.paymentId not id, async pos\n[…]\nckage.json/requirements + README.\n\nsdk/go/billing.go: fixed 4 stale paths to match billing.proto (subscription/change,\n/preview, /credits, /credits/redeem) — Go SDK had pre-proto paths that would 404.",
"is_bot": false,
"headline": "feat(sdk): runnable quickstart examples (Go/TS/Python) + fix Go billi…",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-06-03T08:43:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0c4a5951c53d5628c102b0da62a4288f6b554c0e",
"body": "Ported billing, subscriptions, invoices, payment_links, iam, analytics,\nmetering, mail, guard, chain, local_payments (Python had 14/25, now 25/25),\nmirroring the Go + TS impls method-for-method in the existing Python style\n(class(client) + self._c.request, snake_case, type hints, camelCase wire keys\n[…]\nsed the BillingService PROTO paths (subscription/change, /preview,\n/credits, /credits/redeem) — the Go SDK billing.go has 4 stale paths that\ndisagree with the proto (separate Go-SDK bug to fix later).",
"is_bot": false,
"headline": "feat(python-sdk): parity with Go/TS — port 11 missing resource modules",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-06-03T08:32:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9e4c84ac2a15d26e51c6ae0b26061303a811292e",
"body": "…bility link\n\n- Python quickstart used 'from mashgate import Mashgate; Mashgate(api_key=)' — that\n class does not exist + omits base_url → broken copy-paste. Fixed to the real\n MashgateClient(base_url=, api_key=).\n- PyPI name mashgate-sdk → mashgate (2 spots; matches pyproject.toml).\n- docs/compatibility-matrix.md was a dead link → created the file.",
"is_bot": false,
"headline": "docs(readme): fix broken Python quickstart + PyPI name + dead compati…",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-06-03T08:20:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0abb1cfd63ff7d79aab3f38a8a082cd307782e5",
"body": "- Python verify_webhook_signature was broken: signed HMAC over raw body only,\n no v1= prefix, no x-hl-timestamp, no replay window → never validated against\n the real server. Rewrite to mirror TS/Go: HMAC-SHA256(secret, '{ts}.{body}'),\n strip v1=, 5-min (300000ms) replay window, timing-safe. Adds \n[…]\n\n\nNote: audit's 'x-gp-signature' claim was false — no x-gp/greenpath anywhere;\nTS+Go verifiers were already correct on header name. Real defect was the Python\nverifier signing-base + doc header drift.",
"is_bot": false,
"headline": "fix(sdk): correct HookLine webhook verification (Python verifier + docs)",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-06-02T18:30:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3c2056b10d8801aa679003565164831848c9da19",
"body": "- modules: auth-identity, payments-checkout, billing-subscriptions, wallets-ledger,\n kyc-compliance, events-webhooks, chat, notifications, storage, flags-observability\n- getting-started: go, typescript, python (honest about Python partial coverage)\n- recipes: monetization (subscriptions + boosts), kyc-gate-18plus\nAll code examples grounded in real SDK source; cross-language divergences documented.",
"is_bot": false,
"headline": "docs: per-module guides + per-language getting-started + recipes",
"author_name": "said",
"author_login": "saidmashhud",
"committed_at": "2026-05-31T20:33:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf53ecf38f5ed1c2f9849cc9ceb9cb44227ee199",
"body": "- guides/building-a-vertical: provision -> scaffold -> wire modules -> build domain -> deploy\n- guides/data-modeling-and-identity: key your tables by mgID user_id (do not extend\n Mashgate users table); profile sidecar pattern, opaque-string id, lazy/reactive provisioning\n- best-practices: identity/money ownership, idempotency keys, event-driven + idempotent\n webhooks, multi-tenancy, error/retry, secrets, versioning, DB boundary\n- README: link guides from a new Guides section + repo structure",
"is_bot": false,
"headline": "docs: add developer guides + best practices",
"author_name": "said",
"author_login": "saidmashhud",
"committed_at": "2026-05-31T20:24:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92da84d2a9b0affaee999c11d21cb28245264aaa",
"body": "…ersions (go 1.13.0, ts 1.7.0, python 0.7.0)",
"is_bot": false,
"headline": "chore(contracts-sync): sync manifest sdk_versions to real published v…",
"author_name": "said",
"author_login": "saidmashhud",
"committed_at": "2026-05-31T19:22:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b150ebb0215fc1728faf3406dcec70aef796d128",
"body": "…rchitecture",
"is_bot": false,
"headline": "docs(readme): add What is Mashgate overview — platform, module map, a…",
"author_name": "said",
"author_login": "saidmashhud",
"committed_at": "2026-05-31T19:10:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6584bd2b87c07676aee9d4f69959ff338000f42",
"body": "…gin/main b3a72bfa",
"is_bot": false,
"headline": "Merge contracts-sync 2026-06-01: regenerate TS+Go _generated from ori…",
"author_name": "said",
"author_login": "saidmashhud",
"committed_at": "2026-05-31T19:09:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f48435d1a0dc8efd9af97c887b5563a076f8663",
"body": "… b3a72bfa\n\nRegenerated generated types from mashgate contracts at origin/main HEAD\n(ahead of snapshot tag contracts-2026-04-24). Codegen ran on srv2 build host\n(protoc + protoc-gen-openapi -> openapi -> openapi-typescript / oapi-codegen).\n\n- sdk/typescript/src/_generated/{openapi.yaml,types.ts}\n- s\n[…]\nrpc EVM+TRON build-transfer-tx,\n secrets CRUD, dashboard counts\n- Python SDK not regenerated (no codegen target, hand-maintained)\n- manifest: fetched_at + head_ref; no version bump (release decision)",
"is_bot": false,
"headline": "chore(contracts-sync): regenerate TS + Go _generated from origin/main…",
"author_name": "said",
"author_login": "saidmashhud",
"committed_at": "2026-05-31T19:05:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f3aefc6971e57075a0668b5133bef3a3a247ac13",
"body": "All three SDKs add 7 ERC-20 mint constants (USDT/USDC across\nEthereum/BSC/Polygon/Base, mainnet contracts) plus tests that pin the\nliterals. NetworkEthereum/BSC/Polygon/Base уже были exposed; server-side\nledger-core теперь actually accepts them.\n\n- sdk/go/v1.13.0:\n MintUSDTEthereumMainnet, MintUS\n[…]\ndcasts.\n\nPhase 1 limits: sponsor wallets — Solana only; ERC-20 decimals assumed\n= 6 (USDT/USDC); status sync worker — Solana only.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(sdks): EVM chain provider Phase 1 — USDT/USDC contracts on 4 chains",
"author_name": "muhammadkhon",
"author_login": null,
"committed_at": "2026-05-28T12:14:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c844be75d0a7aef887fb521b00bacf53ae790178",
"body": "All three SDKs add MintUSDTTronMainnet = TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t\nto the existing Mint type/enum. NetworkTron уже был exposed earlier;\nserver-side ledger-core теперь actually accepts it.\n\n- sdk/go/v1.12.0: MintUSDTTronMainnet const. 2 new httptest-mock tests.\n- @mashgate/sdk@1.6.0: Mint.US\n[…]\nection into TRON tx JSON + broadcast.\n\nPhase 1 limits: sponsor wallets (gasless) — Solana only; TRON status\nsync worker — Phase 2.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(sdks): TRON chain provider Phase 1 — USDT-TRC20 mint constant",
"author_name": "muhammadkhon",
"author_login": null,
"committed_at": "2026-05-26T12:22:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b39d0313ab28081edda3247c32b002f20d650076",
"body": "All three SDKs add optional sponsor_wallet_id field to the withdraw\nrequest body, surfacing the new\nwallet.v1.WalletService.InitiateWithdrawalRequest.sponsor_wallet_id\nparameter (ledger-core handler в mashgate@a51b3cd8).\n\n- sdk/go/v1.11.0: WithdrawRequest.SponsorWalletID. 1 new test.\n- @mashgate/sdk\n[…]\nin but не получает явный off-chain\ndebit movement yet — that's Phase 2 (status-sync captures actual\nfee_lamports on confirmation).\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(sdks): fee abstraction Phase 1 — sponsor_wallet_id on withdraw",
"author_name": "muhammadkhon",
"author_login": null,
"committed_at": "2026-05-26T10:35:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d5646b829f23277ee114c0d14a6b5b4120e374a3",
"body": "…ect deny\n\nAll three SDKs mirror updated wallet.v1.WalletService.ImportChainWallet RPC\n(ledger-core handler в mashgate@a5c67064, same date). Recovery flow:\n\n- sdk/go/v1.10.0 (💥 BREAKING):\n (*WalletService).ImportChain returns *ImportChainWalletResponse\n instead of *Wallet. Callers need resp.Wa\n[…]\nED_PRECONDITION (412) — WALLET_ENCRYPTION_KEY not configured.\n\nCode-only. Tag push deferred — let consumers verify before lock-in.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(sdks): wallet import recovery polish — was_existing + cross-subj…",
"author_name": "muhammadkhon",
"author_login": null,
"committed_at": "2026-05-26T09:06:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4f04da7ff186ba2cbd6ebfcc9c113143020c8896",
"body": "protoc-gen-openapi does not suffix operationIds for google.api.http\nadditional_bindings. The 8 IamService tenant-admin RPCs each expose a\nprimary /v1/iam/* path and a /v1/platform/* admin alias, emitting two\npaths sharing one operationId. openapi-typescript then produced\nduplicate keys in the operat\n[…]\ntypes.\n\nAlias paths now get a distinct <id>Alias operationId; both HTTP routes\nare preserved and no operations are dropped (359 unique -> 367,\n+8 previously-shadowed admin operations now first-class).",
"is_bot": false,
"headline": "fix(sdk): dedup duplicate operationIds breaking tsc/go build",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-05-15T08:34:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e90115884539624f2dce292fc47afec2503671e3",
"body": "All three SDKs mirror new wallet.v1.WalletService.TransferBetweenWallets\nRPC (ledger-core handler в mashgate@af67d653, same date). Same-currency\nv1; cross-currency FX out of scope until a future Convert RPC.\n\n- sdk/go/v1.9.0:\n (*WalletService).Transfer(ctx, TransferRequest, idempotencyKey)\n → \n[…]\n_* identifiers) not introduced by this change — verified via\ngit stash. Tests + per-language CHANGELOGs + version bumps all green.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(sdk/go,ts,python): wallet.transfer — atomic inter-wallet movement",
"author_name": "muhammadkhon",
"author_login": null,
"committed_at": "2026-05-14T23:25:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b3d2c1bf92c11e69a8e31a64621356b3e07ee8bb",
"body": "Mirror к CreateChain (POST /v1/wallets/chain) с separate POST\n/v1/wallets/chain/import endpoint. Idempotent on mnemonic_hash UNIQUE\nserver-side.\n\nNotes for callers:\n- mnemonic в request body (TLS only)\n- clear from caller memory immediately после успешного response\n- server returns just Wallet (no mnemonic round-trip)\n- pair с CreateChain в onboarding flow (Kiro web-client /onboarding)",
"is_bot": false,
"headline": "feat(sdk/go): WalletService.ImportChain — restore from mnemonic",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-05-13T20:06:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2dac7b78ebb34839eec86d27fca6cfd46ff567e",
"body": null,
"is_bot": false,
"headline": "feat(sdk/go): v1.7.0 — 8 resources closing TS-SDK gap",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-05-12T08:42:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f58c9d41723ba5f2cf820aaaa4dabf59f57451c",
"body": "…catalog\n\n- BillingClient (15 RPCs) closes biggest gap with TS SDK: plans, subscription, payment methods, invoices, credit/promo\n- Notify.SendTelegram — Telegram channel delivery via mashgate notify-service (replaces vertical-local TG clients)\n- _todo_resources.go documents 8 remaining missing resou\n[…]\nments, metering, risk, settings, wallet_admin)\n- docs/modules/service-catalog.md — 41 deployments + 33 gRPC services + verticals matrix + gap analysis + ADR index\n\nactive.yaml bumped: go 0.1.0 → 1.6.0",
"is_bot": false,
"headline": "feat(sdk/go): v1.6.0 — BillingClient + Notify.SendTelegram + service …",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-05-12T07:12:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "aa2bf02a9645345db5194cd84516fab66634e3da",
"body": "…dates + DeleteAccount",
"is_bot": false,
"headline": "feat(sdk/go): v1.4.0 — password lifecycle + email verify + profile up…",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-05-05T04:05:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b103d7d21fd12d2c2304d36e3ae50b6ee2419ec",
"body": "…erification",
"is_bot": false,
"headline": "feat(sdk/go): v1.3.2 — VerifyOtpRequest.Phone for first-time signup v…",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-05-05T03:29:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc19ef60092c534cb4947aae5300eb521bbdef5a",
"body": "…t as json.Number\n\nMashgate auth-service emits expiresAt and createdAt as JSON strings, not\nnumbers. v1.3.0 typed them as int64, decode failed на проде. Switch to\njson.Number — accepts both forms transparently.\n\nHelpers added:\n TokenPair.ExpiresAtUnix() int64\n RegisterResponse.CreatedAtUnix() int64\n\nTests updated to send strings (matching prod wire format).",
"is_bot": false,
"headline": "fix(sdk/go): v1.3.1 — TokenPair.ExpiresAt + RegisterResponse.CreatedA…",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-05-04T05:44:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bed5c025e72dd77657bcea2b017b5a58405cc92",
"body": "…User/ExpiresAt\n\nCloses proper phone-auth path для downstream verticals (qr-app первый\nконсьюмер). Replaces ad-hoc pseudoEmail/pseudoPass + raw HTTP workaround.\n\n- (*Client).Register(ctx, RegisterRequest) (*RegisterResponse, error)\n → POST /v1/auth/register\n- (*Client).SendOtp(ctx, SendOtpRequest) \n[…]\negister accepts role\nwithout validation (known upstream bug). Use Role='merchant' for customer\nself-signup; admin-grade роли через IamService.AssignRole.\n\nCHANGELOG: aggregate + per-language go entry.",
"is_bot": false,
"headline": "feat(sdk/go): v1.3.0 — auth.Register, SendOtp, VerifyOtp + TokenPair.…",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-05-04T05:36:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a893d282594e1fe693b20e39e290e63061c3f3a2",
"body": "Bumps Go SDK к v1.2.0 для ListTenants method (added в commit 4dc5f81).\nTypeScript and Python SDKs unchanged from v1.1.0.\n\nTag: sdk/go/v1.2.0\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(changelog): sdk/go/v1.2.0 — iam.ListTenants",
"author_name": "muhammadkhon",
"author_login": null,
"committed_at": "2026-04-29T21:44:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4dc5f81083e80c524b0c180fe486c0d08d6b03fb",
"body": "Adds user-facing Go SDK wrapper для IamService.ListTenants RPC.\nMirrors TS SDK iam.listTenants() done earlier (sdk/typescript/src/resources/iam.ts:388).\n\nAPI:\n- type Tenant — clean non-pointer struct (тенант identity mirror)\n- type ListTenantsOptions — optional filters: Status/Search/Page/PageSize/S\n[…]\nsdk/go/iam_test.go): 3 cases — no options / all options / empty\nresponse. Все pass (TestListTenants{NoOptions,WithOptions,Empty}).\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(sdk-go): add ListTenants() to iam resource (ADR-0020 Phase C)",
"author_name": "muhammadkhon",
"author_login": null,
"committed_at": "2026-04-29T20:11:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "259e8b436e35ec37767d125fd589a0c4bfa9c2c7",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main'",
"author_name": "muhammadkhon",
"author_login": null,
"committed_at": "2026-04-29T19:05:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f753aa1206db2f73d86108fdb7aea3c6fb5c140a",
"body": null,
"is_bot": false,
"headline": "some fixes",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-04-29T19:04:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d8f5d28aabcf7e528d2e556bf7b02458920451e",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main'",
"author_name": "muhammadkhon",
"author_login": null,
"committed_at": "2026-04-28T18:34:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecdce95753b3e87ee7fc50da2406780d529c9afb",
"body": null,
"is_bot": false,
"headline": "session in progress",
"author_name": "muhammadkhon",
"author_login": null,
"committed_at": "2026-04-27T18:41:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e85823a86754d5a0d00b155994cb9b53ed61b23",
"body": "Project rule: no CI workflows in any repo. Builds/tests run on srv2 (k3s)\nor manually. Removing reduces noise (failed runs, status badges) and\naligns with no-local-builds workflow.",
"is_bot": false,
"headline": "ci: remove workflow (no CI per project policy)",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-04-27T17:35:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09ca9442a2280acb3abdb75836a49e9743ade935",
"body": "Mirrors mail.v1.MailService from\nmashgate/contracts/proto/v1/mail.proto, exposed via gateway as REST.\n\nTypeScript (sdk/typescript/):\n- src/resources/mail.ts — MailResource, ~12 methods, const-as-object enums\n (MessageFolder, MailboxStatus, DomainStatus, SendStatus)\n- src/__tests__/mail.test.ts — vi\n[…]\nn):\n ListMailboxes, CreateMailbox, ListDomains, CreateDomain,\n VerifyDomain, RotateDKIM\n\nPython SDK — следующим заходом (текущий mail/frontend на TS, Go SDK\nдля downstream consumer'ов как Grid CRM).",
"is_bot": false,
"headline": "feat(sdk): mail capability — TS + Go (ADR-0019)",
"author_name": "Saidmashhud Habibzoda",
"author_login": "saidmashhud",
"committed_at": "2026-04-27T17:30:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "37224259d914bdda2705e31d5c7f1310c4ca4090",
"body": "Closes the D-stream of ADR-0016 on the SDK side. All three language\nSDKs gained the full wallet.v1.WalletService surface, typed\nCurrency/Network/Mint constants, and the new fields needed for SPL\ntoken deposits and withdrawals. See CHANGELOG.md § v1.1.0.\n\nVersions:\n- Go SDK: tagged sdk/go/v1.1.0\n- TypeScript: @mashgate/sdk 1.0.0 → 1.1.0\n- Python: mashgate 0.1.0 → 0.2.0\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release v1.1.0 — Wallet admin / mgCrypto SDK surface",
"author_name": "muhammadkhon",
"author_login": null,
"committed_at": "2026-04-27T10:12:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dc55c31906494cc90952e0e02390dffc00b58fbc",
"body": "Feature/core wallet",
"is_bot": false,
"headline": "Merge pull request #1 from saidmashhud/feature/core-wallet",
"author_name": "Muhammadkhon",
"author_login": "muhammadkhon-abdulloev",
"committed_at": "2026-04-27T09:40:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "612236f730d9992d486d381f171308e63a191bdb",
"body": null,
"is_bot": false,
"headline": "readme added",
"author_name": "muhammadkhon",
"author_login": null,
"committed_at": "2026-04-27T09:35:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "056a9d1ea244a6aba1d5678526cd40858d2f3990",
"body": null,
"is_bot": false,
"headline": "new logic implementation",
"author_name": "muhammadkhon",
"author_login": null,
"committed_at": "2026-04-27T09:28:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d3bae832d4c91dbb892b062745f4f4f06a21bd4",
"body": null,
"is_bot": false,
"headline": "go sdk: auth + checkout + events + tests; ts package wip",
"author_name": "Saidmashhud Habibzoda",
"author_login": null,
"committed_at": "2026-04-25T09:36:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dce70c635cb27e517146100a509596bb36133425",
"body": "Bootstraps mashgate-public as the official external SDK repository per\ndocs/specs/sdk-repository-separation.md in the Mashgate core monorepo.\n\nContents:\n- sdk/go: migrated from mashgate/sdk/go, module path updated to\n github.com/saidmashhud/mashgate-public/sdk/go (was .../mashgate/packages/sdk-go)\n\n[…]\n.com/saidmashhud/hookline\n(separate product per ADR-0013).\n\nGo build ./... exit=0. One pre-existing test failure (payments_test.go:193\nerror type mismatch from monorepo baseline, not introduced here).",
"is_bot": false,
"headline": "initial SDK repo extraction — Go + TypeScript + Python + Fintech Pack",
"author_name": "Saidmashhud Habibzoda",
"author_login": null,
"committed_at": "2026-04-24T02:47:00Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 58,
"latest_release_at": "2026-04-29T21:44:51Z",
"latest_release_tag": "sdk/go/v1.2.0",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 11,
"days_since_latest_release": 84,
"mean_days_between_releases": 2.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": true,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/saidmashhud/mashgate-public/sdk/go",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/saidmashhud/mashgate-public/sdk/go",
"is_deprecated": false,
"latest_version": "v1.18.0",
"repository_url": "https://github.com/saidmashhud/mashgate-public",
"versions_count": 20,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-18T00:36:12Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples",
"recipes"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [
"contracts-sync/snapshots/exchange/exchange.proto",
"sdk/go/_generated/openapi.yaml",
"sdk/typescript/src/_generated/openapi.yaml"
],
"has_devcontainer": false,
"typecheck_configs": [
"examples/exchange/typescript/tsconfig.json",
"examples/typescript/tsconfig.json",
"sdk/typescript/tsconfig.json"
],
"toolchain_manifests": [
"examples/exchange/go/go.mod",
"examples/go/go.mod",
"sdk/go/go.mod"
],
"largest_source_bytes": 702916,
"source_files_sampled": 141,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"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": [],
"dependencies": [
{
"name": "github.com/google/uuid",
"manifest": "sdk/go/go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "httpx",
"manifest": "sdk/python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.25"
}
],
"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": 1,
"merged_prs": 6,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "saidmashhud",
"commits": 42,
"avatar_url": "https://avatars.githubusercontent.com/u/67621428?v=4"
},
{
"type": "User",
"login": "muhammadkhon-abdulloev",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/59027396?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.977
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum",
"package-lock.json"
],
"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": 0,
"reason": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"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/18 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"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": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"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": 6,
"reason": "dependency not pinned by hash detected -- score normalized to 6",
"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": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "0d1f8c40bcabf272e5e762e2faf174728fe42753",
"ran_at": "2026-07-23T00:34:10Z",
"aggregate_score": 2.6,
"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-21T22:20:41Z",
"oldest_open_prs": [
{
"number": 3,
"created_at": "2026-06-02T21:38:31Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-06-03T14:09:37Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/saidmashhud/mashgate-public",
"host": "github.com",
"name": "mashgate-public",
"owner": "saidmashhud"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "High-Risk Jurisdiction Policy applies a 50% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 49,
"pct": 50
}
}
],
"value": 22,
"inputs": {
"security": 13,
"vitality": 76,
"community": 30,
"governance": 52,
"engineering": 40,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 50,
"weighted_overall_before_jurisdiction": 45,
"overall_after_jurisdiction_multiplier": 22
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 76,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"commits_last_year": 58,
"human_commit_share": 1,
"days_since_last_push": 1,
"active_weeks_last_year": 11
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "11/52 weeks with commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 11
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "58 commits in the last year",
"points": 15.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 58
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"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": 100,
"inputs": {
"releases_count": 2,
"latest_release_tag": "sdk/go/v1.2.0",
"releases_from_tags": false,
"days_since_latest_release": 84,
"mean_days_between_releases": 2.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 84 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 84
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~2.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 2.5
}
}
],
"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": "at_risk",
"name": "Community & Adoption",
"value": 30,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"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": 64,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"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": "moderate",
"name": "Sustainability & Governance",
"value": 52,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.977
},
"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 98% of commits",
"points": 0.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 98
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 6,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "6/6 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 6,
"decided": 6
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/18 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": 40,
"inputs": {
"followers": 1,
"owner_type": "User",
"is_verified": null,
"owner_login": "saidmashhud",
"public_repos": 10,
"account_age_days": 2213
},
"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": "1 followers of saidmashhud",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "saidmashhud"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "10 public repos, account ~6 yr old",
"points": 19.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 10
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/saidmashhud/mashgate-public/sdk/go"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 4
},
"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 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "20 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 20
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 40,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": false
},
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "critical",
"name": "Security",
"value": 13,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Signed-Releases, Token-Permissions. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 50% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 50
}
}
],
"value": 13,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 14,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 4,
"scorecard_aggregate": 2.6,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 50,
"security_posture_after_multiplier": 13,
"security_posture_before_jurisdiction": 26
},
"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": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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/18 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"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 6",
"points": 3,
"status": "partial",
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "moderate",
"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": 50,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 1
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: top_contributor (1)",
"points": 50,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
}
],
"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": 68,
"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": 0.828,
"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": "48 of 58 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 48,
"sampled": 58
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum",
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"examples/exchange/typescript/tsconfig.json",
"examples/typescript/tsconfig.json",
"sdk/typescript/tsconfig.json"
],
"agent_commit_share": 0.138,
"toolchain_manifests": [
"examples/exchange/go/go.mod",
"examples/go/go.mod",
"sdk/go/go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "examples/exchange/go/go.mod, examples/go/go.mod, sdk/go/go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "examples/exchange/go/go.mod, examples/go/go.mod, sdk/go/go.mod"
}
}
],
"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": "examples/exchange/typescript/tsconfig.json, examples/typescript/tsconfig.json, sdk/typescript/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples/exchange/typescript/tsconfig.json, examples/typescript/tsconfig.json, sdk/typescript/tsconfig.json"
}
}
],
"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": "8 of the last 58 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 8,
"sampled": 58
}
}
],
"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 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 702916,
"source_files_sampled": 141,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/141 source files over 60KB",
"points": 54.2,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 141,
"oversized": 2
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"examples",
"recipes"
],
"has_mcp_signal": false,
"api_schema_files": [
"contracts-sync/snapshots/exchange/exchange.proto",
"sdk/go/_generated/openapi.yaml",
"sdk/typescript/src/_generated/openapi.yaml"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "contracts-sync/snapshots/exchange/exchange.proto, sdk/go/_generated/openapi.yaml, sdk/typescript/src/_generated/openapi.yaml",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "contracts-sync/snapshots/exchange/exchange.proto, sdk/go/_generated/openapi.yaml, sdk/typescript/src/_generated/openapi.yaml"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples, recipes",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples, recipes"
}
}
],
"max_points": 40
}
]
}
],
"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": [
"Could not fetch pypi package 'mashgate' from its registry",
"Could not fetch npm package '@mashgate/sdk' from its registry",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-23T00:34:19.745543Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/saidmashhud/mashgate-public.svg",
"full_name": "saidmashhud/mashgate-public",
"license_state": "custom",
"license_spdx": null
}