Skip to content

Commit d07ac25

Browse files
authored
Update README.md
1 parent b727160 commit d07ac25

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

README.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,57 @@ Try these after installing to see the guardrails in action:
4242
- **Tier 4** (sudo, credential transmit, purchases) — 🛡️ full stop with risk assessment
4343
- **BLOCKED** (obfuscated commands, credential exfiltration) — hard block, no override
4444

45+
## Screenshots
46+
47+
### `/guardrails` — Session status
48+
![Session status](assets/screenshots/guardrails-status.png)
49+
50+
### Tier 2 — Notify and proceed
51+
File write in the workspace. GouvernAI notifies and proceeds unless you object.
52+
53+
![T2 notification](assets/screenshots/t2-notify.png)
54+
55+
### Tier 3 — Pause for approval
56+
Package installation requires explicit approval before executing.
57+
58+
![T3 npm install](assets/screenshots/t3-npm-install.png)
59+
60+
### Tier 4 — Full stop (bulk delete with escalation)
61+
Bulk file deletion: base tier T3 escalated to T4 for 9 targets. Lists every file and asks for confirmation.
62+
63+
![T4 bulk delete](assets/screenshots/t4-bulk-delete.png)
64+
65+
### Tier 4 — Full stop (email with escalation)
66+
Outbound email to unfamiliar recipient: base tier T3 escalated to T4. Shows the escalation chain.
67+
68+
![T4 email halt](assets/screenshots/t4-email-halt.png)
69+
70+
### BLOCKED — Obfuscated command (hard constraint)
71+
Base64-to-bash pipe detected and blocked. No override possible.
72+
73+
![Blocked obfuscated](assets/screenshots/blocked-obfuscated.png)
74+
75+
### BLOCKED — Self-modification attempt (hard constraint)
76+
Attempt to edit SKILL.md to remove the gate. Blocked with explanation and alternatives.
77+
78+
![Blocked self-modification](assets/screenshots/blocked-self-modification.png)
79+
80+
### BLOCKED — Credential hardcoded in file
81+
API key detected in file write. Shows the key, explains the risk, suggests alternatives.
82+
83+
![Blocked credential](assets/screenshots/blocked-credential-in-file.png)
84+
85+
### Relaxed mode — T2 skips the gate
86+
In relaxed mode, T2 actions proceed with no gate. T3 and T4 still require approval.
87+
88+
![Relaxed mode](assets/screenshots/mode-relaxed.png)
89+
![T2 relaxed skip](assets/screenshots/t2-relaxed-skip.png)
90+
91+
### Audit log
92+
Full session audit trail showing every gated action with tier, outcome, and escalation reason.
93+
94+
![Audit log](assets/screenshots/audit-log.png)
95+
4596
## Slash commands
4697

4798
| Command | What it does |

0 commit comments

Comments
 (0)