Gaunt Sloth Assistant - v1.4.0
    Preparing search index...

    Type Alias ValidationCheck

    ValidationCheck:
        | "absolute-paths"
        | "directory-traversal"
        | "shell-injection"
        | "null-bytes"

    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 paths
    • shell-injection: Allow shell metacharacters (|, &, ;, etc.)
    • null-bytes: Allow null bytes in values