
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Browser-based viewer for Task Master AI projects. View tasks, PRDs, Mermaid diagrams, and project statistics in a clean, intuitive interface.
Repository: github.com/pyrex41/tm-view
npm install -g tm-view
Navigate to any directory containing a Task Master project (with a .taskmaster folder) and run:
tm-view
The viewer will automatically:
If port 3737 is already in use, tm-view automatically finds the next available port (up to 3746):
✓ Task Master Viewer running!
➜ Local: http://localhost:3738
(Port 3737 was busy, using 3738)
Project: /path/to/project
Press Ctrl+C to stop
task-master initThe viewer reads from your .taskmaster directory:
.taskmaster/
├── tasks/
│ └── tasks.json # Task data (required)
├── docs/ # PRD documents
│ ├── prd.txt
│ └── requirements.md
├── config.json # Task Master config
└── state.json # Current tag/state
.md files with beautiful formatting.txt files with syntax preservation.mmd and .mermaid files throughout your repositoryTo work on tm-view locally:
# Clone and install dependencies
git clone git@github.com:pyrex41/tm-view.git
cd tm-view
npm install
# Test locally (no build step needed!)
npm link
cd /path/to/taskmaster/project
tm-view
This tool is intentionally built without React or any build step:
The server exposes these endpoints:
GET /api/project - Project metadataGET /api/tasks - All tasks (supports both legacy and tagged formats)GET /api/tasks/:tag - Tasks for specific tagGET /api/prds - List of PRD documentsGET /api/prds/:filename - Specific PRD contentGET /api/mermaid - List of all Mermaid files in the repositoryGET /api/mermaid/* - Specific Mermaid file content (supports nested paths)GET /api/stats - Project statisticsGET /api/events - Server-Sent Events for hot-reloadMIT
FAQs
Browser-based viewer for Task Master AI projects
We found that tm-view demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.