Skip to main content
Version: 0.49.0

CC-SET-024: Ineffective Project sandbox.ripgrep Override

Summary

  • Rule ID: CC-SET-024
  • Severity: MEDIUM
  • Category: Claude Settings
  • Normative Level: SHOULD
  • Auto-Fix: No
  • Verified On: 2026-08-15

Applicability

  • Tool: claude-code
  • Version Range: >=2.1.232
  • Spec Revision: unspecified

Evidence Sources

Test Coverage Metadata

  • Unit tests: true
  • Fixture tests: false
  • E2E tests: false

Examples

The following examples demonstrate what triggers this rule and how to fix it.

Invalid

{
"sandbox": {"ripgrep": "/opt/rg/bin/rg"}
}

Valid

{
"sandbox": {"enabled": true}
}