mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-25 15:37:32 +00:00
fix(security): harden untrusted web tool transcripts
This commit is contained in:
@@ -67,6 +67,7 @@ export type ExternalContentSource =
|
||||
| "email"
|
||||
| "webhook"
|
||||
| "api"
|
||||
| "browser"
|
||||
| "channel_metadata"
|
||||
| "web_search"
|
||||
| "web_fetch"
|
||||
@@ -76,6 +77,7 @@ const EXTERNAL_SOURCE_LABELS: Record<ExternalContentSource, string> = {
|
||||
email: "Email",
|
||||
webhook: "Webhook",
|
||||
api: "API",
|
||||
browser: "Browser",
|
||||
channel_metadata: "Channel metadata",
|
||||
web_search: "Web Search",
|
||||
web_fetch: "Web Fetch",
|
||||
|
||||
Reference in New Issue
Block a user