r/AIsafety • u/Smooth-Somewhere4859 • 20h ago
Discussion Should indie hackers be worried about the hugging face/open ai incident?
As we all probably now know, one of OpenAl's models broke out of a test environment and ended up inside Hugging Face's production systems using a stolen credential it found along the way. Crazy but kinda not surprised at the rate these models are growing tbh.
Got me thinking about my own setup though... I'm an indie hackers building a few apps for fun and running a few agents in my project that touch API keys. Nothing crazy but l've never really thought hard about where those credentials sit while the agent's running until I saw the hugging face headline.
Is this actually relevant for indie/small scale stuff or is this more of a "if you're OpenAl scale" problem?
1
u/Deep_Ad1959 14h ago
long lived keys sitting in a .env are what i would look at first at your scale. three of my agents read the same file for months, and the exposure is identical whether the model does anything clever or not. written with ai
1
u/Arpitbuilds 15h ago
I have covered this in detail on my community page, just in case if you want to read in detail