1-Click Worker Deploy19 Stars
Argon2 Wasi
Maintained by@auth70
WASI ready Argon2
#argon2#cloudflare-workers#password-hash#wasi
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 Quality16/20
Documentation provides functional instructions (16/20 pts). Comprehensive setup examples recommended.
Community Trust & Release Provenance14/20
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
Runtime Target
V8 Isolate / Workers
Sandboxed edge executionLicense Verification
OSI Permissive (MIT / Apache)
Open-source commercial useMCP Protocol Standard
Standard Edge Tool
Cursor & Claude compatibleInspected Files
wrangler.toml, package.json, LICENSE
Repository tree scannedAutomated Code Security Checks Passed:
Zero dangerous dynamic
eval() or unconstrained reflectionZero 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": {
"argon2-wasi": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-argon2-wasi"
]
}
}
}