Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 302,
"has_wiki": true,
"homepage": null,
"languages": {
"CSS": 7233,
"HTML": 31483,
"JavaScript": 6071,
"TypeScript": 201018
},
"pushed_at": "2026-07-17T08:50:50Z",
"created_at": "2025-10-01T14:00:46Z",
"owner_type": "Organization",
"updated_at": "2026-07-17T08:49:52Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"HTML"
]
},
"owner": {
"blog": "https://adapty.io",
"name": "Adapty",
"type": "Organization",
"login": "adaptyteam",
"company": null,
"location": "United States of America",
"followers": 94,
"avatar_url": "https://avatars.githubusercontent.com/u/54936237?v=4",
"created_at": "2019-09-05T09:18:44Z",
"is_verified": null,
"public_repos": 30,
"account_age_days": 2511
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-07-17T08:50:50Z"
},
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2026-06-08T15:26:13Z"
}
],
"recent_commits": [
{
"oid": "f702e6d4bd2ed12a97a77787ebdbe016d67cbee4",
"body": null,
"is_bot": false,
"headline": "changelog",
"author_name": "Valentin Kruglikov",
"author_login": "vkruglikov",
"committed_at": "2026-07-17T08:49:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96f775ca07e9436f2f68227ef6f3d4461a3ba485",
"body": "FBB-395, FFB-400: Stripe integration MVP",
"is_bot": false,
"headline": "Merge pull request #22 from adaptyteam/FFB-395",
"author_name": "Valentin",
"author_login": "vkruglikov",
"committed_at": "2026-07-17T08:40:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6729c08d84b0f990fe3fc17abea4cba61d681809",
"body": null,
"is_bot": false,
"headline": "FIXES",
"author_name": "Valentin Kruglikov",
"author_login": "vkruglikov",
"committed_at": "2026-07-16T12:30:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b5346f5364070d5a48e7e7263db992789bcb266",
"body": "The tax billing fields were hardcoded, so the checkout always showed a\ncountry + ZIP field regardless of the org's settings. Drive them from the\nsession instead:\n- show_country_selector_field / show_postal_code_field decide whether the\n country selector and/or postal field appear; when neither is o\n[…]\nt collected) are supplied to createPaymentMethod,\n as Stripe requires.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01Uk3JrUwaLgqCYiqbCdbGHu",
"is_bot": false,
"headline": "Stripe card form: honor org field-visibility settings for tax location",
"author_name": "dizvyagintsev",
"author_login": "dizvyagintsev",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b5f9f78eb8c0878ec09ba778a18cc17aae0d82ce",
"body": "The tax billing form previously mounted Stripe's full Address Element\n(name, address lines, city, state). Collect only what Stripe Tax needs:\n- Payment Element billing hides line1/line2/city/state, keeping the\n native Country + postal code fields (localized, respects appearance).\n- Read the entered\n[…]\ncreatePaymentMethod, as Stripe\n requires for any field set to \"never\".\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01Uk3JrUwaLgqCYiqbCdbGHu",
"is_bot": false,
"headline": "Stripe card form: collect only country + postal for tax, recalc live",
"author_name": "dizvyagintsev",
"author_login": "dizvyagintsev",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1d230fe65a90fa625bf66115ccc5a009f76939d0",
"body": "taxAmount is now the additive tax (0 for tax-inclusive pricing and\nnon-taxed locations) — hide the subtotal/tax/total summary in both cases.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_014itsLXkzWzz8psUWjKH9s7",
"is_bot": false,
"headline": "FFB-395: show tax summary only when tax is added on top and non-zero",
"author_name": "dizvyagintsev",
"author_login": "dizvyagintsev",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8ed4cd56e295a81a5e384e612a656a9fbe9d75f9",
"body": "The SDK previously reported tax only via the onTaxChange callback and left\nrendering to the host. Add a Subtotal/Tax/Total summary to the card skin that\nshows the session estimate on mount and updates live as the buyer changes the\ncountry/postal code, dimming while a recalculation is in flight.\n\n- I\n[…]\nunt, so re-render the estimate\n on METHOD_RENDER.\n- formatCurrencyAmount helper renders minor units with currency-correct digits.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "FFB-395: render amount + tax in card skin, update on country change",
"author_name": "dizvyagintsev",
"author_login": "dizvyagintsev",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cda8cdf89e4aa2845fd6a5a9f97cf09175b56e68",
"body": "Wrap long ternaries in stripe-wallet.ts so `prettier --check`\n(run by prepublishOnly → validate) passes, unblocking Publish dev.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_014a6GcLt8LtBj4pX3e5TNSH",
"is_bot": false,
"headline": "fix(stripe-wallet): apply prettier formatting",
"author_name": "dizvyagintsev",
"author_login": "dizvyagintsev",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "da6f43d54359b804d2b3e73f6c21315d52f42891",
"body": "…tions\n\nWhen tax is disabled, send only the caller-provided countryCode (pre-tax baseline) and skip the\nbilling_details read, postalCode and taxCalculationId. Tax-introduced wallet behavior now activates\nonly when session.tax_enabled is true.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Stripe wallet: tax-gate the billing-address/postal/calculationId addi…",
"author_name": "dizvyagintsev",
"author_login": "dizvyagintsev",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2299838fbd3f0c47004eab6d477fe83254327da4",
"body": "…uth), keep charged=estimate\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Stripe wallet: commit finalized tax from real billing address (post-a…",
"author_name": "dizvyagintsev",
"author_login": "dizvyagintsev",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "50fa525a7c8ca548015a717e9c3545c91dd8bc21",
"body": "…ard form clears container on remount\n\n- stripe-wallet: revert to detected-country estimate charge, no requestShipping/shippingaddresschange (matches Primer wallet behavior)\n- stripe-card-form: element.replaceChildren() before mount so repeated mounts don't stack duplicate address/card fields\n\nPublished as @dzvyagintsev/funnelfox-billing@0.9.0-ffb-395-dynamic-tax.12\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Stripe wallet: drop shipping address (charge estimate like Primer); c…",
"author_name": "dizvyagintsev",
"author_login": "dizvyagintsev",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d308c43d3d31da421d33ff88ead11bf5a523f886",
"body": "- Card: Address Element / card-skin with IP-prefilled country; recalc flushed on Pay so charge == commit (drift closed). Primer flush gated to PAYMENT_CARD.\n- Stripe wallet: live tax via requested shipping address (shippingaddresschange -> recalculateTax -> updateWith); concrete displayItems so the \n[…]\nes stale.\n- recalculateTax client_token unbounded (long Primer tokens).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01PnofwoR1uiriawtvYdx5xr",
"is_bot": false,
"headline": "Dynamic tax (Stripe + Primer)",
"author_name": "dizvyagintsev",
"author_login": "dizvyagintsev",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c880774d2d6160c1f4515811359b09641f63e676",
"body": "The SDK now renders the tax flow (address element + live recalc) when the client session reports tax_enabled (driven by the tenant's tax_calculation_provider setting). enableTax stays as a legacy host override used only when the backend doesn't report the flag.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)",
"is_bot": false,
"headline": "Tax: auto-enable from session.tax_enabled instead of the enableTax flag",
"author_name": "dizvyagintsev",
"author_login": "dizvyagintsev",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "18f6ff5018fd266987eaa34be4f4c1540f14891d",
"body": "The wallet (paymentRequest) path never carried tax — it charged base. Build the sheet total as\nbase+tax with a Subtotal/Tax breakdown from the session estimate, and pass the detected country +\ntax calc id through createPayment so the PI hook collects it. The wallet amount is fixed at open\n(no in-sheet address callback), so it's the detected-country tax shown plainly as \"Tax\".\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Stripe wallet: collect + show tax (detected-country)",
"author_name": "dizvyagintsev",
"author_login": "dizvyagintsev",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b383a7cc92fd920c0abe52300f5bdac7d4bb284a",
"body": "…trip\n\ncreate_client_session now returns the managed-tax estimate (tax_amount/amount_total),\nso the SDK renders tax on mount from the session response. Recalc fires only on an actual\naddress change (and after a price change).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Primer: show session tax estimate on mount instead of a recalc round-…",
"author_name": "dizvyagintsev",
"author_login": "dizvyagintsev",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ed073b5f5a368ae53d1acedce9ddce7bc0f54a8d",
"body": "The tax total only updated on a country/postal change event, so it was blank on first\nrender (and stale after switching products). Trigger the recalc once the checkout is ready\nand after updatePrice, using the detected country as the fallback.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Primer: show tax on initial mount and after price change",
"author_name": "dizvyagintsev",
"author_login": "dizvyagintsev",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1d12e6ee383584519873e9e6f69009d8d26197d8",
"body": "Wire enableTax/onTaxChange into createCheckout (Primer): debounce country/postal-code\nchanges from the card form and call recalculateTax, which the backend uses to update the\nPrimer client session amount. Reports the new tax-inclusive total via onTaxChange.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Primer: dynamic tax recalculation on address change",
"author_name": "dizvyagintsev",
"author_login": "dizvyagintsev",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0d56a3cca2cccbe3cf365ad10c1b13e657073167",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Stripe: prettier-format dynamic-tax card form",
"author_name": "dizvyagintsev",
"author_login": "dizvyagintsev",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2ea524bba17666d311e2240cee72c15a672713dc",
"body": "Opt-in via createCardForm({ enableTax: true }). Mounts a Stripe Address Element above the\nPayment Element; on address change (debounced) calls the new /v1/checkout/recalculate_tax\nbackend endpoint, updates the deferred Elements amount live, and emits onTaxChange. The\nresulting tax_calculation_id (+ \n[…]\nthe PaymentIntent (Stripe Tax simplified integration) and Stripe records/reverses tax.\nOriginal (enableTax off) flow is unchanged.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Stripe: dynamic tax in the card form (Address Element + live recalc)",
"author_name": "dizvyagintsev",
"author_login": "dizvyagintsev",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1b4a73d06f6ebb3d435d58856c4e0f7b78bf18d7",
"body": "…ent) (#26)\n\nconfirmPayment only accepts a PaymentIntent client secret, so a free-trial\nSetupIntent (seti_... action token) failed. Use stripe.handleNextAction, which\ncompletes the next action for both PaymentIntents and SetupIntents, in the card\nand wallet flows.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Stripe: complete 3DS with handleNextAction (fixes free-trial SetupInt…",
"author_name": "dzvyagintsev",
"author_login": "dzvyagintsev",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cf5e372b9bfaf158e98a989c83ff14b4a8aa256d",
"body": "Removes the Stripe-specific endpoint in favor of the unified\ncheckout payment endpoint, passing paymentMethodToken along with\nemail, countryCode, and clientMetadata.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "replace createStripePayment with createPayment in Stripe flows",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7db7e51d19ea658b177860f59e31c838c4e9ef65",
"body": null,
"is_bot": false,
"headline": "stripe in readme",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1086ef19d98c756819eeae8c7947f1267b020776",
"body": null,
"is_bot": false,
"headline": "stripe mode to subscription, add is_link_enabled session options support",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e61b9412537e7ce08ad2468cfee11740a9d3e92",
"body": "New optional field from session response is passed to stripe.paymentRequest\nas applePay.recurringPaymentRequest when present.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "add apple_pay_recurring_payment_request support to wallet flow",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f2e3d737bb3813a8e44d56587db5ea4c5c314293",
"body": null,
"is_bot": false,
"headline": "flatten stripe_intent fields to session.data top level",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9b8ce65eacdb0cce75e46eb8e954fa80a1a27e3",
"body": null,
"is_bot": false,
"headline": "add stripe-specific create payment endpoint",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d24f94e5b90a9730e8a2335f1d71eaf42fce0eb9",
"body": "Remove intent_client_secret from stripe_intent session response.\nCard form and wallet now call /create_payment after tokenization,\nhandling 3DS via stripe.confirmPayment if action_required is returned.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor stripe flow to deferred intent pattern",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e149fc1b8671c95a86a46424ccea12469e2c3c60",
"body": null,
"is_bot": false,
"headline": "add getAvailableWallet and getAvailablePaymentMethods to Billing.stripe",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ccff7d4fb1aea3687d74f265818c34c2085d6ce",
"body": null,
"is_bot": false,
"headline": "add stripe examples page: createCardForm and purchaseWallet",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c9a127151971f95f31e74e6034c0991704981ca",
"body": null,
"is_bot": false,
"headline": "fix stripe_intent field names to match backend snake_case response",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d7a91155a77be14d4d9cfeb70a1f8348e1a0812",
"body": "…ntRequest",
"is_bot": false,
"headline": "add purchaseWallet method for Apple Pay / Google Pay via Stripe Payme…",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81fdfc66c7239b69fae075c2077472db5a9b1887",
"body": null,
"is_bot": false,
"headline": "add appearance option to createStripeCardForm",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5c6b7ac0cb3c037ce67a8816aaf53dc9d212080",
"body": null,
"is_bot": false,
"headline": "implement createStripeCardForm with lazy-loaded Stripe Elements",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b6adcd15be0c179b08a1b209346423b07a3cc8b",
"body": null,
"is_bot": false,
"headline": "add Billing.stripe.createCardForm skeleton",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57fcff3e4fec44302731eb16c43d327c1481b3e2",
"body": null,
"is_bot": false,
"headline": "extract session creation and caching into shared SessionService",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2026-07-15T13:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cfff9c7c0d79386137f1476103afecc3c05ab11",
"body": "add_release_docs",
"is_bot": false,
"headline": "Merge pull request #28 from adaptyteam/add_release_docs",
"author_name": "Valentin",
"author_login": "vkruglikov",
"committed_at": "2026-06-08T15:09:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7375542ef394f2bf4d7525da73c8df3ef23fcb4e",
"body": null,
"is_bot": false,
"headline": "add debug logs",
"author_name": "Valentin Kruglikov",
"author_login": "vkruglikov",
"committed_at": "2026-06-08T15:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa8955e5986626743e39c7fe3fdc5792ce2b895b",
"body": null,
"is_bot": false,
"headline": "docs",
"author_name": "Maksim Nikalayenka",
"author_login": "ff-m-nik",
"committed_at": "2026-06-08T15:06:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d0bb56c94e795975dd652eeca0685c6a81be87d",
"body": "- publish-release.yml: triggers on v*.*.* tag, verifies commit is on\n main and changelog entry exists, publishes to npm as latest\n- release:patch/minor/major scripts with auto-sync via version hook\n- scripts/sync-version.js: syncs SDK_VERSION and build:examples on bump\n- docs/ci-cd.md: updated with release workflow and GitHub Releases flow\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "add release workflow, version bump scripts, and ci-cd docs update (#27)",
"author_name": "kkostin-ffx",
"author_login": "kkostin-ffx",
"committed_at": "2026-06-04T16:01:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "69dba5988a59a79aefb410b1369fbc14129dbdba",
"body": "Node 24 ships with npm 11.x which is required for npm Trusted Publishers\nOIDC auth (npm 11.5.1+ required). Removes the need for manual npm upgrade.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "use Node 24 for Trusted Publishers compatibility (#25)",
"author_name": "kkostin-ffx",
"author_login": "kkostin-ffx",
"committed_at": "2026-06-02T14:57:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fef3c3f5e840aea80622c25b819da33ac012b6ee",
"body": null,
"is_bot": false,
"headline": "publish-dev action fix (#24)",
"author_name": "kkostin-ffx",
"author_login": "kkostin-ffx",
"committed_at": "2026-06-02T14:24:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "501c1cf0cff6b380f02f5e00a35025293cec1950",
"body": "- ci.yml: check job (typecheck/lint/test) + publish-dev job that publishes\n branch builds to npm tagged with the branch slug on every non-main push\n- cleanup.yml: removes the branch npm dist-tag when a PR is closed\n- docs/ci-cd.md: explains the pipeline, version scheme, and setup steps\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "add npm dev tag CI/CD pipeline and docs (#23)",
"author_name": "kkostin-ffx",
"author_login": "kkostin-ffx",
"committed_at": "2026-06-02T13:16:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8f99f7abb7249da675bec612d3d20ffec1112b6a",
"body": "* added щptional SDK unhandled error telemetry, enabled via `sdk_telemetry_enabled` from `createClientSession`\n* fixed `updatePrice` now refreshes the Primer client session correctly\n* payment method buttons are disabled while the client session is refreshing\n* bump version to 0.8.0",
"is_bot": false,
"headline": "0.8.0 (#21)",
"author_name": "kkostin-ffx",
"author_login": "kkostin-ffx",
"committed_at": "2026-05-18T11:01:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ecdecfbd990ba293c6d951347bc58ad3587ca6e",
"body": "* add airwallex\n\n* don't send the same email on createPayment\n\n* fix sessionResponse cache\n\n* up version to 0.7.1",
"is_bot": false,
"headline": "0.7.1 (#18)",
"author_name": "kkostin-ffx",
"author_login": "kkostin-ffx",
"committed_at": "2026-04-28T14:00:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d07f5850659b13cad7f4c38e4d0ea83a50c0b02",
"body": "* FFB-328: Show country selector, cardholder name and zip field for US (optional)\n\n* style country selector with custom arrow wrapper\n\nKeep native select behavior while normalizing cross-platform appearance for the card form country field.\n\n* up version to 0.6.5-beta.0\n\nBump package and SDK version \n[…]\nbility behavior\n\nRe-evaluate postal code validation errors on country and postal input changes so the inline ZIP error appears and clears correctly based on current requirement.\n\n* up version to 0.7.0",
"is_bot": false,
"headline": "0.7.0 (#17)",
"author_name": "kkostin-ffx",
"author_login": "kkostin-ffx",
"committed_at": "2026-04-21T12:23:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "90a923c91236a251ca3e650234defe940039b906",
"body": "hot fix validating and sending email field",
"is_bot": false,
"headline": "0.6.7",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2026-04-21T05:54:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0eaf3f407966a8759a9fd7e9b8ca4d8ed9d8d1b",
"body": null,
"is_bot": false,
"headline": "0.6.6",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2026-04-17T11:06:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "292469b221656f257470b338776696fa59e7f32a",
"body": "Made-with: Cursor",
"is_bot": false,
"headline": "0.6.5",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2026-04-16T13:02:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b0d76bcc7f1a0c22f0894d23f09369de3cf1e10",
"body": "* Add email option to card checkout\n\n* fix Apple Pay billing settings merging\n\n* up version to 0.6.4-beta.1\n\n* add card fields visibility config from createSession\n\n* up version to 0.6.4-beta.2\n\n* up version to 0.6.4",
"is_bot": false,
"headline": "0.6.4 (#16)",
"author_name": "kkostin-ffx",
"author_login": "kkostin-ffx",
"committed_at": "2026-04-13T12:38:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66721ac4db659b452445d458be388eb7fd505c4a",
"body": "* add apple pay additional props\n\n* fix PURCHASE_CANCELLED event\n\n* add billingOptions and shippingOptions to applepay by feature flag\n\n* up version to 0.6.3",
"is_bot": false,
"headline": "0.6.3 (#15)",
"author_name": "kkostin-ffx",
"author_login": "kkostin-ffx",
"committed_at": "2026-03-09T11:33:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "522186a00f4cb1c56694fd9cb9a13351a9e2f164",
"body": "* prevent primer payment request after checkout destroy\n* change google pay icon in default skin\n* add Primer types",
"is_bot": false,
"headline": "0.6.2",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2026-02-27T14:06:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd5d41ccb63815581ae66f591c9abd81fc9ab5c7",
"body": "* fix of lose of prefer vault option after getAvailableMethods\n\n* up version to 0.6.1",
"is_bot": false,
"headline": "0.6.1 (#14)",
"author_name": "kkostin-ffx",
"author_login": "kkostin-ffx",
"committed_at": "2026-02-23T15:07:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2da66ec78f4acfa21b9b6739a4ae4ab9acea0e56",
"body": "* FFB-222: add getAvailablePaymentMethods\n\n* up version to 0.6.0\n\n* add example of passing metaData to createCheckout",
"is_bot": false,
"headline": "0.6.0 (#13)",
"author_name": "kkostin-ffx",
"author_login": "kkostin-ffx",
"committed_at": "2026-02-10T15:55:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62b6c9a61320196b8f0de3fd0a69ea20573e28e5",
"body": null,
"is_bot": false,
"headline": "0.5.9",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2026-02-03T14:24:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41ae050bc709f704445f4fc46d8ffe72b68395b0",
"body": "* FFB-242: default styles for wallet buttons created with initMethod\n\n* up version to 0.5.8",
"is_bot": false,
"headline": "0.5.8 (#12)",
"author_name": "kkostin-ffx",
"author_login": "kkostin-ffx",
"committed_at": "2026-01-30T07:42:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29802304b81607bbfaee619e7803c9eb670c90b3",
"body": "* FFB-227: add stripe radar\n\n* FFB-238: add image on checkout creation error\n\n* FFB-205: add metadata to updateClientSession\n\n* FFB-198: Display initialization errors for default checkout form\n\n* FFB-227: pass stripe radar session id on payment creation\n\n* up version to 0.5.7",
"is_bot": false,
"headline": "0.5.7 (#11)",
"author_name": "kkostin-ffx",
"author_login": "kkostin-ffx",
"committed_at": "2026-01-27T13:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23c6ba57826e74da760c1b20f96427514fd959ce",
"body": "* fix apple pay and google pay labels\n\n* pass sdk version as request header\n\n* up version to 0.5.6",
"is_bot": false,
"headline": "0.5.6 (#10)",
"author_name": "kkostin-ffx",
"author_login": "kkostin-ffx",
"committed_at": "2026-01-21T13:45:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cd03a768521d85d70288e43d65dd27bb56b4539",
"body": "* 0.5.3\n\n* make api function initMethod CheckoutInstance method\n\n* creating headless instances in order\n\n* session caching and destroy method fix\n\n* improve examples\n\n* add onAvaialbleMethods to initMethod\n\n* up version to 0.5.4\n\n* make initMethod callbacks optional\n\n* fix cardholderName option\n\n* up version to 0.5.5",
"is_bot": false,
"headline": "0.5.5 (#9)",
"author_name": "kkostin-ffx",
"author_login": "kkostin-ffx",
"committed_at": "2026-01-19T12:17:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66b1387e51b34daf85c13c7e4a1d51f7e5d21e59",
"body": "* clear cahed sessions and headless on destroy\n\n* add option onPaymentStarted to initMethod\n\n* up version to 0.5.2",
"is_bot": false,
"headline": "0.5.2 (#8)",
"author_name": "kkostin-ffx",
"author_login": "kkostin-ffx",
"committed_at": "2026-01-13T13:05:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d75c5c184ae5859285b53a2093a57a8161eee04d",
"body": "* cache primer headless promise\n\n* up version to 0.5.1",
"is_bot": false,
"headline": "0.5.1 (#7)",
"author_name": "kkostin-ffx",
"author_login": "kkostin-ffx",
"committed_at": "2026-01-12T11:19:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee35939aa1cf21ce7109ad65d7df3d805206bf62",
"body": "* fix create checkout api\n\n* prepare checkout and primer wrapper classes for integration\n\npass styles to checkout\n\n* separate card form from default skin\n\n* silent purchase\n\n* bug fixes\n\n* add initMethod example\n\n* fixes for publish\n\n* up version to 0.5.0-beta.0\n\n* primer-wrapper class fixes\n\n* add \n[…]\n.3\n\n* remove card elements on success & fix client session\n\n* fix tests\n\n* up version to 0.5.0-beta.4\n\n* hide loader on methods available event\n\n* add primer loader\n\n* fix tests\n\n* up version to 0.5.0",
"is_bot": false,
"headline": "FFB-146: ff integration (#5)",
"author_name": "kkostin-ffx",
"author_login": "kkostin-ffx",
"committed_at": "2026-01-12T07:44:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "39f59ee07f55153e8fa910383c0e7086bbd0cdaf",
"body": "0.4.6\n\n* add available methods event\n\n* up version to 0.4.6\n\n* fix tests",
"is_bot": false,
"headline": "Fix first method expanded (#6)",
"author_name": "kkostin-ffx",
"author_login": "kkostin-ffx",
"committed_at": "2026-01-05T10:24:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc9ab4d5036b2de978f767f263e5531a352571ed",
"body": "- export PaymentMethod enum\n- add paymentMethodOrder config to customize payment method display order in default skin\n- fix default skin to open the first payment method in the accordion by default",
"is_bot": false,
"headline": "0.4.5",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2025-12-22T13:23:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cd4bea0fce1758fa8375c05703ba7724f205ea6",
"body": null,
"is_bot": false,
"headline": "0.4.4: fix apple pay button radius",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2025-12-04T10:14:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3010a4cc34fd4fb17e32d7ac9be1e66dabce0a2",
"body": null,
"is_bot": false,
"headline": "FFB-169: 0.4.3 fix styles",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2025-12-04T09:44:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "425a0c27969ebe2a4bb7e6dc720c244c026a43c5",
"body": null,
"is_bot": false,
"headline": "0.4.2: fix initialization loader",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2025-12-02T08:11:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91753098d7fa98a0bd8a280debbf37e734c725ad",
"body": null,
"is_bot": false,
"headline": "0.4.1: README fixes",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2025-12-01T12:21:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78501d3dd5fae014f086859607d8db9fdcaa91f9",
"body": null,
"is_bot": false,
"headline": "0.4.0: move initialize in constructor",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2025-12-01T09:55:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f341ffe0e73832fd0cdb1431ddc0f951edef04c",
"body": null,
"is_bot": false,
"headline": "0.3.3: add initialization loader",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2025-12-01T08:00:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abef0e53dcf34a0b490e837e6952e6cf3eeb0ffc",
"body": null,
"is_bot": false,
"headline": "0.3.2: fix default skin rendering",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2025-11-28T13:19:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b05e11abd37a859231855971e4ff309249bdfc65",
"body": "FFB-143: fix errors displaying",
"is_bot": false,
"headline": "Merge pull request #4 from adaptyteam/0.3.1",
"author_name": "kkostin-ffx",
"author_login": "kkostin-ffx",
"committed_at": "2025-11-28T09:42:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4e1851a8ef91243eb62cde815117a1c49969dd7",
"body": null,
"is_bot": false,
"headline": "FFB-143: fix errors displaying",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2025-11-28T09:21:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8beb1e94e8ef126c92a720fafc61e23b7b86c71",
"body": null,
"is_bot": false,
"headline": "0.3.0 publish fixes",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2025-11-27T08:54:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "817384eeac68a63c4cec3423121a49f8202526c9",
"body": "FFB-143: 0.3.0",
"is_bot": false,
"headline": "Merge pull request #3 from adaptyteam/0.3.0",
"author_name": "kkostin-ffx",
"author_login": "kkostin-ffx",
"committed_at": "2025-11-27T08:50:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1368e92e4aa82e3fe046881964a612c3d0310d2f",
"body": null,
"is_bot": false,
"headline": "fix change log",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2025-11-27T08:48:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64788f29d79c1d035678ecfdbb69eea17fc88f23",
"body": null,
"is_bot": false,
"headline": "fix tests",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2025-11-27T08:41:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06031c402890f0254ac64cb3acfdbc7568b74f32",
"body": null,
"is_bot": false,
"headline": "fix cvc visibility",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2025-11-27T08:41:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd0e9a30d69d47f92a4b14788cc422c9fd1ade39",
"body": null,
"is_bot": false,
"headline": "unified skin loading",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2025-11-27T08:40:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49a6f7a24c145d34b59e04410bf7a0900d501c13",
"body": null,
"is_bot": false,
"headline": "FFB-139: eslint enable no-explicit-any",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2025-11-27T08:19:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ab0b6dd3359cbded4c4cdb6892ded039ff10bdf",
"body": "0.2.1\n- eslint and build fixes",
"is_bot": false,
"headline": "Merge pull request #2 from adaptyteam/0.2.1",
"author_name": "kkostin-ffx",
"author_login": "kkostin-ffx",
"committed_at": "2025-11-21T09:27:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fe9764adba88e2042e5d2d01b23d1ebfc0a8e0e",
"body": null,
"is_bot": false,
"headline": "eslint and build fixes",
"author_name": "Konstantin Kostin",
"author_login": "kkostin-ffx",
"committed_at": "2025-11-21T09:22:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2972bdff31d88612528b5d0946818034e1a71a05",
"body": "version: 0.2.0\n\n- Migrated codebase from JavaScript to TypeScript\n- Switched from Primer.io Universal Checkout to Primer Headless Checkout\n- `createCheckout` now uses Primer Headless Checkout internally\n- Added default skin for rendering the default checkout experience\n\nBREAKING CHANGE:\n- `createCheckout` API updated due to migration to Headless Checkout\n- TypeScript definitions now required for integration",
"is_bot": false,
"headline": "Merge pull request #1 from kkostin-ffx/0.2.0",
"author_name": "kkostin-ffx",
"author_login": "kkostin-ffx",
"committed_at": "2025-11-20T15:20:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3bff8bba0b3e109b2f5e75aebcaf268e470b73d",
"body": null,
"is_bot": false,
"headline": "fix tests",
"author_name": "konstantin kostin",
"author_login": "kkostin-ffx",
"committed_at": "2025-11-20T13:05:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a65c897e1460d463cf1878c662f90d8d2800e994",
"body": "- Switched from Primer.io Universal Checkout to Primer Headless Checkout\n - `createCheckout` now uses Primer Headless Checkout internally\n- Added default skin for rendering the default checkout experience\n\nBREAKING CHANGE:\n- `createCheckout` API updated due to migration to Headless Checkout\n- TypeScript definitions now required for integration",
"is_bot": false,
"headline": "- Migrated codebase from JavaScript to TypeScript",
"author_name": "konstantin kostin",
"author_login": "kkostin-ffx",
"committed_at": "2025-11-18T15:05:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e352e209893c3a6257699b37239dadff36c05205",
"body": null,
"is_bot": false,
"headline": "chore: bump version",
"author_name": "divan",
"author_login": "divanc",
"committed_at": "2025-10-02T16:04:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4bdcb7c9b965aed0a6c82e4f52d3614b4b2d1c9",
"body": null,
"is_bot": false,
"headline": "feat: handle order id mutation for complex cases",
"author_name": "divan",
"author_login": "divanc",
"committed_at": "2025-10-02T12:27:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71e6679207242c27b8352ddec9a8cce5874538df",
"body": null,
"is_bot": false,
"headline": "chore: prettify",
"author_name": "divan",
"author_login": "divanc",
"committed_at": "2025-10-01T15:49:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ac509dd88a6ab6947b1711622d6ecba4b470176",
"body": null,
"is_bot": false,
"headline": "chore: change repo url",
"author_name": "divan",
"author_login": "divanc",
"committed_at": "2025-10-01T15:49:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6abd9c417f4fac67197e68d018bb17742b3afc9",
"body": null,
"is_bot": false,
"headline": "feat: Here it starts!",
"author_name": "divan",
"author_login": "divanc",
"committed_at": "2025-10-01T15:38:11Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 89,
"latest_release_at": "2026-07-17T08:50:50Z",
"latest_release_tag": "v0.9.0",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 26,
"days_since_latest_release": 4,
"mean_days_between_releases": 38.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": true,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@funnelfox/billing",
"exists": true,
"license": "MIT",
"keywords": [
"payments",
"billing",
"checkout",
"subscription",
"primer",
"sdk",
"javascript",
"funnelfox"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@funnelfox/billing",
"is_deprecated": false,
"latest_version": "0.9.0",
"repository_url": "https://github.com/adaptyteam/funnelfox-billing-js",
"versions_count": 90,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 3,
"monthly_downloads": 4378,
"first_published_at": "2025-10-01T15:44:10.414000Z",
"latest_published_at": "2026-07-17T08:51:40.809000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 2,
"stars": 22,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2025-10-28",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"star_history": {
"days": [
{
"date": "2025-10-29",
"count": 21
},
{
"date": "2026-04-27",
"count": 1
}
],
"complete": true,
"collected": 22,
"total_stars": 22
},
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 37312,
"source_files_sampled": 43,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"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": [
"npm"
],
"dependencies": [
{
"name": "@primer-io/checkout-web",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.57.3"
},
{
"name": "@stripe/stripe-js",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.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": 2,
"merged_prs": 28,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "kkostin-ffx",
"commits": 61,
"avatar_url": "https://avatars.githubusercontent.com/u/239148401?v=4"
},
{
"type": "User",
"login": "dizvyagintsev",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/104571483?v=4"
},
{
"type": "User",
"login": "divanc",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/16625670?v=4"
},
{
"type": "User",
"login": "vkruglikov",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/9719024?v=4"
},
{
"type": "User",
"login": "ff-m-nik",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/206604576?v=4"
},
{
"type": "User",
"login": "dzvyagintsev",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/274499690?v=4"
}
],
"contributors_sampled": 6,
"top_contributor_share": 0.685
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"cleanup.yml",
"publish-dev.yml",
"publish-release.yml"
],
"has_docs_dir": true,
"linter_configs": [
".eslintrc.js"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"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": 10,
"reason": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"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": 5,
"reason": "Found 1/2 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 0,
"reason": "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": "30 commit(s) and 0 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": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 3,
"reason": "dependency not pinned by hash detected -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "30 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "f702e6d4bd2ed12a97a77787ebdbe016d67cbee4",
"ran_at": "2026-07-22T05:36:56Z",
"aggregate_score": 3.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-17T08:51:14Z",
"oldest_open_prs": [
{
"number": 29,
"created_at": "2026-06-25T19:32:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 32,
"created_at": "2026-07-02T03:18:36Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-17T08:40:14Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/adaptyteam/funnelfox-billing-js",
"host": "github.com",
"name": "funnelfox-billing-js",
"owner": "adaptyteam"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "High-Risk Jurisdiction Policy applies a 75% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 49,
"pct": 75
}
}
],
"value": 48,
"inputs": {
"security": 26,
"vitality": 89,
"community": 48,
"governance": 67,
"engineering": 80,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"weighted_overall_before_jurisdiction": 64,
"overall_after_jurisdiction_multiplier": 48
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 89,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"commits_last_year": 89,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 26
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "26/52 weeks with commits",
"points": 18,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 26
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "89 commits in the last year",
"points": 17.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 89
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 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": 100,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v0.9.0",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": 38.7
},
"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 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~38.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 38.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"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": 48,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"forks": 2,
"stars": 22,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "22 stars",
"points": 21.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 22
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"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": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"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": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 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
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 61,
"inputs": {
"packages": [
"@funnelfox/billing"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 4378
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "4,378 downloads/month across npm",
"points": 48.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 4378,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 67,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 6,
"top_contributor_share": 0.685
},
"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 68% of commits",
"points": 7.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 68
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "6 contributors",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 6
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"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": 81,
"inputs": {
"merged_prs": 28,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 2
},
"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": "28/30 decided PRs merged",
"points": 35.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 28,
"decided": 30
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/2 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"followers": 94,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "adaptyteam",
"public_repos": 30,
"account_age_days": 2511
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "94 followers of adaptyteam",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 94,
"login": "adaptyteam"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "30 public repos, account ~6 yr old",
"points": 22.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 30
}
},
{
"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": [
"@funnelfox/billing"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 4
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"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": "90 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 90
}
}
],
"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": 80,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"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": ".eslintrc.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc.js"
}
}
],
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"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": 26,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 75% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 75
}
}
],
"value": 26,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.4,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"security_posture_after_multiplier": 26,
"security_posture_before_jurisdiction": 34
},
"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": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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 1/2 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "dangerous workflow patterns detected",
"points": 0,
"status": "missed",
"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": "30 commit(s) and 0 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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 3",
"points": 1.5,
"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": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "30 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "good",
"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": 75,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "contributor_organization",
"count": 1,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 5
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: contributor_organization (1)",
"points": 75,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "contributor_organization",
"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": 57,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.584,
"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": "52 of 89 human commits state their intent (structured subject or explanatory body)",
"points": 31.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 52,
"sampled": 89
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.258,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".eslintrc.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc.js"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "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": "23 of the last 89 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 23,
"sampled": 89
}
}
],
"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 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 37312,
"source_files_sampled": 43,
"oversized_source_files": 0
},
"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": "0/43 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 43,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index npm:@funnelfox/billing@0.9.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T05:37:12.869397Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/adaptyteam/funnelfox-billing-js.svg",
"full_name": "adaptyteam/funnelfox-billing-js",
"license_state": "standard",
"license_spdx": "MIT"
}