LICENSE
README.md
pyproject.toml
tainted/__init__.py
tainted/applicability.py
tainted/config.py
tainted/models.py
tainted/orchestrator.py
tainted/ownership.py
tainted.egg-info/PKG-INFO
tainted.egg-info/SOURCES.txt
tainted.egg-info/dependency_links.txt
tainted.egg-info/requires.txt
tainted.egg-info/top_level.txt
tainted/bench/__init__.py
tainted/bench/agentdojo.py
tainted/checks/__init__.py
tainted/checks/bola.py
tainted/checks/classic_injection.py
tainted/checks/request_plane.py
tainted/checks/test_integrity.py
tainted/checks/tool_plane.py
tainted/dynamic/__init__.py
tainted/dynamic/agent_driver.py
tainted/dynamic/discovery.py
tainted/dynamic/injection_probes.py
tainted/dynamic/probes.py
tainted/dynamic/replay.py
tainted/dynamic/route_probes.py
tainted/dynamic/sandbox.py
tainted/dynamic/target.py
tainted/fix/__init__.py
tainted/fix/deterministic.py
tainted/fix/interview.py
tainted/fix/reverify.py
tainted/fix/tool_plane_fix.py
tainted/llm/__init__.py
tainted/llm/client.py
tainted/llm/gemini.py
tainted/llm/prompts/__init__.py
tainted/report/__init__.py
tainted/report/model.py
tainted/selfdefense/__init__.py
tainted/selfdefense/plan_commitment.py
tainted/static/__init__.py
tainted/static/parsing.py
tainted/static/routes.py
tainted/static/semgrep.py
tainted/static/supabase.py
tainted/static/tools.py
tainted/static/rules/bola.yaml
tainted/static/rules/injection.yaml
tests/test_action_contract.py
tests/test_agent_formats.py
tests/test_benchmark.py
tests/test_candidate_addressing.py
tests/test_classic_injection.py
tests/test_dynamic_planes.py
tests/test_dynamic_probes.py
tests/test_end_to_end.py
tests/test_fix_all_planes.py
tests/test_fix_loop.py
tests/test_interview_and_report.py
tests/test_orchestrator_planes.py
tests/test_ownership_and_applicability.py
tests/test_plan_commitment.py
tests/test_prompt_fencing.py
tests/test_release_shape.py
tests/test_report_and_coverage.py
tests/test_routes_and_bola.py
tests/test_semgrep.py
tests/test_static_supabase.py
tests/test_test_integrity.py
tests/test_tool_plane.py