Look into rate limiting through Octokit plugin and remove dependencies on SAB + Atomics
SharedArrayBuffer and Atomics.wait are known vulnerabilities since the Spectre and Meltdown exploits. We should remove dependencies on them, even if they still exist and are usable within Node.js.