File size: 346 Bytes
0e84a1f
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# Security

Report sensitive issues privately to the repository owner.

Never commit Meta Page tokens, app secrets, webhook verify tokens, internal API keys, OpenClaw hook tokens, production database files, or raw webhook payloads.

Before publishing changes, run:

```bash
pytest
git grep -n -i -E 'token|secret|password|api[_-]?key|bearer'
```