github analyzed 330eece unconfirmed MCP

dotutils/vscode-binlog-analyzer

github

VS Code extension for MSBuild binlog analysis with Copilot Chat and MCP tools

maintainer
dotutils
license
MIT
first seen
2026-06-08
last seen
2026-06-17
releases · 30d
1
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities 0 tools
transport counts 0 tools · 0 res · 0 prompts permission surface via code analysis

No tools enumerated yet for this server.

code evidence vv0.10.24 · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

filesystem 7

  • fs dotutils-vscode-binlog-analyzer-330eece/src/binlogTreeView.ts :3 import * as fs from 'fs';
  • fs dotutils-vscode-binlog-analyzer-330eece/src/buildCheck.ts :4 import * as fs from 'fs';
  • fs dotutils-vscode-binlog-analyzer-330eece/src/ciIntegration.ts :6 import * as fs from 'fs';
  • fs dotutils-vscode-binlog-analyzer-330eece/src/ciSafety.ts :7 import * as fs from 'fs';
  • fs dotutils-vscode-binlog-analyzer-330eece/src/diagnostics.ts :170 const fs = require('fs') as typeof import('fs');
  • fs dotutils-vscode-binlog-analyzer-330eece/src/extension.ts :17 import * as fs from 'fs';
  • fs dotutils-vscode-binlog-analyzer-330eece/src/playbooks.ts :2 import * as fs from 'fs';

shell / exec 4

  • shell dotutils-vscode-binlog-analyzer-330eece/src/buildCheck.ts :2 import * as cp from 'child_process';
  • shell dotutils-vscode-binlog-analyzer-330eece/src/ciIntegration.ts :2 import * as cp from 'child_process';
  • shell dotutils-vscode-binlog-analyzer-330eece/src/extension.ts :720 const { execFile } = require('child_process');
  • shell dotutils-vscode-binlog-analyzer-330eece/src/mcpClient.ts :1 import { ChildProcess, spawn } from 'child_process';

network 1

  • net dotutils-vscode-binlog-analyzer-330eece/src/ciIntegration.ts :3 import * as https from 'https';

declared dependencies 10

  • @vscode/extension-telemetry@^0.9.0
  • @types/mocha@^10.0.10
  • @types/node@^20.0.0
  • @types/vscode@^1.99.0
  • @vscode/test-electron@^2.5.2
  • @vscode/vsce@^3.0.0
  • esbuild@^0.24.2
  • glob@^13.0.6
  • mocha@^11.7.5
  • typescript@^5.5.0