@gleanwork/local-mcp-server
v0.9.1MCP server for Glean API integration
11
Total
2
Critical
7
High
2
Medium
Findings
unknownEnvironment file access
Detected by automated pattern matching (rule DE-002) with medium confidence. May be a false positive.
210: }
211: if (options === null || options === void 0 ? void 0 : options.token) {
>>> 212: process.env.GLEAN_API_TOKEN = options.token;
213: }
214: const transport = new StdioServerTransport();Report false positiveEnvironment file access
Detected by automated pattern matching (rule DE-002) with medium confidence. May be a false positive.
207: // Set environment variables from command line args if provided
208: if (options === null || options === void 0 ? void 0 : options.instance) {
>>> 209: process.env.GLEAN_INSTANCE = options.instance;
210: }
211: if (options === null || options === void 0 ? void 0 : options.token) {Report false positiveDecoded base64 content: ��-��b����]�˦z{l
Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.
Report false positiveDecoded base64 content: J�b�'���ӭ�즊�
Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.
Report false positiveDecoded base64 content: J�b�'���ӭ�즊�
Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.
Report false positiveDecoded base64 content: rX����ץ��(��'z{l
Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.
Report false positiveDecoded base64 content: r��z�S��E��.�������-
Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.
Report false positiveDecoded base64 content: r��z�S��E��.�������-
Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.
Report false positiveDecoded base64 content: �*^�����˞��9
Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.
Report false positiveHigh-entropy string (4.5 bits/char) — possible encoded payload
Detected by automated pattern matching (rule EN-001) with medium confidence. May be a false positive.
Report false positiveJavaScript fetch() call
Detected by automated pattern matching (rule NS-003) with medium confidence. May be a false positive.
61: }
62: }
>>> 63: const response = await fetch(`${config.baseUrl}rest/api/v1/getdocuments`, {
64: method: 'POST',
65: body: JSON.stringify(mappedParams),Report false positiveScan History
| Date | Risk | Findings | Files | Duration |
|---|---|---|---|---|
| Feb 25, 2026 | critical | 11 | 36 | 0.00s |
| Feb 23, 2026 | critical | 11 | 36 | 0.00s |
| Feb 22, 2026 | critical | 11 | 36 | 0.00s |