Minor Changes
- #615
9c38e3a- Add--no-inject-graphCLI flag tovarlock runto opt out of injecting the__VARLOCK_ENVserialized config graph into the child process environment. This prevents sensitive values from being exposed via environment inspection (e.g.,env,printenv) in interactive shells, long-lived processes, or LLM-driven agents.
Patch Changes
-
#627
f93c23f- Fix: escape*/sequences in item descriptions to prevent premature JSDoc comment closure in generated TypeScript types -
#622
6f90d87- Fix leak detection for Uint8Array/ArrayBuffer response bodiesscanForLeaksnow detects secrets inUint8Array,ArrayBufferView, andArrayBuffervalues. Previously these fell through unscanned, so secrets returned as binary-encoded response bodies (common in Cloudflare Workers) were not caught.