Aman

Member since
2015-06-01
Location
India
Employer
FunnelKit
Job title
CTO
Authored
10 (1 closed)
SVN commit access
13 (2 closed)
Readme contributor
2
Combined install base
132k+ across 14 plugins

Alerts (0)

No open alerts.

Show 11 resolved alerts
Critical forum_complaint_cluster FunnelKit – Funnel Builder for WooCommerce Checkout Resolved · out_of_scope_vuln_class_cve 21d 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_match FunnelKit Payment Gateway for Stripe WooCommerce Resolved · code_scan_fp_class_vendor_cdn_enqueue 17d 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 17d 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 22d 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 22d 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
}

Plugins authored (10)

Plugin Version Installs Last updated Status
FunnelKit – Funnel Builder for WooCommerce Checkout ·funnel-builder 3.15.0.2 40k+ 29d ago Active
Sliding Cart for WooCommerce by FunnelKit – Skip Cart & Reach WooCommerce Checkout Faster ·cart-for-woocommerce 1.9.1 30k+ 1mo ago Active
FunnelKit Payment Gateway for Stripe WooCommerce ·funnelkit-stripe-woo-payment-gateway 1.14.0.3 20k+ 2mo ago Active
FunnelKit Automations – Email Marketing Automation and CRM for WordPress & WooCommerce ·wp-marketing-automations 3.8.0 20k+ 1mo ago Active
SlingBlocks – Gutenberg Blocks by FunnelKit (Formerly WooFunnels) ·slingblocks 1.8.0 6k+ 28d ago Active
UTM Leads Tracker – XLPlugins ·utm-leads-tracker-lite 1.2.0 500 3y ago Active
Subscriptions for WooCommerce by Sublium ·sublium-subscriptions-for-woocommerce 1.0.1 100 27d ago Active
FunnelKit Payment Gateway with PayPal for WooCommerce ·funnelkit-payment-gateway-paypal-for-woocommerce 1.0.5 80 18d ago Active
FunnelKit Payment Gateway for Square WooCommerce ·funnelkit-payment-gateway-square-for-woocommerce 1.4.2 50 23d ago Active
Bonanza – WooCommerce Free Gifts Lite ·bonanza-woocommerce-free-gifts-lite 1.0.0 Closed

SVN commit access (13)

Plugins this account has pushed commits to, reconstructed from plugins.svn.wordpress.org. A new name showing up here on an established plugin is the strongest ownership-transfer signal.

Contributor on other plugins (2)

Plugins where this account is listed in the readme contributors (distinct from SVN commit access).

Plugin Primary author Version Installs
NextMove Lite – Thank You Page for WooCommerce xlplugins 2.24.0 10k+
XL NMI Gateway for WooCommerce xlplugins 2.4.0 1k+