LLM Prompt Radar
Version updated for https://github.com/Tahiram32/llm-prompt-radar to version v0.1.0.
- 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
The Missing CI Check for AI-Powered Applications π‘οΈ
llm-prompt-radar is the first dedicated CI tool for detecting risky changes to LLM prompts and AI configuration before they ship to production.
π What it detects
- π¨ Safety guardrail removal β Critical alert when safety/refusal instructions are removed from prompts
- π€ Model downgrades β Flags silent swaps like
gpt-4oβgpt-3.5-turboorclaude-3-opusβclaude-3-haiku - π Prompt file changes β Deep analysis of
.prompt,.jinja,.j2template files with similarity scoring - π In-code system messages β Detects changes to system prompts inside Python, JS, and TS source files
- βοΈ LLM parameter changes β Tracks
temperature,max_tokens,top_p, and more - π― Risk scoring β none / low / medium / high / critical
- π Multiple output formats β text, json, markdown, github annotations, SARIF
π¦ Install
pip install llm-prompt-radar
π§ GitHub Action
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: Tahiram32/llm-prompt-radar@v0.1.0
with:
base-ref: origin/main
format: github
fail-on: high