6
Total
1
Critical
5
High
0
Medium
Findings
unknownEnvironment file access
Detected by automated pattern matching (rule DE-002) with medium confidence. May be a false positive.
53: });
54: // Start the server
>>> 55: const PORT = Number(port || process.env.PORT || 3088);
56: return new Promise((resolve, reject) => {
57: const appServer = app.listen(PORT, (error) => {Report false positiveNode.js child process spawning
Detected by automated pattern matching (rule SC-005) with medium confidence. May be a false positive.
5: import * as os from "os";
6: import { languageIdToExecutorMap, languageIdToFileExtensionMap } from "./constants.js";
>>> 7: import { exec } from "child_process";
8: export function createServer() {
9: const server = new McpServer({Report false positiveDynamic code execution via exec()
Detected by automated pattern matching (rule SC-003) with medium confidence. May be a false positive.
55: return new Promise((resolve, reject) => {
56: console.debug(`Executing command: ${command}`);
>>> 57: exec(command, (error, stdout, stderr) => {
58: if (error) {
59: reject(`Error: ${error.message}`);Report false positiveDecoded base64 content: ��!��)^^�Ȩ�Ʃ
Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.
Report false positiveDecoded base64 content: ��!��)^^�Ȩ�Ʃ
Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.
Report false positiveDecoded base64 content: �֫�+ky��nW���Lr�����
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 25, 2026 | critical | 6 | 28 | 0.00s |
| Feb 23, 2026 | critical | 6 | 28 | 0.00s |
| Feb 21, 2026 | critical | 0 | 28 | 0.00s |