WordPress.org

@wordpressdotorg · wordpress.org profile ↗
Member since
2010-03-24
Location
Employer
Job title
Authored
21 (1 closed)
SVN commit access
1
Readme contributor
64
Combined install base
17.6M+ across 86 plugins

Alerts (0)

No open alerts.

Show 6 resolved alerts
Critical forum_complaint_cluster Health Check & Troubleshooting Resolved · benign_keyword_match 2mo ago
Slughealth-check
Active installs300,000
Critical matches1
High matches0
Lookback days90
Sample threads
TitleDateUrlStarterKeyword
ross Site Scripting (XSS) vulnerability2026-04-16 07:08:46https://wordpress.org/support/topic/ross-site-scripting-xss-vulnerability/memt-networkhacked
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": "health-check",
    "active_installs": 300000,
    "critical_matches": 1,
    "high_matches": 0,
    "lookback_days": 90,
    "sample_threads": [
        {
            "title": "ross Site Scripting (XSS) vulnerability",
            "date": "2026-04-16 07:08:46",
            "url": "https://wordpress.org/support/topic/ross-site-scripting-xss-vulnerability/",
            "starter": "memt-network",
            "keyword": "hacked"
        }
    ],
    "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 committer_younger_than_plugin Gutenberg Resolved · legit_employee_committer_fp 20h ago
Sluggutenberg
Committer slugntsekouras
Committer display nameNik Tsekouras
Committer employer
Committer member since2020-05-09
Committer first commit2020-12-02 13:48:30
Committer commit count3
Plugin listed authorwordpressdotorg
Earliest plugin commit2017-06-16 09:30:07
Plugin age at join days1,265
Committer age at join days207
Active installs300,000
View raw JSON
{
    "slug": "gutenberg",
    "committer_slug": "ntsekouras",
    "committer_display_name": "Nik Tsekouras",
    "committer_employer": null,
    "committer_member_since": "2020-05-09",
    "committer_first_commit": "2020-12-02 13:48:30",
    "committer_commit_count": 3,
    "plugin_listed_author": "wordpressdotorg",
    "earliest_plugin_commit": "2017-06-16 09:30:07",
    "plugin_age_at_join_days": 1265,
    "committer_age_at_join_days": 207,
    "active_installs": 300000
}
High committer_younger_than_plugin Gutenberg Resolved · legit_employee_committer_fp 1d ago
Sluggutenberg
Committer sluggutenbergplugin
Committer display namegutenbergplugin
Committer employer
Committer member since2021-01-04
Committer first commit2021-01-06 17:30:19
Committer commit count674
Plugin listed authorwordpressdotorg
Earliest plugin commit2017-06-16 09:30:07
Plugin age at join days1,300
Committer age at join days2
Active installs300,000
View raw JSON
{
    "slug": "gutenberg",
    "committer_slug": "gutenbergplugin",
    "committer_display_name": "gutenbergplugin",
    "committer_employer": null,
    "committer_member_since": "2021-01-04",
    "committer_first_commit": "2021-01-06 17:30:19",
    "committer_commit_count": 674,
    "plugin_listed_author": "wordpressdotorg",
    "earliest_plugin_commit": "2017-06-16 09:30:07",
    "plugin_age_at_join_days": 1300,
    "committer_age_at_join_days": 2,
    "active_installs": 300000
}
Medium contributor_added AI Resolved · benign_vendor_contributor_addition 15d ago
Slugai
New contributorsdkotter jeffpaul
Active installs20,000
View raw JSON
{
    "slug": "ai",
    "new_contributors": [
        "dkotter",
        "jeffpaul"
    ],
    "active_installs": 20000
}
Medium code_scan_match Theme Check Resolved · code_scan_fp_class_genre_encoding 1mo ago
Slugtheme-check
Finding count2
Findings
PatternKindFileLineSnippetConfidence
eval_callbuiltinchecks/class-bad-things-check.php34'/(?<![_|a-z0-9|\.])eval\s?\(/i' => __( 'eval() is not allowed.', 'theme-check' ),medium
base64_decodebuiltinchecks/class-bad-things-check.php37'/base64_decode/' => __( 'base64_decode() is not allowed', 'theme-check' ),medium
Resolved sha9e34e8835b18df99112a85e4eaec4a8fa043d640
View raw JSON
{
    "slug": "theme-check",
    "finding_count": 2,
    "findings": [
        {
            "pattern": "eval_call",
            "kind": "builtin",
            "file": "checks/class-bad-things-check.php",
            "line": 34,
            "snippet": "'/(?<![_|a-z0-9|\\.])eval\\s?\\(/i' => __( 'eval() is not allowed.', 'theme-check' ),",
            "confidence": "medium"
        },
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "checks/class-bad-things-check.php",
            "line": 37,
            "snippet": "'/base64_decode/'                => __( 'base64_decode() is not allowed', 'theme-check' ),",
            "confidence": "medium"
        }
    ],
    "resolved_sha": "9e34e8835b18df99112a85e4eaec4a8fa043d640"
}
Medium code_scan_match Classic Editor Resolved · fp:overgeneric_ioc 2mo ago
Slugclassic-editor
Finding count1
Findings
PatternKindFileLineSnippetConfidence
Upgradeioc:changelog_phrasereadme.txt72* Fixed condition for displaying of the after upgrade notice on the "What's New" screen. Shown when the classic editor is selected and users cannot switch editors.low
Triage note 2026 05 03classic-editor: single Upgrade hit on "after upgrade notice" text. Automattic-owned classic editor compatibility plugin.
View raw JSON
{
    "slug": "classic-editor",
    "finding_count": 1,
    "findings": [
        {
            "pattern": "Upgrade",
            "kind": "ioc:changelog_phrase",
            "file": "readme.txt",
            "line": 72,
            "snippet": "* Fixed condition for displaying of the after upgrade notice on the \"What's New\" screen. Shown when the classic editor is selected and users cannot switch editors.",
            "confidence": "low"
        }
    ],
    "triage_note_2026_05_03": "classic-editor: single Upgrade hit on \"after upgrade notice\" text. Automattic-owned classic editor compatibility plugin."
}

