fullcourtdefense-cli 1.21.13 → 1.21.15

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.
@@ -184,6 +184,11 @@ const DEFAULT_DISABLED_BUILT_INS = new Set([
184
184
  'git_clean_force',
185
185
  'generic_kubectl_delete',
186
186
  'truncate_table',
187
+ // Entropy-based contextual secret detection false-positives on ordinary
188
+ // hashes/tokens near credential wording (e.g. source files opened in an
189
+ // IDE). Off by default — orgs opt in via the Local Safety console toggle,
190
+ // which the runtime snapshot then applies on every machine.
191
+ 'contextual_secret',
187
192
  ]);
188
193
  function evidence(value) {
189
194
  const compact = value.replace(/\s+/g, ' ').trim();
package/dist/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "1.21.13"
2
+ "version": "1.21.15"
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fullcourtdefense-cli",
3
- "version": "1.21.13",
3
+ "version": "1.21.15",
4
4
  "description": "Full Court Defense CLI — security scanning for AI agents from your terminal",
5
5
  "main": "dist/index.js",
6
6
  "bin": {