What is Technical Security Policy?
Technical security policies detect and protect API keys, access tokens, passwords, private keys, database credentials, encryption keys, and other technical security credentials.Why its Important?
Technical security policies are essential for protecting sensitive technical credentials and preventing security breaches. These policies prevent API keys, passwords, and tokens from being sent to LLMs, which helps protect against unauthorized access, data breaches, and security vulnerabilities.- Prevents sending credentials to LLM: Blocks API keys, passwords, tokens, and other security credentials from being processed by language models
- Protects against security breaches: Prevents sensitive technical information from being exposed to third-party LLM providers or stored in logs
- Maintains system security: Ensures your AI agent doesn’t process or generate content that could compromise system security
Usage
Available Variants
TechnicalSecurityBlockPolicy: Pattern detection with blockingTechnicalSecurityBlockPolicy_LLM: LLM-powered block messagesTechnicalSecurityBlockPolicy_LLM_Finder: LLM detection for better accuracyTechnicalSecurityAnonymizePolicy: Anonymizes security credentialsTechnicalSecurityReplacePolicy: Replaces with placeholderTechnicalSecurityRaiseExceptionPolicy: Raises DisallowedOperation exceptionTechnicalSecurityRaiseExceptionPolicy_LLM: LLM-generated exception messages

