Passing user-controlled data to exec.Command allows command injection.
Never pass user input directly to exec.Command. Validate and allowlist commands and arguments.