PromptShield AI Security
Version updated for https://github.com/Zero-Harm-AI-LLC/promptshield to version v1.0.6.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed
PromptShield AI Security v1.0.6
This release adds optional AI-mode support for zero-harm-ai-detectors while preserving the current default heuristic behavior.
What’s new
- added
ai-modeinput to the GitHub Action - added
--ai-modeflag to the CLI - PromptShield now enables AI mode by constructing
AIConfig()forzero-harm-ai-detectorswhen requested - default behavior remains unchanged: if
ai-modeis not enabled, PromptShield continues to use heuristic mode - improved compatibility so existing detector integrations and tests continue to work in default mode
Usage
GitHub Action:
- uses: Zero-Harm-AI-LLC/promptshield@v1
with:
ai-mode: true