automattic / jetpack-protect-status
This package contains the Protect Status API functionality to retrieve a site's scan status (WordPress, Themes, and Plugins threats).
Package info
github.com/Automattic/jetpack-protect-status
Type:jetpack-library
pkg:composer/automattic/jetpack-protect-status
v0.7.8
2026-02-23 09:47 UTC
Requires
- php: >=7.2
- automattic/jetpack-connection: ^8.0.0
- automattic/jetpack-plans: ^0.11.3
- automattic/jetpack-plugins-installer: ^0.5.7
- automattic/jetpack-protect-models: ^0.6.1
- automattic/jetpack-sync: ^4.29.0
Requires (Dev)
- automattic/jetpack-changelogger: ^6.0.14
- automattic/jetpack-test-environment: @dev
- automattic/phpunit-select-config: ^1.0.3
- yoast/phpunit-polyfills: ^4.0.0
Suggests
- automattic/jetpack-autoloader: Allow for better interoperability with other plugins that use this package.
- dev-trunk / 0.7.x-dev
- v0.7.8
- v0.7.7
- v0.7.6
- v0.7.5
- v0.7.4
- v0.7.3
- v0.7.2
- v0.7.1
- v0.7.0
- v0.6.1
- v0.6.0
- v0.5.11
- v0.5.10
- v0.5.9
- v0.5.8
- v0.5.7
- v0.5.6
- v0.5.5
- v0.5.4
- v0.5.3
- v0.5.2
- v0.5.1
- v0.5.0
- v0.4.3
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.1
- v0.3.0
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- dev-prerelease
This package is auto-updated.
Last update: 2026-03-09 15:36:11 UTC
README
This package contains the Protect Status API functionality to retrieve a site's scan status (WordPress, Themes, and Plugins threats).
Get Started
Build and install the package:
jetpack build packages/protect-status && jetpack install packages/protect-status
From the plugin folder, require the package using composer:
composer require automattic/jetpack-protect-status
Then use it: (Example)
use Automattic\Jetpack\Protect_Status\Status; $protect_status = Status::get_status(); ## Using this package in your WordPress plugin If you plan on using this package in your WordPress plugin, we would recommend that you use [Jetpack Autoloader](https://packagist.org/packages/automattic/jetpack-autoloader) as your autoloader. This will allow for maximum interoperability with other plugins that use this package as well. ## Security Need to report a security vulnerability? Go to [https://automattic.com/security/](https://automattic.com/security/) or directly to our security bug bounty site [https://hackerone.com/automattic](https://hackerone.com/automattic). ## License protect-status is licensed under [GNU General Public License v2 (or later)](./LICENSE.txt)