Agentic AI - Agent Safety and Guardrails
You want to safely run user-submitted Python code that may contain dangerous operations like file access or network calls. Which approach best uses sandboxing to protect your system?
exec() directly is unsafe; monitoring CPU does not prevent damage; manual import removal is error-prone and incomplete.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions