Quick Share
Temporary file, image, and text sharing on Cloudflare Workers, D1, and R2.
AST Security Audit & Verification Scorecard90% Score
Last verified & scanned on: Aug 20, 2026
5-Pillar Verification Breakdown (100-Point Standard)
Total Score: 90 / 100 ptsSandboxed edge isolate runtime safety verified.
Standard edge developer tool.
License verified as MIT.
Documentation and usage guides inspected.
Active Git provenance verified.
How to Improve This Score to 100/100
To increase this repository's score from 90% to 100%, author and contributors can apply these updates to GitHub:
- +2 pts:Edge Sandbox Safety — Ensure code avoids dynamic eval(), unsanitized child_process spawns, and hardcoded secrets.
- +4 pts:Ecosystem & MCP Alignment — Define an MCP server schema (mcp.json) or add a wrangler.toml configuration for edge worker integration.
- +4 pts:Open-Source License Compliance — Add a standard root LICENSE file (MIT, Apache-2.0, BSD-3-Clause, or ISC) in your repository.
Installation & Setup Quickstart
Select your installation method below to copy commands or setup scripts
# Deploy directly with Wrangler
npx wrangler deploy
# Or start local dev simulator
npx wrangler devMore DevOps Tools
View all⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
🔥 Fully-local simulator for Cloudflare Workers. For the latest version, see https://github.com/cloudflare/workers-sdk/tree/main/packages/miniflare.
🧙♀️ easily deploy cloudflare workers applications using wrangler and github actions