Takumo
You paste code into Claude. That code has secrets in it. Now Claude has your secrets. Takumo fixes this. It swaps your secrets for tokens before anything leaves your machine, then swaps them back when the response comes in.Two parts
Aegis Shield
Outbound. Tokenizes secrets before they reach AI. Done and working.
Sentinel
Inbound. Validates AI-generated code before you use it. Coming soon.
What it catches
| Type | Examples |
|---|---|
| Cloud | AWS access keys, GCP service accounts, Azure connection strings |
| Payments | Stripe secret/publishable keys, webhook secrets |
| Databases | PostgreSQL, MySQL, MongoDB, Redis connection URIs |
| Auth | JWTs, bearer tokens, session secrets, OAuth tokens |
| Dev tools | GitHub PATs, GitLab tokens, npm tokens, Slack tokens |
| Crypto | RSA/EC/OpenSSH private keys, PGP keys |
| Infra | Internal hostnames (*.internal), private IPs, localhost URLs |
| Generic | Any value assigned to password, secret, api_key, etc. |
Status
Private alpha. Aegis Shield is complete. Sentinel is in development.Request Access
Join the early access program