Skip to content

Releases: DevSecOps-AppSec/ai-secure-code-review-precommit

v1.0.0

01 Sep 08:39
c0d3341

Choose a tag to compare

v1.0.0 — Initial Release 🚀

✨ Features
• AI-powered secure code review on staged hunks only.
• Uses the same prompt.txt as the GitHub Action for consistency.
• Summarizes High/Medium/Low risks with actionable fixes.
• Warn-only by default; optional PRECOMMIT_STRICT=1 to block commits with high-risk findings.
• Easy configuration via environment variables (OPENAI_API_KEY, MODEL, etc.).

✅ Impact
• Local pre-commit reviews mirror PR reviews.
• No breaking changes; seamless drop-in for developers already using pre-commit.

Full Changelog: https://github.com/DevSecOps-AppSec/ai-secure-code-review-precommit/commits/v1.0.0