vibecheck-ai-slop
Version updated for https://github.com/yuvrajangadsingh/vibecheck to version v1.2.0.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
vibecheck is a static analysis tool designed to detect and flag potential issues and code smells commonly found in AI-generated or human-written code, including security vulnerabilities, poor error handling, and problematic coding practices. It automates the process of identifying hardcoded secrets, unsafe operations (like eval or SQL concatenation), and AI-specific patterns such as redundant comments or excessive use of any types, ensuring cleaner, more secure, and maintainable code. The tool is lightweight, requires no configuration, and runs locally for fast and seamless integration into development workflows.
Release notes
What’s Changed
- feat: add 10 Python rules by @yuvrajangadsingh in https://github.com/yuvrajangadsingh/vibecheck/pull/4
- ci: add release workflow for standalone binaries by @yuvrajangadsingh in https://github.com/yuvrajangadsingh/vibecheck/pull/5
Full Changelog: https://github.com/yuvrajangadsingh/vibecheck/compare/v1.1.0...v1.2.0