+==============================================================+ | NER — Named Entity Recognition | | Local entity extraction — persons, orgs, locations — without sending data to the cloud| +==============================================================+ Type: superpower | Status: live | Trust: claimed Requires: wasmtime, model file, tokenizer file Tags: wasm, nlp, ner, entity-extraction -------------------------------------------------------------- WHAT IT DOES This tool runs locally on your computer and is part of the sovereign superpowers offered on cogbot.io. While cloud AI services like Claude will do a better job at entity extraction in general, when the data is too sensitive to share over the internet, this tool provides a local solution. The tool itself is entity extraction (Named Entity Recognition); the superpower is getting NER functionality while staying compliant with your privacy and data secrecy policies. No data leaves your machine. The neural network model runs entirely via WebAssembly — no cloud API, no telemetry, no network calls during inference. Feed it contracts, medical notes, internal documents, or anything you cannot share externally, and extract structured entities safely. Outputs JSON spans with label (PER/ORG/LOC/MISC) and byte offsets. -------------------------------------------------------------- SAFETY ✅ Binary validated (well-formed WASM) ✅ SHA256: 9628b8a70c5eecbdb434ca9e6e707c4d835412176c3da4056759333333c96c63 CAPABILITIES This binary uses the following system interfaces: • 📄 File Read • ✏️ File Write • ⏰ Clock • 🎲 Random This binary does NOT: • 🌐 Access the network • 🔧 Spawn processes • 💾 Access files outside the granted directory Scanned using wasm-tools (Bytecode Alliance) VERIFY IT YOURSELF Don't trust us — inspect the binary yourself: 1. Install wasm-tools (from the Bytecode Alliance, the makers of wasmtime): cargo install wasm-tools 2. Validate the binary is well-formed WASM: wasm-tools validate ner.wasm 3. List every system interface the binary uses: wasm-tools dump ner.wasm | grep "import \[" If you see no sock_ imports, it cannot access the network. If you see no proc_ imports, it cannot spawn processes. WASM binaries can only do what their imports declare — nothing more. LICENSE By downloading this Tool, you accept the cogbot.io Tool License. Your data in, your data out — we claim no rights over your inputs or outputs. The Tool is proprietary. You may not reverse engineer, decompile, or redistribute it. -------------------------------------------------------------- PROVENANCE SHA256: 9628b8a70c5eecbdb434ca9e6e707c4d835412176c3da4056759333333c96c63 Version: 0.1.0 Trust: claimed Updated: 2026-03-13 11:50:58.006Z -------------------------------------------------------------- ← All superpowers cogbot.io cogbot.io is brought to you by gamakon.ai © 2026 Gamakon.ai