prompt-guard

Detect and defend against prompt injection in group chats with severity scoring.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jihwan97-hash/jino-memory --skill prompt-guard-jihwan97-hash
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prompt-guard
Source: https://github.com/jihwan97-hash/jino-memory/tree/main/skills/prompt-guard
Command: npx skills add https://github.com/jihwan97-hash/jino-memory --skill prompt-guard-jihwan97-hash

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Prompt Guard defends group chats from prompt injection by detecting multi-language prompts (EN/KO/JA/ZH), enforcing security rules, and protecting secrets.

Core Features & Use Cases

  • Multi-language prompt detection with severity scoring
  • Secret protection and redaction of credentials and API keys
  • Logs and owner notifications for critical events with configurable actions

Quick Start

Enable prompt-guard monitoring in your group chat environment to automatically detect and block unsafe prompts.

Frequently Asked Questions about prompt-guard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect and block prompt injection attacks in group chats?

You can defend group chats from prompt injection using multi-language detection and severity scoring. This approach evaluates messages across EN, KO, JA, and ZH to identify and block unsafe prompts.

What is the best way to prevent API keys and credentials from leaking in chat prompts?

Secret protection and redaction prevent API keys and credentials from leaking in chat prompts. The system scans for sensitive tokens and automatically redacts them while logging critical security events.

Does prompt injection monitoring work across multiple languages like English, Korean, Japanese, and Chinese?

Prompt injection monitoring works across multiple languages including English, Korean, Japanese, and Chinese. Multi-language detection evaluates message intent and assigns severity scores regardless of the input language.

How do I configure automated responses based on the severity of a detected security threat?

You can configure automated responses based on severity scoring by adjusting YAML-based configuration files. This setup allows you to define specific actions and notifications for each detected threat level.

Can I restrict security commands and audit logs to group chat owners only?

You can restrict security commands and audit logs to group chat owners only. The system supports owner-only commands and sends critical event notifications specifically to authorized administrators.

What are the limitations of using deterministic checks for prompt injection defense?

Deterministic checks for prompt injection defense rely on predefined YAML configurations and script components. This approach may require manual updates to address novel or highly obfuscated multi-language attack vectors.