
Toorimichi is a tool that consolidates update management for multiple WordPress sites into a single screen.
Install this plugin on each site, and you can check and update the status of all your sites from a dedicated dashboard (web app).
This plugin connects to an external service to function as a remote management tool.
When a request is received from the Toorimichi dashboard, this plugin responds with site status information (WordPress version, plugin/theme versions, update availability, content statistics, and environment details). It also accepts update execution commands from the dashboard.
Communication occurs only when the dashboard sends authenticated requests to this plugin. No data is sent proactively from this plugin. All requests are verified using HMAC-SHA256 signatures; unauthenticated requests receive no information.
The dashboard stores the following data in Cloudflare Workers KV (encrypted):
This plugin uses the standard WordPress update check mechanism (get_site_transient('update_plugins') / get_site_transient('update_themes')) which communicates with the WordPress.org API to check for available updates. This is standard WordPress core behavior and is not specific to this plugin.