allow external_directory reads — not a security boundary

Made-with: Cursor
This commit is contained in:
Colin McDonnell
2026-03-30 21:37:36 +00:00
committed by pullfrog[bot]
parent 51659fee71
commit 6c5d228c04
5 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ function buildSecurityConfig(ctx: AgentRunContext, model: string | undefined): s
edit: "allow",
read: "allow",
webfetch: "allow",
external_directory: "deny",
external_directory: "allow",
skill: "allow",
},
mcp: {