kindly-guard-cli-0.9.5 is not a library.
kindly-guard-cli
Command-line interface for KindlyGuard - a security-focused tool for detecting and neutralizing threats in text content.
Installation
Or download pre-built binaries from the releases page.
Usage
Scan a file or directory
Start the security server
Real-time monitoring
Features
- 🛡️ Unicode Security: Detects homograph attacks, invisible characters, and BiDi overrides
- 🚫 Injection Prevention: SQL, command, LDAP, and XPath injection detection
- 🔍 XSS Protection: Context-aware cross-site scripting prevention
- 📊 Pattern Matching: Custom security patterns and ML-based detection
- ⚡ High Performance: Optimized scanning with minimal overhead
Examples
Scan a single file
Scan with JSON output
Interactive mode with real-time protection
Configuration
Place a kindly-guard.toml file in your project root or use --config flag:
[]
= ["unicode", "injection", "xss", "patterns"]
= "medium"
[]
= "pretty"
= false
License
Apache-2.0 - See LICENSE for details.
More Information
For complete documentation, visit https://docs.kindlyguard.dev