@dsv77/aether-kit 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -37,5 +37,6 @@ Before performing ANY `commit` and `push` operations, you MUST perform a proacti
|
|
|
37
37
|
1. **Scan**: Look for exposed secrets, API keys, SQL injections, and other OWASP vulnerabilities.
|
|
38
38
|
2. **Halt & Warn**: If vulnerabilities are found, DO NOT commit. Generate a `security-audit.md` artifact detailing the risks.
|
|
39
39
|
3. **Wait for Approval**: Only proceed with the commit if the user explicitly approves and asks to ignore the warnings.
|
|
40
|
+
4. **Announce Safety**: If NO vulnerabilities are found, you MUST explicitly announce `🛡️ Security Gatekeeper: Nenhuma vulnerabilidade detectada` (or similar) to the user BEFORE proceeding with the commit, ensuring transparency.
|
|
40
41
|
|
|
41
42
|
---
|