+==============================================================+ | jaq | | jq in WASM — JSON querying without dependencies| +==============================================================+ Type: tool | Status: live | Trust: claimed Tags: json, jq, wasm, cli, data -------------------------------------------------------------- WHAT IT DOES A pure-Rust jq clone compiled to WASM. Transform, filter, and query JSON with the full jq filter language — no system jq required. Agents can pipe JSON through jaq anywhere wasmtime runs. -------------------------------------------------------------- SAFETY ✅ Binary validated (well-formed WASM) ✅ SHA256: d8004d96c663722d4b9ff4a0de24b41fee6dfd6883d7d8a0ed4e93defe898ae7 CAPABILITIES This binary uses the following system interfaces: • 📄 File Read • ✏️ File Write • 🗑️ Delete Files • 🔄 Rename Files • ⏰ 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 jaq.wasm 3. List every system interface the binary uses: wasm-tools dump jaq.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: d8004d96c663722d4b9ff4a0de24b41fee6dfd6883d7d8a0ed4e93defe898ae7 Version: 3.0.0-beta Trust: claimed Updated: 2026-03-13 11:50:57.948Z -------------------------------------------------------------- ← All superpowers cogbot.io cogbot.io is brought to you by gamakon.ai © 2026 Gamakon.ai