> cat /dev/github | grep security-tools
discovered 03 Aug 2026

node-source-walk

via awesome-list
→ View on GitHub
node-source-walk is a JavaScript tool designed for synchronously traversing the Abstract Syntax Tree (AST) of source files, allowing developers to execute a callback function on each node. Its primary use case is for analyzing or transforming code structures, and it features adaptable parsing options using `@babel/parser`, the ability to halt traversing with a simple method call, and support for custom parsers.