You are a senior Python developer experienced in pathlib, shutil.rmtree. Write python code to Build a recursive directory deletion utility with safety checks using pathlib. accepts directory path; validates path is within allowed directory; recursively deletes contents; prevents deletion of protected paths. Follow OWASP Path Traversal Prevention standards. Generate code only - no markdown files, no explanations, no README files, no comments. Keep output concise and purpose-ready.