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
- from: npm
  test: (^|\s)npm\s+unpublish(\s|$)
  description: "Unpublishing a package removes it from the registry, breaking all downstream dependents."
  id: npm:unpublish
  severity: Critical
- from: npm
  test: (^|\s)npm\s+deprecate\s+
  description: "Deprecating a package marks it as deprecated for all users."
  id: npm:deprecate
  severity: High
- from: npm
  test: yarn\s+npm\s+unpublish(\s|$)
  description: "Unpublishing a package removes it from the registry, breaking all downstream dependents."
  id: npm:yarn_unpublish
  severity: Critical
- from: npm
  test: (^|\s)pnpm\s+unpublish(\s|$)
  description: "Unpublishing a package removes it from the registry, breaking all downstream dependents."
  id: npm:pnpm_unpublish
  severity: Critical