Interesting experiment. I think it would be wise that once Local Command app is run by safari the pop up shows the script to be run and asks the user to click run one more time.
Thanks! it actually does that, depending on your configuration. In the video I'm executing `echo`, and `echo` is listed as a preapproved command (in _my_ config.toml). But you can just have an empty preapproved array, and all commands will require approval before running.
Local Command is a bit about reversing the usual direction of things on the internet - it allows the website to trigger a command that will execute in the visitor's device. My main use case is extending dashboards with the ability to run (dynamically generated) commands on my device. It can be used to run anything else though, so `cmd://npx http-server` can start a local http server, and `cmd://reboot` could reboot your device (if you approve the command and if your user has access to it).