@itsharmanjot: Toyota had a single access key sitting in a public GitHub repo. Nobody caught it for years. By the time it was found in…

X AI KOLs Timeline Tools

Summary

Infisical is an open-source secret management platform that centralizes API keys, scans for leaks, and protects AI agents, addressing common credential exposure issues like the Toyota data breach.

Toyota had a single access key sitting in a public GitHub repo. Nobody caught it for years. By the time it was found in 2022, customer data belonging to hundreds of thousands of people had been exposed the entire time. That’s not a hypothetical. That’s one hardcoded secret, forgotten in a repo, doing quiet damage for years. It’s called Infisical, and it exists because “just put it in a .env file” is how almost every credential leak starts. → Centralizes every API key, secret, and cert across dev, staging, and prod, with full versioning and point-in-time rollback → Scans 140+ secret types across your files, directories, and entire git history, the same kind of scanning that catches leaks like Toyota’s before they sit exposed for years → Agent Vault brokers your AI agents’ access to external APIs: the agent only ever sees a placeholder, the real secret gets injected at a proxy layer it never touches, so a prompt-injected agent can’t leak what it was never given → Honey tokens plant decoy credentials next to your real ones, so the second an attacker touches a fake key, your team gets an alert instead of a breach report → Full audit trail on every credential your team and your AI tools use, plus a private PKI to issue and manage certificates without a third-party CA GitGuardian tracked over 28 million new secrets leaked on public GitHub in 2025 alone. Most companies still find out the same way Toyota did: too late, by accident, years after the fact. MIT License (core). 12,700+ GitHub stars. Self-host free, unlimited users.
Original Article
View Cached Full Text

Cached at: 07/12/26, 12:56 PM

Toyota had a single access key sitting in a public GitHub repo. Nobody caught it for years. By the time it was found in 2022, customer data belonging to hundreds of thousands of people had been exposed the entire time.

That’s not a hypothetical. That’s one hardcoded secret, forgotten in a repo, doing quiet damage for years.

It’s called Infisical, and it exists because “just put it in a .env file” is how almost every credential leak starts.

→ Centralizes every API key, secret, and cert across dev, staging, and prod, with full versioning and point-in-time rollback

→ Scans 140+ secret types across your files, directories, and entire git history, the same kind of scanning that catches leaks like Toyota’s before they sit exposed for years

→ Agent Vault brokers your AI agents’ access to external APIs: the agent only ever sees a placeholder, the real secret gets injected at a proxy layer it never touches, so a prompt-injected agent can’t leak what it was never given

→ Honey tokens plant decoy credentials next to your real ones, so the second an attacker touches a fake key, your team gets an alert instead of a breach report

→ Full audit trail on every credential your team and your AI tools use, plus a private PKI to issue and manage certificates without a third-party CA

GitGuardian tracked over 28 million new secrets leaked on public GitHub in 2025 alone. Most companies still find out the same way Toyota did: too late, by accident, years after the fact.

MIT License (core). 12,700+ GitHub stars. Self-host free, unlimited users.

Similar Articles

GitLost: We Tricked GitHub's AI Agent into Leaking Private Repos

Hacker News Top

Noma Labs discovered a critical prompt injection vulnerability in GitHub's Agentic Workflows, allowing unauthenticated attackers to exfiltrate data from private repositories by posting a crafted GitHub issue in a public repository of the same organization.

In stunning display of stupid, secret CISA credentials found in public GitHub repo

Ars Technica

A public GitHub repository named 'Private-CISA' exposed plaintext passwords, SSH keys, and tokens belonging to CISA, allowing high-privilege access to AWS GovCloud accounts. The breach was discovered by GitGuardian and reported by Brian Krebs, following a previous incident where the acting CISA director leaked government documents via ChatGPT.