Atomic Edge Security connects your WordPress site to the Atomic Edge WAF/CDN service, providing enterprise-grade security protection without the complexity.
Vulnerability scanning is available when connected and uses Atomic Edge’s vulnerability data feed.
This plugin connects to external services provided by Atomic Edge to deliver WAF, CDN, and security features. Below is a detailed explanation of each service, what data is transmitted, and when.
The primary external service this plugin connects to is the Atomic Edge API at https://dashboard.atomicedge.io/api/v1.
What it does:
* Manages your site’s Web Application Firewall (WAF) settings
* Retrieves real-time analytics and traffic data
* Fetches WAF security logs showing blocked threats
* Manages IP whitelist/blacklist and geographic access controls
* Retrieves CDN configuration and status
* Provides vulnerability scanning data for WordPress core, plugins, and themes
* Powers the Adaptive Defense AI-powered threat detection system
What data is sent:
* Your site’s API key (for authentication)
* IP addresses you add to whitelist/blacklist
* Country codes for geographic blocking rules
* CDN optimization settings (asset types, minification preferences)
* Site URL and domain information
* Adaptive Defense settings and blocked IP information
When data is sent:
* When you save settings in the plugin admin pages
* When you view analytics or WAF logs (to fetch data)
* When you run a vulnerability scan
* When you manage IP access control rules
* When Adaptive Defense checks or updates threat status
* Background sync of CDN settings (when CDN is enabled)
Service links:
* Service website: https://atomicedge.io
* Terms of Service: https://atomicedge.io/terms-of-service
* Privacy Policy: https://atomicedge.io/privacy-policy
The malware scanner fetches signature patterns from a public API endpoint.
What it does:
* Provides up-to-date malware detection signatures
* Allows scanning without requiring an API key
What data is sent:
* No personal or site-specific data is sent
* Only a GET request to retrieve signature patterns
When data is sent:
* When you initiate a malware scan (if cached signatures have expired)
* Signatures are cached locally for 24 hours
Service links:
* This service is provided by Atomic Edge (same terms and privacy policy as above)
All API responses are cached locally using WordPress transients to minimize external requests. Malware signature data is cached for 24 hours. Analytics data is fetched fresh on each page load but displayed quickly via JavaScript pagination.