Below you will find pages that utilize the taxonomy term βTahiram32β
July 9, 2026
Downstream Breakage Radar
Version updated for https://github.com/Tahiram32/downstream-breakage-radar to version v0.5.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 Enterprise Upgrade (v0.5.0) π This major update adds powerful compliance, customization, and deprecation lifecycle controls for developers and organizations.
π New Features β οΈ Deprecation Checker β When a public function or class is removed, the tool checks the base branch to see if it was marked with a deprecation warning first. Pre-deprecated removals are downgraded to medium severity; surprise removals stay high. π‘οΈ SARIF Output (--format sarif) β Export results in standardized SARIF JSON format for integration with GitHub’s native Security / Code Scanning dashboard. π API Changelog Generator (--changelog) β Generates a clean breakage-radar-changelog.md listing every public addition, removal, and signature change across Python, Go, and JS/TS files. βοΈ In-Manifest Configuration β Configure ignored paths, public directories, and severity overrides directly inside pyproject.toml or a breakage-radar.json file β no CLI flags required. π¦ Install / Upgrade pip install --upgrade downstream-breakage-radar π§ Usage - name: Scan for breaking changes uses: Tahiram32/downstream-breakage-radar@v0.5.0 with: base-ref: origin/main format: markdown fail-on: high changelog: true π Docs Full documentation and configuration reference: https://tahiram32.github.io/downstream-breakage-radar/
July 9, 2026
LLM Prompt Radar
Version updated for https://github.com/Tahiram32/llm-prompt-radar to version v0.2.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 What’s New in v0.2.0 YAML/TOML config file support (.promptradar.yml) LangChain and LlamaIndex SDK support Custom rule definitions (bring-your-own regex) PR comment posting with risk summary table Pre-commit hook integration VS Code extension skeleton pip install --upgrade llm-prompt-radar PyPI: https://pypi.org/project/llm-prompt-radar/0.2.0/
July 8, 2026
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-turbo or claude-3-opus β claude-3-haiku π Prompt file changes β Deep analysis of .prompt, .jinja, .j2 template 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 π Links PyPI: https://pypi.org/project/llm-prompt-radar/0.1.0/ Docs: https://github.com/Tahiram32/llm-prompt-radar#readme