prompt-guard
Prompt injection detection and credential leak prevention
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Prompt Guard?▼
Run `npx skills add seojoonkim/prompt-guard --all -g -y` in your terminal to install it globally for your agent.
How to protect an AI agent from prompt injection?▼
Prompt Guard scans every incoming message against 840+ attack patterns in 10 languages and blocks or warns based on severity. It catches instruction overrides, jailbreaks, and encoded payloads automatically.
Can Prompt Guard stop API key leaks?▼
Yes. Its output DLP scans model responses for 15+ credential formats and redacts them with [REDACTED:type] tags before they reach users.
Does Prompt Guard work offline?▼
Yes. The core engine runs 100% offline with all bundled patterns, and the optional API only adds early-access premium patterns.
Which frameworks does Prompt Guard support?▼
It works with any LLM-powered system including LangChain, AutoGPT, CrewAI, and Claude Code through its Python library, CLI, or Docker API server.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core