Skip to content

Commit f0fecd6

Browse files
authored
docs: Add security reminder to README (#29)
Co-authored-by: snehshah22 <snehshah22@users.noreply.github.com>
1 parent 33a6c20 commit f0fecd6

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,14 @@ Interact with your coding agent using natural language prompts to perform comple
6767

6868
* **Plugin Not Found:** Ensure you have restarted your agent (e.g., Gemini CLI or Codex) after installation.
6969
* **Authentication Errors:** Many GCP skills require an active authenticated session. Ensure you have run `gcloud auth login` and `gcloud auth application-default login` on your machine.
70+
71+
## Security Reminder: Agent Environment Hardening
72+
73+
Your agent has the power to
74+
execute tools and commands on your behalf. Protect your GCP resources by
75+
enforcing **Strict Least Privilege** across all CLIs, MCP servers and other
76+
resources available to your agents. For example, use scoped Service Accounts
77+
(read more
78+
[here](https://docs.cloud.google.com/docs/authentication/use-service-account-impersonation))
79+
for tasks accessing your cloud resources and conducting regular permission and
80+
agent settings audits to minimize your attack surface.

0 commit comments

Comments
 (0)