shellfirm 0.3.9

`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
6
7
8
9
10
11
12
13
14
15
- from: netlify
  test: netlify\s+sites:delete(\s|$)
  description: "Deleting a Netlify site permanently removes it and all its deployments."
  id: netlify:sites_delete
  severity: Critical
- from: netlify
  test: netlify\s+env:unset\s+
  description: "Removing an environment variable can break builds and deployments."
  id: netlify:env_unset
  severity: High
- from: netlify
  test: netlify\s+env:clone\s+
  description: "Cloning environment variables overwrites the target site's variables."
  id: netlify:env_clone
  severity: High