From 1e5a0d710dbb682a123e7217dbd6ca3a2b38afe0 Mon Sep 17 00:00:00 2001 From: Paulo Nonato Date: Sat, 18 Apr 2026 23:34:18 -0300 Subject: [PATCH] Document script sanitization and professional usage background --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f23ed93..bf2c56a 100644 --- a/README.md +++ b/README.md @@ -66,5 +66,7 @@ These scripts are intentionally general-purpose. In a real company environment, - Secret management standards. - Change control and approval workflows. -The value demonstrated here is not only Bash syntax. It is the operational discipline around automation: predictable inputs, explicit failure modes, safe defaults, readable logs, and documentation that helps another engineer maintain the work. +All Bash scripts in this repository are based on work already used in large companies during professional service contracts. +Before being published here, they were carefully reviewed and sanitized to remove sensitive data, customer identifiers, internal infrastructure details, hostnames, credentials, network ranges, and any other information that could expose or identify the companies involved. +The value demonstrated here is not only Bash syntax. It is the operational discipline around automation: predictable inputs, explicit failure modes, safe defaults, readable logs, and documentation that helps another engineer maintain the work.