Some scripts require sensitive input such as HTTP API access tokens. Depending on how the base is shared, it may not be appropriate to store this input in the scripts themselves. In these cases, it may be preferable to prompt the user with each execution.
Currently, the input.text
function renders a generic HTML text input. For situations like these, it would be nice to present a password input. This would help protect users from shoulder surfing.