Back to Home
zheroz00 icon

visual-tree-explorer

Verified Safe

by zheroz00

Overview

Efficient codebase exploration, providing file tree visualization, symbol extraction, and dependency analysis for a given directory.

Installation

Run Command
node dist/index.js

Environment Variables

  • VTE_PORT

Security Notes

The server uses `child_process.exec` for git status, which is controlled and not user-arbitrary. Path validation (`validatePath`, `isPathSafe`) is implemented to prevent path traversal and symlink attacks. The HTTP server mode (run via `npm run server`) explicitly warns that it is for 'local development only', lacks authentication, and has full filesystem access, requiring caution if exposed externally. User-provided regex search terms could potentially lead to ReDoS vulnerabilities, but this is a minor concern for a typical development tool usage.

Similar Servers

Stats

Interest Score37
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars8
Forks0
Last Update2025-12-02

Tags

code-analysisfile-explorertypescriptdependency-graphgit-status