Comment by loloquwowndueo
5 hours ago
You could have told your LLM to NOT use node/js/npm and made the thing far more secure from day one. Npm is a security nightmare.
Also you say it’s git-based but it depends on GitHub. GitHub is not git. What if I want to use another git forge or god forbid a local repo?
I have a similar thing but it doesn’t assume GitHub and is coded in Python (by hand, it’s like 100 lines of Python and flask). Serves my needs! Simple and dumb.
Link?