WP Webhooks – Automate repetitive tasks by creating powerful automation workflows directly within WordPress

wp-webhooks · by cozmoslabs · wordpress.org ↗ · SVN ↗
Active installs
20k+
Current version
3.4.1
Added
2019-03-15
Last updated
2026-04-28 (4d ago)
First seen by beacon
11d ago
Total downloads
311,016

Alerts (0)

No open alerts.

Show 2 resolved alerts
Critical code_pattern Resolved · false_positive_sample_payload 2026-04-29 03:28:31 (3d ago)
Slugwp-webhooks
Patternserialized_admin_role
Kindbuiltin
Version3.4.1
Hit count4
First hit
File
core/includes/integrations/wordpress/triggers/create_user.php
Line
249
Snippet
0 => 'a:1:{s:13:"administrator";b:1;}',
Explanationplugin source contains `s:13:"administrator"` — the PHP-serialized representation of the `administrator` role meta value. Used to bypass `wp_insert_user()` by writing directly to `wp_usermeta` with a hand-crafted capabilities string. Near-zero FP because legit code uses `WP_User::set_role()` instead of building the serialized form by hand.
View raw JSON
{
    "slug": "wp-webhooks",
    "pattern": "serialized_admin_role",
    "kind": "builtin",
    "version": "3.4.1",
    "hit_count": 4,
    "first_hit": {
        "file": "core/includes/integrations/wordpress/triggers/create_user.php",
        "line": 249,
        "snippet": "0 => 'a:1:{s:13:\"administrator\";b:1;}',"
    },
    "explanation": "plugin source contains `s:13:\"administrator\"` \u2014 the PHP-serialized representation of the `administrator` role meta value. Used to bypass `wp_insert_user()` by writing directly to `wp_usermeta` with a hand-crafted capabilities string. Near-zero FP because legit code uses `WP_User::set_role()` instead of building the serialized form by hand."
}
Critical code_scan_delta Resolved · false_positive_sample_payload 2026-04-29 03:25:08 (3d ago)
Slugwp-webhooks
Previous version3.4.0
Current version3.4.1
New findings
PatternKindFileLineSnippetConfidence
serialized_admin_rolebuiltincore/includes/integrations/wordpress/triggers/create_user.php2490 => 'a:1:{s:13:"administrator";b:1;}',high
serialized_admin_rolebuiltincore/includes/integrations/wordpress/triggers/update_user.php2690 => 'a:1:{s:13:"administrator";b:1;}',high
serialized_admin_rolebuiltincore/includes/integrations/wordpress/triggers/deleted_user.php3060 => 'a:1:{s:13:"administrator";b:1;}',high
serialized_admin_rolebuiltincore/includes/integrations/wordpress/triggers/login_user.php2650 => 'a:1:{s:13:"administrator";b:1;}',high
New finding count4
View raw JSON
{
    "slug": "wp-webhooks",
    "previous_version": "3.4.0",
    "current_version": "3.4.1",
    "new_findings": [
        {
            "pattern": "serialized_admin_role",
            "kind": "builtin",
            "file": "core/includes/integrations/wordpress/triggers/create_user.php",
            "line": 249,
            "snippet": "0 => 'a:1:{s:13:\"administrator\";b:1;}',",
            "confidence": "high"
        },
        {
            "pattern": "serialized_admin_role",
            "kind": "builtin",
            "file": "core/includes/integrations/wordpress/triggers/update_user.php",
            "line": 269,
            "snippet": "0 => 'a:1:{s:13:\"administrator\";b:1;}',",
            "confidence": "high"
        },
        {
            "pattern": "serialized_admin_role",
            "kind": "builtin",
            "file": "core/includes/integrations/wordpress/triggers/deleted_user.php",
            "line": 306,
            "snippet": "0 => 'a:1:{s:13:\"administrator\";b:1;}',",
            "confidence": "high"
        },
        {
            "pattern": "serialized_admin_role",
            "kind": "builtin",
            "file": "core/includes/integrations/wordpress/triggers/login_user.php",
            "line": 265,
            "snippet": "0 => 'a:1:{s:13:\"administrator\";b:1;}',",
            "confidence": "high"
        }
    ],
    "new_finding_count": 4
}

