diff --git a/autogpt_platform/backend/backend/util/workspace.py b/autogpt_platform/backend/backend/util/workspace.py index 86413b640a..663d53931a 100644 --- a/autogpt_platform/backend/backend/util/workspace.py +++ b/autogpt_platform/backend/backend/util/workspace.py @@ -188,7 +188,7 @@ class WorkspaceManager: f"{Config().max_file_size_mb}MB limit" ) - # Virus scan content before persisting (defense in depth) + # Virus scan content before persisting await scan_content_safe(content, filename=filename) # Determine path with session scoping