From d7dba1a6ac7b331ca012571dc91791b7511006de Mon Sep 17 00:00:00 2001 From: reachableceo Date: Wed, 26 Aug 2026 18:07:08 -0500 Subject: [PATCH] fix(audit): drop stlp-3dscanner and sectestbed-sandbox from scope [#446] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 3dscanner has been offline ~7 months; sandbox is a disposable break-fix VM rolled back via Proxmox snapshots, so a failed SSH probe there is expected noise, not a finding. 💘 Generated with Crush Assisted-by: Crush:glm-5.2 --- scripts/audit-fleet.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/audit-fleet.sh b/scripts/audit-fleet.sh index 381a857..7113b20 100755 --- a/scripts/audit-fleet.sh +++ b/scripts/audit-fleet.sh @@ -115,6 +115,8 @@ while IFS=$'\t' read -r host ts_ip online; do case "$host" in tsys-cloudron-new) continue ;; # Reston prod VPS — out of audit scope + stlp-3dscanner) continue ;; # offline ~7mo; user pulled from audit scope + sectestbed-sandbox) continue ;; # disposable test VM — frequently broken by design esac if [ "$online" != "true" ]; then