LICENSE
README.md
pyproject.toml
nyuwaymcpsandbox/__init__.py
nyuwaymcpsandbox/pipeline.py
nyuwaymcpsandbox.egg-info/PKG-INFO
nyuwaymcpsandbox.egg-info/SOURCES.txt
nyuwaymcpsandbox.egg-info/dependency_links.txt
nyuwaymcpsandbox.egg-info/entry_points.txt
nyuwaymcpsandbox.egg-info/requires.txt
nyuwaymcpsandbox.egg-info/top_level.txt
nyuwaymcpsandbox/cli/__init__.py
nyuwaymcpsandbox/cli/main.py
nyuwaymcpsandbox/detection/__init__.py
nyuwaymcpsandbox/detection/engine.py
nyuwaymcpsandbox/detection/rules.py
nyuwaymcpsandbox/detection/verdict.py
nyuwaymcpsandbox/detection/builtin/credential_env_access.yaml
nyuwaymcpsandbox/detection/builtin/destructive_tool_invoked.yaml
nyuwaymcpsandbox/detection/builtin/file_write_outside_workdir.yaml
nyuwaymcpsandbox/detection/builtin/outbound_network_from_tool.yaml
nyuwaymcpsandbox/detection/builtin/pre_tool_network_activity.yaml
nyuwaymcpsandbox/detection/builtin/sensitive_file_read.yaml
nyuwaymcpsandbox/detection/builtin/shell_exec_in_tool.yaml
nyuwaymcpsandbox/detection/builtin/slow_tool_response.yaml
nyuwaymcpsandbox/detection/builtin/suspicious_dns_tld.yaml
nyuwaymcpsandbox/drivers/__init__.py
nyuwaymcpsandbox/drivers/deterministic.py
nyuwaymcpsandbox/drivers/docker_exec_stream.py
nyuwaymcpsandbox/drivers/fakes.py
nyuwaymcpsandbox/drivers/litellm_backend.py
nyuwaymcpsandbox/drivers/llm_backend.py
nyuwaymcpsandbox/drivers/llm_driver.py
nyuwaymcpsandbox/drivers/mcp_client.py
nyuwaymcpsandbox/drivers/prompt_library.py
nyuwaymcpsandbox/drivers/stdio_mcp.py
nyuwaymcpsandbox/drivers/subprocess_stream.py
nyuwaymcpsandbox/drivers/synth.py
nyuwaymcpsandbox/drivers/prompts/adversarial_library.yaml
nyuwaymcpsandbox/output/__init__.py
nyuwaymcpsandbox/output/describe.py
nyuwaymcpsandbox/output/json_report.py
nyuwaymcpsandbox/output/report.py
nyuwaymcpsandbox/output/sarif_report.py
nyuwaymcpsandbox/output/timeline_view.py
nyuwaymcpsandbox/sandbox/__init__.py
nyuwaymcpsandbox/sandbox/events.py
nyuwaymcpsandbox/sandbox/images.py
nyuwaymcpsandbox/sandbox/monitor.py
nyuwaymcpsandbox/sandbox/orchestrator.py
nyuwaymcpsandbox/sandbox/timeline.py
nyuwaymcpsandbox/sandbox/monitors/__init__.py
nyuwaymcpsandbox/sandbox/monitors/environment.py
nyuwaymcpsandbox/sandbox/monitors/filesystem.py
nyuwaymcpsandbox/sandbox/monitors/network.py
nyuwaymcpsandbox/sandbox/monitors/process.py
nyuwaymcpsandbox/sandbox/preload/__init__.py
nyuwaymcpsandbox/sandbox/preload/sitecustomize.py
nyuwaymcpsandbox/sources/__init__.py
nyuwaymcpsandbox/sources/_archive.py
nyuwaymcpsandbox/sources/github.py
nyuwaymcpsandbox/sources/local.py
nyuwaymcpsandbox/sources/npm.py
nyuwaymcpsandbox/sources/pypi.py
tests/test_cli_smoke.py
tests/test_describe.py
tests/test_detection_engine.py
tests/test_detection_rules.py
tests/test_deterministic.py
tests/test_docker_exec_stream.py
tests/test_environment_monitor.py
tests/test_events.py
tests/test_filesystem_monitor.py
tests/test_images.py
tests/test_json_report.py
tests/test_litellm_backend.py
tests/test_llm_driver.py
tests/test_malicious_fixture.py
tests/test_monitor.py
tests/test_monitors_stubs.py
tests/test_network_monitor.py
tests/test_orchestrator.py
tests/test_pipeline.py
tests/test_process_monitor.py
tests/test_prompt_library.py
tests/test_sarif_report.py
tests/test_sources.py
tests/test_stdio_mcp.py
tests/test_synth.py
tests/test_timeline.py
tests/test_timeline_view.py
tests/test_verdict.py