From ba1479fe1b225d2550f5de51cb886b3353ef2816 Mon Sep 17 00:00:00 2001 From: drjones Date: Wed, 20 May 2026 18:39:38 -0700 Subject: [PATCH] Detailed wiki pass: Security --- Security.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Security.md b/Security.md index 3228b1b..e69de29 100644 --- a/Security.md +++ b/Security.md @@ -1,12 +0,0 @@ -# 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.