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 applicationsLearn about Arbitrary Code Execution vulnerabilities in an interactive lesson.
Start learningUpgrade smolagents
to version 1.5.0 or higher.
smolagents is a 🤗 smolagents: a barebones library for agents. Agents write python code to call tools or orchestrate other agents.
Affected versions of this package are vulnerable to Arbitrary Code Execution due to allowing access to Python builtins
in local_python_executor.py
, and only restricting eval()
, compile()
, and exec()
.