Description
Configuration files can be written in a format designed for shell access. It is useful for scripts and small tools that need readable configuration without a heavy parser.
Shell-readable configuration can become unsafe if values are executed instead of parsed. Treat untrusted config files as input, not code.