Detect PII in Your Code

Scan TypeScript, JavaScript, Python, Go, Java, and C# for personally identifiable information. Map findings to GDPR, CCPA, and APPI articles.

$ brew install piilex/tap/piilex
$ piilex scan ./src --framework gdpr
50+
PII Types
6
Languages
3
Frameworks
5 MB
Binary Size
<1s
Scan Speed

Built for Privacy-Aware Development

🔍

50+ PII Types

Email, phone, SSN, credit card, My Number (Japan), IBAN (EU), biometric data, health records, API keys, and more.

🔬

Data Flow Tracing

Tracks PII from user input to logs, databases, third-party APIs, and HTTP responses. Cross-file import/export analysis.

📜

Regulatory Mapping

Maps each finding to specific GDPR articles, CCPA sections, and APPI provisions. Generate auditor-ready compliance reports.

CI/CD Integration

SARIF output for GitHub Code Scanning. --fail-on exit codes for CI gates. GitHub Action and baseline diff scanning.

💻

VS Code Extension

Real-time PII detection with inline warnings and quick-fix code actions as you type. LSP-based, works with any editor.

🚀

Fast and Portable

Built in Rust with tree-sitter AST parsing. Single 5 MB binary. No runtime dependencies. Runs on Linux, macOS, Windows.

See It in Action

$ piilex scan ./src --framework gdpr

PII Scan Results -- 15 finding(s) in 8 file(s) (0.3s)

SEVERITY TYPE FILE LINE DATA FLOW ---------------------------------------------------------------------- critical password src/auth/login.ts 9 -- [Art.25] critical credit_card src/billing/charge.ts 10 -- [Art.25] critical national_id src/models/user.ts 34 -- [Art.25, MyNumber Act Art.9] high email src/api/handler.ts 13 user_input -> log_output [Art.5(1f)] high full_name src/api/handler.ts 18 user_input -> database [Art.30] high email src/api/handler.ts 23 user_input -> third_party_api [Art.13, Art.44]
Summary: critical: 3 high: 9 medium: 3 low: 0 Frameworks: GDPR

Simple Pricing

Free

$0
  • 50+ PII type detection
  • 6 languages
  • Data flow tracing
  • JSON / SARIF output
  • 3 fix suggestions/day
  • Regulatory mapping
  • Compliance reports
  • Baseline diff
Install Free