Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.coderabbit.ai/llms.txt

Use this file to discover all available pages before exploring further.

Microsoft Presidio Analyzer detects sensitive data patterns in text. CodeRabbit uses it to scan changed text files for high-signal personally identifiable information (PII) and surface findings directly in pull request reviews.

Files

Presidio runs against all non binary files changed in any pull request.

Configuration File

If your repository includes a .presidiocli configuration file, CodeRabbit will run Presidio using your .presidiocli. If you do not add this file, CodeRabbit will generate and use the following default .presidiocli:
language: en
threshold: 0.35
ignore: |
  .git
entities:
  - CREDIT_CARD
  - US_SSN
  - CRYPTO
  - PHONE_NUMBER

Supported entities

CodeRabbit supports the following Presidio entity types:
  • CREDIT_CARD
  • CRYPTO
  • EMAIL_ADDRESS
  • IBAN_CODE
  • PHONE_NUMBER
  • US_BANK_NUMBER
  • US_ITIN
  • US_SSN