Developer Environment Security
Developer workstations are critical trust boundaries where source code and credentials interact.
Workstation Guidelines
- Credential Isolation: Production credentials strictly isolated from development environments.
- No Unsafe Execution: Disallow piping unverified remote scripts into local shells (
curl | bash). - Tool Auditing: Regularly audit IDE plugins and local developer toolchains.