Back to Home
Avri-Yom-Tov icon

teamToolboxHub

by Avri-Yom-Tov

Overview

Centralized configuration and management hub for various team utilities and external Model Context Protocol (MCP) servers, facilitating access to services like SonarQube, AWS documentation, Jenkins, and CloudWatch.

Installation

Run Command
npx -y sonarqube-mcp-server@latest

Environment Variables

  • SONARQUBE_URL
  • SONARQUBE_TOKEN
  • FASTMCP_LOG_LEVEL
  • AWS_DOCUMENTATION_PARTITION
  • awsUserName
  • mfaSecretKey

Security Notes

The source code exhibits critical security vulnerabilities: 1. **Hardcoded Secrets**: Multiple scripts (`getBuildNumbersNew.js`, `getBuildNumbersOld.js`, `searchByTenantId.js`, `repoIssues.js`) and the `mcps/mcp.json` configuration file explicitly contain placeholders (`xxx`, `here`) for sensitive credentials such as Jenkins API tokens, usernames, passwords, SonarQube tokens, and internal API tokens. If these placeholders are replaced with actual credentials and committed to the repository, it leads to severe exposure. 2. **Shell Injection Risk**: The `scripts/managerAws/python/awsManager.py` script uses `subprocess.run(command, shell=True)`. While current commands appear internally constructed, the `shell=True` flag inherently creates a risk of shell injection if any part of the `command` string were to originate from or be influenced by untrusted input. 3. **MFA Secret Key Handling**: `awsManager.py` retrieves `mfaSecretKey` from environment variables, but if not set, it defaults to an empty string. If this is intended to be hardcoded, it would be another secret vulnerability. 4. **Credential Management**: The `awsManager.py` script writes AWS credentials and tokens to local `.aws/credentials` and `.aws/config` files, and updates Maven `settings.xml` and NPM config. While a credential manager's purpose, insecure handling or storage of the initial MFA secret key undermines this.

Similar Servers

Stats

Interest Score32
Security Score2
Cost ClassMedium
Avg Tokens20
Stars2
Forks0
Last Update2026-01-14

Tags

DevOpsCI/CDCloud ManagementCode QualityInternal Tools