[PR #685] Add Prompt Shield Scan - LLM prompt injection detection action #11633

Open
opened 2026-06-14 07:13:55 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sdras/awesome-actions/pull/685
Author: @markmishaev76
Created: 1/20/2026
Status: 🔄 Open

Base: mainHead: add-prompt-shield


📝 Commits (1)

  • 12ebf87 Add Prompt Shield Scan - LLM prompt injection detection action

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Description

Prompt Shield Scan is a GitHub Action that detects and prevents indirect prompt injection attacks in issues, PRs, and comments.

Why add this?

  • 📊 Addresses OWASP LLM01 - Prompt Injection is the #1 vulnerability in OWASP's Top 10 for LLM Applications
  • 🛡️ 4-layer defense - Trust filtering, data sanitization, pattern detection, and prompt fencing
  • CI/CD Integration - Automatically scans new issues/PRs in GitHub workflows
  • 📦 Published on Marketplace - Available at GitHub Marketplace

Quick Start

- uses: markmishaev76/Prompt-Shield@v1

This helps DevSecOps teams protect AI-powered applications from prompt injection attacks directly in their CI/CD pipeline.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sdras/awesome-actions/pull/685 **Author:** [@markmishaev76](https://github.com/markmishaev76) **Created:** 1/20/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-prompt-shield` --- ### 📝 Commits (1) - [`12ebf87`](https://github.com/sdras/awesome-actions/commit/12ebf8789541a835850ed4cb56d954411ab52c52) Add Prompt Shield Scan - LLM prompt injection detection action ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## Description **[Prompt Shield Scan](https://github.com/markmishaev76/Prompt-Shield)** is a GitHub Action that detects and prevents indirect prompt injection attacks in issues, PRs, and comments. ### Why add this? - 📊 **Addresses OWASP LLM01** - Prompt Injection is the #1 vulnerability in OWASP's Top 10 for LLM Applications - 🛡️ **4-layer defense** - Trust filtering, data sanitization, pattern detection, and prompt fencing - ✅ **CI/CD Integration** - Automatically scans new issues/PRs in GitHub workflows - 📦 **Published on Marketplace** - Available at [GitHub Marketplace](https://github.com/marketplace/actions/prompt-shield-scan) ### Quick Start ```yaml - uses: markmishaev76/Prompt-Shield@v1 ``` This helps DevSecOps teams protect AI-powered applications from prompt injection attacks directly in their CI/CD pipeline. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-14 07:13:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#11633