README.md
setup.py
agentshield/__init__.py
agentshield/cli.py
agentshield/core/__init__.py
agentshield/core/audit_reporter.py
agentshield/core/bert_detector.py
agentshield/core/canary_token.py
agentshield/core/permission_controller.py
agentshield/core/policy_engine.py
agentshield/core/sandbox.py
agentshield/core/sanitizer.py
agentshield/core/sequence_analyzer.py
agentshield/core/shield.py
agentshield_security.egg-info/PKG-INFO
agentshield_security.egg-info/SOURCES.txt
agentshield_security.egg-info/dependency_links.txt
agentshield_security.egg-info/entry_points.txt
agentshield_security.egg-info/requires.txt
agentshield_security.egg-info/top_level.txt
src/__init__.py
src/backend/__init__.py
src/backend/main.py
src/backend/api/__init__.py
src/backend/api/agents.py
src/backend/api/api_auth.py
src/backend/api/auth.py
src/backend/api/chat.py
src/backend/api/events.py
src/backend/api/policies.py
src/backend/api/saas.py
src/backend/api/stats.py
src/backend/core/__init__.py
src/backend/core/agent_shield.py
src/backend/core/audit_reporter.py
src/backend/core/behavior_sandbox.py
src/backend/core/bert_detector.py
src/backend/core/canary_token.py
src/backend/core/operation_sequence_analyzer.py
src/backend/core/permission_controller.py
src/backend/core/tool_output_sanitizer.py
src/backend/core/tool_policy_engine.py
src/backend/database/__init__.py
src/backend/database/db.py
src/backend/models/__init__.py
src/backend/models/schemas.py
src/backend/models/user.py
src/demo/__init__.py
src/demo/agent.py
src/demo/shielded_agent.py
src/demo/attack_scenarios/__init__.py
src/demo/attack_scenarios/scenario10_ssrf.py
src/demo/attack_scenarios/scenario1_injection.py
src/demo/attack_scenarios/scenario2_code_exec.py
src/demo/attack_scenarios/scenario3_email_hijack.py
src/demo/attack_scenarios/scenario4_chain_attack.py
src/demo/attack_scenarios/scenario5_privilege_escalation.py
src/demo/attack_scenarios/scenario6_memory_poisoning.py
src/demo/attack_scenarios/scenario7_homoglyph.py
src/demo/attack_scenarios/scenario8_sql_injection.py
src/demo/attack_scenarios/scenario9_path_traversal.py
src/demo/tools/__init__.py
src/demo/tools/execute_code.py
src/demo/tools/http_request.py
src/demo/tools/read_file.py
src/demo/tools/search_db.py
src/demo/tools/send_email.py
src/integrations/__init__.py
src/integrations/base_shield.py
src/integrations/langchain_callback.py
src/integrations/langchain_shield.py
tests/test_api.py
tests/test_audit.py
tests/test_bert_detector.py
tests/test_canary_token.py
tests/test_dpc.py
tests/test_e2e_detection.py
tests/test_integration.py
tests/test_langchain_callback.py
tests/test_osa.py
tests/test_performance.py
tests/test_sandbox.py
tests/test_shield.py
tests/test_tos.py
tests/test_tspe.py