SQL intercepts Β· decisions Β· pass-through
| Time | Type | SQL | Risk | Process Chain | Decision |
|---|---|---|---|---|---|
| 05:04:39 | DROP | DROP TABLE IF EXISTS _guardian_test | β | python3 | denied |
| 05:03:06 | DROP | DROP TABLE IF EXISTS _guardian_test | high | python3 | db DROP |
| 05:02:52 | DELETE (with WHERE) | DELETE FROM _guardian_test WHERE id = 1 | medium | sshd β sshd β sshd β bash β claude β bash β python3 | db DELETE (with WHERE) |
| 03:02:00 | DROP | DROP TABLE _final_test; | β | β | denied |
| 03:01:52 | DROP | DROP | β | β | denied |
| 03:01:51 | DROP | DROP TABLE IF EXISTS _final_test; | β | β | allow_always |
| 03:01:32 | DROP | DROP TABLE IF EXISTS _final_test; | high | postgres | db DROP |
| 03:01:29 | DROP | DROP TABLE _final_test; | high | postgres | db DROP |