Sideffect
Build Cloudflare Workflows from composable typed steps, with Vite-generated workflow config. Define workflows in effect style code and let the Vite plugin create Wrangler workflow bindings and env types automatically. You use workflow bindings in your Worker as normal, without touching wrangler.toml/json file.
5-Factor AST Security Breakdown
Deterministic code heuristics and edge isolation analysis
Passed static AST scan: Verified absence of arbitrary remote eval, prompt injections, and unauthenticated exfiltration webhooks.
Native compatibility with Cloudflare Workers runtime, Workerd engine, or Model Context Protocol schema.
Basic open-source declaration. Explicit LICENSE file recommended.
README contains comprehensive setup guides, deployment commands, and environmental configurations.
Verified repository structure with authentic commit history (6/12 community traction, 8/8 commit provenance).
Deep Static Code & Manifest Inspection
Automated AST scan of repository configuration and security vectors
eval() or unconstrained reflectionIntegration & MCP Setup
Copy pre-formatted config snippets for your AI IDE or CLI
{
"mcpServers": {
"sideffect": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sideffect"
]
}
}
}More Gadgets Tools
View allVisual testing tool for MCP servers
Cloudflare’s documentation
🧙♀️ easily deploy cloudflare workers applications using wrangler and github actions