docs: add Security wiki page

2026-05-20 15:53:56 -07:00
parent 65b01d347a
commit ff44fbf3d2

12
Security.md Normal file

@@ -0,0 +1,12 @@
# Security
## Boundaries
This project is for authorized use only. Keep testing scope, credential rules, and sensitive-data handling explicit.
## Review Checklist
- No secrets committed.
- No private dumps, captures, or personal data committed.
- Generated dependencies and build output are excluded.
- Release artifacts include provenance and hashes where applicable.