esm.sh has a path traversal in extractPackageTarball enables file writes from malicious packages
The commit does not actually fix the path traversal bug. path.Clean basically normalizes a path but does not prevent absolute paths in a malicious tar file.