Protected action pauses
Guardian pauses risky commands — sudo, SSH, cloud changes, GitHub admin, Terraform/Kubernetes, deploys, destructive DB actions — until you approve.
Orbit Authority Guardian
Wrap your agent tools — shell commands, repo changes, deploys, secrets access, and cloud actions — with policy checks before they run.
Guardian wraps the tools your agents already use.
Cron jobs, PR watchers, release scripts, long-running automations.
Local agent runtime and tool-call checkpoints.
Hooks around shell, file, repo, and package-manager actions.
Wrapper checkpoints for command and repo mutation paths.
gh, kubectl, terraform, docker, ssh, and internal CLIs.
Any surface that can ask: actor, action, scope, context.
Actor requests a consequential action.
agent: ORBIT_BYPASS=1 terraform destroy workspace=prod
Orbit Authority checks authority and scope.
policy: production protected + bypass attempt detected
Allow, escalate to a human, or deny.
Blocked before it runs.
Receipt and audit trail recorded.
A signed receipt records who, what, which rule, the decision, and when.
How Guardian governs
Guardian pauses risky commands — sudo, SSH, cloud changes, GitHub admin, Terraform/Kubernetes, deploys, destructive DB actions — until you approve.
ORBIT asks the configured approver and returns allow, deny, time-bound approval, or escalation timeout based on policy.
When Guardian is protecting an action, an unreachable gateway or no approver response blocks the action rather than silently allowing it.
Where Guardian can only watch, it says so.
Every governed decision should produce an auditable receipt with actor, action hash, policy reason, verdict, approver path, timestamp, and key reference.
Receipts prove the decision without exposing secrets, raw prompts, raw file contents, or private infrastructure details.
| Action | Verdict | Reason |
|---|---|---|
| sudo | ESCALATE | Owner approval required. |
| rm -rf outside temp paths | BLOCK | Destructive filesystem action. |
| git push --force | ESCALATE | History rewrite needs explicit approval. |
| terraform destroy | BLOCK | Shared infra protected by policy. |
| ORBIT_BYPASS=1 secret file read | BLOCK | Bypass attempt and secret access blocked by policy. |
| npm test | ALLOW | Read-only repo-local command. |