shellfirm 0.3.8

`shellfirm` will intercept any risky patterns (default or defined by you) and prompt you a small challenge for double verification, kinda like a captcha for your terminal.
Documentation
1
2
3
4
5
- from: psql
  test: (?i)psql.*-c\s+.*DROP
  description: "Executing DROP commands via psql CLI."
  id: psql:drop
  severity: Critical