SecuriTree: A TreeSitter based Security Tool for Neovim

· 91 words · 1 minute read

SecuriTree Nvim Plugin allows a security researcher or developer to highlight sections of code in Neovim which might have security or quality issues with the code.

The project uses TreeSitter (TS) and Pattern Matching Queries for TS to search and match on particular points of interest in any code. Any language with a TS Parser / Grammar can be supported and must be install/present for the plugin to search in the code.

Queries are mainly to find points of interest in code and might lead to false positives.

YouTube Video 🔗