High-risk tools in OmniWire
41 of the 88 tools in OmniWire are classified as high risk. This page profiles those tools specifically, with recommended policy actions and the attack patterns that target them.
Every operation listed below is an action PolicyLayer recommends controlling at the transport layer. Open any tool to see the full profile, risk score, and YAML policy snippet.
Tools at high risk
-
omniwire_cdpExecuteChrome DevTools Protocol — persistent headless browser via Docker container. Navigate, screenshot, HTML, PDF, cookies, evaluate JS, click, type, wait, network intercept, set-coo...
-
omniwire_cronExecuteManage cron jobs on a node. List, add, or remove scheduled tasks.
-
omniwire_omnimeshExecuteOmniMesh — built-in WireGuard mesh network manager. Create, manage, and monitor a full-mesh or hub-spoke WireGuard VPN across all nodes and any OS (Linux/Windows/macOS). Actions...
-
cybersync_sync_nowExecuteTrigger immediate full reconciliation of all tool configs.
-
omniwire_aliasExecuteIn-session command shortcuts. Set short aliases for long commands, then run them by alias name on any node.
-
omniwire_batchExecuteRun multiple commands in a single tool call. Supports chaining (sequential with {{prev}} interpolation), abort-on-fail, store_as, and JSON output. Use this to reduce agentic rou...
-
omniwire_broadcastExecuteExecute a command on all online mesh nodes simultaneously.
-
omniwire_containerExecuteFull Docker container lifecycle management. Actions: compose-up, compose-down, build, push, logs, ps, prune, stats, inspect.
-
omniwire_dockerExecuteRun docker commands on a node. Default: contabo.
-
omniwire_execExecuteExecute a command on a mesh node. Set background=true for async. Set via_vpn to route through VPN (Mullvad/OpenVPN/WireGuard) for anonymous scanning. Supports retry, assert, JSO...
-
omniwire_gitExecuteRun git commands on a repository on any node.
-
omniwire_healthcheckExecuteRun a comprehensive health check across all nodes. Returns structured per-node status with connectivity, disk, memory, load, and service checks. Single tool call replaces 4+ ind...
-
omniwire_log_aggregateExecuteCross-node log search and aggregation. Run grep/journalctl across all nodes in parallel, merge results with node prefix. Actions: search, tail, count.
-
omniwire_pipelineExecuteExecute a multi-step pipeline across nodes. Each step can depend on previous step output. Steps run sequentially on potentially different nodes. Pipeline aborts on first failure...
-
omniwire_proxyExecuteHTTP/SOCKS proxy management on mesh nodes. Start HTTP proxies, SOCKS tunnels via SSH -D, or socat TCP forwarders. Actions: start, stop, status, list.
-
omniwire_runExecuteExecute a multi-line script on a node. The script is written to a temp file and executed, keeping tool call display compact. Use this instead of omniwire_exec for Python scripts...
-
omniwire_shellExecuteRun a sequence of commands in a persistent shell session (preserves cwd, env vars).
-
omniwire_snippetExecuteSaved command templates on a node. Save reusable snippets with {{var}} placeholders, then run them with variable substitution.
-
omniwire_workflowExecuteDefine and execute a named workflow (DAG of steps) that can be reused. Workflows are stored on disk and can be triggered by any agent. Supports conditional steps, fan-out/fan-in...
-
omniwire_agent_taskExecuteDispatch a task to a specific node for background execution and retrieve results later. Creates a task file on the node, runs it in background, and provides a task ID for pollin...
-
omniwire_benchmarkExecuteNode performance benchmarking. CPU, memory, disk I/O, and network throughput. Actions: cpu, memory, disk, network, all.
-
omniwire_certExecuteTLS certificate management. List, issue via certbot, renew, check expiry, inspect cert details, or generate self-signed certs.
-
omniwire_firewallExecuteFirewall engine for mesh nodes. Hardens external-facing security while keeping mesh traffic at full speed. Uses nftables (zero-copy, kernel-level). Mesh interfaces (wg0, wg1, ta...
-
omniwire_kernelExecuteKernel-level operations: dmesg, sysctl, modprobe, lsmod, strace, perf.
-
omniwire_mesh_exposeExecuteExpose localhost-bound services to the entire WireGuard/Tailscale mesh. Makes any 127.0.0.1 service reachable from all mesh nodes via socat forwarding on the node\
-
omniwire_mesh_gatewayExecuteAuto-expose all localhost services across the mesh with a single command. Discovers localhost-only services on all nodes and creates bidirectional socat forwarders so every mesh...
-
omniwire_networkExecuteNetwork diagnostics: ping, traceroute, dns lookup, open ports, bandwidth test.
-
omniwire_semaphoreExecuteDistributed locking / semaphore for multi-agent coordination. Prevents race conditions when multiple agents operate on the same resource. Uses atomic file-based locks on mesh no...
-
omniwire_service_controlExecuteControl systemd services on a node.
-
omniwire_streamExecuteCapture streaming command output (for tail -f, watch, etc.) for a limited duration.
-
omniwire_sync_hooksExecuteSync Claude Code hooks (hooks/*) bi-directionally across all mesh nodes.
-
omniwire_task_queueExecuteDistributed task queue for agent swarms. Producers enqueue tasks, consumer agents dequeue and process them. Supports priorities, deadlines, and result reporting. Core A2A work d...
-
omniwire_watchExecutePoll a command until a condition is met or timeout. Useful for waiting on deployments, services starting, builds completing. Returns when the assert pattern matches stdout.
-
omniwire_dnsExecuteDNS management on mesh nodes. Resolve hostnames, switch DNS servers, flush caches, manage /etc/hosts entries.
-
omniwire_install_packageExecuteInstall a package on a node via apt, npm, or pip.
-
omniwire_open_browserExecuteOpen a URL in a browser. Default: thinkpad (has GPU + display).
-
omniwire_port_forwardExecuteCreate SSH port forward tunnels to mesh nodes. Supports mesh-wide exposure: any tunnel can be made accessible to all mesh nodes via wg0 binding. Actions: create, list, close, me...
-
omniwire_scheduleExecuteDistributed cron scheduling with failover. Stores schedule JSON, writes crontab entries on preferred node, supports fallback nodes. Actions: add, remove, list, run-now, history.
-
omniwire_scrapeExecuteScrape web pages using Scrapling via OmniMesh. Modes: http (TLS-spoofed, ~200ms), browser (Playwright JS rendering), stealth (Camoufox + Cloudflare Turnstile bypass). Auto-insta...
-
omniwire_updateExecuteCheck for updates, self-update OmniWire, manage auto-updates, and push updates to all mesh nodes. Sources: npm + GitHub releases.
-
omniwire_vpnExecuteManage VPN on mesh nodes (Mullvad/OpenVPN/WireGuard/Tailscale). Mesh-safe: split-tunnel or namespace isolation. Mullvad advanced: multi-hop, DAITA, quantum-resistant tunnels, DN...
Attacks that target this class
High-risk tools in any server share these documented attack patterns. Each links to the full case and the defensive policy.