Menu

πŸ“°
0

Reddit - Please wait for verification

πš“πšŠπšŸπšŠπšœπšŒπš›πš’πš™πšΒ·/u/Yashhh_21Β·3 days ago
#xUPrA3Q2
Reading 0:00
15s threshold

Over the last few months I noticed AI coding tools repeatedly generating the same async/reliability issues: - floating promises - empty catch blocks - async callbacks inside array methods - unnecessary async wrappers The problem wasn't detecting them locally β€” it was enforcing them consistently in PR workflows. So I built ai-guard: - ESLint plugin - GitHub Action - SARIF-based GitHub code scanning integration It supports: - PR annotations - changed-only scanning - fail-on-high CI enforcement - GitHub Advanced Security integration - async reliability rules The most interesting part was getting GitHub workflow integration + SARIF + PR annotations working together cleanly. Would genuinely love feedback from people heavily using Cursor/Copilot/Claude workflows. GitHub: https://github.com/YashJadhav21/eslint-plugin-ai-guard submitted by /u/Yashhh_21 [link] [comments]

Read More