Kiteguard
Description
Open-source runtime security guardrails for Claude Code, Cursor, and Gemini CLI — blocks dangerous commands, detects prompt injection, and prevents PII leakage before it happens.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Open-source runtime security guardrails for Claude Code, Cursor, and Gemini CLI
kiteguard watches every move your AI agent makes — and stops the dangerous ones.
[](https://github.com/DhivakaranRavi/kiteguard/actions/workflows/ci.yml) [](LICENSE)   
Install
**Option 1 — Install script (quickest):**
curl -sSL https://raw.githubusercontent.com/DhivakaranRavi/kiteguard/main/scripts/install.sh | bash
**Option 2 — Build from source (recommended for security-conscious users):**
git clone https://github.com/DhivakaranRavi/kiteguard.git
cd kiteguard
cargo build --release
sudo install -m755 target/release/kiteguard /usr/local/bin/kiteguard
# Register with your agent(s):
kiteguard init --claude-code # Claude Code
kiteguard init --cursor # Cursor
kiteguard init --gemini # Gemini CLI
No dependencies beyond a Rust toolchain. Get Rust at [rustup.rs](https://rustup.rs).
Why kiteguard
AI coding agents — Claude Code, Cursor, and Gemini CLI — autonomously execute shell commands, read your entire codebase, fetch external URLs, and modify files without asking for confirmation. That power also means:
- A poisoned README can instruct
Related Skills
Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Google Workspace Alert Center
Manage security alerts
Security Related Agents
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,
Accessibility Audit
| You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive tec... | -