LICENSE
README.md
pyproject.toml
cot_redteam/__init__.py
cot_redteam/api.py
cot_redteam/py.typed
cot_redteam/resources.py
cot_redteam/attacks/__init__.py
cot_redteam/attacks/base.py
cot_redteam/attacks/distillation/__init__.py
cot_redteam/attacks/distillation/attacks.py
cot_redteam/attacks/evasion/__init__.py
cot_redteam/attacks/evasion/attacks.py
cot_redteam/attacks/faithfulness/__init__.py
cot_redteam/attacks/faithfulness/attacks.py
cot_redteam/attacks/generative/__init__.py
cot_redteam/attacks/generative/engine.py
cot_redteam/attacks/injection/__init__.py
cot_redteam/attacks/injection/agent.py
cot_redteam/attacks/injection/attacks.py
cot_redteam/attacks/injection/payload_bank.py
cot_redteam/attacks/injection/scoring.py
cot_redteam/attacks/injection/system_canary_bank.jsonl
cot_redteam/attacks/injection/techniques.py
cot_redteam/attacks/manipulation/__init__.py
cot_redteam/attacks/manipulation/attacks.py
cot_redteam/attacks/sandbagging/__init__.py
cot_redteam/attacks/sandbagging/attacks.py
cot_redteam/attacks/steganography/__init__.py
cot_redteam/attacks/steganography/attacks.py
cot_redteam/benchmark/__init__.py
cot_redteam/benchmark/canary.py
cot_redteam/benchmark/conversation.py
cot_redteam/benchmark/corpora.py
cot_redteam/benchmark/engine.py
cot_redteam/benchmark/importers.py
cot_redteam/benchmark/judge.py
cot_redteam/benchmark/metrics.py
cot_redteam/benchmark/planner.py
cot_redteam/benchmark/policies.py
cot_redteam/benchmark/preparation.py
cot_redteam/benchmark/results.py
cot_redteam/benchmark/retention.py
cot_redteam/benchmark/schema.py
cot_redteam/benchmark/scoring.py
cot_redteam/benchmark/suite.py
cot_redteam/benchmark/techniques.py
cot_redteam/benchmark/templates.py
cot_redteam/benchmark/transforms.py
cot_redteam/benchmark/validation.py
cot_redteam/cli/__init__.py
cot_redteam/cli/main.py
cot_redteam/core/__init__.py
cot_redteam/core/config.py
cot_redteam/core/errors.py
cot_redteam/core/reasoning.py
cot_redteam/core/serialization.py
cot_redteam/core/types.py
cot_redteam/data/__init__.py
cot_redteam/data/config.example.yaml
cot_redteam/eval/__init__.py
cot_redteam/eval/budgets.py
cot_redteam/eval/dataset.py
cot_redteam/eval/engine.py
cot_redteam/eval/events.py
cot_redteam/eval/manifest.py
cot_redteam/eval/metrics.py
cot_redteam/eval/planner.py
cot_redteam/eval/race.py
cot_redteam/eval/retention.py
cot_redteam/eval/datasets/__init__.py
cot_redteam/eval/datasets/sample.jsonl
cot_redteam/monitors/__init__.py
cot_redteam/monitors/base.py
cot_redteam/monitors/ensemble.py
cot_redteam/monitors/evasion.py
cot_redteam/monitors/llm_judge.py
cot_redteam/monitors/regex_monitor.py
cot_redteam/plugins/__init__.py
cot_redteam/plugins/bootstrap.py
cot_redteam/plugins/registry.py
cot_redteam/providers/__init__.py
cot_redteam/providers/anthropic.py
cot_redteam/providers/base.py
cot_redteam/providers/factory.py
cot_redteam/providers/mock.py
cot_redteam/providers/openai_compatible.py
cot_redteam/reporting/__init__.py
cot_redteam/reporting/benchmark.py
cot_redteam/reporting/model.py
cot_redteam/reporting/renderers.py
cot_redteam/reporting/report.py
cot_redteam/storage/__init__.py
cot_redteam/storage/artifacts.py
cot_redteam/storage/sqlite.py
cot_redteam/tui/__init__.py
cot_redteam/tui/app.py
cot_redteam/tui/commands.py
cot_redteam/tui/interactive.py
cot_redteam/tui/render.py
cot_redteam/tui/state.py
cot_redteam_agent.egg-info/PKG-INFO
cot_redteam_agent.egg-info/SOURCES.txt
cot_redteam_agent.egg-info/dependency_links.txt
cot_redteam_agent.egg-info/entry_points.txt
cot_redteam_agent.egg-info/requires.txt
cot_redteam_agent.egg-info/top_level.txt
tests/test_attacks.py
tests/test_benchmark_api.py
tests/test_monitors.py
tests/test_types.py