You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,3 +67,14 @@ Interact with your coding agent using natural language prompts to perform comple
67
67
68
68
***Plugin Not Found:** Ensure you have restarted your agent (e.g., Gemini CLI or Codex) after installation.
69
69
***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
0 commit comments