MMcp Agent ForgeA powerful MCP tool for forging and managing AI agent personalities with customizable expert traits and behaviors. 一个可以由大模型控制并定制Agent的MCP工具,supervisor架构,低成本复刻类似于CO-STORM的multi-agent research。

mcp-so:mcp-agent-forge_HundunOnline

View source
A
100/100

First Seen

Feb 18, 2026

Last Scanned

Feb 20, 2026

Findings

1

Score

100/100

LOW 1

Findings (1)

LOW
Hardcoded secrets in MCP env block
L49

Detects hardcoded API keys, tokens, or passwords in MCP server environment configuration

"env": { + "DEEPSEEK_API_KEY": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx"
FIX

Remove shell metacharacters (semicolons, pipes, ampersands, backticks) from MCP server arguments. Use explicit argument arrays and avoid shell expansion in MCP configurations.

FP?

Likely FP if the metacharacter is a literal part of a non-shell argument (e.g., a regex pattern or a URL query parameter containing ampersands).