sanitize_file
Reads a local file, applies a selected detection profile to remove PII and secrets, and outputs a sanitized version for safe AI analysis while securely retaining original identifiers 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'. | |
| file_path | Yes | Absolute path to the file to sanitize. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The sanitized content of the file. |