Plugins authored (21)

Plugin Version Installs Last updated Status
Classic Editor ·classic-editor 1.7.0 9M+ 1mo ago Active
WordPress Importer ·wordpress-importer 0.9.5 2M+ 7mo ago Active
Gutenberg ·gutenberg 23.5.0 300k+ 1d ago Active
Health Check & Troubleshooting ·health-check 1.7.1 300k+ 1y ago Active
Two Factor ·two-factor 0.16.0 100k+ 3mo ago Active
Secure Custom Fields ·secure-custom-fields 6.9.0 80k+ 9d ago Active
AI ·ai 1.1.0 30k+ 1d ago Active
Debug Bar ·debug-bar 1.1.8 20k+ 4mo ago Active
AI Provider for OpenAI ·ai-provider-for-openai 1.0.3 20k+ 1mo ago Active
AI Provider for Google ·ai-provider-for-google 1.1.0 20k+ 1mo ago Active
AI Provider for Anthropic ·ai-provider-for-anthropic 1.0.3 20k+ 1mo ago Active
Create Block Theme ·create-block-theme 2.10.1 20k+ 7d ago Active
Theme Check ·theme-check 20231220 20k+ 2y ago Active
Tumblr Importer ·tumblr-importer 1.2 10k+ 1y ago Active
Plugin Check (PCP) ·plugin-check 2.0.0 10k+ 1mo ago Active
Press This ·press-this 2.0.2 5k+ 3mo ago Active
SQLite Database Integration ·sqlite-database-integration 2.2.23 3k+ 2mo ago Active
Substack Importer ·substack-importer 1.2.0 1k+ 2mo ago Active
Edit Image Thumbnails Separately ·edit-image-thumbnails-separately 1.0.0 400 2y ago Active
WordPress Playground Block ·interactive-code-block 0.2.19 200 6mo ago Active
Content Blocks ·wp-content-blocks 1.0.2 Closed

