Spam / Form abuse
IP ban via the Cloudflare dashboard, very effective for individual actors - Honeypot trap, can be added if spam becomes widespread
aerialps.com has a minimal attack surface by design, user data is not stored, there is no authentication system, and no database is directly exposed. Most threats are handled at the infrastructure level by Cloudflare.
Spam / Form abuse
IP ban via the Cloudflare dashboard, very effective for individual actors - Honeypot trap, can be added if spam becomes widespread
DDoS / Denial of Service
Cloudflare absorbs volumetric attacks automatically. Enable Under Attack Mode in the Cloudflare dashboard if an attack is confirmed.
XSS
Handled at the code level. No user data is re-rendered as raw HTML. Attack surface is minimal as form data goes directly to Web3Forms and is never stored by aerialps.com.
Other Threats
Cloudflare’s inbuilt “Under Attack Mode” can be activated.
We’re in good hands.

AerialPS also maintains a right to refuse service to those breaking the Terms of Service.

Broken Access Control
No access control exists on the site.
Security Misconfiguration
Managed automatically by Cloudflare.
Software Supply Chain
Requires developer diligence: run npm audit regularly, use LTS versions,
keep dependencies lean.
Cryptographic Failures
No cryptographic operations on the frontend.
SQL Injection
No database is exposed on the frontend.
Authentication Failures
No authentication system.
Data Integrity Failures
Relies on developer diligence and careful dependency management.
Logging & Alerting Failures
Primary impact would be user experience degradation, not a security breach.