From 07ba34cc7733783349e5c04df03f30121caae88c Mon Sep 17 00:00:00 2001 From: drjones Date: Wed, 20 May 2026 15:57:39 -0700 Subject: [PATCH] docs: add Security wiki page --- Security.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Security.md diff --git a/Security.md b/Security.md new file mode 100644 index 0000000..3228b1b --- /dev/null +++ b/Security.md @@ -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.