LICENSE
README.md
pyproject.toml
restricted_exec/__init__.py
restricted_exec/audit.py
restricted_exec/executor.py
restricted_exec/fs_sandbox.py
restricted_exec/output_sanitize.py
restricted_exec/policy.py
restricted_exec/policy_loader.py
restricted_exec/python_sanitizer.py
restricted_exec/safe_api.py
restricted_exec/shell_sanitizer.py
restricted_exec.egg-info/PKG-INFO
restricted_exec.egg-info/SOURCES.txt
restricted_exec.egg-info/dependency_links.txt
restricted_exec.egg-info/requires.txt
restricted_exec.egg-info/top_level.txt
tests/test_adversarial.py
tests/test_audit.py
tests/test_executor.py
tests/test_fs_sandbox.py
tests/test_output_sanitize.py
tests/test_policy_loader.py
tests/test_process_isolation.py
tests/test_python_sanitizer.py
tests/test_resource_limits.py
tests/test_safe_api.py
tests/test_shell_sanitizer.py
tests/test_ssrf.py
tests/test_unicode.py
tests/test_validation_edges.py