[console_scripts]
armor = armor.cli:main

[armor.detectors]
canary_paraphrase = armor.detectors.canary_paraphrase:CanaryParaphraseDetector
canary_scanner = armor.detectors.canary_scanner:CanaryScannerDetector
cmd_injection_bash = armor.detectors.cmd_injection_bash:CmdInjectionBash
conversation_hijack = armor.detectors.conversation_hijack:ConversationHijack
entropy_decode_rescan = armor.detectors.entropy_decode:EntropyDecodeDetector
extractor_destinations = armor.detectors.destination_extractor:DestinationExtractor
instruction_burial = armor.detectors.instruction_burial:InstructionBurialDetector
jailbreak_template = armor.detectors.jailbreak_template:JailbreakTemplate
llm_validator = armor.detectors.llm_validator:LLMValidator
regex_authority_impersonation = armor.detectors.regex_authority_impersonation:RegexAuthorityImpersonation
regex_encoding_request = armor.detectors.regex_encoding_request:RegexEncodingRequest
regex_instruction_override = armor.detectors.regex_instruction_override:RegexInstructionOverride
regex_memory_planting = armor.detectors.memory_planting:RegexMemoryPlanting
regex_roleplay_hijack = armor.detectors.regex_roleplay_hijack:RegexRoleplayHijack
regex_sensitive_file_probe = armor.detectors.regex_sensitive_file_probe:RegexSensitiveFileProbe
regex_ssrf_probe = armor.detectors.regex_ssrf_probe:RegexSsrfProbe
regex_system_prompt_extraction = armor.detectors.regex_system_prompt_extraction:RegexSystemPromptExtraction
token_count_anomaly = armor.detectors.token_count_anomaly:TokenCountAnomaly
tool_chain = armor.detectors.tool_chain:ToolChain
tool_param_schema = armor.detectors.tool_param_schema:ToolParamSchema
tool_rate_anomaly = armor.detectors.tool_rate_anomaly:ToolRateAnomaly
topic_coherence = armor.detectors.topic_coherence:TopicCoherence
