safe-sh
by EpicEric1★PythonStatic analysis of shell scripts, with Jev judging whether a command is dangerous.
Shell safety is the textbook case for a decision model: the question is bounded, the answer is a judgement rather than a fact, and you want to ask it about every line rather than once. Pairs naturally with confidence gating — flag at a threshold, block above it.
GitHub →checked 2026-09-20