Curated resource guide

WordPress Supply-Chain Security

Reduce exposure to compromised plugins, maintainers, repositories, dependencies, and build systems across the WordPress delivery chain. These references cover provenance, integrity, update servers, Composer and npm risk, CI secrets, abandoned software, vendor review, advisory monitoring, dependency reduction, and emergency upstream response.

Scope

What this guide covers

  • Plugin/theme/core update provenance
  • compromised plugins and maintainer accounts
  • dependency and Composer/npm risks
  • GitHub/repository compromise
  • CI/CD secrets
  • stolen credentials
  • update-server security
  • package integrity
  • checksums
  • abandoned plugins
  • ownership transfers
  • malicious dependencies
  • third-party code snippets
  • nulled software
  • build pipelines
  • signing/integrity concepts
  • vendor due diligence
  • monitoring security advisories
  • minimizing dependency surface
  • and emergency response to a compromised upstream dependency

Selected references

Curated resources

Links open the original publisher so you can use the complete, current material in context.

  1. 02
    5

    Composer Audit

    Check installed PHP packages against security advisories and abandoned-package metadata.

    getcomposer.org
  2. 03
    5

    npm audit

    Review known vulnerabilities reported for the resolved npm dependency tree.

    docs.npmjs.com
  3. 04
    5

    GitHub Dependabot

    Automate dependency alerts and carefully reviewed update pull requests.

    docs.github.com
  4. 05
    5

    SLSA

    Use a shared framework for build integrity, provenance, and software supply-chain maturity.

    slsa.dev
  5. 06
    5

    OpenSSF Scorecard

    Assess observable repository security practices and investigate findings before adopting a dependency.

    securityscorecards.dev
  6. 07
    5

    Sigstore Documentation

    Learn keyless signing and verification for software artifacts and build provenance.

    docs.sigstore.dev