Agent Security Scanner — User Guide

What is Agent Security Scanner?

Agent Security Scanner analyzes a domain for AI agent security vulnerabilities. The tool scans client-side code for exposed API keys, checks TLS configuration, analyzes input validation against prompt injection, and evaluates network policy and sandbox isolation.

Inspired by NVIDIA NemoClaw's sandbox model, the tool generates a ready-to-use YAML security policy you can implement directly.

How to use the tool

1. Fill in the form

2. Start the scan

Click "Start scan". The tool:

  1. Fetches client-side code from the domain
  2. Searches for 8+ patterns of exposed API keys (OpenAI, Anthropic, Google, AWS, Stripe, GitHub, Supabase, Azure)
  3. Verifies TLS/HTTPS configuration
  4. Analyzes whether direct AI API calls are made from client code
  5. Uses Gemini AI for deep analysis of input validation, rate limiting and sandbox isolation
  6. Generates a YAML security policy based on findings

The analysis typically takes 15–45 seconds.

3. Read the results

The report shows:

Security Score

Detailed Checks

For each security check:

Recommendations

Prioritized list of actions sorted by severity. Each action includes:

YAML Policy

A ready-to-use declarative security policy you can copy. The policy defines:

4. Copy and implement

Click "Copy policy" to copy the YAML policy to your clipboard. Implement it in your infrastructure as part of your AI agent security layer.

What is scanned?

Category Checks
API keys OpenAI, Anthropic, Google AI, AWS, Stripe, GitHub, Supabase, Azure keys in client code
Network Direct API calls to AI providers from client, missing proxy
Input validation Prompt injection protection, input sanitization
TLS HTTPS configuration, certificate status
Rate limiting Rate limiting on API endpoints
Sandbox Isolation between agent processes and the rest of the system

Severity levels

Tips

Credits

The tool costs 15 credits per scan.

Technical Background

The tool combines regex-based code scanning for known key patterns with AI-powered analysis via Gemini for deeper security assessment. No active exploitation is performed — this is a passive analysis of publicly available code and configuration.

The inspiration comes from NVIDIA NemoClaw, a sandbox framework for AI agents that uses declarative YAML policies to control agent access to external resources.

Last updated 2026-03-18

Open the tool