Verifies an existing Userplane integration against the matching framework skill. Produces a PASS/FAIL checklist with file:line citations and a concrete diff for every failure.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 audit agent never edits files — every FAIL includes a diff you can apply yourself.
What it checks
| Category | What the agent verifies |
|---|---|
| Provider wiring | Provider or init call present at the framework-correct location |
| Script placement | CDN script in the correct position (head/body) per framework guidance |
| SSR hazards | No browser-only SDK calls on the server render path |
| setUser / setMetadata | Called after auth, with non-PII fields |
| CSP headers | Userplane domains and third-party iframe hosts in the CSP config |
| Env vars | Consistent across dev / prod configs |
Output format
Example prompts
Related articles
- /userplane:integrate — run integrate first if Userplane isn’t installed yet.
- /userplane:privacy — audit privacy posture separately.
- audit-agent — the subagent that powers this command.