From ee20e78007f0dc5b68e5611dc2cc14db740502d2 Mon Sep 17 00:00:00 2001 From: Lucas Gomide Date: Tue, 3 Jun 2025 10:55:20 -0300 Subject: [PATCH] remove TODO: security check since we are handle that on enterprise side --- src/crewai/cli/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/crewai/cli/utils.py b/src/crewai/cli/utils.py index e1ff0dd15..9780b52fa 100644 --- a/src/crewai/cli/utils.py +++ b/src/crewai/cli/utils.py @@ -406,8 +406,6 @@ def _load_tools_from_init(init_file: Path) -> list[dict[str, Any]]: ) raise SystemExit(1) - # TODO: Security check: prevent any inject malicious code, or stuff like that - return [ { "name": name,