Description
Wraps commands to make filesystem effects more reproducible and easier to reason about. Developers and packagers use it when build or test commands need controlled file outputs.
Command wrappers still run the underlying command. Review what will execute, isolate working directories, and avoid wrapping untrusted commands on important files.