You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Debug/release threshold split**: Relaxed thresholds for debug builds (unoptimized crypto) while preserving real claims for release
26
+
27
+
#### Fuzzing Expansion
28
+
-**6 new fuzz targets**: `dsl_evaluator`, `mattermost_signature_verification`, `crypto_roundtrip`, `webhook_verify_generic`, `api_key_store`, `policy_evaluation` — total now 18 targets
Copy file name to clipboardExpand all lines: docs/security-model.md
+74Lines changed: 74 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -592,6 +592,80 @@ impl SecurityAnalyzer {
592
592
593
593
---
594
594
595
+
## ClawHavoc Skill Scanner
596
+
597
+
The ClawHavoc scanner provides content-level defense for agent skills. Every skill file is scanned line-by-line before loading, and findings at Critical or High severity block the skill from executing.
0 commit comments