CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
SECURITY.md
pyproject.toml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/benchmark.yml
.github/ISSUE_TEMPLATE/bug.yml
.github/ISSUE_TEMPLATE/integration.yml
.github/ISSUE_TEMPLATE/security-model.yml
.github/workflows/benchmark.yml
.github/workflows/release.yml
.github/workflows/security.yml
.github/workflows/test.yml
agentshield/__init__.py
agentshield/__main__.py
agentshield/_version.py
agentshield/cli.py
agentshield/exceptions.py
agentshield/attacks/__init__.py
agentshield/attacks/base.py
agentshield/attacks/benchmark.py
agentshield/attacks/benign.py
agentshield/attacks/corpus.py
agentshield/attacks/evaluation.py
agentshield/attacks/indirect_prompt_injection.py
agentshield/attacks/malicious_tool_output.py
agentshield/attacks/memory_poisoning.py
agentshield/attacks/results.py
agentshield/attacks/suite.py
agentshield/attacks/variants/__init__.py
agentshield/attacks/variants/indirect_injection.py
agentshield/attacks/variants/memory_poisoning.py
agentshield/attacks/variants/multihop.py
agentshield/attacks/variants/tool_output.py
agentshield/core/__init__.py
agentshield/core/capabilities.py
agentshield/core/engine.py
agentshield/core/events.py
agentshield/core/policies.py
agentshield/core/provenance.py
agentshield/core/risk.py
agentshield/experiments/__init__.py
agentshield/experiments/corpus.py
agentshield/experiments/real_model.py
agentshield/integrations/__init__.py
agentshield/integrations/comparison.py
agentshield/integrations/base/__init__.py
agentshield/integrations/base/adapter.py
agentshield/integrations/base/conformance.py
agentshield/integrations/base/context.py
agentshield/integrations/base/errors.py
agentshield/integrations/base/tools.py
agentshield/integrations/base/traces.py
agentshield/integrations/langgraph/__init__.py
agentshield/integrations/langgraph/adapter.py
agentshield/integrations/langgraph/context.py
agentshield/integrations/langgraph/errors.py
agentshield/integrations/langgraph/events.py
agentshield/integrations/langgraph/experiments.py
agentshield/integrations/langgraph/tools.py
agentshield/integrations/microsoft_agent_framework/__init__.py
agentshield/integrations/microsoft_agent_framework/adapter.py
agentshield/integrations/microsoft_agent_framework/context.py
agentshield/integrations/microsoft_agent_framework/errors.py
agentshield/integrations/microsoft_agent_framework/experiments.py
agentshield/models/__init__.py
agentshield/models/base.py
agentshield/models/deterministic.py
agentshield/models/experiments.py
agentshield/models/ollama.py
agentshield/models/parsing.py
agentshield/persistence/__init__.py
agentshield/persistence/conformance.py
agentshield/persistence/scenarios.py
agentshield/persistence/store.py
agentshield/runtime/__init__.py
agentshield/runtime/agent.py
agentshield/runtime/async_executor.py
agentshield/runtime/authority.py
agentshield/runtime/context.py
agentshield/runtime/executor.py
agentshield/runtime/influence.py
agentshield/runtime/instrumentation.py
agentshield/runtime/memory.py
agentshield/runtime/model_runtime.py
agentshield/runtime/retrieval.py
agentshield/runtime/streaming.py
agentshield/runtime/tools.py
agentshield_provenance.egg-info/PKG-INFO
agentshield_provenance.egg-info/SOURCES.txt
agentshield_provenance.egg-info/dependency_links.txt
agentshield_provenance.egg-info/entry_points.txt
agentshield_provenance.egg-info/requires.txt
agentshield_provenance.egg-info/top_level.txt
benchmarks/baseline-v0.1.0.json
benchmarks/baseline-v0.1.0rc1.json
benchmarks/real-model-v0.1.0.json
demo/__init__.py
demo/async_security.py
demo/attack_benchmark.py
demo/attack_suite.py
demo/authorized_action.py
demo/framework_benchmark.py
demo/indirect_prompt_injection.py
demo/langgraph_attack_suite.py
demo/langgraph_protected.py
demo/langgraph_stategraph_demo.py
demo/malicious_tool_output.py
demo/memory_poisoning.py
demo/microsoft_agent_framework_demo.py
demo/model_adapter_demo.py
demo/normal_retrieval.py
demo/pause_resume_attack.py
demo/persisted_memory_poisoning.py
demo/persisted_trace.py
demo/persistence_benchmark.py
demo/persistence_tamper.py
demo/real_model_attack.py
demo/real_model_scope_attack.py
demo/streaming_security.py
demo/unauthorized_action.py
docs/api-stability.md
docs/architecture.md
docs/benchmarks.md
docs/integrations.md
docs/persistence.md
docs/quickstart.md
docs/real-model-evaluation.md
docs/release-checklist.md
docs/research.md
docs/responsible-use.md
docs/security-model.md
docs/threat-model.md
tests/test_engine.py
tests/test_events.py
tests/test_policies.py
tests/test_provenance.py
tests/test_risk.py