| Crates.io | kindly-guard-cli |
| lib.rs | kindly-guard-cli |
| version | 0.9.5 |
| created_at | 2025-07-04 12:12:39.345247+00 |
| updated_at | 2025-07-04 21:40:41.255872+00 |
| description | Command-line security scanner and monitoring tool for threat detection |
| homepage | https://github.com/samduchaine/kindly-guard |
| repository | https://github.com/samduchaine/kindly-guard |
| max_upload_size | |
| id | 1737942 |
| size | 131,147 |
Command-line interface for KindlyGuard - a security-focused tool for detecting and neutralizing threats in text content.
cargo install kindly-guard-cli
Or download pre-built binaries from the releases page.
kindly-guard-cli scan <path>
kindly-guard-cli server
kindly-guard-cli monitor
kindly-guard-cli scan document.txt
kindly-guard-cli scan --format json file.txt
kindly-guard-cli monitor --shield
Place a kindly-guard.toml file in your project root or use --config flag:
[scanner]
enabled_scanners = ["unicode", "injection", "xss", "patterns"]
severity_threshold = "medium"
[output]
format = "pretty"
verbose = false
Apache-2.0 - See LICENSE for details.
For complete documentation, visit https://docs.kindlyguard.dev