mra13

Member since
2008-11-01
Location
Employer
Tips and Tricks HQ
Job title
Founder
Authored
23 (8 closed)
SVN commit access
17
Readme contributor
0
Combined install base
1.8M+ across 29 plugins

Alerts (0)

No open alerts.

Show 3 resolved alerts
High code_scan_delta Simple Shopping Cart Resolved · false_positive_cdn_known_good 2d ago
Slugwordpress-simple-paypal-shopping-cart
Previous version5.2.9
Current version5.2.9
New findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinwp_shopping_cart.php730wp_register_script( "wpsc-stripe", "https://js.stripe.com/v3/", array( "jquery" ), WP_CART_VERSION );medium
Url
https://js.stripe.com/v3/
Url host
js.stripe.com
New finding count1
View raw JSON
{
    "slug": "wordpress-simple-paypal-shopping-cart",
    "previous_version": "5.2.9",
    "current_version": "5.2.9",
    "new_findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "wp_shopping_cart.php",
            "line": 730,
            "snippet": "wp_register_script( \"wpsc-stripe\", \"https://js.stripe.com/v3/\", array( \"jquery\" ), WP_CART_VERSION );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/v3/",
                "url_host": "js.stripe.com"
            }
        }
    ],
    "new_finding_count": 1
}
High code_scan_delta Accept Stripe Payments Resolved · false_positive_cdn_known_good 2d ago
Slugstripe-payments
Previous version2.0.98
Current version2.0.98
New findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinincludes/shortcodes/class-shortcode-asp.php103wp_register_script( 'stripe-script', 'https://checkout.stripe.com/checkout.js', array(), null, true );medium
Url
https://checkout.stripe.com/checkout.js
Url host
checkout.stripe.com
remote_enqueuebuiltinincludes/shortcodes/class-asp-shortcode-ng.php46wp_register_style( 'asp-stripe-button-css', 'https://checkout.stripe.com/v3/checkout/button.css' );medium
Url
https://checkout.stripe.com/v3/checkout/button.css
Url host
checkout.stripe.com
remote_enqueuebuiltinincludes/recaptcha/asp-recaptcha-main.php336wp_register_script( 'asp-recaptcha-recaptcha', 'https://www.google.com/recaptcha/api.js?render=explicit', array(), null, true );medium
Url
https://www.google.com/recaptcha/api.js?render=explicit
Url host
www.google.com
remote_enqueuebuiltinincludes/eprecaptcha/asp-eprecaptcha-main.php331wp_register_script( 'asp-eprecaptcha-eprecaptcha', 'https://www.google.com/recaptcha/enterprise.js?render=explicit', array(), null, true );medium
Url
https://www.google.com/recaptcha/enterprise.js?render=explicit
Url host
www.google.com
New finding count4
View raw JSON
{
    "slug": "stripe-payments",
    "previous_version": "2.0.98",
    "current_version": "2.0.98",
    "new_findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/shortcodes/class-shortcode-asp.php",
            "line": 103,
            "snippet": "wp_register_script( 'stripe-script', 'https://checkout.stripe.com/checkout.js', array(), null, true );",
            "confidence": "medium",
            "details": {
                "url": "https://checkout.stripe.com/checkout.js",
                "url_host": "checkout.stripe.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/shortcodes/class-asp-shortcode-ng.php",
            "line": 46,
            "snippet": "wp_register_style( 'asp-stripe-button-css', 'https://checkout.stripe.com/v3/checkout/button.css' );",
            "confidence": "medium",
            "details": {
                "url": "https://checkout.stripe.com/v3/checkout/button.css",
                "url_host": "checkout.stripe.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/recaptcha/asp-recaptcha-main.php",
            "line": 336,
            "snippet": "wp_register_script( 'asp-recaptcha-recaptcha', 'https://www.google.com/recaptcha/api.js?render=explicit', array(), null, true );",
            "confidence": "medium",
            "details": {
                "url": "https://www.google.com/recaptcha/api.js?render=explicit",
                "url_host": "www.google.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/eprecaptcha/asp-eprecaptcha-main.php",
            "line": 331,
            "snippet": "wp_register_script( 'asp-eprecaptcha-eprecaptcha', 'https://www.google.com/recaptcha/enterprise.js?render=explicit', array(), null, true );",
            "confidence": "medium",
            "details": {
                "url": "https://www.google.com/recaptcha/enterprise.js?render=explicit",
                "url_host": "www.google.com"
            }
        }
    ],
    "new_finding_count": 4
}
High code_scan_delta Simple Download Monitor Resolved · false_positive_cdn_known_good 2d ago
Slugsimple-download-monitor
Previous version4.0.6
Current version4.0.6
New findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinmain.php113wp_register_script( 'sdm_google_charts', 'https://www.gstatic.com/charts/loader.js', array(), null, true );medium
Url
https://www.gstatic.com/charts/loader.js
Url host
www.gstatic.com
remote_enqueuebuiltinmain.php435wp_register_script( 'sdm-recaptcha-v3-scripts-lib', 'https://www.google.com/recaptcha/api.js?render='. esc_attr($siteKey) . '&onload=sdm_reCaptcha_v3', array('sdm-recaptcha-scripts-js')) ;medium
Url
https://www.google.com/recaptcha/api.js?render=
Url host
www.google.com
New finding count2
View raw JSON
{
    "slug": "simple-download-monitor",
    "previous_version": "4.0.6",
    "current_version": "4.0.6",
    "new_findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "main.php",
            "line": 113,
            "snippet": "wp_register_script( 'sdm_google_charts', 'https://www.gstatic.com/charts/loader.js', array(), null, true );",
            "confidence": "medium",
            "details": {
                "url": "https://www.gstatic.com/charts/loader.js",
                "url_host": "www.gstatic.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "main.php",
            "line": 435,
            "snippet": "wp_register_script( 'sdm-recaptcha-v3-scripts-lib', 'https://www.google.com/recaptcha/api.js?render='. esc_attr($siteKey) . '&onload=sdm_reCaptcha_v3', array('sdm-recaptcha-scripts-js')) ;",
            "confidence": "medium",
            "details": {
                "url": "https://www.google.com/recaptcha/api.js?render=",
                "url_host": "www.google.com"
            }
        }
    ],
    "new_finding_count": 2
}

