Skip to main content

coderabbit-data-handling

Ensures compliance with GDPR/CCPA by implementing data handling and retention policies for sensitive data in CodeRabbit integrations.

Install this skill

or
93/100

Security score

The coderabbit-data-handling skill was audited on Feb 21, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 198

Template literal with variable interpolation in command context

SourceSKILL.md
198console.warn(`PII detected: ${findings.map(f => f.type).join(', ')}`);
low line 215

External URL reference

SourceSKILL.md
215- [GDPR Developer Guide](https://gdpr.eu/developers/)
low line 216

External URL reference

SourceSKILL.md
216- [CCPA Compliance Guide](https://oag.ca.gov/privacy/ccpa)
Scanned on Feb 21, 2026
View Security Dashboard
Installation guide →