Automatic SBOM generation for every plugin you audit
Every WP HealthKit audit extracts your Composer and npm dependencies and generates a machine-readable Software Bill of Materials in CycloneDX 1.6 format — ready for CRA compliance documentation.
What is an SBOM?
An SBOM is a manifest of every library your software uses — its name, version, and license. The EU Cyber Resilience Act makes SBOM mandatory for commercial software sold to EU users from September 2026. Without one, you cannot legally sell to EU customers or enterprise procurement processes that require CRA documentation.
What WP HealthKit generates
CycloneDX 1.6
Machine-readable JSON. The format required by most EU procurement processes. Includes package URLs (PURL), version, license identifier, and any known CVEs cross-referenced from the same audit.
SPDX 2.3
The OWASP and NIST preferred format. Compatible with GitHub dependency graph and US government procurement requirements.
What it covers
How to get your SBOM
Download from results page
Every completed audit has a Download SBOM button in the Export tab. Available in both formats.
REST API
Fetch programmatically.
GET /api/v1/reports/{auditId}/sbom?format=cyclonedxMCP tool
Call in the WP HealthKit MCP server from any AI coding tool.
generate_sbomCRA compliance context
The EU Cyber Resilience Act requires commercial software vendors to maintain a VDP, publish an SBOM, and keep a security changelog. Here is what WP HealthKit handles automatically and what remains your responsibility.
For full CRA requirements and a step-by-step compliance checklist, see the CRA compliance guide.
Start your CRA compliance workflow — free, no card required.
Every audit generates a CycloneDX 1.6 SBOM automatically. No extra steps.