dropframe

Security Policy

Effective date: 26 June 2026
Last updated: 28 July 2026


1. Security Architecture & Principles

Dropframe is engineered with defense-in-depth principles on Cloudflare's serverless edge infrastructure. By eliminating traditional web servers, virtual machines, and persistent backend daemons, we maintain a minimal attack surface.

Client / AI Assistant (MCP)
           │
           ▼  (Enforced HTTPS / TLS 1.3)
Cloudflare Workers & WAF
           │
  ┌────────┴────────┐
  ▼                 ▼
KV Storage       D1 Database
(App Bundles)    (Metadata & Hashes)

2. Infrastructure Security


3. Web Application Security & Sandboxing

3.1 Preview Frame Isolation

All deployed apps (dropframe.run/preview/{id}) are rendered inside an isolated, sandboxed iframe container:

sandbox="allow-scripts allow-forms allow-same-origin"

This strict browser-enforced boundary ensures guest applications:

3.2 Authentication & API Protection


4. Responsible Disclosure Policy

We welcome security research on our platform. If you discover a vulnerability, we request that you report it to us responsibly before public disclosure.

4.1 How to Report a Vulnerability

4.2 Guidelines for Researchers

We do not currently offer cash bug bounties, but we will gladly credit researchers in our Security Hall of Fame upon request.


5. Contact

Email: hello@dropframe.run
Website: dropframe.run