critical
@kraiter/mcp-server
v0.3.2MCP server for the Kraiter email platform
3
Total
1
Critical
2
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.
3: import { Mailer } from "@kraiter/sdk";
4: import { createServer } from "./server.js";
>>> 5: const apiKey = process.env.KRAITER_API_KEY;
6: if (!apiKey) {
7: console.error("KRAITER_API_KEY environment variable is required");Report false positivehighDO-BASunknownMedium ConfidenceLine 0
Decoded base64 content: J�b�'���ӭ�즊�
Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.
Report false positivehighDO-BASunknownMedium ConfidenceLine 0
Decoded base64 content: J�b�'���ӭ�즊�
Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.
Report false positiveScan History
| Date | Risk | Findings | Files | Duration |
|---|---|---|---|---|
| Feb 23, 2026 | critical | 3 | 67 | 0.00s |
| Feb 22, 2026 | critical | 3 | 67 | 0.00s |