← Back to Tools
Open Source Tool

Promptgenie

AI Security Prompt Linting CI/CD

Static risk scanner and linter for AI-agent system prompts. Catch prompt injection vectors, overly permissive tool access, and trust boundary issues before they reach production — with CI-friendly output that fails builds on high-risk prompts.

View on GitHub ↗
Treat your system prompts like code — lint them before deployment. Promptgenie adds a security gate to AI-agent pipelines the same way static analysis gates traditional software.

What it does

Quick start

# Clone the repo
git clone https://github.com/mylesagnew/promptgenie
cd promptgenie

# Scan a system prompt file
./promptgenie scan path/to/system-prompt.txt

# Output JSON report
./promptgenie scan --format json path/to/prompt.txt

# Add to CI pipeline (fails on HIGH risk findings)
./promptgenie scan --threshold high prompts/

Related resources

Get notified when new tools and checklists drop.

Join Security Tool Updates →