Secure Your AgenticDevelopment — Zero Friction
$ Protect agentic workflows • Block dangerous commands • Scan CVEs • Sandbox execution
Open source security tool • Built for developers
curl -fsSL https://raw.githubusercontent.com/xadnavyaai/vectra-guard/main/install.sh | bash
# Initialize
vg init --local
# Start using
vg exec -- npm installGet Started in 30 Seconds
Four simple steps to secure your entire development workflow
Install
One-line installation for macOS and Linux
curl -fsSL https://raw.githubusercontent.com/xadnavyaai/vectra-guard/main/install.sh | bashInitialize
Set up configuration and CVE cache
vg init --local
vg cve sync --path .Seed Agent Instructions
Configure your AI coding assistants
vg seed agents --target . --targets "agents,cursor"Start Using
Execute commands safely with protection
# Start a session
SESSION=$(vg session start --agent "cursor-ai")
export VECTRAGUARD_SESSION_ID=$SESSION
# Run protected commands
vg exec -- npm install
vg cve scan --path .What's Next?
Explore advanced features like sandbox configuration, trust management, and custom security policies
See It In Action
Interactive demos showing how Vectra Guard protects your development workflow
Blocking Dangerous Commands
See how Vectra Guard prevents destructive operations
Security Without Compromise
Everything you need to protect your development workflow — from AI agents to production deployments.
Command Risk Guard
Blocks dangerous operations automatically before they hit your system.
Smart Sandboxing
Isolates risky actions in secure environments with intelligent caching.
CVE Scanning
Flags packages with known vulnerabilities before installation.
Session Auditing
Track what ran, who ran it, and why — perfect for compliance.
10x Faster Installs
Cache-mounted dependencies make sandboxed installs blazing fast.
Explainable Risk
Human-friendly explanations for why something is risky.
Trust Store
Trust common commands once to skip sandbox on repeated runs.
Real-Time Protection
Analyze and protect commands as they're executed.
Agent-Friendly
Works seamlessly with Cursor, VS Code, Copilot workflows.
Install. Protect. Done.
30 seconds to production-ready security
# 1. Install
curl -fsSL https://raw.githubusercontent.com/xadnavyaai/vectra-guard/main/install.sh | bash
# 2. Initialize
vg init --local
# 3. Protect everything
vg exec -- npm install
vg cve scan --path .
# You're protected. That's it.