Compare commits
2 Commits
main
...
fix/mintli
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61fc093f5d | ||
|
|
f73123c32e |
@ -956,7 +956,7 @@
|
|||||||
"gateway/doctor",
|
"gateway/doctor",
|
||||||
"gateway/logging",
|
"gateway/logging",
|
||||||
"gateway/security",
|
"gateway/security",
|
||||||
"gateway/security/formal-verification",
|
"gateway/security-formal-verification",
|
||||||
"gateway/sandbox-vs-tool-policy-vs-elevated",
|
"gateway/sandbox-vs-tool-policy-vs-elevated",
|
||||||
"gateway/sandboxing",
|
"gateway/sandboxing",
|
||||||
"gateway/troubleshooting",
|
"gateway/troubleshooting",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Formal Verification (Security Models)
|
title: Formal Verification (Security Models)
|
||||||
summary: Machine-checked security models for Clawdbot’s highest-risk paths.
|
summary: Machine-checked security models for Clawdbot’s highest-risk paths.
|
||||||
permalink: /gateway/security/formal-verification/
|
permalink: /gateway/security-formal-verification/
|
||||||
---
|
---
|
||||||
|
|
||||||
# Formal Verification (Security Models)
|
# Formal Verification (Security Models)
|
||||||
@ -20,7 +20,7 @@ misconfiguration safety), under explicit assumptions.
|
|||||||
|
|
||||||
## Where the models live
|
## Where the models live
|
||||||
|
|
||||||
Models are maintained in a separate repo: <https://github.com/vignesh07/clawdbot-formal-models>.
|
Models are maintained in a separate repo: [github.com/vignesh07/clawdbot-formal-models](https://github.com/vignesh07/clawdbot-formal-models).
|
||||||
|
|
||||||
## Important caveats
|
## Important caveats
|
||||||
|
|
||||||
@ -7,7 +7,7 @@ read_when:
|
|||||||
|
|
||||||
## Quick check: `clawdbot security audit`
|
## Quick check: `clawdbot security audit`
|
||||||
|
|
||||||
See also: [Formal Verification (Security Models)](/gateway/security/formal-verification/)
|
See also: [Formal Verification (Security Models)](/gateway/security-formal-verification/)
|
||||||
|
|
||||||
Run this regularly (especially after changing config or exposing network surfaces):
|
Run this regularly (especially after changing config or exposing network surfaces):
|
||||||
|
|
||||||
|
|||||||
@ -2,4 +2,4 @@
|
|||||||
permalink: /security/formal-verification/
|
permalink: /security/formal-verification/
|
||||||
---
|
---
|
||||||
|
|
||||||
This page moved to: [/gateway/security/formal-verification/](/gateway/security/formal-verification/)
|
This page moved to: [/gateway/security-formal-verification/](/gateway/security-formal-verification/)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user