Fixes #362 The test TestCleanupMergeArtifacts_CommandInjectionPrevention was failing on Windows because it checks for /etc/passwd, which is a Unix-specific file that doesn't exist on Windows. Added runtime.GOOS check to skip the /etc/passwd verification on Windows while maintaining the security check on Unix systems.