Giving coding agents shell access feels insane. How are people handling secrets?
Summary
The author expresses concern about granting coding agents shell access, noting they can read sensitive files like .env and credentials, and asks the community for practical secret-handling patterns before letting agents touch real repositories.
Similar Articles
How are you giving coding agents access to external APIs without handing them raw secrets?
A discussion on how developers handle credentials for coding agents, exploring an approach where agents use APIs without receiving raw secrets, with injection at request time and destination restrictions. The author is building this as part of Stashbase and invites others to share their practices.
Gave my coding agents SSH access to real servers without putting keys in their environment - here's the trust model
The author presents a secure method for giving coding agents SSH access to real servers using an intermediary client that holds keys and signs commands, with per-host policies, live monitoring, and audit logs, while discussing limitations and seeking feedback.
What should a coding agent be allowed to do?
The article explores the security concerns and best practices for controlling access granted to coding agents in software projects, particularly regarding sensitive data and actions.
Al coding agents just got a serious security headache
The article discusses emerging security concerns with AI coding agents, focusing on permission management and the risks of giving them full access to development environments.
If you're new to coding agents: they keep a diary, and your API keys are in it
Coding agents like Claude Code, Cursor, and Codex save session logs locally, potentially exposing sensitive data like API keys and environment variables. A developer named Ishan created an offline tool to scan and redact secrets from these logs, addressing a common security blind spot.