It wrote a shell script for me and I literally watched it pull my dev server Hive active key out of an .env file and happily paste it into a shell script.
I absolutely knew that this folder wasn't on github and I knew I'd never let this get out of my control, but when it got finished I pointed out to it that it had hard coded a crypto key into the .sh
file! It apologized and set about fetching the key from the .env at run time like it should have done.
But you really have to know some basics before you just let this thing rip!