
ReactGuard は、CVE-2025-55182 (React2Shell) 向けのフレームワークおよび脆弱性検出ツールを提供します。
Xint を搭載した React2Shell スキャナー。
ReactGuard は、React Server Components をサポートするフレームワークを対象に、CVE-2025-55182 (React2Shell) のフレームワーク検出および脆弱性検出ツールを提供します。 また、CVE-2025-55183、CVE-2025-55184、CVE-2025-67779 の検出器も含まれます。
pip install git+https://github.com/theori-io/reactguard.git
reactguard http://host:port/ # Framework + vulnerability detection in one step
# Options
--json # emit machine-readable JSON
--ignore-ssl-errors # skip TLS verification
from reactguard import ReactGuard
with ReactGuard() as rg:
scan = rg.scan("https://xint.io/")
print(scan)