You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you discover a security vulnerability, please report it privately via [GitHub Security Advisories](https://github.com/ancs21/playpanda/security/advisories/new).
6
+
7
+
Do **not** open a public issue for security vulnerabilities.
8
+
9
+
## Security Measures
10
+
11
+
-**Secret scanning** and **push protection** enabled
12
+
-**Dependabot** monitors Python dependencies
13
+
-**TruffleHog** scans for leaked secrets in CI
14
+
- Cookie files stored at `~/.playpanda/cookies.json` — protect this file
15
+
16
+
## Known Considerations
17
+
18
+
- Cookies are stored in plaintext JSON. Protect `~/.playpanda/` directory permissions.
19
+
- CDP WebSocket ports (9444, 19222, 19555) are bound to localhost only.
20
+
- Tier 3 opens a browser window briefly for bot-protected sites.
0 commit comments