@blamejs/exceptd-skills 0.16.10 → 0.16.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48,7 +48,8 @@
48
48
  "containers",
49
49
  "cred-stores",
50
50
  "crypto-codebase",
51
- "llm-tool-use-exfil"
51
+ "llm-tool-use-exfil",
52
+ "mail-server-hardening"
52
53
  ]
53
54
  },
54
55
  "domain": {
@@ -754,7 +755,19 @@
754
755
  "rotation_ownership_identified == true"
755
756
  ],
756
757
  "priority": 1,
757
- "for_signals": ["aws-access-key-id","aws-secret-access-key","gcp-service-account-json","github-personal-access-token","github-fine-grained-pat","slack-bot-or-user-token","stripe-secret-key","jwt-token-with-secret-context","ssh-private-key-block","openai-api-key","anthropic-api-key"],
758
+ "for_signals": [
759
+ "aws-access-key-id",
760
+ "aws-secret-access-key",
761
+ "gcp-service-account-json",
762
+ "github-personal-access-token",
763
+ "github-fine-grained-pat",
764
+ "slack-bot-or-user-token",
765
+ "stripe-secret-key",
766
+ "jwt-token-with-secret-context",
767
+ "ssh-private-key-block",
768
+ "openai-api-key",
769
+ "anthropic-api-key"
770
+ ],
758
771
  "compensating_controls": [
759
772
  "session-revocation",
760
773
  "cloudtrail-or-audit-log-review-for-misuse-window"
@@ -768,7 +781,10 @@
768
781
  "file_owner_is_current_user OR has_sudo == true"
769
782
  ],
770
783
  "priority": 2,
771
- "for_signals": ["world-writable-env-file","ssh-key-bad-perms"],
784
+ "for_signals": [
785
+ "world-writable-env-file",
786
+ "ssh-key-bad-perms"
787
+ ],
772
788
  "compensating_controls": [
773
789
  "perm-change-recorded"
774
790
  ],