feat(enrichment): add unsafe-any TS counter analyzer (#2017) - #3563
Conversation
Register a local REES analyzer that flags newly-added : any, as any, and <any> patterns in TypeScript diffs with line-cited findings. Closes JSONbored#2017 Co-authored-by: Cursor <cursoragent@cursor.com>
|
🚨 Contributor flagged. Click here for more info: Superagent Dashboard |
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Warning 🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨 ⏸️ Gittensory review result - manual review recommendedReview updated: 2026-07-05 17:19:27 UTC
⏸️ Suggested Action - Manual Review Review summary Nits — 6 non-blocking
Review context
Contributor next steps
Signal definitions
🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3563 +/- ##
=======================================
Coverage 93.11% 93.11%
=======================================
Files 303 303
Lines 31517 31517
Branches 11505 11505
=======================================
Hits 29346 29346
Misses 1517 1517
Partials 654 654
🚀 New features to boost your workflow:
|
Summary
unsafeAnyanalyzer that flags newly introduced: any,as any, and<any>patterns in TypeScript diffsCloses #2017
Test plan
npm run typechecknpm --prefix review-enrichment run build && npm run metadata && npm --prefix review-enrichment test(1065 tests)npm run rees:testMade with Cursor