v0.1 - Open Source

AgentGuard

The security scanner purpose-built for AI-generated code. SonarQube and Snyk weren"t built for the agent era.

Try It Online

Paste AI-generated code. See what AgentGuard finds. No install needed.

What It Catches

10 categories, 34 rules (Free) / 82 rules (Pro), 7 severity levels

>_

Code Injection

eval(), exec(), os.system() - AI"s favorite shortcuts that open RCE vectors.

🔑

Hardcoded Secrets

API keys, tokens, passwords in source. The #1 cause of cloud breaches.

🤖

Agent-Specific Issues

Prompt injection, missing auth on tools, unbounded loops. Unique to AI code.

🔨

Deserialization

pickle.loads(), yaml.unsafe_load() - arbitrary code execution from data files.

🌐

SSRF Detection

User-controlled URLs hitting internal services. Common in agent-built APIs.

CI/CD Native

JSON, SARIF output. GitHub Actions in one line. Zero network calls.

How It Works

Three steps from scan to secure

1

Install

pip install agentguard

2

Scan

agentguard scan ./project

3

Fix

Review report, ship with confidence

Pricing

14-day free trial. No credit card required.

Full Pro features - 82 rules, AI review, auto-fix. Cancel anytime.

Free

$0/mo
  • CLI scanner
  • 34 security rules, 7 categories
  • 100 files per scan
  • Terminal / JSON / SARIF output
  • Local only, zero telemetry

Pro

$29/mo
  • Full CLI scanner (unlimited)
  • 82 rules, unlimited files
  • Custom rules in plain English
  • GitHub App PR integration
  • Model weight integrity check
  • Pattern + AST dual-engine

Buy Pro License

$29 / month  |  $149 / year

🅿️ PayPal

$29 / month
(No PayPal account needed - pay with debit/credit card) $149 / year
(No PayPal account needed - pay with debit/credit card)

PayPal handles your email — License Key will be sent automatically after payment.

After transfer, email us to get your License Key

Include: transaction reference + your email for key delivery

difcn@126.com

Install

Python 3.10+ required. Zero external dependencies at runtime.

$ pip install agentguard

$ agentguard scan ./my-project

CRITICAL: eval() in agent_generated.py:42

HIGH: pickle.loads() in model_loader.py:15

# 2 issues found. Scan complete in 0.3s.

Windows Desktop App

One-click scan. No terminal needed. Dark theme GUI.

Download AgentGuard.exe

Windows 10/11 · 37MB · Portable (no install)

⚠ Windows SmartScreen Warning

When you run AgentGuard.exe for the first time, Windows may show "Windows protected your PC". This is because the app is not code-signed yet.

To run it: Click More infoRun anyway. The exe is safe. SHA256 checksum is published on the GitHub Release page for verification.

Ready to secure your AI code?

Open source. MIT licensed. Built by developers who care about security.