autogen-development
Audited by Socket on Feb 15, 2026
1 alert found:
Obfuscated FileThis file is legitimate documentation and examples for multi-agent development. I found no evidence of deliberate obfuscation, backdoors, or connections to suspicious domains. The most serious security issue is the use of eval() in the calculate() example and the presentation of local/Docker execution examples without concrete sandboxing or input validation—both allow arbitrary code execution and potential data leakage if used with untrusted inputs. Recommendations: remove or replace eval with a safe expression evaluator or strict parser, demonstrate and enforce sandboxing and least-privilege configurations for executors (e.g., read-only mounts, disabled host network, seccomp/AppArmor, resource limits), implement input validation and allowlist patterns for FunctionTool inputs, and add guidance or utilities for filtering/redacting secrets before sending data to model_client.