docs: agents - add secres access policy

This commit is contained in:
Ryan Yin
2026-07-28 18:28:12 +08:00
parent 64ecc1cf66
commit 5c5bbe3210
+7
View File
@@ -33,6 +33,13 @@ If rules conflict, follow the higher-priority source and state the conflict brie
- Redact sensitive output in logs and summaries.
- For infra/IaC changes, prefer plan/eval/check before apply/deploy.
### Secret Access
- Commands or API calls that retrieve secret values or payloads are forbidden, even with explicit
user authorization and regardless of how their output is processed.
- Metadata and key names are allowed only through commands verified not to return values, such as
`kubectl describe secret`.
## 4) Scope Discipline
- Keep changes strictly within requested scope.