Add jpi-guard and inject-guard-en to LLM Prompt Injection Prevention Security Tools#2128
Closed
DOKASUKA wants to merge 1 commit intoOWASP:masterfrom
Closed
Add jpi-guard and inject-guard-en to LLM Prompt Injection Prevention Security Tools#2128DOKASUKA wants to merge 1 commit intoOWASP:masterfrom
DOKASUKA wants to merge 1 commit intoOWASP:masterfrom
Conversation
Add two prompt injection detection API tools to the Related Articles Security Tools section: - jpi-guard: Japanese-specialized detection covering full-width Unicode bypass attacks and polite-language disguise patterns - inject-guard-en: English detection with MCP server support and free tier
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thank you for submitting a Pull Request (PR) to the Cheat Sheet Series.
Summary
This PR adds two prompt injection detection API tools to the Security Tools section of the LLM Prompt Injection Prevention Cheat Sheet.
Why these tools are relevant:
The existing Security Tools section lists NeMo Guardrails and Garak as detection/prevention tools. Two additional tools address specific threat vectors documented in this cheat sheet that are not yet covered by existing tools:
abc→abcnormalization is a real attack vector targeting Japanese-language LLM applications and any system accepting multilingual input. jpi-guard specifically handles this normalization before detection.Both tools are production APIs with free tiers, lowering the barrier to adoption for developers reading this cheat sheet.
Checklist
[TEXT](URL)AI Tool Usage Disclosure (required for all PRs)
Claude Sonnet 4.6and the prompt used was to draft the tool descriptions in a style consistent with the existing Security Tools section. The tool descriptions were reviewed and verified against the actual API behavior before submission.Thank you for your consideration!