Problem
build.ps1:207 uses [guid]::NewGuid() for temp extension directory names. A simple counter or the extension name suffices for deterministic builds.
Fix
Replace the GUID with the extension name or a counter.
Reported by Kilo Code (automated audit tool), not a human reviewer.
Problem
build.ps1:207uses[guid]::NewGuid()for temp extension directory names. A simple counter or the extension name suffices for deterministic builds.Fix
Replace the GUID with the extension name or a counter.
Reported by Kilo Code (automated audit tool), not a human reviewer.