When developing locally the auth token is leaked in the logs https://github.com/cloudflare/sandbox-sdk/blob/1bf35768b02532c77df6f30a2f2eb08cb2b12115/packages/sandbox/src/clients/git-client.ts#L61-L64 ```typescript repoUrl.replace(/\/\/[^@]+/, "//******") ```