SVN committers (4)

Accounts with actual commit access to wp-webhooks on plugins.svn.wordpress.org, reconstructed from svn log. This is the list that matters for ownership changes — not the readme contributors.

Committer Member since Commits First commit Latest commit
Ironikus Young account 2019-03-03 56 2019-03-15 · r2051386 2023-01-12 · r2847540
madalin.ungureanu 2012-02-28 8 2023-12-06 · r3006139 2025-08-20 · r3347509
plugin-master 2007-03-09 1 2019-03-15 · r2050984 2019-03-15 · r2050984
Georgian Cocora 2016-07-11 1 2025-09-02 · r3354444 2026-04-28 · r3517053

Readme contributors (2)

Names the plugin's readme declares as contributors. A soft signal — anyone can be listed. The SVN access column is the ground-truth cross-reference: does this contributor actually commit code?

Contributor Member since SVN access Status
Ironikus 2019-03-03 56 commits Active
Cozmoslabs 2014-09-16 Active

Versions (46 most recent)

Version Released Download
3.4.1 2026-04-28 · 4d ago zip
3.4.0 2026-02-02 · 2mo ago zip
3.3.9 2025-11-17 · 5mo ago zip
3.3.8 2025-10-29 · 6mo ago zip
3.3.7 2025-09-02 · 8mo ago zip
3.3.6 2025-08-20 · 8mo ago zip
3.3.5 2025-07-14 · 9mo ago zip
3.3.4 2025-04-15 · 1y ago zip
3.3.3 2025-02-26 · 1y ago zip
3.3.2 2024-11-27 · 1y ago zip
3.3.1 2023-01-12 · 3y ago zip
3.3.0 2022-01-12 · 4y ago zip
3.2.1 2022-01-09 · 4y ago zip
3.2.0 2021-06-23 · 4y ago zip
3.1.0 2021-05-01 · 5y ago zip
3.0.0 2021-04-06 · 5y ago zip
2.1.2 2020-12-10 · 5y ago zip
2.1.1 2020-11-11 · 5y ago zip
2.1.0 2020-11-06 · 5y ago zip
2.0.7 2020-09-22 · 5y ago zip
2.0.6 2020-08-12 · 5y ago zip
2.0.5 2020-07-30 · 5y ago zip
2.0.4 2020-05-11 · 5y ago zip
2.0.3 2020-04-17 · 6y ago zip
2.0.2 2020-04-08 · 6y ago zip
2.0.1 2020-03-10 · 6y ago zip
2.0.0 2020-02-17 · 6y ago zip
1.1.8 2020-01-28 · 6y ago zip
1.1.7 2020-01-28 · 6y ago zip
1.1.6 2020-01-17 · 6y ago zip
1.1.5 2019-12-17 · 6y ago zip
1.1.4 2019-11-27 · 6y ago zip
1.1.3 2019-11-15 · 6y ago zip
1.1.2 2019-11-06 · 6y ago zip
1.1.1 2019-10-21 · 6y ago zip
1.1.0 2019-10-12 · 6y ago zip
1.0.9 2019-09-10 · 6y ago zip
1.0.8 2019-08-10 · 6y ago zip
1.0.7 2019-07-26 · 6y ago zip
1.0.6 2019-07-26 · 6y ago zip
1.0.5 2019-05-31 · 6y ago zip
1.0.4 2019-05-21 · 6y ago zip
1.0.3 2019-04-13 · 7y ago zip
1.0.2 2019-03-23 · 7y ago zip
1.0.1 2019-03-20 · 7y ago zip
1.0.0 2019-03-15 · 7y ago zip