SVN commit access (1)

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
Advanced Custom Fields (ACF®) wpengine 2M+ 4 1y ago 1y ago Active

Contributor on other plugins (64)

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

Plugin Primary author Version Installs
Classic Widgets hellofromtonya 0.3 2M+
Hello Dolly matt 1.7.2 600k+
WP Consent API rogierlankhorst 2.0.1 200k+
Modern Image Formats performanceteam 2.7.0 100k+
Performance Lab performanceteam 4.2.0 100k+
Enable jQuery Migrate Helper clorith 1.4.1 80k+
Speculative Loading performanceteam 1.6.0 70k+
Image Placeholders performanceteam 1.2.1 60k+
Optimization Detective performanceteam 1.0.0-beta5 60k+
Blogger Importer otto42 0.9.3 50k+
Categories to Tags Converter briancolinger 0.6.3 50k+
Image Prioritizer performanceteam 1.0.0-beta3 50k+
Embed Optimizer performanceteam 1.0.0-beta5 50k+
Enhanced Responsive Images performanceteam 1.7.0 50k+
Performant Translations swissspidy 1.2.0 40k+
RSS Importer briancolinger 0.3.2 30k+
Movable Type and TypePad Importer briancolinger 0.6.4 20k+
View Transitions performanceteam 1.2.1 10k+
Web Worker Offloading performanceteam 0.2.1 10k+
Instant Back/Forward westonruter 1.3.1 10k+
LiveJournal Importer briancolinger 0.5 8k+
Admin Color Schemes helen 3.0.0 4k+
Advanced Rich Text Tools for Gutenberg ellatrix 1.2.0 3k+
OPML Importer briancolinger 0.3.2 3k+
RICG Responsive Images tevko 3.1.1 2k+
Test jQuery Updates azaozz 3.0.3 1k+
Admin Color Schemer helen 1.1 1k+
Memory Bump nacin 0.1 200
OpenID Connect Server automattic 2.0.0 100
Hypernotes ellatrix 1.0.1 60
DotClear Importer briancolinger 0.2 40
Sandbox Site powered by Playground berislavgrgicak 0.1.8 40
Simple Tags Importer briancolinger 0.3.1 30
GreyMatter Importer briancolinger 0.2 30
Atom Publishing Protocol wonderboymusic 1.0.1 20
Design Experiments kjellr 1.3 20
Chatrix automattic 0.9.2 20
TextPattern Importer briancolinger 0.3.3 10
Blogware Importer briancolinger 0.2 10
Ultimate Tag Warrior Importer briancolinger 0.2
Custom Popup Notifier wnt1987 1.0.0
Menu Customizer celloexpressions 0.6-20150618
Customizer Theme Switcher celloexpressions 1.0.1
Author Widget obenland 0.1
Slides & Presentations ellatrix 0.0.39
DotClear2 Importer kyon79 0.3
Core Media Widgets obenland 0.2.0-20170923
SYNKLI Capture synklidev 1.0.0
Background Image Cropper celloexpressions 1.2
Financial Calculators wnt1987 1.0
Front-end Editor for WordPress ellatrix 2.2.1
THX38 matveb 1.0
Better Code Editing melchoyce 0.7.0
Zeepay Payment Gateway obeng123 1.0.6
WordPress Widgets Refresh jtsternberg 0.1.0
Customize Pane Resizer westonruter 0.1
Customizer UI Experiments celloexpressions 0.4
WordPress Auto-updates audrasjb 0.8.1
Fetchpriority performanceteam 1.1.1
Featured Content mfields 1.0
Tagregator iandunn 0.6
Background Update Tester nacin 1.1
Focus ellatrix 0.2.8
Lazy Loading Feature Plugin azaozz 1.1