Automattic

@automattic · wordpress.org profile ↗
Member since
2009-11-05
Location
Employer
Job title
Authored
121 (42 closed)
SVN commit access
60 (7 closed)
Readme contributor
100
Combined install base
26.6M+ across 224 plugins

Alerts (0)

No open alerts.

Show 50 resolved alerts
Critical code_scan_match Jetpack VaultPress Resolved · code_scan_fp_class_genre_encoding 1mo ago
Slugvaultpress
Finding count17
Findings
PatternKindFileLineSnippetConfidence
base64_decodebuiltinclass.vaultpress-database.php134$wheresql = ' WHERE ' . base64_decode($where);medium
eval_callbuiltinvaultpress.php1,863$syntax_check = @eval( 'return true;' . $code );medium
eval_callbuiltinvaultpress.php1,866$this->response( eval( $code . ';' ) );medium
base64_decodebuiltinvaultpress.php454$messages = base64_decode( $response ); // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_decodemedium
base64_decodebuiltinvaultpress.php889$response = base64_decode( $this->contact_service( 'plugin_ui' ) );medium
base64_decodebuiltinvaultpress.php1,792$_GET['action'] = base64_decode( $_GET['action'] );medium
base64_decodebuiltinvaultpress.php1,803$_POST[ base64_decode( $idx ) ] = base64_decode( $val );medium
base64_decodebuiltinvaultpress.php1,811$_POST[ base64_decode( $idx ) ] = str_rot13( $val );medium
base64_decodebuiltinvaultpress.php2,051$query = @base64_decode( $_POST['query'] );medium
base64_decodebuiltinvaultpress.php2,090$bdb->attach( base64_decode( $_POST['table'] ), $parse_create_table );medium
base64_decodebuiltinvaultpress.php2,098$this->response( $bdb->diff( unserialize( base64_decode( $signatures ) ) ) );medium
base64_decodebuiltinvaultpress.php2,117$bdb->attach( base64_decode( $_POST['table'] ) );medium
base64_decodebuiltinvaultpress.php2,209$key = '_vp_config_' . base64_decode( $_POST['key'] );medium
base64_decodebuiltinvaultpress.php2,217$key = '_vp_config_' . base64_decode( $_POST['key'] );medium
base64_decodebuiltinvaultpress.php2,226$val = maybe_unserialize( base64_decode( $_POST['val'] ) );medium
Resolved sha812d3aec9c2954ba133463bd3a72f9313cb2df7b
View raw JSON
{
    "slug": "vaultpress",
    "finding_count": 17,
    "findings": [
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "class.vaultpress-database.php",
            "line": 134,
            "snippet": "$wheresql = ' WHERE ' . base64_decode($where);",
            "confidence": "medium"
        },
        {
            "pattern": "eval_call",
            "kind": "builtin",
            "file": "vaultpress.php",
            "line": 1863,
            "snippet": "$syntax_check = @eval( 'return true;' . $code );",
            "confidence": "medium"
        },
        {
            "pattern": "eval_call",
            "kind": "builtin",
            "file": "vaultpress.php",
            "line": 1866,
            "snippet": "$this->response( eval( $code . ';' ) );",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "vaultpress.php",
            "line": 454,
            "snippet": "$messages = base64_decode( $response ); // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.obfuscation_base64_decode",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "vaultpress.php",
            "line": 889,
            "snippet": "$response = base64_decode( $this->contact_service( 'plugin_ui' ) );",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "vaultpress.php",
            "line": 1792,
            "snippet": "$_GET['action'] = base64_decode( $_GET['action'] );",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "vaultpress.php",
            "line": 1803,
            "snippet": "$_POST[ base64_decode( $idx ) ] = base64_decode( $val );",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "vaultpress.php",
            "line": 1811,
            "snippet": "$_POST[ base64_decode( $idx ) ] = str_rot13( $val );",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "vaultpress.php",
            "line": 2051,
            "snippet": "$query = @base64_decode( $_POST['query'] );",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "vaultpress.php",
            "line": 2090,
            "snippet": "$bdb->attach( base64_decode( $_POST['table'] ), $parse_create_table );",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "vaultpress.php",
            "line": 2098,
            "snippet": "$this->response( $bdb->diff( unserialize( base64_decode( $signatures ) ) ) );",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "vaultpress.php",
            "line": 2117,
            "snippet": "$bdb->attach( base64_decode( $_POST['table'] ) );",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "vaultpress.php",
            "line": 2209,
            "snippet": "$key = '_vp_config_' . base64_decode( $_POST['key'] );",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "vaultpress.php",
            "line": 2217,
            "snippet": "$key = '_vp_config_' . base64_decode( $_POST['key'] );",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "vaultpress.php",
            "line": 2226,
            "snippet": "$val = maybe_unserialize( base64_decode( $_POST['val'] ) );",
            "confidence": "medium"
        }
    ],
    "resolved_sha": "812d3aec9c2954ba133463bd3a72f9313cb2df7b"
}
Critical code_scan_match Jetpack CRM – Clients, Leads, Invoices, Billing, Email Marketing, & Automation Resolved · code_scan_fp_class_substring_superset_match 1mo ago
Slugzero-bs-crm
Finding count3
Findings
PatternKindFileLineSnippetConfidence
getWPUsersioc:code_patternincludes/jpcrm-templating-placeholders.php1,718$owner_value = zeroBS_getWPUsersMobile($owner_info->ID);high
getWPUsersioc:code_patternincludes/ZeroBSCRM.DAL3.Helpers.php6,918if ($ownerID > 0) return zeroBS_getWPUsersMobile($ownerID);high
getWPUsersioc:code_patternincludes/ZeroBSCRM.DAL3.Helpers.php6,927function zeroBS_getWPUsersMobile($uID =-1){high
Resolved shafa86225828fbdbee701cfe2d2e60e3c7cce9bd31
View raw JSON
{
    "slug": "zero-bs-crm",
    "finding_count": 3,
    "findings": [
        {
            "pattern": "getWPUsers",
            "kind": "ioc:code_pattern",
            "file": "includes/jpcrm-templating-placeholders.php",
            "line": 1718,
            "snippet": "$owner_value = zeroBS_getWPUsersMobile($owner_info->ID);",
            "confidence": "high"
        },
        {
            "pattern": "getWPUsers",
            "kind": "ioc:code_pattern",
            "file": "includes/ZeroBSCRM.DAL3.Helpers.php",
            "line": 6918,
            "snippet": "if ($ownerID > 0) return zeroBS_getWPUsersMobile($ownerID);",
            "confidence": "high"
        },
        {
            "pattern": "getWPUsers",
            "kind": "ioc:code_pattern",
            "file": "includes/ZeroBSCRM.DAL3.Helpers.php",
            "line": 6927,
            "snippet": "function zeroBS_getWPUsersMobile($uID =-1){",
            "confidence": "high"
        }
    ],
    "resolved_sha": "fa86225828fbdbee701cfe2d2e60e3c7cce9bd31"
}
Critical forum_complaint_cluster WooCommerce Resolved · false_positive_keyword_overmatch_security_themed_p 2mo ago
Slugwoocommerce
Active installs7,000,000
Critical matches1
High matches0
Lookback days90
Sample threads
TitleDateUrlStarterKeyword
Paypal Payments Plugin Doesn’t Understand Fraud Prevention2026-04-29 21:09:52https://wordpress.org/support/topic/paypal-payments-plugin-doesnt-understand-fraud-prevention/kingdomfantasy6malware
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": "woocommerce",
    "active_installs": 7000000,
    "critical_matches": 1,
    "high_matches": 0,
    "lookback_days": 90,
    "sample_threads": [
        {
            "title": "Paypal Payments Plugin Doesn’t Understand Fraud Prevention",
            "date": "2026-04-29 21:09:52",
            "url": "https://wordpress.org/support/topic/paypal-payments-plugin-doesnt-understand-fraud-prevention/",
            "starter": "kingdomfantasy6",
            "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)."
}
Critical code_pattern Jetpack VaultPress Resolved · benign_architectural_concern 2mo ago
Slugvaultpress
Patternunserialize_after_remote_call
Kindbuiltin
Version4.0.7
Hit count1
First hit
File
vaultpress.php
Line
1,516
Snippet
L1512: $r = wp_remote_get( $url=sprintf( "%s://%s/%s?cidr_ranges=1", $protocol, $hostname, $pa → L1516: $data = @unserialize( wp_remote_retrieve_body( $r ) );
Explanationa remote HTTP fetch (`wp_remote_*` / `curl_exec`) is followed by `@unserialize` within the same file — classic PHP Object Injection C2 gadget. The error-suppressed form is the tell: legit code wants to know when deserialize fails; attackers suppress so malformed gadgets do not leak. A real finding regardless of author intent: any plugin that deserializes remote responses without validation is a latent RCE chain if the remote endpoint is ever compromised.
View raw JSON
{
    "slug": "vaultpress",
    "pattern": "unserialize_after_remote_call",
    "kind": "builtin",
    "version": "4.0.7",
    "hit_count": 1,
    "first_hit": {
        "file": "vaultpress.php",
        "line": 1516,
        "snippet": "L1512: $r = wp_remote_get( $url=sprintf( \"%s://%s/%s?cidr_ranges=1\", $protocol, $hostname, $pa  \u2192  L1516: $data = @unserialize( wp_remote_retrieve_body( $r ) );"
    },
    "explanation": "a remote HTTP fetch (`wp_remote_*` / `curl_exec`) is followed by `@unserialize` within the same file \u2014 classic PHP Object Injection C2 gadget. The error-suppressed form is the tell: legit code wants to know when deserialize fails; attackers suppress so malformed gadgets do not leak. A real finding regardless of author intent: any plugin that deserializes remote responses without validation is a latent RCE chain if the remote endpoint is ever compromised."
}
Critical code_scan_delta Jetpack VaultPress Resolved · false_positive_cdn_known_good 2mo ago
Slugvaultpress
Previous version4.0.7
Current version4.0.7
New findings
PatternKindFileLineSnippetConfidence
unserialize_after_remote_callbuiltinvaultpress.php1,516L1512: $r = wp_remote_get( $url=sprintf( "%s://%s/%s?cidr_ranges=1", $protocol, $hostname, $pa → L1516: $data = @unserialize( wp_remote_retrieve_body( $r ) );high
New finding count1
View raw JSON
{
    "slug": "vaultpress",
    "previous_version": "4.0.7",
    "current_version": "4.0.7",
    "new_findings": [
        {
            "pattern": "unserialize_after_remote_call",
            "kind": "builtin",
            "file": "vaultpress.php",
            "line": 1516,
            "snippet": "L1512: $r = wp_remote_get( $url=sprintf( \"%s://%s/%s?cidr_ranges=1\", $protocol, $hostname, $pa  \u2192  L1516: $data = @unserialize( wp_remote_retrieve_body( $r ) );",
            "confidence": "high"
        }
    ],
    "new_finding_count": 1
}
Critical code_pattern Jetpack – WP Security, Backup, Speed, & Growth Resolved · no_longer_matches 2mo ago
Slugjetpack
Patternunserialize_after_remote_call
Kindbuiltin
Version15.7.1
Hit count2
First hit
File
jetpack_vendor/automattic/jetpack-waf/src/class-waf-stats.php
Line
151
Snippet
L137: $body = json_decode( wp_remote_retrieve_body( $response ) ); → L151: return maybe_unserialize( get_option( 'jetpack_protect_global_stats' ) );
Explanationa remote HTTP fetch (`wp_remote_*`/`curl_exec`) is followed by `unserialize`/`maybe_unserialize` within the same file — classic PHP Object Injection C2 gadget used by EP and most WP supply-chain backdoors. Legit plugins essentially never do this.
View raw JSON
{
    "slug": "jetpack",
    "pattern": "unserialize_after_remote_call",
    "kind": "builtin",
    "version": "15.7.1",
    "hit_count": 2,
    "first_hit": {
        "file": "jetpack_vendor/automattic/jetpack-waf/src/class-waf-stats.php",
        "line": 151,
        "snippet": "L137: $body = json_decode( wp_remote_retrieve_body( $response ) );  \u2192  L151: return maybe_unserialize( get_option( 'jetpack_protect_global_stats' ) );"
    },
    "explanation": "a remote HTTP fetch (`wp_remote_*`/`curl_exec`) is followed by `unserialize`/`maybe_unserialize` within the same file \u2014 classic PHP Object Injection C2 gadget used by EP and most WP supply-chain backdoors. Legit plugins essentially never do this."
}
Critical code_scan_delta Jetpack – WP Security, Backup, Speed, & Growth Resolved · fp_proximity_only_different_vars 2mo ago
Slugjetpack
Previous version15.7.1
Current version15.7.1
New findings
PatternKindFileLineSnippetConfidence
unserialize_after_remote_callbuiltinjetpack_vendor/automattic/jetpack-waf/src/class-waf-stats.php151L137: $body = json_decode( wp_remote_retrieve_body( $response ) ); → L151: return maybe_unserialize( get_option( 'jetpack_protect_global_stats' ) );high
unserialize_after_remote_callbuiltinjson-endpoints/jetpack/class.jetpack-json-api-themes-install-endpoint.php170L169: $response = wp_remote_post( $url, $args ); → L170: $theme_data = unserialize( $response['body'] ); // phpcs:ignore WordPress.PHP.Discouraghigh
New finding count2
View raw JSON
{
    "slug": "jetpack",
    "previous_version": "15.7.1",
    "current_version": "15.7.1",
    "new_findings": [
        {
            "pattern": "unserialize_after_remote_call",
            "kind": "builtin",
            "file": "jetpack_vendor/automattic/jetpack-waf/src/class-waf-stats.php",
            "line": 151,
            "snippet": "L137: $body = json_decode( wp_remote_retrieve_body( $response ) );  \u2192  L151: return maybe_unserialize( get_option( 'jetpack_protect_global_stats' ) );",
            "confidence": "high"
        },
        {
            "pattern": "unserialize_after_remote_call",
            "kind": "builtin",
            "file": "json-endpoints/jetpack/class.jetpack-json-api-themes-install-endpoint.php",
            "line": 170,
            "snippet": "L169: $response   = wp_remote_post( $url, $args );  \u2192  L170: $theme_data = unserialize( $response['body'] ); // phpcs:ignore WordPress.PHP.Discourag",
            "confidence": "high"
        }
    ],
    "new_finding_count": 2
}
High code_scan_delta Jetpack – WP Security, Backup, Speed, & Growth Resolved · fp_remote_enqueue_vendor_cdn 14h ago
Slugjetpack
Previous version15.8
Current version15.9.1
New findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinmodules/videopress/class.videopress-player.php717wp_enqueue_script( 'videopress-iframe', 'https://videopress.com/videopress-iframe.js', array(), JETPACK__VERSION, true );medium
Url
https://videopress.com/videopress-iframe.js
Url host
videopress.com
New finding count1
View raw JSON
{
    "slug": "jetpack",
    "previous_version": "15.8",
    "current_version": "15.9.1",
    "new_findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "modules/videopress/class.videopress-player.php",
            "line": 717,
            "snippet": "wp_enqueue_script( 'videopress-iframe', 'https://videopress.com/videopress-iframe.js', array(), JETPACK__VERSION, true );",
            "confidence": "medium",
            "details": {
                "url": "https://videopress.com/videopress-iframe.js",
                "url_host": "videopress.com"
            }
        }
    ],
    "new_finding_count": 1
}
High committer_younger_than_plugin WooCommerce Resolved · legit_employee_committer_fp 20h ago
Slugwoocommerce
Committer slugathomo
Committer display nameathomo
Committer employer
Committer member since2024-01-25
Committer first commit2024-04-29 15:46:36
Committer commit count7
Plugin listed authorautomattic
Earliest plugin commit2011-09-05 12:09:19
Plugin age at join days4,620
Committer age at join days95
Active installs7,000,000
View raw JSON
{
    "slug": "woocommerce",
    "committer_slug": "athomo",
    "committer_display_name": "athomo",
    "committer_employer": null,
    "committer_member_since": "2024-01-25",
    "committer_first_commit": "2024-04-29 15:46:36",
    "committer_commit_count": 7,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2011-09-05 12:09:19",
    "plugin_age_at_join_days": 4620,
    "committer_age_at_join_days": 95,
    "active_installs": 7000000
}
High committer_younger_than_plugin WooCommerce Resolved · legit_employee_committer_fp 1d ago
Slugwoocommerce
Committer slugclaudiulodro
Committer display nameClaudiu Lodromanean
Committer employer
Committer member since2016-10-10
Committer first commit2017-04-28 18:32:35
Committer commit count9
Plugin listed authorautomattic
Earliest plugin commit2011-09-05 12:09:19
Plugin age at join days2,062
Committer age at join days200
Active installs7,000,000
View raw JSON
{
    "slug": "woocommerce",
    "committer_slug": "claudiulodro",
    "committer_display_name": "Claudiu Lodromanean",
    "committer_employer": null,
    "committer_member_since": "2016-10-10",
    "committer_first_commit": "2017-04-28 18:32:35",
    "committer_commit_count": 9,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2011-09-05 12:09:19",
    "plugin_age_at_join_days": 2062,
    "committer_age_at_join_days": 200,
    "active_installs": 7000000
}
High committer_younger_than_plugin WooCommerce Resolved · legit_employee_committer_fp 1d ago
Slugwoocommerce
Committer slugpeterfabian1000
Committer display namePeter Fabian
Committer employer
Committer member since2017-10-30
Committer first commit2018-05-23 15:30:10
Committer commit count30
Plugin listed authorautomattic
Earliest plugin commit2011-09-05 12:09:19
Plugin age at join days2,452
Committer age at join days205
Active installs7,000,000
View raw JSON
{
    "slug": "woocommerce",
    "committer_slug": "peterfabian1000",
    "committer_display_name": "Peter Fabian",
    "committer_employer": null,
    "committer_member_since": "2017-10-30",
    "committer_first_commit": "2018-05-23 15:30:10",
    "committer_commit_count": 30,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2011-09-05 12:09:19",
    "plugin_age_at_join_days": 2452,
    "committer_age_at_join_days": 205,
    "active_installs": 7000000
}
High committer_younger_than_plugin Akismet Anti-spam: Spam Protection Resolved · legit_employee_committer_fp 1d ago
Slugakismet
Committer sluglessbloat
Committer display nameDave Martin (lessbloat)
Committer employer
Committer member since2010-09-10
Committer first commit2010-09-22 21:57:21
Committer commit count29
Plugin listed authorautomattic
Earliest plugin commit2005-10-20 08:57:41
Plugin age at join days1,798
Committer age at join days12
Active installs6,000,000
View raw JSON
{
    "slug": "akismet",
    "committer_slug": "lessbloat",
    "committer_display_name": "Dave Martin (lessbloat)",
    "committer_employer": null,
    "committer_member_since": "2010-09-10",
    "committer_first_commit": "2010-09-22 21:57:21",
    "committer_commit_count": 29,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2005-10-20 08:57:41",
    "plugin_age_at_join_days": 1798,
    "committer_age_at_join_days": 12,
    "active_installs": 6000000
}
High code_scan_match Sensei LMS – Online Courses, Quizzes, & Learning Resolved · code_scan_fp_class_vendor_cdn_enqueue 1mo ago
Slugsensei-lms
Finding count2
Findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinincludes/blocks/class-sensei-blocks.php95wp_register_script( 'sensei-youtube-iframe-api', 'https://www.youtube.com/iframe_api', [], 'unversioned', false );medium
Url
https://www.youtube.com/iframe_api
Url host
www.youtube.com
remote_enqueuebuiltinincludes/blocks/class-sensei-blocks.php96wp_register_script( 'sensei-vimeo-iframe-api', 'https://player.vimeo.com/api/player.js', [], 'unversioned', false );medium
Url
https://player.vimeo.com/api/player.js
Url host
player.vimeo.com
Resolved shaaf05ce8fc163bcfb7dbc2e2160eabd4a12c6ba71
View raw JSON
{
    "slug": "sensei-lms",
    "finding_count": 2,
    "findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/blocks/class-sensei-blocks.php",
            "line": 95,
            "snippet": "wp_register_script( 'sensei-youtube-iframe-api', 'https://www.youtube.com/iframe_api', [], 'unversioned', false );",
            "confidence": "medium",
            "details": {
                "url": "https://www.youtube.com/iframe_api",
                "url_host": "www.youtube.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/blocks/class-sensei-blocks.php",
            "line": 96,
            "snippet": "wp_register_script( 'sensei-vimeo-iframe-api', 'https://player.vimeo.com/api/player.js', [], 'unversioned', false );",
            "confidence": "medium",
            "details": {
                "url": "https://player.vimeo.com/api/player.js",
                "url_host": "player.vimeo.com"
            }
        }
    ],
    "resolved_sha": "af05ce8fc163bcfb7dbc2e2160eabd4a12c6ba71"
}
High code_scan_match Crowdsignal Dashboard – Polls, Surveys & more Resolved · code_scan_fp_class_vendor_cdn_enqueue 1mo ago
Slugpolldaddy
Finding count10
Findings
PatternKindFileLineSnippetConfidence
remote_enqueuebuiltinpolldaddy.php504wp_enqueue_script( 'polls', "{$this->base_url}js/polldaddy.js", array( 'jquery', 'jquery-ui-sortable', 'jquery-form', 'wp-components' ), $this->version );medium
remote_enqueuebuiltinpolldaddy.php505wp_enqueue_script( 'polls-common', "{$this->base_url}js/common.js", array(), $this->version );medium
remote_enqueuebuiltinpolldaddy.php833wp_enqueue_script( 'polls-style', "{$this->base_url}js/poll-style-picker.js", array( 'polls', 'polls-common' ), $this->version );medium
remote_enqueuebuiltinpolldaddy.php841wp_enqueue_script( 'polls-style', "{$this->base_url}js/style-editor.js", array( 'polls', 'polls-common' ), $this->version );medium
remote_enqueuebuiltinpolldaddy.php842wp_enqueue_script( 'polls-style-color', "{$this->base_url}js/jscolor.js", array(), $this->version );medium
remote_enqueuebuiltinpolldaddy.php843wp_enqueue_style( 'polls', "{$this->base_url}css/style-editor.css", array(), $this->version );medium
remote_enqueuebuiltinpolldaddy.php859wp_enqueue_script( 'rating-text-color', "{$this->base_url}js/jscolor.js", array(), $this->version );medium
remote_enqueuebuiltinpolldaddy.php860wp_enqueue_script( 'ratings', "{$this->base_url}js/rating.js", array(), $this->version );medium
remote_enqueuebuiltinpolldaddy.php866wp_enqueue_style( 'polldaddy', "{$this->base_url}css/polldaddy.css", array(), $this->version );medium
remote_enqueuebuiltinpolldaddy.php875wp_enqueue_style( 'polls-rtl', "{$this->base_url}css/polldaddy-rtl.css", array( 'global', 'wp-admin' ), $this->version );medium
Resolved sha85b4c354ae8f8c4333621b9123b90446ee1eaa55
View raw JSON
{
    "slug": "polldaddy",
    "finding_count": 10,
    "findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "polldaddy.php",
            "line": 504,
            "snippet": "wp_enqueue_script( 'polls', \"{$this->base_url}js/polldaddy.js\", array( 'jquery', 'jquery-ui-sortable', 'jquery-form', 'wp-components' ), $this->version );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "polldaddy.php",
            "line": 505,
            "snippet": "wp_enqueue_script( 'polls-common', \"{$this->base_url}js/common.js\", array(), $this->version );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "polldaddy.php",
            "line": 833,
            "snippet": "wp_enqueue_script( 'polls-style', \"{$this->base_url}js/poll-style-picker.js\", array( 'polls', 'polls-common' ), $this->version );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "polldaddy.php",
            "line": 841,
            "snippet": "wp_enqueue_script( 'polls-style', \"{$this->base_url}js/style-editor.js\", array( 'polls', 'polls-common' ), $this->version );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "polldaddy.php",
            "line": 842,
            "snippet": "wp_enqueue_script( 'polls-style-color', \"{$this->base_url}js/jscolor.js\", array(), $this->version );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "polldaddy.php",
            "line": 843,
            "snippet": "wp_enqueue_style( 'polls', \"{$this->base_url}css/style-editor.css\", array(), $this->version );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "polldaddy.php",
            "line": 859,
            "snippet": "wp_enqueue_script( 'rating-text-color', \"{$this->base_url}js/jscolor.js\", array(), $this->version );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "polldaddy.php",
            "line": 860,
            "snippet": "wp_enqueue_script( 'ratings', \"{$this->base_url}js/rating.js\", array(), $this->version );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "polldaddy.php",
            "line": 866,
            "snippet": "wp_enqueue_style( 'polldaddy', \"{$this->base_url}css/polldaddy.css\", array(), $this->version );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "polldaddy.php",
            "line": 875,
            "snippet": "wp_enqueue_style( 'polls-rtl', \"{$this->base_url}css/polldaddy-rtl.css\", array( 'global', 'wp-admin' ), $this->version );",
            "confidence": "medium"
        }
    ],
    "resolved_sha": "85b4c354ae8f8c4333621b9123b90446ee1eaa55"
}
High code_scan_match Crowdsignal Forms Resolved · code_scan_fp_class_vendor_cdn_enqueue 1mo ago
Slugcrowdsignal-forms
Finding count2
Findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinincludes/admin/class-crowdsignal-forms-settings.php77wp_enqueue_script( 'videopress', 'https://videopress.com/videopress-iframe.js', array(), '1.0', false );medium
Url
https://videopress.com/videopress-iframe.js
Url host
videopress.com
remote_enqueuebuiltinincludes/admin/class-crowdsignal-forms-setup.php71wp_enqueue_script( 'videopress', 'https://videopress.com/videopress-iframe.js', array(), '1.0', false );medium
Url
https://videopress.com/videopress-iframe.js
Url host
videopress.com
Resolved sha0d4e2944421c337090bd69cc19b93fa3ef3f0245
View raw JSON
{
    "slug": "crowdsignal-forms",
    "finding_count": 2,
    "findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/admin/class-crowdsignal-forms-settings.php",
            "line": 77,
            "snippet": "wp_enqueue_script( 'videopress', 'https://videopress.com/videopress-iframe.js', array(), '1.0', false );",
            "confidence": "medium",
            "details": {
                "url": "https://videopress.com/videopress-iframe.js",
                "url_host": "videopress.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/admin/class-crowdsignal-forms-setup.php",
            "line": 71,
            "snippet": "wp_enqueue_script( 'videopress', 'https://videopress.com/videopress-iframe.js', array(), '1.0', false );",
            "confidence": "medium",
            "details": {
                "url": "https://videopress.com/videopress-iframe.js",
                "url_host": "videopress.com"
            }
        }
    ],
    "resolved_sha": "0d4e2944421c337090bd69cc19b93fa3ef3f0245"
}
High code_scan_match Jetpack – WP Security, Backup, Speed, & Growth Resolved · false_positive_cdn_known_good 2mo ago
Slugjetpack
Finding count8
Findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinextensions/blocks/pinterest/pinterest.php241wp_enqueue_script( 'pinterest-pinit', 'https://assets.pinterest.com/js/pinit.js', array(), JETPACK__VERSION, true );medium
Url
https://assets.pinterest.com/js/pinit.js
Url host
assets.pinterest.com
remote_enqueuebuiltinextensions/blocks/tock/tock.php51wp_enqueue_script( 'tock-widget', 'https://www.exploretock.com/tock.js', array(), JETPACK__VERSION, true );medium
Url
https://www.exploretock.com/tock.js
Url host
www.exploretock.com
remote_enqueuebuiltinextensions/blocks/eventbrite/eventbrite.php121wp_enqueue_script( 'eventbrite-widget', 'https://www.eventbrite.com/static/widgets/eb_widgets.js', array(), JETPACK__VERSION, true );medium
Url
https://www.eventbrite.com/static/widgets/eb_widgets.js
Url host
www.eventbrite.com
remote_enqueuebuiltinextensions/blocks/eventbrite/eventbrite.php210wp_enqueue_script( 'eventbrite-widget', 'https://www.eventbrite.com/static/widgets/eb_widgets.js', array(), JETPACK__VERSION, true );medium
Url
https://www.eventbrite.com/static/widgets/eb_widgets.js
Url host
www.eventbrite.com
remote_enqueuebuiltinextensions/blocks/calendly/calendly.php87wp_enqueue_style( 'jetpack-calendly-external-css', 'https://assets.calendly.com/assets/external/widget.css', null, JETPACK__VERSION );medium
Url
https://assets.calendly.com/assets/external/widget.css
Url host
assets.calendly.com
remote_enqueuebuiltinmodules/videopress/shortcode.php176wp_register_script( 'videopress', 'https://v0.wordpress.com/js/videopress.js', array( 'jquery', 'swfobject' ), '1.09', false );medium
Url
https://v0.wordpress.com/js/videopress.js
Url host
v0.wordpress.com
remote_enqueuebuiltinmodules/shortcodes/tweet.php174wp_register_script( 'twitter-widgets', 'https://platform.twitter.com/widgets.js', array(), JETPACK__VERSION, true );medium
Url
https://platform.twitter.com/widgets.js
Url host
platform.twitter.com
remote_enqueuebuiltinmodules/gravatar-hovercards.php273wp_enqueue_script( 'grofiles-cards', 'https://secure.gravatar.com/js/gprofiles.js', array(), GROFILES__CACHE_BUSTER, true );medium
Url
https://secure.gravatar.com/js/gprofiles.js
Url host
secure.gravatar.com
Triage note 2026 05 03jetpack: remote_enqueue matches are intentional widget integrations (pinterest, eventbrite, calendly, twitter, gravatar, videopress). Automattic-owned, intentional vendor JS embeds.
View raw JSON
{
    "slug": "jetpack",
    "finding_count": 8,
    "findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "extensions/blocks/pinterest/pinterest.php",
            "line": 241,
            "snippet": "wp_enqueue_script( 'pinterest-pinit', 'https://assets.pinterest.com/js/pinit.js', array(), JETPACK__VERSION, true );",
            "confidence": "medium",
            "details": {
                "url": "https://assets.pinterest.com/js/pinit.js",
                "url_host": "assets.pinterest.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "extensions/blocks/tock/tock.php",
            "line": 51,
            "snippet": "wp_enqueue_script( 'tock-widget', 'https://www.exploretock.com/tock.js', array(), JETPACK__VERSION, true );",
            "confidence": "medium",
            "details": {
                "url": "https://www.exploretock.com/tock.js",
                "url_host": "www.exploretock.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "extensions/blocks/eventbrite/eventbrite.php",
            "line": 121,
            "snippet": "wp_enqueue_script( 'eventbrite-widget', 'https://www.eventbrite.com/static/widgets/eb_widgets.js', array(), JETPACK__VERSION, true );",
            "confidence": "medium",
            "details": {
                "url": "https://www.eventbrite.com/static/widgets/eb_widgets.js",
                "url_host": "www.eventbrite.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "extensions/blocks/eventbrite/eventbrite.php",
            "line": 210,
            "snippet": "wp_enqueue_script( 'eventbrite-widget', 'https://www.eventbrite.com/static/widgets/eb_widgets.js', array(), JETPACK__VERSION, true );",
            "confidence": "medium",
            "details": {
                "url": "https://www.eventbrite.com/static/widgets/eb_widgets.js",
                "url_host": "www.eventbrite.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "extensions/blocks/calendly/calendly.php",
            "line": 87,
            "snippet": "wp_enqueue_style( 'jetpack-calendly-external-css', 'https://assets.calendly.com/assets/external/widget.css', null, JETPACK__VERSION );",
            "confidence": "medium",
            "details": {
                "url": "https://assets.calendly.com/assets/external/widget.css",
                "url_host": "assets.calendly.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "modules/videopress/shortcode.php",
            "line": 176,
            "snippet": "wp_register_script( 'videopress', 'https://v0.wordpress.com/js/videopress.js', array( 'jquery', 'swfobject' ), '1.09', false );",
            "confidence": "medium",
            "details": {
                "url": "https://v0.wordpress.com/js/videopress.js",
                "url_host": "v0.wordpress.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "modules/shortcodes/tweet.php",
            "line": 174,
            "snippet": "wp_register_script( 'twitter-widgets', 'https://platform.twitter.com/widgets.js', array(), JETPACK__VERSION, true );",
            "confidence": "medium",
            "details": {
                "url": "https://platform.twitter.com/widgets.js",
                "url_host": "platform.twitter.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "modules/gravatar-hovercards.php",
            "line": 273,
            "snippet": "wp_enqueue_script( 'grofiles-cards', 'https://secure.gravatar.com/js/gprofiles.js', array(), GROFILES__CACHE_BUSTER, true );",
            "confidence": "medium",
            "details": {
                "url": "https://secure.gravatar.com/js/gprofiles.js",
                "url_host": "secure.gravatar.com"
            }
        }
    ],
    "triage_note_2026_05_03": "jetpack: remote_enqueue matches are intentional widget integrations (pinterest, eventbrite, calendly, twitter, gravatar, videopress). Automattic-owned, intentional vendor JS embeds."
}
High committer_younger_than_plugin Page Optimize Resolved · no_longer_matches 2mo ago
Slugpage-optimize
Committer sluga8caustin
Committer display namea8caustin
Committer employer
Committer member since2023-11-27
Committer first commit2024-10-23 19:36:37
Committer commit count4
Plugin listed authorautomattic
Earliest plugin commit2020-02-21 19:41:06
Plugin age at join days1,705
Committer age at join days331
Active installs200,000
View raw JSON
{
    "slug": "page-optimize",
    "committer_slug": "a8caustin",
    "committer_display_name": "a8caustin",
    "committer_employer": null,
    "committer_member_since": "2023-11-27",
    "committer_first_commit": "2024-10-23 19:36:37",
    "committer_commit_count": 4,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2020-02-21 19:41:06",
    "plugin_age_at_join_days": 1705,
    "committer_age_at_join_days": 331,
    "active_installs": 200000
}
High committer_younger_than_plugin WooCommerce Resolved · no_longer_matches 2mo ago
Slugwoocommerce
Committer slugalopezari
Committer display namealopezari
Committer employer
Committer member since2023-02-17
Committer first commit2023-10-10 20:12:37
Committer commit count12
Plugin listed authorautomattic
Earliest plugin commit2022-02-10 13:36:23
Plugin age at join days607
Committer age at join days235
Active installs7,000,000
View raw JSON
{
    "slug": "woocommerce",
    "committer_slug": "alopezari",
    "committer_display_name": "alopezari",
    "committer_employer": null,
    "committer_member_since": "2023-02-17",
    "committer_first_commit": "2023-10-10 20:12:37",
    "committer_commit_count": 12,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2022-02-10 13:36:23",
    "plugin_age_at_join_days": 607,
    "committer_age_at_join_days": 235,
    "active_installs": 7000000
}
High committer_younger_than_plugin WooCommerce Resolved · no_longer_matches 2mo ago
Slugwoocommerce
Committer slugnamanorg
Committer display nameNaman
Committer employer
Committer member since2024-05-16
Committer first commit2024-08-26 14:13:03
Committer commit count6
Plugin listed authorautomattic
Earliest plugin commit2022-02-10 13:36:23
Plugin age at join days928
Committer age at join days102
Active installs7,000,000
View raw JSON
{
    "slug": "woocommerce",
    "committer_slug": "namanorg",
    "committer_display_name": "Naman",
    "committer_employer": null,
    "committer_member_since": "2024-05-16",
    "committer_first_commit": "2024-08-26 14:13:03",
    "committer_commit_count": 6,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2022-02-10 13:36:23",
    "plugin_age_at_join_days": 928,
    "committer_age_at_join_days": 102,
    "active_installs": 7000000
}
High committer_younger_than_plugin Akismet Anti-spam: Spam Protection Resolved · no_longer_matches 2mo ago
Slugakismet
Committer slugandyperdomo
Committer display nameAndy Perdomo (a11n)
Committer employer
Committer member since2025-01-07
Committer first commit2025-04-02 00:41:10
Committer commit count11
Plugin listed authorautomattic
Earliest plugin commit2015-04-28 14:50:55
Plugin age at join days3,626
Committer age at join days85
Active installs6,000,000
View raw JSON
{
    "slug": "akismet",
    "committer_slug": "andyperdomo",
    "committer_display_name": "Andy Perdomo (a11n)",
    "committer_employer": null,
    "committer_member_since": "2025-01-07",
    "committer_first_commit": "2025-04-02 00:41:10",
    "committer_commit_count": 11,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2015-04-28 14:50:55",
    "plugin_age_at_join_days": 3626,
    "committer_age_at_join_days": 85,
    "active_installs": 6000000
}
High committer_younger_than_plugin Jetpack – WP Security, Backup, Speed, & Growth Resolved · no_longer_matches 2mo ago
Slugjetpack
Committer slugveryhappytiger
Committer display nameveryhappytiger (a11n)
Committer employer
Committer member since2025-01-15
Committer first commit2025-11-11 00:53:25
Committer commit count16
Plugin listed authorautomattic
Earliest plugin commit2024-08-06 16:30:06
Plugin age at join days461
Committer age at join days300
Active installs3,000,000
View raw JSON
{
    "slug": "jetpack",
    "committer_slug": "veryhappytiger",
    "committer_display_name": "veryhappytiger (a11n)",
    "committer_employer": null,
    "committer_member_since": "2025-01-15",
    "committer_first_commit": "2025-11-11 00:53:25",
    "committer_commit_count": 16,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2024-08-06 16:30:06",
    "plugin_age_at_join_days": 461,
    "committer_age_at_join_days": 300,
    "active_installs": 3000000
}
High code_scan_delta Sensei LMS – Online Courses, Quizzes, & Learning Resolved · false_positive_cdn_known_good 2mo ago
Slugsensei-lms
Previous version4.25.2
Current version4.25.2
New findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinincludes/blocks/class-sensei-blocks.php95wp_register_script( 'sensei-youtube-iframe-api', 'https://www.youtube.com/iframe_api', [], 'unversioned', false );medium
Url
https://www.youtube.com/iframe_api
Url host
www.youtube.com
remote_enqueuebuiltinincludes/blocks/class-sensei-blocks.php96wp_register_script( 'sensei-vimeo-iframe-api', 'https://player.vimeo.com/api/player.js', [], 'unversioned', false );medium
Url
https://player.vimeo.com/api/player.js
Url host
player.vimeo.com
New finding count2
View raw JSON
{
    "slug": "sensei-lms",
    "previous_version": "4.25.2",
    "current_version": "4.25.2",
    "new_findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/blocks/class-sensei-blocks.php",
            "line": 95,
            "snippet": "wp_register_script( 'sensei-youtube-iframe-api', 'https://www.youtube.com/iframe_api', [], 'unversioned', false );",
            "confidence": "medium",
            "details": {
                "url": "https://www.youtube.com/iframe_api",
                "url_host": "www.youtube.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/blocks/class-sensei-blocks.php",
            "line": 96,
            "snippet": "wp_register_script( 'sensei-vimeo-iframe-api', 'https://player.vimeo.com/api/player.js', [], 'unversioned', false );",
            "confidence": "medium",
            "details": {
                "url": "https://player.vimeo.com/api/player.js",
                "url_host": "player.vimeo.com"
            }
        }
    ],
    "new_finding_count": 2
}
High committer_younger_than_plugin Jetpack Boost – Website Speed, Performance and Critical CSS Resolved · benign_company_employee 2mo ago
Slugjetpack-boost
Committer sluglsarsfield
Committer display nameLiam Sarsfield (a11n)
Committer employer
Committer member since2024-09-24
Committer first commit2025-01-27 13:39:31
Committer commit count17
Plugin listed authorautomattic
Earliest plugin commit2021-06-17 12:10:58
Plugin age at join days1,320
Committer age at join days125
Active installs200,000
View raw JSON
{
    "slug": "jetpack-boost",
    "committer_slug": "lsarsfield",
    "committer_display_name": "Liam Sarsfield (a11n)",
    "committer_employer": null,
    "committer_member_since": "2024-09-24",
    "committer_first_commit": "2025-01-27 13:39:31",
    "committer_commit_count": 17,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2021-06-17 12:10:58",
    "plugin_age_at_join_days": 1320,
    "committer_age_at_join_days": 125,
    "active_installs": 200000
}
High committer_younger_than_plugin Page Optimize Resolved · benign_company_employee 2mo ago
Slugpage-optimize
Committer slugrcrdortiz
Committer display namercrdortiz
Committer employer
Committer member since2022-10-06
Committer first commit2023-08-29 12:52:34
Committer commit count2
Plugin listed authorautomattic
Earliest plugin commit2020-02-21 19:41:06
Plugin age at join days1,284
Committer age at join days327
Active installs200,000
View raw JSON
{
    "slug": "page-optimize",
    "committer_slug": "rcrdortiz",
    "committer_display_name": "rcrdortiz",
    "committer_employer": null,
    "committer_member_since": "2022-10-06",
    "committer_first_commit": "2023-08-29 12:52:34",
    "committer_commit_count": 2,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2020-02-21 19:41:06",
    "plugin_age_at_join_days": 1284,
    "committer_age_at_join_days": 327,
    "active_installs": 200000
}
High committer_younger_than_plugin Crowdsignal Forms Resolved · benign_company_employee 2mo ago
Slugcrowdsignal-forms
Committer slugjcheringer
Committer display nameJoão Heringer (a11n)
Committer employer
Committer member since2021-12-21
Committer first commit2022-04-26 17:29:52
Committer commit count2
Plugin listed authorautomattic
Earliest plugin commit2020-07-23 23:24:26
Plugin age at join days641
Committer age at join days126
Active installs200,000
View raw JSON
{
    "slug": "crowdsignal-forms",
    "committer_slug": "jcheringer",
    "committer_display_name": "Jo\u00e3o Heringer (a11n)",
    "committer_employer": null,
    "committer_member_since": "2021-12-21",
    "committer_first_commit": "2022-04-26 17:29:52",
    "committer_commit_count": 2,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2020-07-23 23:24:26",
    "plugin_age_at_join_days": 641,
    "committer_age_at_join_days": 126,
    "active_installs": 200000
}
High committer_younger_than_plugin Crowdsignal Dashboard – Polls, Surveys & more Resolved · benign_company_employee 2mo ago
Slugpolldaddy
Committer slugpanosktn
Committer display namepanosktn
Committer employer
Committer member since2016-05-05
Committer first commit2016-05-26 15:06:26
Committer commit count7
Plugin listed authorautomattic
Earliest plugin commit2008-10-15 18:09:01
Plugin age at join days2,779
Committer age at join days21
Active installs100,000
View raw JSON
{
    "slug": "polldaddy",
    "committer_slug": "panosktn",
    "committer_display_name": "panosktn",
    "committer_employer": null,
    "committer_member_since": "2016-05-05",
    "committer_first_commit": "2016-05-26 15:06:26",
    "committer_commit_count": 7,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2008-10-15 18:09:01",
    "plugin_age_at_join_days": 2779,
    "committer_age_at_join_days": 21,
    "active_installs": 100000
}
High committer_younger_than_plugin Jetpack Protect Resolved · benign_company_employee 2mo ago
Slugjetpack-protect
Committer slugnjweller
Committer display namenjweller
Committer employer
Committer member since2022-05-23
Committer first commit2022-11-17 23:37:54
Committer commit count22
Plugin listed authorautomattic
Earliest plugin commit2022-05-13 18:20:34
Plugin age at join days188
Committer age at join days178
Active installs100,000
View raw JSON
{
    "slug": "jetpack-protect",
    "committer_slug": "njweller",
    "committer_display_name": "njweller",
    "committer_employer": null,
    "committer_member_since": "2022-05-23",
    "committer_first_commit": "2022-11-17 23:37:54",
    "committer_commit_count": 22,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2022-05-13 18:20:34",
    "plugin_age_at_join_days": 188,
    "committer_age_at_join_days": 178,
    "active_installs": 100000
}
Medium contributor_added WP Job Manager Resolved · verified_team_onboarding 4d ago
Slugwp-job-manager
New contributorsryanc413
Active installs80,000
View raw JSON
{
    "slug": "wp-job-manager",
    "new_contributors": [
        "ryanc413"
    ],
    "active_installs": 80000
}
Medium contributor_added Action Scheduler Resolved · benign_vendor_contributor_addition 15d ago
Slugaction-scheduler
New contributorscoreymckrill crstauf jorgeatorres ovidiul prettyboymp
Active installs20,000
View raw JSON
{
    "slug": "action-scheduler",
    "new_contributors": [
        "coreymckrill",
        "crstauf",
        "jorgeatorres",
        "ovidiul",
        "prettyboymp"
    ],
    "active_installs": 20000
}
Medium contributor_added Jetpack – WP Security, Backup, Speed, & Growth Resolved · benign_routine_contributor 16d ago
Slugjetpack
New contributorsjennywp ryanc413
Active installs3,000,000
View raw JSON
{
    "slug": "jetpack",
    "new_contributors": [
        "jennywp",
        "ryanc413"
    ],
    "active_installs": 3000000
}
Medium contributor_added Jetpack – WP Security, Backup, Speed, & Growth Resolved · no_longer_matches 18d ago
Slugjetpack
New contributorsjennywp ryanc413
Active installs3,000,000
View raw JSON
{
    "slug": "jetpack",
    "new_contributors": [
        "jennywp",
        "ryanc413"
    ],
    "active_installs": 3000000
}
Medium code_scan_delta Jetpack CRM – Clients, Leads, Invoices, Billing, Email Marketing, & Automation Resolved · benign_baseline_findings_no_new_ioc 1mo ago
Slugzero-bs-crm
Previous version6.7.3
Current version6.8.0
New findings
PatternKindFileLineSnippetConfidence
gzinflatebuiltinincludes/lib/pclzip-2-8-2/pclzip.lib.php7.php2,428$v_file_content = @gzinflate($v_buffer);medium
gzinflatebuiltinincludes/lib/pclzip-2-8-2/pclzip.lib.php7.php2,581$v_file_content = gzinflate($v_buffer);medium
gzinflatebuiltinincludes/lib/pclzip-2-8-2/pclzip.lib.php7.php2,649if (($p_string = @gzinflate($v_data)) === false) {medium
base64_decodebuiltinincludes/ZeroBSCRM.Encryption.php24$output = openssl_decrypt(base64_decode($string), $encrypt_method, $key, 0, $iv);medium
New finding count4
View raw JSON
{
    "slug": "zero-bs-crm",
    "previous_version": "6.7.3",
    "current_version": "6.8.0",
    "new_findings": [
        {
            "pattern": "gzinflate",
            "kind": "builtin",
            "file": "includes/lib/pclzip-2-8-2/pclzip.lib.php7.php",
            "line": 2428,
            "snippet": "$v_file_content = @gzinflate($v_buffer);",
            "confidence": "medium"
        },
        {
            "pattern": "gzinflate",
            "kind": "builtin",
            "file": "includes/lib/pclzip-2-8-2/pclzip.lib.php7.php",
            "line": 2581,
            "snippet": "$v_file_content = gzinflate($v_buffer);",
            "confidence": "medium"
        },
        {
            "pattern": "gzinflate",
            "kind": "builtin",
            "file": "includes/lib/pclzip-2-8-2/pclzip.lib.php7.php",
            "line": 2649,
            "snippet": "if (($p_string = @gzinflate($v_data)) === false) {",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "includes/ZeroBSCRM.Encryption.php",
            "line": 24,
            "snippet": "$output = openssl_decrypt(base64_decode($string), $encrypt_method, $key, 0, $iv);",
            "confidence": "medium"
        }
    ],
    "new_finding_count": 4
}
Medium contributor_added WP Job Manager Resolved · benign_known_acquirer_contributor 1mo ago
Slugwp-job-manager
New contributorsjenhooks
Active installs80,000
View raw JSON
{
    "slug": "wp-job-manager",
    "new_contributors": [
        "jenhooks"
    ],
    "active_installs": 80000
}
Medium contributor_added Jetpack – WP Security, Backup, Speed, & Growth Resolved · cold_start_fp_jenhooks_at_automattic 1mo ago
Slugjetpack
New contributorsjenhooks
Active installs3,000,000
View raw JSON
{
    "slug": "jetpack",
    "new_contributors": [
        "jenhooks"
    ],
    "active_installs": 3000000
}
Medium code_scan_match Akismet Anti-spam: Spam Protection Resolved · fp:overgeneric_ioc 2mo ago
Slugakismet
Finding count1
Findings
PatternKindFileLineSnippetConfidence
Upgradeioc:changelog_phrasereadme.txt97* Prompt users on legacy plans to contact Akismet support for upgrades.low
Triage note 2026 05 03akismet: single Upgrade hit on "contact Akismet support for upgrades" text. Automattic-owned core anti-spam plugin.
View raw JSON
{
    "slug": "akismet",
    "finding_count": 1,
    "findings": [
        {
            "pattern": "Upgrade",
            "kind": "ioc:changelog_phrase",
            "file": "readme.txt",
            "line": 97,
            "snippet": "* Prompt users on legacy plans to contact Akismet support for upgrades.",
            "confidence": "low"
        }
    ],
    "triage_note_2026_05_03": "akismet: single Upgrade hit on \"contact Akismet support for upgrades\" text. Automattic-owned core anti-spam plugin."
}
Medium code_scan_match WooCommerce Resolved · fp:overgeneric_ioc 2mo ago
Slugwoocommerce
Finding count1
Findings
PatternKindFileLineSnippetConfidence
add_footer_scriptioc:code_patternincludes/tracks/events/class-wc-admin-setup-wizard-tracking.php48public function add_footer_scripts() {medium
Triage note 2026 05 03woocommerce: add_footer_script IOC substring-matched method name `add_footer_scripts()` (plural — standard WP method). False match.
View raw JSON
{
    "slug": "woocommerce",
    "finding_count": 1,
    "findings": [
        {
            "pattern": "add_footer_script",
            "kind": "ioc:code_pattern",
            "file": "includes/tracks/events/class-wc-admin-setup-wizard-tracking.php",
            "line": 48,
            "snippet": "public function add_footer_scripts() {",
            "confidence": "medium"
        }
    ],
    "triage_note_2026_05_03": "woocommerce: add_footer_script IOC substring-matched method name `add_footer_scripts()` (plural \u2014 standard WP method). False match."
}
Medium contributor_added WP Job Manager Resolved · cold_start_fp 2mo ago
Slugwp-job-manager
New contributorsjennywp
Active installs80,000
View raw JSON
{
    "slug": "wp-job-manager",
    "new_contributors": [
        "jennywp"
    ],
    "active_installs": 80000
}
Medium committer_younger_than_plugin Sensei LMS – Online Courses, Quizzes, & Learning Resolved · no_longer_matches 2mo ago
Slugsensei-lms
Committer slugimranh920
Committer display nameImran Hossain (a11n)
Committer employer
Committer member since2021-10-01
Committer first commit2022-09-26 16:37:04
Committer commit count14
Plugin listed authorautomattic
Earliest plugin commit2019-04-28 21:25:46
Plugin age at join days1,246
Committer age at join days360
Active installs10,000
View raw JSON
{
    "slug": "sensei-lms",
    "committer_slug": "imranh920",
    "committer_display_name": "Imran Hossain (a11n)",
    "committer_employer": null,
    "committer_member_since": "2021-10-01",
    "committer_first_commit": "2022-09-26 16:37:04",
    "committer_commit_count": 14,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2019-04-28 21:25:46",
    "plugin_age_at_join_days": 1246,
    "committer_age_at_join_days": 360,
    "active_installs": 10000
}
Medium committer_younger_than_plugin Sensei LMS – Online Courses, Quizzes, & Learning Resolved · no_longer_matches 2mo ago
Slugsensei-lms
Committer slugnurguly
Committer display namenurguly (a11n)
Committer employer
Committer member since2021-10-19
Committer first commit2022-05-31 14:01:11
Committer commit count4
Plugin listed authorautomattic
Earliest plugin commit2019-04-28 21:25:46
Plugin age at join days1,128
Committer age at join days224
Active installs10,000
View raw JSON
{
    "slug": "sensei-lms",
    "committer_slug": "nurguly",
    "committer_display_name": "nurguly (a11n)",
    "committer_employer": null,
    "committer_member_since": "2021-10-19",
    "committer_first_commit": "2022-05-31 14:01:11",
    "committer_commit_count": 4,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2019-04-28 21:25:46",
    "plugin_age_at_join_days": 1128,
    "committer_age_at_join_days": 224,
    "active_installs": 10000
}
Medium committer_younger_than_plugin Sensei LMS – Online Courses, Quizzes, & Learning Resolved · no_longer_matches 2mo ago
Slugsensei-lms
Committer slugyscik8
Committer display namePeter Kiss (a11n)
Committer employer
Committer member since2020-05-13
Committer first commit2020-08-27 19:40:37
Committer commit count10
Plugin listed authorautomattic
Earliest plugin commit2019-04-28 21:25:46
Plugin age at join days486
Committer age at join days106
Active installs10,000
View raw JSON
{
    "slug": "sensei-lms",
    "committer_slug": "yscik8",
    "committer_display_name": "Peter Kiss (a11n)",
    "committer_employer": null,
    "committer_member_since": "2020-05-13",
    "committer_first_commit": "2020-08-27 19:40:37",
    "committer_commit_count": 10,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2019-04-28 21:25:46",
    "plugin_age_at_join_days": 486,
    "committer_age_at_join_days": 106,
    "active_installs": 10000
}
Medium committer_younger_than_plugin Action Scheduler Resolved · no_longer_matches 2mo ago
Slugaction-scheduler
Committer slugalopezari
Committer display namealopezari
Committer employer
Committer member since2023-02-17
Committer first commit2023-10-11 18:25:12
Committer commit count1
Plugin listed authorautomattic
Earliest plugin commit2020-07-13 21:35:33
Plugin age at join days1,184
Committer age at join days236
Active installs20,000
View raw JSON
{
    "slug": "action-scheduler",
    "committer_slug": "alopezari",
    "committer_display_name": "alopezari",
    "committer_employer": null,
    "committer_member_since": "2023-02-17",
    "committer_first_commit": "2023-10-11 18:25:12",
    "committer_commit_count": 1,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2020-07-13 21:35:33",
    "plugin_age_at_join_days": 1184,
    "committer_age_at_join_days": 236,
    "active_installs": 20000
}
Medium committer_younger_than_plugin Action Scheduler Resolved · no_longer_matches 2mo ago
Slugaction-scheduler
Committer slugnamanorg
Committer display nameNaman
Committer employer
Committer member since2024-05-16
Committer first commit2025-01-21 11:40:14
Committer commit count2
Plugin listed authorautomattic
Earliest plugin commit2020-07-13 21:35:33
Plugin age at join days1,652
Committer age at join days250
Active installs20,000
View raw JSON
{
    "slug": "action-scheduler",
    "committer_slug": "namanorg",
    "committer_display_name": "Naman",
    "committer_employer": null,
    "committer_member_since": "2024-05-16",
    "committer_first_commit": "2025-01-21 11:40:14",
    "committer_commit_count": 2,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2020-07-13 21:35:33",
    "plugin_age_at_join_days": 1652,
    "committer_age_at_join_days": 250,
    "active_installs": 20000
}
Medium committer_younger_than_plugin Jetpack CRM – Clients, Leads, Invoices, Billing, Email Marketing, & Automation Resolved · no_longer_matches 2mo ago
Slugzero-bs-crm
Committer slugjetpackcrmdeploybot
Committer display namejetpackcrmdeploybot
Committer employer
Committer member since2020-07-10
Committer first commit2020-08-20 11:05:06
Committer commit count54
Plugin listed authorautomattic
Earliest plugin commit2016-06-18 00:35:16
Plugin age at join days1,524
Committer age at join days41
Active installs30,000
View raw JSON
{
    "slug": "zero-bs-crm",
    "committer_slug": "jetpackcrmdeploybot",
    "committer_display_name": "jetpackcrmdeploybot",
    "committer_employer": null,
    "committer_member_since": "2020-07-10",
    "committer_first_commit": "2020-08-20 11:05:06",
    "committer_commit_count": 54,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2016-06-18 00:35:16",
    "plugin_age_at_join_days": 1524,
    "committer_age_at_join_days": 41,
    "active_installs": 30000
}
Medium committer_younger_than_plugin Jetpack CRM – Clients, Leads, Invoices, Billing, Email Marketing, & Automation Resolved · no_longer_matches 2mo ago
Slugzero-bs-crm
Committer slugzbsdeploymachine
Committer display namezbsdeploymachine
Committer employer
Committer member since2017-10-18
Committer first commit2017-10-18 15:48:39
Committer commit count26
Plugin listed authorautomattic
Earliest plugin commit2016-06-18 00:35:16
Plugin age at join days487
Committer age at join days0
Active installs30,000
View raw JSON
{
    "slug": "zero-bs-crm",
    "committer_slug": "zbsdeploymachine",
    "committer_display_name": "zbsdeploymachine",
    "committer_employer": null,
    "committer_member_since": "2017-10-18",
    "committer_first_commit": "2017-10-18 15:48:39",
    "committer_commit_count": 26,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2016-06-18 00:35:16",
    "plugin_age_at_join_days": 487,
    "committer_age_at_join_days": 0,
    "active_installs": 30000
}
Medium committer_younger_than_plugin WP Job Manager Resolved · no_longer_matches 2mo ago
Slugwp-job-manager
Committer slugwpjobmanager
Committer display nameWP Job Manager
Committer employer
Committer member since2023-09-26
Committer first commit2023-10-05 14:47:29
Committer commit count8
Plugin listed authorautomattic
Earliest plugin commit2013-06-08 21:24:29
Plugin age at join days3,770
Committer age at join days9
Active installs80,000
View raw JSON
{
    "slug": "wp-job-manager",
    "committer_slug": "wpjobmanager",
    "committer_display_name": "WP Job Manager",
    "committer_employer": null,
    "committer_member_since": "2023-09-26",
    "committer_first_commit": "2023-10-05 14:47:29",
    "committer_commit_count": 8,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2013-06-08 21:24:29",
    "plugin_age_at_join_days": 3770,
    "committer_age_at_join_days": 9,
    "active_installs": 80000
}
Medium code_scan_delta WooCommerce Resolved · fp:overgeneric_ioc 2mo ago
Slugwoocommerce
Previous version10.7.0
Current version10.7.0
New findings
PatternKindFileLineSnippetConfidence
add_footer_scriptioc:code_patternincludes/tracks/events/class-wc-admin-setup-wizard-tracking.php48public function add_footer_scripts() {medium
New finding count1
View raw JSON
{
    "slug": "woocommerce",
    "previous_version": "10.7.0",
    "current_version": "10.7.0",
    "new_findings": [
        {
            "pattern": "add_footer_script",
            "kind": "ioc:code_pattern",
            "file": "includes/tracks/events/class-wc-admin-setup-wizard-tracking.php",
            "line": 48,
            "snippet": "public function add_footer_scripts() {",
            "confidence": "medium"
        }
    ],
    "new_finding_count": 1
}
Medium committer_younger_than_plugin Jetpack VaultPress Resolved · benign_company_employee 2mo ago
Slugvaultpress
Committer slugbenedictsinger
Committer display namebenedictsinger
Committer employer
Committer member since2015-10-15
Committer first commit2016-03-24 20:48:24
Committer commit count24
Plugin listed authorautomattic
Earliest plugin commit2013-06-24 20:07:20
Plugin age at join days1,004
Committer age at join days161
Active installs10,000
View raw JSON
{
    "slug": "vaultpress",
    "committer_slug": "benedictsinger",
    "committer_display_name": "benedictsinger",
    "committer_employer": null,
    "committer_member_since": "2015-10-15",
    "committer_first_commit": "2016-03-24 20:48:24",
    "committer_commit_count": 24,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2013-06-24 20:07:20",
    "plugin_age_at_join_days": 1004,
    "committer_age_at_join_days": 161,
    "active_installs": 10000
}
Medium committer_younger_than_plugin Sensei LMS – Online Courses, Quizzes, & Learning Resolved · benign_company_employee 2mo ago
Slugsensei-lms
Committer sluggikaragia
Committer display nameGiannis
Committer employer
Committer member since2019-10-18
Committer first commit2020-04-27 14:52:50
Committer commit count12
Plugin listed authorautomattic
Earliest plugin commit2019-04-28 21:25:46
Plugin age at join days364
Committer age at join days192
Active installs10,000
View raw JSON
{
    "slug": "sensei-lms",
    "committer_slug": "gikaragia",
    "committer_display_name": "Giannis",
    "committer_employer": null,
    "committer_member_since": "2019-10-18",
    "committer_first_commit": "2020-04-27 14:52:50",
    "committer_commit_count": 12,
    "plugin_listed_author": "automattic",
    "earliest_plugin_commit": "2019-04-28 21:25:46",
    "plugin_age_at_join_days": 364,
    "committer_age_at_join_days": 192,
    "active_installs": 10000
}

Plugins authored (121)

Plugin Version Installs Last updated Status
WooCommerce ·woocommerce 10.9.1 7M+ 8d ago Active
Akismet Anti-spam: Spam Protection ·akismet 5.7 6M+ 2mo ago Active
Jetpack – WP Security, Backup, Speed, & Growth ·jetpack 15.9.1 3M+ 8d ago Active
WP Super Cache ·wp-super-cache 3.1.1 1M+ 1mo ago Active
WooCommerce Legacy REST API ·woocommerce-legacy-rest-api 1.0.5 400k+ 1y ago Active
Limit Login Attempts ·limit-login-attempts 1.7.2 300k+ 3y ago Active
Page Optimize ·page-optimize 0.6.3 200k+ 1mo ago Active
Crowdsignal Forms ·crowdsignal-forms 1.8.1 200k+ 29d ago Active
Crowdsignal Dashboard – Polls, Surveys & more ·polldaddy 3.1.6 200k+ 29d ago Active
Jetpack Boost – Website Speed, Performance and Critical CSS ·jetpack-boost 4.6.3 200k+ 6d ago Active
Layout Grid Block ·layout-grid 1.8.4 200k+ 2y ago Active
Jetpack Protect ·jetpack-protect 5.0.0 100k+ 2mo ago Active
Gravatar Enhanced – Avatars, Profiles, and Privacy ·gravatar-enhanced 0.13.1 100k+ 3mo ago Active
WP Job Manager ·wp-job-manager 2.4.5 80k+ 1d ago Active
Jetpack CRM – Clients, Leads, Invoices, Billing, Email Marketing, & Automation ·zero-bs-crm 6.8.1 30k+ 1mo ago Active
Jetpack Social ·jetpack-social 9.0.3 30k+ 6d ago Active
Automattic For Agencies Client ·automattic-for-agencies-client 0.8.0 20k+ 2mo ago Active
Action Scheduler ·action-scheduler 4.0.0 20k+ 16d ago Active
Co-Authors Plus ·co-authors-plus 4.1.1 20k+ 6d ago Active
Jetpack VaultPress Backup ·jetpack-backup 3.8 20k+ 2mo ago Active
Rewrite Rules Inspector ·rewrite-rules-inspector 1.6.0 10k+ 5mo ago Active
Jetpack VaultPress ·vaultpress 4.0.7 10k+ 2mo ago Active
Sensei LMS – Online Courses, Quizzes, & Learning ·sensei-lms 4.26.1 10k+ 17d ago Active
Lazy Load ·lazy-load 0.6.1 10k+ 7y ago Active
Blaze Ads – Fully Integrated Ads Solution ·blaze-ads 0.9.0 7k+ 5mo ago Active
Jetpack VideoPress ·jetpack-videopress 3.1 7k+ 1mo ago Active
ActivityPub ·activitypub 9.0.2 6k+ 3d ago Active
Jetpack Search ·jetpack-search 7.0.0 5k+ 22d ago Active
jQuery Lightbox For Native Galleries ·jquery-lightbox-for-native-galleries 3.2.2 5k+ 8y ago Active
Edit Flow ·edit-flow 0.11.0 4k+ 22d ago Active
Sensei LMS Certificates ·sensei-certificates 2.5.4 4k+ 6mo ago Active
Share a Draft ·shareadraft 1.5 3k+ 5y ago Active
Migrate to WordPress.com ·wpcom-migration 5.88 2k+ 2mo ago Active
Zone Manager (Zoninator) ·zoninator 0.11.0 2k+ 2mo ago Active
Post Meta Inspector ·post-meta-inspector 1.1.1 2k+ 9y ago Active
Newspack Newsletters ·newspack-newsletters 3.35.2 1k+ 21h ago Active
Event Block ·event 1.0.2 1k+ 2y ago Active
Liveblog ·liveblog 1.12.2 1k+ 29d ago Active
WordPress.com Editing Toolkit ·full-site-editing 4.30504 1k+ 1y ago Active
WP-Cron Control ·wp-cron-control 0.7.1 1k+ 8y ago Active
Allow Numeric Slugs ·allow-numeric-stubs 3.0.0 900 10y ago Active
Monster Widget ·monster-widget 0.3 800 8y ago Active
Waves Block ·waves 1.0.2 800 4y ago Active
Batcache ·batcache 1.5 700 6y ago Active
Query Loop Load More ·query-loop-load-more 1.0.18 600 28d ago Active
Clean Archives Reloaded ·clean-archives-reloaded 3.2.0 600 14y ago Active
Super Cool Ad Inserter Plugin ·super-cool-ad-inserter 0.7.4 600 1mo ago Active
IntenseDebate Comments ·intensedebate 2.10.2 500 3y ago Active
Custom JavaScript Editor ·custom-javascript-editor 1.1 400 10y ago Active
Adbusters ·adbusters 1.0.7 300 7y ago Active
ATmosphere ·atmosphere 1.2.0 200 17d ago Active
Disable Trackbacks ·disable-trackbacks 1.0.0 200 17y ago Active
Safe Report Comments ·safe-report-comments 0.4.1 200 7y ago Active
Republication Tracker Tool ·republication-tracker-tool 2.8.3 200 1mo ago Active
OpenID Connect Server ·openid-connect-server 2.0.0 100 1y ago Active
Remote Data Blocks ·remote-data-blocks 1.7.0 100 1d ago Active
Sketch Block ·sketch 1.3.0 100 3y ago Active
Recent Comments ·recent-comments 2.1 100 5y ago Active
WooCommerce Product Type Column ·woocommerce-product-type-column 1.0.0 100 5y ago Active
Pym.js Embeds ·pym-shortcode 2.0.0 90 1mo ago Active
Push Syndication ·push-syndication 1.0 80 7y ago Active
RSS Cloud ·rsscloud 0.5.0 80 3y ago Active
Blocks Everywhere ·blocks-everywhere 1.21.0 50 2y ago Active
Starscape Block ·starscape 2.0.0 40 2y ago Active
Ad Code Manager ·ad-code-manager 0.8.0 40 5mo ago Active
Chatrix ·chatrix 0.9.2 20 1y ago Active
Posts List Block ·posts-list-block 1.1 10 7y ago Active
Disqus Comments Importer ·disqus-comments-importer 0.1 10 15y ago Active
Echo Comments Importer ·echo-comments-importer 0.1 10 15y ago Active
A8C 3D Model Viewer Block ·a8c-3d-model-viewer 1.0.0 10 4y ago Active
IntenseDebate Importer ·intensedebate-importer 0.1 10 15y ago Active
WordPress Download Counter ·wordpress-download-counter 1.0.2 10 17y ago Active
Document Feedback ·document-feedback 1.3 10 7y ago Active
Bauhaus Centenary Block ·bauhaus-centenary 1.0.3 10 4y ago Active
Ooyala ·ooyala-video-browser 3.1.0 10 7y ago Active
P2 Resolved Posts ·p2-resolved-posts 0.3.6 10 8y ago Active
HyperDB ·hyperdb 1.8 10 3y ago Active
Breadcrumb Titles For Pages ·page-breadcrumbs-for-wptitle 1.2.0 Closed
More To The Top ·more-to-the-top 1.1.0 Closed
WooCommerce Admin ·woocommerce-admin 3.3.2 Closed
Create Blockbase theme. ·create-blockbase-theme 0.0.1 Closed
Local Time ·localtime 1.2.1 Closed
Battlefield 2 Stats ·battlefield-2-stats 1.14 Closed
Newspack Newsletters THIS NEEDS A RENAME ·newspack 1.0.0 Closed
Developer ·developer 1.2.6 Closed
Sign in with Telegram ·sign-in-with-telegram 0.1.5 1mo ago Active
Disable Theme Preview ·disable-theme-preview 1.0.0 Closed
WooCommerce – ShipStation Integration ·woo-shipstation-integration 4.1.23 Closed
BBCode ·bbcode 1.0.2 Closed
Direct Image URLs For Galleries ·direct-image-urls-for-galleries 1.0.0 Closed
oohEmbed ·oohembed 1.0.0 Closed
BruteProtect ·bruteprotect 2.5 Closed
Sensei ·sensei 2.0.0 Closed
Sensei LMS Status and Tools ·sensei-lms-status-and-tools 1.0.1 Closed
sensei-media-attachments ·sensei-media-attachments 2.0.3 Closed
Album Importer for Google Photos ·album-importer-for-google-photos 1.0.0 28d ago Active
Gutenberg Ramp ·gutenberg-ramp 1.1.0 Closed
Viper's Plugins Used ·vipers-plugins-used 1.12 Closed
Viper's Video Quicktags ·vipers-video-quicktags 6.6.0 Closed
Viper's Video Quicktags Migrator ·vipers-video-quicktags-migrator 1.2.2 Closed
Enable oEmbed Discovery ·enable-oembed-discovery 1.0.0 Closed
Eventbrite API ·eventbrite-api 1.0.12 Closed
bulk-change-attachment-parent ·bulk-change-attachment-parent 1.0.0 Closed
Dashboard: Draft Posts ·dashboard-draft-posts 1.0.3 Closed
WooCommerce Blocks ·woo-gutenberg-products-block 11.7.0 Closed
Dashboard Fixer ·dashboard-fixer 1.0.1 Closed
In Their Language ·in-their-language 1.0.0 Closed
Dashboard: Latest Spam ·dashboard-latest-spam 1.0.4 Closed
Dashboard: Pending Review ·dashboard-pending-review 2.0.0 Closed
Wickett Twitter Widget ·wickett-twitter-widget 1.0.6 Closed
WordPress.com Theme Updater ·wordpresscom-theme-updates 1.0 Closed
Dashboard: Scheduled Posts ·dashboard-scheduled-posts 2.0.0 Closed
WordPress.org One-Click Install ·wordpressorg-one-click-install 1.2.2 Closed
Global Plugin Update Notice ·global-plugin-update-notice 1.1.1 Closed
Dashboard Widget Manager ·dashboard-widget-manager 1.3.1 Closed
WPhone ·wphone 1.5.3 Closed
Templatedia ·templatedia 1.0.0 Closed
Templatedia Chess ·templatedia-chess 1.0.0 Closed
Chili Code Highlighter ·chili-code-highlighter 1.0.0 Beta 2008.05.30 02:05 Closed
YOURLS: Short URL Widget ·yourls-shorturl-widget 1.1.0 Closed
Twitter Tools: bit.ly Links ·twitter-tools-bitly-links 1.1.2 Closed

SVN commit access (60)

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.

Plugin Primary author Installs Commits First Latest Status
WooPayments: Integrated WooCommerce Payments woocommerce 900k+ 225 6y ago 8d ago Active
WooCommerce Blocks automattic 153 5y ago 2y ago Closed
WooCommerce Square woocommerce 80k+ 138 6y ago 7d ago Active
Meta for WooCommerce facebook 400k+ 118 5y ago 1y ago Active
Google for WooCommerce woocommerce 800k+ 113 4y ago 23d ago Active
WordPress.com Editing Toolkit automattic 1k+ 92 5y ago 2y ago Active
WooCommerce Stripe Payment Gateway woocommerce 700k+ 80 6y ago 11mo ago Active
Pinterest for WooCommerce woocommerce 300k+ 79 4y ago 1mo ago Active
Eventbrite API automattic 77 11y ago 8y ago Closed
Co-Authors Plus automattic 20k+ 75 10y ago 7d ago Active
Google Analytics for WooCommerce woocommerce 100k+ 55 5y ago 2mo ago Active
WooCommerce Payfast Gateway woocommerce 30k+ 45 8y ago 3d ago Active
WooCommerce PayPal Payments woocommerce 800k+ 41 5y ago 7mo ago Active
PayPal Enterprise Payments (formerly Braintree) for WooCommerce woocommerce 10k+ 36 4y ago 17d ago Active
Jetpack – WP Security, Backup, Speed, & Growth automattic 3M+ 26 2mo ago 22d ago Active
Amazon Pay for WooCommerce woocommerce 20k+ 25 5y ago 2y ago Active
Eway Payments for Woo woocommerce 3k+ 22 8y ago 2y ago Active
IntenseDebate Comments automattic 500 20 11y ago 3y ago Active
Edit Flow automattic 4k+ 20 10y ago 22d ago Active
PayPal Payment Buttons paypal 300 20 10mo ago 2mo ago Active
Adbusters automattic 300 13 10y ago 7y ago Active
WooCommerce Analytics woocommerce 20k+ 13 1y ago 1mo ago Active
Zone Manager (Zoninator) automattic 2k+ 12 10y ago 2mo ago Active
Blaze Ads – Fully Integrated Ads Solution automattic 7k+ 11 1y ago 5mo ago Active
WooCommerce Gateway Affirm woocommerce 6k+ 7 2y ago 1y ago Active
Liveblog automattic 1k+ 7 4y ago 29d ago Active
WooCommerce Accommodation Bookings woocommerce 1k+ 6 8mo ago 1mo ago Active
Layout Grid Block automattic 200k+ 6 4y ago 4y ago Active
Instant Articles for WP wpcomvip 6 3y ago 3y ago Closed
Rewrite Rules Inspector automattic 10k+ 6 5y ago 5mo ago Active
ShipStation for WooCommerce woocommerce 40k+ 6 7y ago 8mo ago Active
Ad Code Manager automattic 40 5 7y ago 5mo ago Active
WooCommerce Shipping woocommerce 70k+ 5 1y ago 8mo ago Active
Monster Widget automattic 800 4 14y ago 13y ago Active
Push Syndication automattic 80 4 10y ago 7y ago Active
Jetpack CRM – Clients, Leads, Invoices, Billing, Email Marketing, & Automation automattic 30k+ 4 1mo ago 1mo ago Active
ATmosphere automattic 200 4 1mo ago 17d ago Active
WooCommerce PayPal Checkout Payment Gateway woothemes 3 7y ago 1y ago Closed
Sensei LMS – Online Courses, Quizzes, & Learning automattic 10k+ 3 7y ago 7y ago Active
WooCommerce PayPal Here Payment Gateway woocommerce 100 3 7y ago 7y ago Active
Remote Data Blocks automattic 100 2 8mo ago 1d ago Active
WP Job Manager automattic 80k+ 2 6y ago 6y ago Active
Reddit for WooCommerce woocommerce 60k+ 2 5mo ago 5mo ago Active
Crowdsignal Dashboard – Polls, Surveys & more automattic 200k+ 2 1y ago 1y ago Active
Safe Report Comments automattic 200 2 10y ago 7y ago Active
WooCommerce Tax (formerly WooCommerce Shipping & Tax) woocommerce 600k+ 2 1y ago 8mo ago Active
Lazy Load automattic 10k+ 2 10y ago 7y ago Active
Jetpack VaultPress automattic 10k+ 2 13y ago 10y ago Active
WooCommerce automattic 7M+ 2 10mo ago 10mo ago Active
Sensei automattic 1 7y ago 7y ago Closed
VIP Scanner batmoo 1 10y ago 10y ago Closed
Jetpack Protect automattic 100k+ 1 2mo ago 2mo ago Active
Gravatar Enhanced – Avatars, Profiles, and Privacy automattic 100k+ 1 10y ago 10y ago Active
Jetpack VideoPress automattic 7k+ 1 2mo ago 2mo ago Active
Snapchat for WooCommerce woocommerce 60k+ 1 1mo ago 1mo ago Active
Custom JavaScript Editor automattic 400 1 10y ago 10y ago Active
Batcache automattic 700 1 10y ago 10y ago Active
Action Scheduler automattic 20k+ 1 16d ago 16d ago Active
Post Meta Inspector automattic 2k+ 1 10y ago 10y ago Active
Developer automattic 1 10y ago 10y ago Closed

Contributor on other plugins (100)

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

Plugin Primary author Version Installs
Advanced Editor Tools azaozz 5.9.2 1M+
WooPayments: Integrated WooCommerce Payments woocommerce 10.9.0 900k+
Google for WooCommerce woocommerce 3.7.2 800k+
WooCommerce PayPal Payments woocommerce 4.1.0 800k+
WooCommerce Stripe Payment Gateway woocommerce 10.8.3 700k+
WooCommerce Tax (formerly WooCommerce Shipping & Tax) woocommerce 3.6.6 600k+
MailPoet – Newsletters, Email Marketing, and Automation mailpoet 5.33.0 500k+
AMP westonruter 2.5.5 400k+
Pinterest for WooCommerce woocommerce 1.4.27 300k+
TikTok tiktokbusinessplugin 1.4.0 200k+
WooSidebars woothemes 1.4.6 100k+
Google Analytics for WooCommerce woocommerce 2.3.0 100k+
WooCommerce Square woocommerce 5.4.1 80k+
WooCommerce Shipping woocommerce 2.3.10 70k+
Snapchat for WooCommerce woocommerce 1.0.3 60k+
Reddit for WooCommerce woocommerce 1.0.3 60k+
ShipStation for WooCommerce woocommerce 5.2.0 40k+
Klarna for WooCommerce klarnaplugin 4.11.0 30k+
WooCommerce Payfast Gateway woocommerce 1.7.7 30k+
SyntaxHighlighter Evolved viper007bond 3.7.2 20k+
Amazon Pay for WooCommerce woocommerce 2.6.1 20k+
PuSHPress josephscott 0.1.10 20k+
Cookies for Comments donncha 0.5.5 20k+
Klarna Order Management for WooCommerce klarnaplugin 1.11.0 10k+
WooCommerce Colors claudiosanches 1.0.7 10k+
WooCommerce Shortcodes claudiosanches 1.0.0 10k+
Kustom Checkout for WooCommerce partnerskustom 2.20.7 10k+
PayPal Enterprise Payments (formerly Braintree) for WooCommerce woocommerce 3.11.0 10k+
Homepage Control woothemes 2.0.3 9k+
Cloudinary – Deliver Images and Videos at Scale cloudinary 3.3.4 5k+
Storefront Product Sharing woocommerce 1.0.6 5k+
WooCommerce Product Dependencies woocommerce 2.0.1 3k+
Unfiltered MU donncha 1.3.1 3k+
Eway Payments for Woo woocommerce 3.9.2 3k+
Storefront Footer Bar woocommerce 1.0.4 3k+
Desktop Mode allterraindeveloper 0.9.2 2k+
Storefront Hamburger Menu woocommerce 1.2.2 2k+
GoCardless for WooCommerce gocardless 3.0.0 1k+
Storefront Homepage Contact Section woocommerce 1.0.5 1k+
RTL Tester yoavf 1.2 1k+
WooCommerce Accommodation Bookings woocommerce 1.3.10 1k+
Keyring beaulebens 3.0 1k+
Sensei LMS Post to Course Creator donnapep 1.2.1 1k+
Rename XMLRPC koke 1.1 1k+
WP LaTeX mdawaffe 1.9.3 700
Product Bundles – Variation Bundles woocommerce 2.0.2 600
Product Bundles – Bulk Discounts woocommerce 2.0.1 600
Email Post Changes mdawaffe 1.7.2 500
Geolocation frsh 1.9.7 400
Product Recommendations – Custom Locations woocommerce 2.0.4 300
PayPal Payment Buttons paypal 0.4.0 300
Gift Cards – Coupon Input woocommerce 2.0.1 200
WordPress.org Glossary tellyworth 1.2 200
Composite Products – Conditional Images woocommerce 2.0.3 200
PayPal Checkout Payment for WooCommerce in Japan artisan-workshop-1 2.0.3 100
Sharedaddy johnny5 0.2.13 100
AdControl derekspringer 1.5 100
WooCommerce PayPal Here Payment Gateway woocommerce 1.1.3 100
Posterous Importer briancolinger 0.10 80
Easy Custom Fields tott 0.6 60
Hidden Posts betzster 0.1 30
Book vcanales 0.1.0 10
Ice Visual Revisions nbachiyski 1.0-beta2 10
Net Neutrality ebinnion 1.0.2 10
Bulk User Management betzster 1.1 10
Remote API tott 0.2 10
WP Debug Logger donncha 0.1 10
Facebook facebook 1.5.5
SyncDukan inspurate 1.0
WooCommerce PayPal Checkout Payment Gateway woothemes 2.1.3
Payscript CryptoCheckout payscript 1.0.0
Instant Articles for WP wpcomvip 5.0.2
Tweet Tweet donncha 0.5.7
WordPress MU Domain Mapping donncha 0.5.5.1
WordPress.com Custom CSS briancolinger 1.5
CampTix Event Ticketing kovshenin 1.7.0
Flickr Comment Importer donncha 0.3
VideoPress josephscott 1.5.6
class-wp-importer briancolinger 0.6.1
Simple Post Filter chandrima1234 2.0.2
Grunion Contact Form mdawaffe 2.3
Vox Importer briancolinger 0.7
Debug-Bar-Extender tott 0.5
Storefront Product Pagination woothemes 1.2.4
WooCommerce Beta Tester mikejolley 2.1.0
Faux Facebook Connect tott 0.1
Sync Dukan with WC dukanpk 1.0
WooCommerce Quantity Increment captaintheme 1.1.0
RHK UPI Payment Gateway rhkshop 1.5
After the Deadline apeatling 0.49008
Flickr Blog This to Draft Post donncha 1.0
UPI Mobile Payment vhvcpr 1.0
CampTix Network Tools iandunn 0.2
Sensei LMS Course Progress donnapep 2.0.4
Gravatar Widget johnny5 1.0
VIP Scanner batmoo 0.7
Connect for WooCommerce woothemes 0.9.6
WordPress.com Stats andy 1.8.6
WooCommerce EligeBTC Payment Gateway ysilvela 1.6.4
HookPress mitchoyoshitaka 1.14