SIGN IN SIGN UP

fix(deepagents): cap sandbox glob find so root searches cannot OOM the host (#759)

## Summary

Recursive glob listed every path under the search root, and with -L
could loop through proc pid root symlinks into the host heap.

- Sandbox `glob` listed the whole search tree via `find -L` and buffered
it in the host process, so `glob("**/…", "/")` could OOM the runtime.
Prune virtual filesystems and soft-cap find output; mark `truncated`
when the cap is hit.
C
Christian Bromann committed
85a55e14da6cb19877ddd81d898d78d6ededfe74
Parent: ba8d4aa
Committed by GitHub <noreply@github.com> on 8/19/2026, 5:03:40 AM