LICENSE
README.md
pyproject.toml
setup.py
agentguard/__init__.py
agentguard/__main__.py
agentguard/cli.py
agentguard/mcp_server.py
agentguard/models.py
agentguard/precommit.py
agentguard/reporter.py
agentguard/scanner.py
agentguard/rules/__init__.py
agentguard/rules/agent_collusion.py
agentguard/rules/agent_loop.py
agentguard/rules/chain_amplify.py
agentguard/rules/context_manipulation.py
agentguard/rules/credential_leak.py
agentguard/rules/cross_file.py
agentguard/rules/data_exfiltration.py
agentguard/rules/dockerfile_security.py
agentguard/rules/excessive_agency.py
agentguard/rules/interprocedural.py
agentguard/rules/js_taint_tracking.py
agentguard/rules/memory_class_confusion.py
agentguard/rules/memory_poison.py
agentguard/rules/mount_exposure.py
agentguard/rules/prompt_injection.py
agentguard/rules/prompt_template.py
agentguard/rules/stegano_inject.py
agentguard/rules/supply_chain.py
agentguard/rules/taint_tracking.py
agentguard/rules/tool_abuse.py
agentguard/rules/tool_output_trust.py
agentguard/rules/trust_boundary.py
agentguard/rules/unsafe_eval.py
dfx_agentguard.egg-info/PKG-INFO
dfx_agentguard.egg-info/SOURCES.txt
dfx_agentguard.egg-info/dependency_links.txt
dfx_agentguard.egg-info/entry_points.txt
dfx_agentguard.egg-info/requires.txt
dfx_agentguard.egg-info/top_level.txt
tests/test_chain_amplify.py
tests/test_collusion.py
tests/test_cross_file.py
tests/test_interprocedural.py
tests/test_memory_class_confusion.py
tests/test_memory_poison.py
tests/test_mount_exposure.py
tests/test_precommit.py
tests/test_prompt_template.py
tests/test_scanner.py
tests/test_stegano.py
tests/test_tool_trust.py
tests/samples/benchmark_memory_01.py
tests/samples/benchmark_memory_02.py
tests/samples/benchmark_mount_01.py
tests/samples/benchmark_mount_02.py