sanitize_file
Reads a local file, applies a sanitization profile to remove PII and sensitive data, and outputs a safe version for AI analysis. Original identifiers remain securely in memory.
Instructions
Reads a local file, sanitizes its contents using the selected profile, and outputs the safe version for AI analysis. Securely keeps original identifiers in memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | The detection profile to use. Available: 'General' (Free), or PRO profiles: 'Dev' (Engineering/Code), 'Medical', 'Pharma', 'Legal', 'Compliance', 'CCPA', 'Finance', 'Bizops', 'Sales', 'WealthMgmt', 'Insurance', 'Accounting', 'HR', 'Security', 'Marketing', 'Support', 'RealEstate', 'Agents', 'Academic', 'Creative', 'Tech', 'Personal'. Defaults to 'General'. | |
| filePath | Yes | Absolute path to the file to sanitize. |