ValidationCheck
ValidationCheck =
"absolute-paths"|"directory-traversal"|"shell-injection"|"null-bytes"
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/types.ts:701
Validation checks that can be skipped for custom command parameters.
Use with the allow property to bypass specific security checks.
absolute-paths: Allow absolute paths (e.g./dev/ttyUSB0)directory-traversal: Allow..in pathsshell-injection: Allow shell metacharacters (|,&,;, etc.)null-bytes: Allow null bytes in values