LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
docs/API-STABILITY.md
docs/ARCHITECTURE.md
docs/LIMITATIONS.md
docs/POLICY.md
docs/PROBES.md
docs/SCANNING.md
docs/architecture.svg
examples/README.md
examples/mcp-server-git.AGENTS.md
examples/mcp-server-git.report.md
examples/mcp_server_git_repro.py
examples/mock-failing.AGENTS.md
examples/mock-failing.report.md
examples/scan_mcp_example.py
examples/phase-d/README.md
examples/phase-d/claude-haiku-fault.scorecard.txt
examples/phase-d/record-baseline-t1.jsonl
examples/phase-d/record-chaos-t1.jsonl
examples/phase-d/tasks.json
examples/phase-d/twin-ledger.jsonl
examples/phase-d/twin-state.jsonl
examples/phase-d/verify_independent.py
examples/phase-d-gate/README.md
examples/phase-d-gate/claude-haiku-gate.scorecard.txt
examples/phase-d-gate/record-chaos1-t1.jsonl
examples/phase-d-gate/record-chaos3-t1.jsonl
examples/phase-d-gate/scan.json
examples/phase-d-gate/tasks.json
examples/phase-d-gate/twin-ledger.jsonl
examples/phase-d-gate/twin-state.jsonl
examples/phase-d-gate/verify_gate.py
ratemyagent/__init__.py
ratemyagent/cli.py
ratemyagent/formatting.py
ratemyagent/models.py
ratemyagent/policy.py
ratemyagent/proxy.py
ratemyagent/py.typed
ratemyagent/scanner.py
ratemyagent.egg-info/PKG-INFO
ratemyagent.egg-info/SOURCES.txt
ratemyagent.egg-info/dependency_links.txt
ratemyagent.egg-info/entry_points.txt
ratemyagent.egg-info/requires.txt
ratemyagent.egg-info/top_level.txt
ratemyagent/outputs/__init__.py
ratemyagent/outputs/agents_md.py
ratemyagent/outputs/common.py
ratemyagent/outputs/report.py
ratemyagent/outputs/scorecard.py
ratemyagent/policies/production-default.yaml
ratemyagent/probes/__init__.py
ratemyagent/probes/agent_baseline.py
ratemyagent/probes/agent_deadline.py
ratemyagent/probes/agent_metrics.py
ratemyagent/probes/base.py
ratemyagent/probes/behavior.py
ratemyagent/probes/concurrency.py
ratemyagent/probes/contract.py
ratemyagent/probes/cost.py
ratemyagent/probes/fault.py
ratemyagent/probes/latency.py
ratemyagent/probes/repeats.py
ratemyagent/targets/__init__.py
ratemyagent/targets/agent.py
ratemyagent/targets/base.py
ratemyagent/targets/fault_proxy.py
ratemyagent/targets/llm.py
ratemyagent/targets/mcp.py
ratemyagent/targets/mock.py
ratemyagent/targets/mutability.py
tests/__init__.py
tests/conftest.py
tests/support.py
tests/test_agent_contract.py
tests/test_agent_flags.py
tests/test_agent_gate.py
tests/test_agent_target.py
tests/test_applied_nothing.py
tests/test_backoff.py
tests/test_baseline_carryover.py
tests/test_baseline_control.py
tests/test_cancellation_and_env.py
tests/test_caveat_invariants.py
tests/test_ci_readiness.py
tests/test_cli.py
tests/test_client_timeout.py
tests/test_correction_tokens.py
tests/test_coverage_verdict.py
tests/test_duplicate_deliveries.py
tests/test_duplicate_mutations.py
tests/test_key_scope.py
tests/test_llm_unscoring.py
tests/test_lost_reply_close.py
tests/test_models.py
tests/test_policy.py
tests/test_proxy.py
tests/test_proxy_command_redaction.py
tests/test_realized_schedule.py
tests/test_reconciliation.py
tests/test_recovery_floor.py
tests/test_repeats.py
tests/test_scan_deadline.py
tests/test_scanner.py
tests/test_verification_tools.py
tests/test_verify_tool.py
tests/fixtures/counting_mcp_server.py
tests/fixtures/event_twin_mcp_server.py
tests/fixtures/gate_b_a1_behavior.json
tests/fixtures/rate_limited_mcp_server.py
tests/fixtures/strict_mcp_server.py
tests/fixtures/stub_mcp_server.py
tests/fixtures/agents/_agent_base.py
tests/fixtures/agents/blind_agent.py
tests/fixtures/agents/careful_agent.py
tests/fixtures/agents/chatty_agent.py
tests/fixtures/agents/no_timeout_agent.py
tests/fixtures/agents/optimistic_agent.py
tests/fixtures/agents/stable_key_agent.py
tests/fixtures/agents/tasks-demo.json
tests/fixtures/agents/tasks.json
tests/test_outputs/__init__.py
tests/test_outputs/test_agents_md.py
tests/test_outputs/test_report.py
tests/test_outputs/test_scorecard_style.py
tests/test_probes/__init__.py
tests/test_probes/test_behavior.py
tests/test_probes/test_concurrency.py
tests/test_probes/test_contract.py
tests/test_probes/test_cost.py
tests/test_probes/test_fault.py
tests/test_probes/test_latency.py
tests/test_targets/__init__.py
tests/test_targets/test_delivered.py
tests/test_targets/test_fault_proxy.py
tests/test_targets/test_header_delivery.py
tests/test_targets/test_http_transport.py
tests/test_targets/test_jsonrpc_rejection.py
tests/test_targets/test_llm.py
tests/test_targets/test_mcp.py
tests/test_targets/test_mcp_error_payloads.py
tests/test_targets/test_mock.py
tests/test_targets/test_mutability.py
tests/test_targets/test_transport_failures.py