Scans the repo for privacy issues in the Userplane integration. Produces a severity-ranked report (High / Medium / Low) with file:line citations and concrete diffs.Documentation Index
Fetch the complete documentation index at: https://docs.userplane.io/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Read-only. The privacy agent never edits files — every finding includes a diff you can apply
yourself.
What it scans
| Scan | What the agent looks for |
|---|---|
| Blur coverage | PII-adjacent inputs (password, email, ssn, card, cvv) missing data-userplane-blur |
| Metadata PII | Raw PII in setMetadata / setUser calls (email, phone, address, government IDs) |
| CSP frame-src gaps | Third-party embeds (Stripe, Auth0, Clerk) missing from frame-src / connect-src |
| Inline handler leaks | Inline onClick / onSubmit handlers rendering PII to the DOM without blur |
Output format
Example prompts
Related articles
- privacy-agent — the subagent that powers this command.
- /userplane:audit — verify the overall install correctness.
- Sensitive Data Redaction — configure blur and redaction in the SDK.