Below you will find pages that utilize the taxonomy term “Yuvrajangadsingh”
July 24, 2026
vibecheck-ai-slop
Version updated for https://github.com/yuvrajangadsingh/vibecheck to version v1.13.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 tool that automates the detection of AI-generated code smells by using ESLint rules to identify common issues such as hardcoded secrets, empty catch blocks, and SQL injection vulnerabilities. It runs locally without requiring any external dependencies or configuration files. The main purpose of vibecheck is to help developers quickly identify potential problems in their AI-generated codebases, ensuring better security, maintainability, and performance.
July 10, 2026
vibecheck-ai-slop
Version updated for https://github.com/yuvrajangadsingh/vibecheck to version v1.12.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.
What’s Changed CI ergonomics and CLI polish. Everything here makes vibecheck easier to wire into pipelines that are not GitHub Actions, and nicer to read when they are.
New flags
--fail-on <error|warn|info|never>: pick the severity that fails the run (default error, same as before) --max-warnings <n>: fail when warnings exceed a budget --format <pretty|compact|json|quiet|gh>: compact prints one clickable path:line:col line per finding; gh emits GitHub Actions annotations so you get PR annotations from a plain run: step, no marketplace action needed --diff-stdin: scan any piped unified diff, e.g. gh pr diff 42 | vibecheck --diff-stdin . --statistics: per-rule finding counts (ruff-style), also in JSON output vibecheck rules: list all 39 rules with severity, category, languages, and fixability (--json for machines) Output
July 10, 2026
vibecheck-ai-slop
Version updated for https://github.com/yuvrajangadsingh/vibecheck to version v1.11.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.
What’s Changed Trust fixes. Every change here came out of an adversarial review pass over the rule regexes and scanner.
False positives killed (these were failing CI on normal code):
no-py-eval no longer flags model.eval() / df.eval() (every PyTorch and pandas repo) no-eval no longer flags Playwright/Puppeteer page.$eval(), still catches window.eval() no-sql-concat / no-py-sql-concat now require a real SQL clause, so “Update available: " + version and friends stop flagging no-innerhtml no longer flags === comparisons False negatives fixed:
July 6, 2026
vibecheck-ai-slop
Version updated for https://github.com/yuvrajangadsingh/vibecheck to version v1.10.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.
What’s Changed Full Changelog: https://github.com/yuvrajangadsingh/vibecheck/compare/v1.9.1...v1.10.0