critical
@mondaydotcomorg/monday-api-mcp
v1.16.1MCP server for using the monday.com API
2
Total
2
Critical
0
High
0
Medium
Findings
unknowncriticalDE-002Data ExfiltrationHigh ConfidenceLine 0
Environment file access
Detected by automated pattern matching (rule DE-002) with medium confidence. May be a false positive.
25: if (argValue === undefined) {
26: const envVarName = `MONDAY_${config.name.toUpperCase()}`;
>>> 27: if (process.env[envVarName]) {
28: argValue = process.env[envVarName];
29: }Report false positivecriticalDE-002Data ExfiltrationHigh ConfidenceLine 0
Environment file access
Detected by automated pattern matching (rule DE-002) with medium confidence. May be a false positive.
26: const envVarName = `MONDAY_${config.name.toUpperCase()}`;
27: if (process.env[envVarName]) {
>>> 28: argValue = process.env[envVarName];
29: }
30: }Report false positiveScan History
| Date | Risk | Findings | Files | Duration |
|---|---|---|---|---|
| Feb 25, 2026 | critical | 2 | 13 | 0.00s |
| Feb 23, 2026 | critical | 2 | 13 | 0.00s |
| Feb 22, 2026 | critical | 2 | 13 | 0.00s |