In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade strands-agents to version 1.18.0 or higher.
strands-agents is an A model-driven approach to building AI agents in just a few lines of code
Affected versions of this package are vulnerable to Use of Incorrectly-Resolved Name or Reference via dynamic tool module registration in ToolLoader. The load_tools_from_file_path and load_python_tools helpers insert tool modules into sys.modules under names taken directly from the tool file’s base_name or the tool_name argument without validation or namespacing. An attacker can load a tool whose name matches a standard library or internal module, overwriting that entry in sys.modules and hijacking subsequent imports, potentially altering SDK or application behavior.