Teams assume supply chain risk only applies to people who build models. So if you just call OpenAI or Anthropic through a library, you feel safe. But look at what sits between your code and that API.
Lots of teams route every LLM call through an open-source proxy or gateway (to manage keys, costs, and fallbacks). That proxy is a third-party package you install and trust completely — it sees every prompt and every key. If it is compromised, your “I just call an API” architecture leaks everything. The gateway is your supply chain.
If you didn't write it and your AI app depends on it, it's in your supply chain — API-only or not.