Back to Home
hu-qi icon

starReport

Verified Safe

by hu-qi

Overview

A Node.js tool for automated monitoring and intelligent AI analysis of GitHub repository activity (stars, commits, issues), supporting MCP protocol services and push notifications to Feishu.

Installation

Run Command
npx -y star-report mcp-server

Environment Variables

  • REPORT_REPOS
  • GITHUB_TOKEN
  • FEISHU_WEBHOOK
  • API_KEY
  • OPENAI_API_KEY
  • API_BASE_URL
  • API_MODEL
  • DATA_FILE
  • PORT

Security Notes

The application handles sensitive data like GitHub tokens, Feishu webhooks, and LLM API keys through environment variables, which is a standard secure practice. All external API interactions (GitHub, LLMs, Feishu) are inherent to its core functionality. The code includes a robust mechanism for data persistence, attempting to write to a configurable DATA_FILE and falling back to in-memory storage if file system access is read-only, indicating an awareness of operational environments rather than malicious intent. No 'eval', obfuscation, or other explicitly dangerous patterns were identified in the truncated source code.

Similar Servers

Stats

Interest Score33
Security Score8
Cost ClassHigh
Avg Tokens15000
Stars3
Forks0
Last Update2025-12-06

Tags

GitHubActivity MonitoringAI AnalysisMCP ProtocolNode.jsFeishuReportsOpen Source