Hacker News new | ask | show | jobs
by aspectrr 38 days ago
Hey HN, I have seen many different ways of letting AI run bash commands on remote hosts but none of which fix the issues of: a. safety (read-only) b. not installing anything on the remote host

so this is my implementation of one that does.

It uses seven layers of verification on the client and reconstructs the commands with safe quoting to prevent unsafe chars or other attack vectors. Check out: https://github.com/aspectrr/lily?tab=security-ov-file

Looking forward to your thoughts!