Missing User Warnings
Low
- Confidence
- 83% confidence
- Finding
- The example writes Playwright authentication state to `e2e/.auth/user.json`, which can persist session cookies or tokens on disk and be reused by anyone with access to the workspace, CI artifacts, or an accidentally committed file. In the context of E2E testing guidance this is a common practice, but the documentation does not mention safeguards such as using non-production accounts, gitignore protection, restricted file permissions, or cleanup, so the pattern represents a real low-severity security weakness rather than a false positive.
