1-Click Worker DeployRead-Only Scope0 Stars

Guestdrop Api

Maintained by@CodeWays-PTY

GuestDrop Cloudflare Worker Backend API

#cloudflare-os#gadgets

5-Factor AST Security Breakdown

Deterministic code heuristics and edge isolation analysis

Edge Runtime & Sandbox Safety20/20

Passed static AST scan: Verified absence of arbitrary remote eval, prompt injections, and unauthenticated exfiltration webhooks.

Cloudflare OS / MCP Alignment20/20

Native compatibility with Cloudflare Workers runtime, Workerd engine, or Model Context Protocol schema.

Open-Source OSI License Compliance18/20

Basic open-source declaration. Explicit LICENSE file recommended.

Documentation & Quickstart Quality20/20

README contains comprehensive setup guides, deployment commands, and environmental configurations.

Community Trust & Release Provenance12/20

Verified repository structure with authentic commit history (4/12 community traction, 8/8 commit provenance).

Permission Scopes & Touched Infrastructure

Blast radius analysis and storage surface detection for AI Agent safety

Read-Only (Zero State Mutation)
Execution Blast Radius
Safe Diagnostic (Read-Only)

Safe read-only execution without destructive write or delete permissions.

Touched Cloudflare Surfaces
Standard Edge API / Stream
Storage and compute surfaces accessed
Runtime Sandbox
V8 Isolate Sandboxed
Zero host OS or filesystem access

Line-by-Line Mutation Traces & Call Graph

Detailed function call inspection, SQL query breakdown, and live maintainer re-scan triggers.

Maintainer Deep Audit Portal →

Deep Static Code & Manifest Inspection

Automated AST scan of repository configuration and security vectors

Re-Scan (Maintainer Only)
Runtime Target
V8 Isolate / Workers
Sandboxed edge execution
License Verification
OSI Permissive (MIT / Apache)
Open-source commercial use
MCP Protocol Standard
Standard Edge Tool
Cursor & Claude compatible
Inspected Files
wrangler.toml, package.json, LICENSE
Repository tree scanned
Automated Code Security Checks Passed:
Zero dangerous dynamic eval() or unconstrained reflection
Zero hardcoded API secrets or production private keys found
V8 Isolate Sandboxed: Zero host OS shell escapes
Permissive open source licensing verified for production use

Integration & MCP Setup

Copy pre-formatted config snippets for your AI IDE or CLI

{
  "mcpServers": {
    "guestdrop-api": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-guestdrop-api"
      ]
    }
  }
}