Ship AI Agents with Confidence

Flint AI is an AgentOps platform that scans agent source code for security risks and runs adversarial evaluations. Know your agent is reliable before it reaches production.
Free. Local First. Framework Agnostic.

$
pip install flintai-cli
COPY
Learn More:
> Docs> GitHub

Works with Your Stack

Google ADK
Google GenAI
Anthropic SDK
OpenAI SDK
OpenAI Agents SDK
LangGraph
CrewAI
AutoGen
HuggingFace Transformers
HuggingFace smolagents

Flint AI Eval tests your running agent rather than your source, so it can also test agents built on frameworks outside this list.

Scan your Agents

Find misconfigurations, risky tool access, missing guardrails, and other issues in your Python agent code. Automatically triage false positives.

Evaluate your Agents

Test factual accuracy, instruction adherence, prompt injection, jailbreaks, and more. Tests are framework-agnostic and provide a 0.0-1.0 score proving agent reliability.

Flint AI Platform

Flint AI Platform helps you find the agents running in your code, understand what they do, and keep them safe in production.

Frequently Asked Questions

What does Flint AI do?

Flint AI is a free CLI that tells you whether your AI agent is reliable before you ship it.

flintai scan runs analysis on your agent's Python source code. It checks for security vulnerabilities, misconfigurations, and quality issues. flintai eval sends adversarial and functional prompts to your running agent and scores the responses.

Get a reliability score per agent, with findings mapped to OWASP ASI01–ASI10 and scored with CVSS v4.

Two commands, one CLI. Works with any major agent framework.

What do I need to run the Flint AI CLI?

Python 3.11+ and an LLM API key. The key powers the AI reasoning in flintai scan and the prompt generation and scoring in flintai eval. OpenAI, Anthropic, and Google Gemini keys are supported. Gemini 2.5 Flash has a free tier, so you can start without spending anything. Install with pip install flintai-cli, add your key to a .env file, and run your first scan.

Does code leave my machine?

No. Flint AI runs locally. The only data that leaves your machine is what gets sent to the LLM provider whose API key you supply. Flint AI CLI has no backend, no telemetry server, and no account system. Your source code stays on your machine.

Does it cost anything?

No. The CLI is free with no usage limits or trial period. You bring your own LLM API key.