FunnelKit

@teamfunnelkit · wordpress.org profile ↗
Member since
2026-05-13
Location
United States of America
Employer
Job title
Authored
7
SVN commit access
0
Readme contributor
0
Combined install base
106k+ across 7 plugins

Alerts (0)

No open alerts.

Show 21 resolved alerts
Critical forum_complaint_cluster FunnelKit – Funnel Builder for WooCommerce Checkout Resolved · out_of_scope_vuln_class_cve 1mo ago
Slugfunnel-builder
Active installs40,000
Critical matches1
High matches0
Lookback days90
Sample threads
TitleDateUrlStarterKeyword
My website became suspended due to Version 3.15.0.02026-04-27 19:02:05https://wordpress.org/support/topic/my-website-became-suspended-due-to-version-3-15-0-0/shahicanmalware
ExplanationCluster of support-forum threads in the last 90 days containing user-reported attack vocabulary. Critical when any thread mentions explicit compromise terms (hacked / backdoor / admin user added); high when two or more mention symptom-class terms (redirect to spam / vendor alerts).
View raw JSON
{
    "slug": "funnel-builder",
    "active_installs": 40000,
    "critical_matches": 1,
    "high_matches": 0,
    "lookback_days": 90,
    "sample_threads": [
        {
            "title": "My website became suspended due to Version 3.15.0.0",
            "date": "2026-04-27 19:02:05",
            "url": "https://wordpress.org/support/topic/my-website-became-suspended-due-to-version-3-15-0-0/",
            "starter": "shahican",
            "keyword": "malware"
        }
    ],
    "explanation": "Cluster of support-forum threads in the last 90 days containing user-reported attack vocabulary. Critical when any thread mentions explicit compromise terms (hacked / backdoor / admin user added); high when two or more mention symptom-class terms (redirect to spam / vendor alerts)."
}
High code_scan_delta FunnelKit – Funnel Builder for WooCommerce Checkout Resolved · benign_legit_cdn_or_legacy_function 15d ago
Slugfunnel-builder
Previous version3.15.0.2
Current version3.15.0.5
New findings
PatternKindFileLineSnippetConfidence
add_footer_scriptioc:code_patternmodules/checkouts/includes/class-wfacp-template.php211add_action( 'wp_footer', [ $this, 'add_footer_script' ] );medium
remote_enqueuebuiltinmodules/thankyou-pages/compatibilities/page-builders/divi/class-wfty-divi-extension.php69wp_enqueue_style( "{$this->name}-wfty-divi", "{$this->plugin_dir_url}css/divi.css", [], $this->version );medium
remote_enqueuebuiltinmodules/thankyou-pages/compatibilities/page-builders/divi/class-wfty-divi-extension.php71wp_enqueue_script( "{$this->name}-builder-bundle", "{$this->plugin_dir_url}scripts/loader.js", [ 'react-dom' ], $this->version, true );medium
New finding count3
View raw JSON
{
    "slug": "funnel-builder",
    "previous_version": "3.15.0.2",
    "current_version": "3.15.0.5",
    "new_findings": [
        {
            "pattern": "add_footer_script",
            "kind": "ioc:code_pattern",
            "file": "modules/checkouts/includes/class-wfacp-template.php",
            "line": 211,
            "snippet": "add_action( 'wp_footer', [ $this, 'add_footer_script' ] );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "modules/thankyou-pages/compatibilities/page-builders/divi/class-wfty-divi-extension.php",
            "line": 69,
            "snippet": "wp_enqueue_style( \"{$this->name}-wfty-divi\", \"{$this->plugin_dir_url}css/divi.css\", [], $this->version );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "modules/thankyou-pages/compatibilities/page-builders/divi/class-wfty-divi-extension.php",
            "line": 71,
            "snippet": "wp_enqueue_script( \"{$this->name}-builder-bundle\", \"{$this->plugin_dir_url}scripts/loader.js\", [ 'react-dom' ], $this->version, true );",
            "confidence": "medium"
        }
    ],
    "new_finding_count": 3
}
Slugcart-for-woocommerce
Previous profilehttps://profiles.wordpress.org/amans2k/
Current profilehttps://profiles.wordpress.org/teamfunnelkit/
Active installs30,000
View raw JSON
{
    "slug": "cart-for-woocommerce",
    "previous_profile": "https://profiles.wordpress.org/amans2k/",
    "current_profile": "https://profiles.wordpress.org/teamfunnelkit/",
    "active_installs": 30000
}
High author_changed FunnelKit Automations – Email Marketing Automation and CRM for WordPress & WooCommerce Resolved · no_longer_matches 26d ago
Slugwp-marketing-automations
Previous profilehttps://profiles.wordpress.org/amans2k/
Current profilehttps://profiles.wordpress.org/teamfunnelkit/
Active installs20,000
View raw JSON
{
    "slug": "wp-marketing-automations",
    "previous_profile": "https://profiles.wordpress.org/amans2k/",
    "current_profile": "https://profiles.wordpress.org/teamfunnelkit/",
    "active_installs": 20000
}
High code_scan_match FunnelKit Payment Gateway for Stripe WooCommerce Resolved · code_scan_fp_class_vendor_cdn_enqueue 1mo ago
Slugfunnelkit-stripe-woo-payment-gateway
Finding count3
Findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinadmin/admin.php1,024wp_register_script( 'fkwcs-stripe-external', 'https://js.stripe.com/v3/', [], FKWCS_VERSION, true );medium
Url
https://js.stripe.com/v3/
Url host
js.stripe.com
remote_enqueuebuiltinincludes/abstract-payment-gateway.php139wp_register_script( 'fkwcs-stripe-external', 'https://js.stripe.com/v3/', array(), false, array( 'in_footer' => false ) );medium
Url
https://js.stripe.com/v3/
Url host
js.stripe.com
remote_enqueuebuiltinincludes/paylater.php80wp_register_script( 'fkwcs-stripe-external', 'https://js.stripe.com/v3/', [], false, true );medium
Url
https://js.stripe.com/v3/
Url host
js.stripe.com
Resolved shac835cac8a7625b102464b5100b8b44f64a050bce
View raw JSON
{
    "slug": "funnelkit-stripe-woo-payment-gateway",
    "finding_count": 3,
    "findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "admin/admin.php",
            "line": 1024,
            "snippet": "wp_register_script( 'fkwcs-stripe-external', 'https://js.stripe.com/v3/', [], FKWCS_VERSION, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/v3/",
                "url_host": "js.stripe.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/abstract-payment-gateway.php",
            "line": 139,
            "snippet": "wp_register_script( 'fkwcs-stripe-external', 'https://js.stripe.com/v3/', array(), false, array( 'in_footer' => false ) );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/v3/",
                "url_host": "js.stripe.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/paylater.php",
            "line": 80,
            "snippet": "wp_register_script( 'fkwcs-stripe-external', 'https://js.stripe.com/v3/', [], false, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/v3/",
                "url_host": "js.stripe.com"
            }
        }
    ],
    "resolved_sha": "c835cac8a7625b102464b5100b8b44f64a050bce"
}
High code_scan_match FunnelKit – Funnel Builder for WooCommerce Checkout Resolved · code_scan_fp_class_vendor_cdn_enqueue 1mo ago
Slugfunnel-builder
Finding count10
Findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltincompatibilities/class-wffn-woodmart-theme-compatibilty.php66wp_enqueue_style( 'woodmart-typekit-' . $id, 'https://use.typekit.net/' . esc_attr( $id ) . '.css', array(), $version );medium
Url
https://use.typekit.net/
Url host
use.typekit.net
remote_enqueuebuiltinmodules/optins/modules/optin-pages/compatibilities/page-builders/divi/class-wfop-divi-extension.php70wp_enqueue_style( "{$this->name}-wfop-divi", "{$this->plugin_dir_url}css/divi.css", [], $this->version );medium
remote_enqueuebuiltinmodules/optins/modules/optin-pages/compatibilities/page-builders/divi/class-wfop-divi-extension.php72wp_enqueue_script( "{$this->name}-builder-bundle", "{$this->plugin_dir_url}scripts/loader.min.js", [ 'react-dom' ], $this->version, true );medium
remote_enqueuebuiltinmodules/checkouts/builder/divi/class-wfacp-divi-extension.php68wp_enqueue_script( "{$this->name}-frontend-bundle", $frontend_url, $this->_bundle_dependencies['frontend'], $this->version, true );medium
remote_enqueuebuiltinmodules/checkouts/builder/divi/class-wfacp-divi-extension.php74wp_enqueue_script( "{$this->name}-builder-bundle", $bundle_url, $this->_bundle_dependencies['builder'], $this->version, true );medium
add_footer_scriptioc:code_patternmodules/checkouts/includes/class-wfacp-template.php215add_action( 'wp_footer', array( $this, 'add_footer_script' ) );medium
add_footer_scriptioc:code_patternmodules/checkouts/includes/class-wfacp-template.php689public function add_footer_script() {medium
remote_enqueuebuiltinmodules/thankyou-pages/compatibilities/page-builders/divi/class-wfty-divi-extension.php70wp_enqueue_script( "{$this->name}-builder-bundle", "{$this->plugin_dir_url}scripts/loader.js", array( 'react-dom' ), $this->version, true );medium
remote_enqueuebuiltinadmin/class-wffn-admin.php990wp_enqueue_style( 'wffn-contact-admin', $frontend_dir . "$app_name.css", array(), $version );medium
remote_enqueuebuiltinadmin/class-wffn-admin.php991wp_register_script( 'wffn-contact-admin', $frontend_dir . "$app_name.js", $script_deps, $version, true );medium
Resolved shaa63f5b5a0d97a1921de495d2c452c6ecf630b19f
View raw JSON
{
    "slug": "funnel-builder",
    "finding_count": 10,
    "findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "compatibilities/class-wffn-woodmart-theme-compatibilty.php",
            "line": 66,
            "snippet": "wp_enqueue_style( 'woodmart-typekit-' . $id, 'https://use.typekit.net/' . esc_attr( $id ) . '.css', array(), $version );",
            "confidence": "medium",
            "details": {
                "url": "https://use.typekit.net/",
                "url_host": "use.typekit.net"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "modules/optins/modules/optin-pages/compatibilities/page-builders/divi/class-wfop-divi-extension.php",
            "line": 70,
            "snippet": "wp_enqueue_style( \"{$this->name}-wfop-divi\", \"{$this->plugin_dir_url}css/divi.css\", [], $this->version );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "modules/optins/modules/optin-pages/compatibilities/page-builders/divi/class-wfop-divi-extension.php",
            "line": 72,
            "snippet": "wp_enqueue_script( \"{$this->name}-builder-bundle\", \"{$this->plugin_dir_url}scripts/loader.min.js\", [ 'react-dom' ], $this->version, true );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "modules/checkouts/builder/divi/class-wfacp-divi-extension.php",
            "line": 68,
            "snippet": "wp_enqueue_script( \"{$this->name}-frontend-bundle\", $frontend_url, $this->_bundle_dependencies['frontend'], $this->version, true );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "modules/checkouts/builder/divi/class-wfacp-divi-extension.php",
            "line": 74,
            "snippet": "wp_enqueue_script( \"{$this->name}-builder-bundle\", $bundle_url, $this->_bundle_dependencies['builder'], $this->version, true );",
            "confidence": "medium"
        },
        {
            "pattern": "add_footer_script",
            "kind": "ioc:code_pattern",
            "file": "modules/checkouts/includes/class-wfacp-template.php",
            "line": 215,
            "snippet": "add_action( 'wp_footer', array( $this, 'add_footer_script' ) );",
            "confidence": "medium"
        },
        {
            "pattern": "add_footer_script",
            "kind": "ioc:code_pattern",
            "file": "modules/checkouts/includes/class-wfacp-template.php",
            "line": 689,
            "snippet": "public function add_footer_script() {",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "modules/thankyou-pages/compatibilities/page-builders/divi/class-wfty-divi-extension.php",
            "line": 70,
            "snippet": "wp_enqueue_script( \"{$this->name}-builder-bundle\", \"{$this->plugin_dir_url}scripts/loader.js\", array( 'react-dom' ), $this->version, true );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "admin/class-wffn-admin.php",
            "line": 990,
            "snippet": "wp_enqueue_style( 'wffn-contact-admin', $frontend_dir . \"$app_name.css\", array(), $version );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "admin/class-wffn-admin.php",
            "line": 991,
            "snippet": "wp_register_script( 'wffn-contact-admin', $frontend_dir . \"$app_name.js\", $script_deps, $version, true );",
            "confidence": "medium"
        }
    ],
    "resolved_sha": "a63f5b5a0d97a1921de495d2c452c6ecf630b19f"
}
High code_scan_delta FunnelKit Payment Gateway for Stripe WooCommerce Resolved · false_positive_cdn_known_good 1mo ago
Slugfunnelkit-stripe-woo-payment-gateway
Previous version1.14.0.3
Current version1.14.0.3
New findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinincludes/paylater.php80wp_register_script( 'fkwcs-stripe-external', 'https://js.stripe.com/v3/', [], false, true );medium
Url
https://js.stripe.com/v3/
Url host
js.stripe.com
remote_enqueuebuiltinincludes/abstract-payment-gateway.php139wp_register_script( 'fkwcs-stripe-external', 'https://js.stripe.com/v3/', array(), false, array( 'in_footer' => false ) );medium
Url
https://js.stripe.com/v3/
Url host
js.stripe.com
remote_enqueuebuiltinadmin/admin.php1,024wp_register_script( 'fkwcs-stripe-external', 'https://js.stripe.com/v3/', [], FKWCS_VERSION, true );medium
Url
https://js.stripe.com/v3/
Url host
js.stripe.com
New finding count3
View raw JSON
{
    "slug": "funnelkit-stripe-woo-payment-gateway",
    "previous_version": "1.14.0.3",
    "current_version": "1.14.0.3",
    "new_findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/paylater.php",
            "line": 80,
            "snippet": "wp_register_script( 'fkwcs-stripe-external', 'https://js.stripe.com/v3/', [], false, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/v3/",
                "url_host": "js.stripe.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/abstract-payment-gateway.php",
            "line": 139,
            "snippet": "wp_register_script( 'fkwcs-stripe-external', 'https://js.stripe.com/v3/', array(), false, array( 'in_footer' => false ) );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/v3/",
                "url_host": "js.stripe.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "admin/admin.php",
            "line": 1024,
            "snippet": "wp_register_script( 'fkwcs-stripe-external', 'https://js.stripe.com/v3/', [], FKWCS_VERSION, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/v3/",
                "url_host": "js.stripe.com"
            }
        }
    ],
    "new_finding_count": 3
}
High code_scan_delta FunnelKit – Funnel Builder for WooCommerce Checkout Resolved · false_positive_cdn_known_good 1mo ago
Slugfunnel-builder
Previous version3.15.0.2
Current version3.15.0.2
New findings
PatternKindFileLineSnippetConfidence
remote_enqueuebuiltinadmin/class-wffn-admin.php991wp_register_script( 'wffn-contact-admin', $frontend_dir . "$app_name.js", $script_deps, $version, true );medium
add_footer_scriptioc:code_patternmodules/checkouts/includes/class-wfacp-template.php215add_action( 'wp_footer', array( $this, 'add_footer_script' ) );medium
add_footer_scriptioc:code_patternmodules/checkouts/includes/class-wfacp-template.php689public function add_footer_script() {medium
New finding count3
View raw JSON
{
    "slug": "funnel-builder",
    "previous_version": "3.15.0.2",
    "current_version": "3.15.0.2",
    "new_findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "admin/class-wffn-admin.php",
            "line": 991,
            "snippet": "wp_register_script( 'wffn-contact-admin', $frontend_dir . \"$app_name.js\", $script_deps, $version, true );",
            "confidence": "medium"
        },
        {
            "pattern": "add_footer_script",
            "kind": "ioc:code_pattern",
            "file": "modules/checkouts/includes/class-wfacp-template.php",
            "line": 215,
            "snippet": "add_action( 'wp_footer', array( $this, 'add_footer_script' ) );",
            "confidence": "medium"
        },
        {
            "pattern": "add_footer_script",
            "kind": "ioc:code_pattern",
            "file": "modules/checkouts/includes/class-wfacp-template.php",
            "line": 689,
            "snippet": "public function add_footer_script() {",
            "confidence": "medium"
        }
    ],
    "new_finding_count": 3
}
Medium author_younger_than_plugin FunnelKit Payment Gateway for Stripe WooCommerce Resolved · no_longer_matches 26d ago
Slugfunnelkit-stripe-woo-payment-gateway
Author slugteamfunnelkit
Author display nameFunnelKit
Author employer
Author member since2026-05-13
Earliest plugin commit2022-11-25 21:07:54
Plugin age at author join1,264
Author age now days3
Prior committersplugin-master amans2k teamwoofunnels
Active installs20,000
View raw JSON
{
    "slug": "funnelkit-stripe-woo-payment-gateway",
    "author_slug": "teamfunnelkit",
    "author_display_name": "FunnelKit",
    "author_employer": null,
    "author_member_since": "2026-05-13",
    "earliest_plugin_commit": "2022-11-25 21:07:54",
    "plugin_age_at_author_join": 1264,
    "author_age_now_days": 3,
    "prior_committers": [
        "plugin-master",
        "amans2k",
        "teamwoofunnels"
    ],
    "active_installs": 20000
}
Medium author_younger_than_plugin FunnelKit – Funnel Builder for WooCommerce Checkout Resolved · no_longer_matches 26d ago
Slugfunnel-builder
Author slugteamfunnelkit
Author display nameFunnelKit
Author employer
Author member since2026-05-13
Earliest plugin commit2021-10-30 14:53:46
Plugin age at author join1,655
Author age now days3
Prior committersteamwoofunnels amans2k
Active installs40,000
View raw JSON
{
    "slug": "funnel-builder",
    "author_slug": "teamfunnelkit",
    "author_display_name": "FunnelKit",
    "author_employer": null,
    "author_member_since": "2026-05-13",
    "earliest_plugin_commit": "2021-10-30 14:53:46",
    "plugin_age_at_author_join": 1655,
    "author_age_now_days": 3,
    "prior_committers": [
        "teamwoofunnels",
        "amans2k"
    ],
    "active_installs": 40000
}
Medium author_younger_than_plugin Sliding Cart for WooCommerce by FunnelKit – Skip Cart & Reach WooCommerce Checkout Faster Resolved · no_longer_matches 26d ago
Slugcart-for-woocommerce
Author slugteamfunnelkit
Author display nameFunnelKit
Author employer
Author member since2026-05-13
Earliest plugin commit2023-02-09 00:38:22
Plugin age at author join1,188
Author age now days3
Prior committersplugin-master amans2k teamwoofunnels
Active installs30,000
View raw JSON
{
    "slug": "cart-for-woocommerce",
    "author_slug": "teamfunnelkit",
    "author_display_name": "FunnelKit",
    "author_employer": null,
    "author_member_since": "2026-05-13",
    "earliest_plugin_commit": "2023-02-09 00:38:22",
    "plugin_age_at_author_join": 1188,
    "author_age_now_days": 3,
    "prior_committers": [
        "plugin-master",
        "amans2k",
        "teamwoofunnels"
    ],
    "active_installs": 30000
}
Medium author_younger_than_plugin FunnelKit Automations – Email Marketing Automation and CRM for WordPress & WooCommerce Resolved · no_longer_matches 26d ago
Slugwp-marketing-automations
Author slugteamfunnelkit
Author display nameFunnelKit
Author employer
Author member since2026-05-13
Earliest plugin commit2019-11-13 20:33:47
Plugin age at author join2,372
Author age now days3
Prior committersplugin-master amans2k amrt_tri teamwoofunnels
Active installs20,000
View raw JSON
{
    "slug": "wp-marketing-automations",
    "author_slug": "teamfunnelkit",
    "author_display_name": "FunnelKit",
    "author_employer": null,
    "author_member_since": "2026-05-13",
    "earliest_plugin_commit": "2019-11-13 20:33:47",
    "plugin_age_at_author_join": 2372,
    "author_age_now_days": 3,
    "prior_committers": [
        "plugin-master",
        "amans2k",
        "amrt_tri",
        "teamwoofunnels"
    ],
    "active_installs": 20000
}

Plugins authored (7)

Plugin Version Installs Last updated Status
FunnelKit – Funnel Builder for WooCommerce Checkout ·funnel-builder 3.15.0.5 30k+ 24d ago Active
Sliding Cart for WooCommerce by FunnelKit – Skip Cart & Reach WooCommerce Checkout Faster ·cart-for-woocommerce 1.9.1.1 30k+ 17d ago Active
FunnelKit Payment Gateway for Stripe WooCommerce ·funnelkit-stripe-woo-payment-gateway 1.14.0.5 20k+ 21d ago Active
FunnelKit Automations – Email Marketing Automation and CRM for WordPress & WooCommerce ·wp-marketing-automations 3.8.1.1 20k+ 20d ago Active
SlingBlocks – Gutenberg Blocks by FunnelKit (Formerly WooFunnels) ·slingblocks 1.8.1 6k+ 19d ago Active
FunnelKit Payment Gateway with PayPal for WooCommerce ·funnelkit-payment-gateway-paypal-for-woocommerce 1.0.5 100 1mo ago Active
FunnelKit Payment Gateway for Square WooCommerce ·funnelkit-payment-gateway-square-for-woocommerce 1.4.4 60 13d ago Active