gantz-ai/PII Engineer - Scan for PII

Detect personally identifiable information (PII) in your codebase. Supports 50+ languages and 30+ PII types.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathFiles or glob pattern to scan (e.g., 'src/**/*.ts', 'data/')no.
extensionsComma-separated file extensions to scannotxt,md,csv,json,yaml,yml,xml,html,log,sql,env,cfg,conf,ini,toml
api_urlPII Engineer API URL (default: public API)nohttps://pii.engineer
fail_on_piiFail the workflow if PII is detectednotrue
min_scoreMinimum confidence score to report (0.0-1.0)no0.85
max_file_sizeMax file size in KB to scan (skip larger files)no512
excludeComma-separated patterns to exclude (e.g., 'node_modules,dist,*.min.js')nonode_modules,dist,build,.git,vendor,__pycache__,.venv
namedescription
pii_foundWhether PII was detected (true/false)
total_findingsTotal number of PII entities found
reportPath to the JSON report file