Skip to content

Commit 406ff5b

Browse files
committed
Add SECURITY.md
1 parent 309f182 commit 406ff5b

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
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

Comments
 (0)