←back to thread

89 points a10r | 2 comments | | HN request time: 0.412s | source
1. a10r ◴[] No.44408105[source]
Love the idea!

The two biggest hurdles for a security tool like this are LLM non-determinism and the major privacy risk of sending code to a third-party API.

This is exactly why vet relies on ShellCheck—it's deterministic, rules-based, and runs completely offline. It will always give the same, trustworthy output for the same input.

But your vision of smarter analysis is absolutely the right direction to be thinking. I'm excited for a future where fast, local AI models can make that a reality for vet. Great food for thought!

replies(1): >>44408536 #
2. ◴[] No.44408536[source]