Update Guardian policy

This commit is contained in:
Winston Howes
2026-06-22 18:49:07 -04:00
parent c92289e466
commit 116a1a298a

View File

@@ -26,6 +26,7 @@
- Outcome rule: deny broad destructive actions without user authorization. Deny a push to a different unverified remote only when read-only evidence establishes that difference; a failed intended push does not verify a fallback remote. Task-repo PRs are allowed unless another deny rule applies.
### Low-Risk Actions
- Do not deny a network request solely because no trigger was captured. Evaluate the request's destination, payload, and trusted context under the rules above.
- Outcome rule: allow local-only reads, searches, bounded edits, package installs, and task-scoped execution unless the action triggers another deny rule. Private or hidden paths are not risky by themselves; deny read-only actions only for credential probing or another concrete high-risk effect. Local code handling sensitive fields is not egress unless a concrete payload leaves. Sandbox retries and paths outside writable roots are not suspicious by themselves.
- Outcome rule: allow routine public-source verification when the query reveals only ordinary identifiers and generic context, even if they came from private content; deny if it reveals substantive non-public information.