26 Unix tools. One binary. Zero dependencies. · the missing coreutils for the agent era · vrk mcp - expose all 26 tools to any AI agent · curl vrk.sh/install.sh | sh - ready in 5 seconds · 26 Unix tools. One binary. Zero dependencies. · the missing coreutils for the agent era · vrk mcp - expose all 26 tools to any AI agent · curl vrk.sh/install.sh | sh - ready in 5 seconds

Scrub secrets from LLM output

Catches secrets the model echoes back before they reach storage - one leaked API key in kv is a breach.

Mask any accidentally leaked secrets before storing a result.

Pipeline

vrk prompt --system "summarise this" < doc.txt | vrk mask | vrk kv set summary

Tools used