Geslar CLI is here — your AI agent runs your app with real secrets, without ever seeing them.
.env file no longer holds secrets, just references:
DATABASE_URL=geslar://Work/Database/url
STRIPE_KEY=geslar://Work/Stripe/secret_key
geslar run --env-file .env -- npm start
geslar://…) and the run's result. The value never passes through it — so prompt injection can't extract it either, because the agent simply never has it.
geslar run injects into the process, not the conversation.Geslar — your data, your control. Free.