Skip to content

v1.3.0 — GitHub Marketplace Release

Latest

Choose a tag to compare

@YashJadhav21 YashJadhav21 released this 06 Aug 16:31
· 3 commits to main since this release

AI Guard v1.3.0

This release focuses on improving reliability, developer experience, and GitHub integration.

What's new

  • Reduced false positives after validation against multiple real-world repositories.
  • Improved ai-guard init --yes for one-command project setup.
  • Better GitHub Actions integration with SARIF output and PR annotations.
  • Added FAQs, troubleshooting guides, and benchmark documentation.
  • Improved self-validation and workflow reliability.

GitHub Action

Run AI Guard directly in your CI:

- uses: YashJadhav21/eslint-plugin-ai-guard@v1
  with:
    preset: recommended

The Action can:

  • Review changed files in pull requests
  • Generate SARIF reports
  • Upload results to GitHub Code Scanning
  • Add inline PR annotations
  • Fail builds based on severity thresholds

Package

npm install --save-dev eslint-plugin-ai-guard

or

npx ai-guard init --yes

Resources

Demo

ezgif com-speed

Thanks to everyone who has tried AI Guard, opened discussions, shared feedback, or adopted it in their projects. Every suggestion has helped improve the rules and reduce false positives.