Open Source • Apache 2.0

Secure Your AgenticDevelopment — Zero Friction

$ Protect agentic workflows • Block dangerous commands • Scan CVEs • Sandbox execution

200+ risk patterns
30+ protected dirs
CVE database
Zero config

Open source security tool • Built for developers

30 Second Install
curl -fsSL https://raw.githubusercontent.com/xadnavyaai/vectra-guard/main/install.sh | bash

# Initialize
vg init --local

# Start using
vg exec -- npm install
Installation time
30s

Get Started in 30 Seconds

Four simple steps to secure your entire development workflow

Step 1

Install

One-line installation for macOS and Linux

Step 1: Install
curl -fsSL https://raw.githubusercontent.com/xadnavyaai/vectra-guard/main/install.sh | bash
Step 2

Initialize

Set up configuration and CVE cache

Step 2: Initialize
vg init --local
vg cve sync --path .
Step 3

Seed Agent Instructions

Configure your AI coding assistants

Step 3: Seed Agent Instructions
vg seed agents --target . --targets "agents,cursor"
Step 4

Start Using

Execute commands safely with protection

Step 4: Start Using
# 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

Terminal
$vg exec -- rm -rf /
❌ CRITICAL: Command blocked for safety Risk Analysis: • Pattern: DANGEROUS_DELETE_ROOT • Risk Level: CRITICAL • Reason: Attempting to delete root directory Recommendation: Use specific paths instead of root directory deletion. This command has been blocked to protect your system.
Try this yourself!
Install Vectra Guard →

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.

30+
Protected Directories
200+
Risk Patterns Detected
7+
Supported Ecosystems
10x
Faster with Cache

Install. Protect. Done.

30 seconds to production-ready security

Three Commands. Zero Config.
# 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.

Questions? Custom solutions?

x@navyaai.comnavyaai.com