VirtualGuard - A Code Review Helper

Its a code review helper that looks through project scripts and highlights patterns that may be worth checking manually

It can point out things like

  • RemoteEvents or RemoteFunctions that may need more validation
  • Client values used in sensitive server operations
  • DataStore calls without obvious error handling
  • Connections or instances that may need cleanup
  • Potentially expensive operations
  • Module dependency and require issues

Each finding includes its location, a short explanation and a possible suggestion. Findings aren’t guaranteed to be bugs, so they should be reviewed in the context of the project

The plugin is still being improved and false positives or missed cases are possible. Feedback and reproducible examples would be really helpful

Plugin · GitHub

3 Likes

Very interesting! Hyped to use it, will post my update in a bit O_O