Shutting down the APIKEY itself was not the issue (let's face it, mistake on our side).
The issue arises because the API key was contained within a copyrighted Java jar file, which was hosted on a public repository and used as a dependency. This situation suggests that OpenAI is decompiling packaged code, including jar files, and potentially reverse-engineering minified JavaScript files that are copyrighted.
In essence, I'm worried that OpenAI may be accessing and utilizing copyrighted code for training purposes. (why else would they be decompiling other peoples code? I can't see they would implement decompilation and throw away an opportunity)
Any thoughts? Are there a recommended approach or any channels through which this issue can be addressed?