Plugins authored (23)

Plugin Version Installs Last updated Status
Easy HTTPS Redirection (SSL) ·https-redirection 2.0.0 100k+ 1mo ago Active
Accept Stripe Payments ·stripe-payments 2.0.98 20k+ 13d ago Active
Compact WP Audio Player ·compact-wp-audio-player 1.9.15 20k+ 5mo ago Active
Simple Download Monitor ·simple-download-monitor 4.0.6 20k+ 1mo ago Active
Donations via PayPal ·paypal-donations 1.9.11 20k+ 1mo ago Active
Simple Shopping Cart ·wordpress-simple-paypal-shopping-cart 5.2.9 10k+ 27d ago Active
Easy Accept Payments via PayPal ·wordpress-easy-paypal-payment-or-donation-accept-plugin 5.1.4 7k+ 1mo ago Active
Far Future Expiry Header ·far-future-expiry-header 1.6 7k+ 5mo ago Active
WP Simple Adsense Insertion ·wordpress-plugin-for-simple-google-adsense-insertion v2.1 3k+ 1y ago Active
WP Express Checkout (Fast Payments via PayPal & Stripe) ·wp-express-checkout 2.4.8 2k+ 1mo ago Active
Software License Manager ·software-license-manager 4.5.8 900 1mo ago Active
Affiliates WooCommerce Advanced Integration ·affiliates-woocommerce-advanced-integration 2.0 100 1y ago Active
WP eMember Integration for WooCommerce ·woocommerce-and-wp-emember-integration 2.5 100 7mo ago Active
Bot Protection with Turnstile ·bot-protection-turnstile 1.1.3 90 18d ago Active
Affiliate WooCommerce Coupons Integration ·affiliate-woocommerce-coupons-integration 1.4 40 4y ago Active
WP Affiliate MailPoet Integration ·wp-affiliate-mailpoet-integration 1.1 Closed
WP CSV to Database – Insert CSV file content into WordPress database ·wp-csv-to-database 2.6 Closed
Post Page and Category listing ·wp-alphabetical-post-listing 1.2 Closed
Category Specific RSS feed Subscription ·category-specific-rss-feed-menu 2.3.2 Closed
WordPress Bitcoin ·wp-bitcoin 1.1.3 Closed
Simple Photo Gallery ·simple-photo-gallery v1.8.1 Closed
Easy Digital Downloads and Affiliate Program Integration ·edd-and-wp-affiliate-integration 1.1 Closed
WordPress Blog Vitals ·show-wordpress-blog-vital-stats 1.8 Closed

SVN commit access (17)

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
Accept Stripe Payments mra13 20k+ 336 11y ago 13d ago Active
Simple Shopping Cart mra13 10k+ 282 17y ago 27d ago Active
Simple Download Monitor mra13 20k+ 265 12y ago 1mo ago Active
Simple Membership wpinsider-1 40k+ 190 11y ago 13d ago Active
WP Express Checkout (Fast Payments via PayPal & Stripe) mra13 2k+ 149 6y ago 1mo ago Active
Easy Accept Payments via PayPal mra13 7k+ 129 17y ago 1mo ago Active
Software License Manager mra13 900 112 11y ago 1mo ago Active
All-In-One Security (AIOS) – Security and Firewall davidanderson 1M+ 107 12y ago 4y ago Active
Easy WP SMTP – WordPress SMTP and Email Logs: Gmail, Office 365, Outlook, Custom SMTP, and more smub 500k+ 68 9y ago 3y ago Active
Compact WP Audio Player mra13 20k+ 67 13y ago 5mo ago Active
Easy HTTPS Redirection (SSL) mra13 100k+ 67 11y ago 1mo ago Active
Donations via PayPal mra13 20k+ 57 11y ago 1mo ago Active
Far Future Expiry Header mra13 7k+ 40 12y ago 5mo ago Active
WP Simple Adsense Insertion mra13 3k+ 38 17y ago 1y ago Active
Affiliates Manager wpinsider-1 9k+ 19 11y ago 11y ago Active
WP Video Lightbox wptipsntricks 30k+ 18 13y ago 4y ago Active
Recurring PayPal Donations wpecommerce 800 3 8y ago 7y ago Active