Back to Home
tmdcpro icon

ai-pow-wow

Verified Safe

by tmdcpro

Overview

A collaborative AI code review system with a baseball team-themed dashboard for visualizing and managing AI agents, facilitating group discussions, and refining prompts.

Installation

Run Command
node dist/index.js

Environment Variables

  • OPENAI_API_KEY

Security Notes

Uses `process.env.OPENAI_API_KEY` for API key management, which is good practice. Input arguments for tools are parsed with `zod.safeParse`, providing validation. CORS is set to `*` for local development in `dashboard.ts`, which should be restricted for production deployments. Prompts are constructed using user-provided code, which could lead to prompt injection if not carefully managed in the LLM context.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens10000
Stars0
Forks0
Last Update2025-11-30

Tags

AICode ReviewMulti-AgentDashboardReal-time