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 --yesfor 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: recommendedThe 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-guardor
npx ai-guard init --yesResources
- GitHub: https://github.com/YashJadhav21/eslint-plugin-ai-guard
- npm: https://www.npmjs.com/package/eslint-plugin-ai-guard
Demo
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.