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

Agent-safe pipeline with secret masking

When agents handle user data, mask before any logging or storage - secrets should never reach an LLM or a kv store unredacted.

Full guard pipeline - mask secrets, gate on token budget, prompt, validate output.

Pipeline

cat user-input.txt | vrk mask | vrk tok --check 6000 | vrk prompt --system "Summarise" | vrk validate --schema summary.json

Tools used