github re-analysis due

github/copilot-engine-sdk

github

SDK for Copilot Agent Engines

maintainer
github
license
MIT
first seen
2026-06-10
last seen
2026-06-11
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 stdio counts 0 tools · 0 res · 0 prompts permission surface via code analysis

No tools enumerated yet for this server.

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

filesystem 2

  • fs github-copilot-engine-sdk-cee1462/src/git.ts :15 import { existsSync } from "fs";
  • fs github-copilot-engine-sdk-cee1462/src/mcp-server.ts :24 import { appendFileSync } from "fs";

shell / exec 2

  • shell github-copilot-engine-sdk-cee1462/src/git.ts :14 import { execFileSync } from "child_process";
  • shell github-copilot-engine-sdk-cee1462/src/mcp-server.ts :130 const { execFileSync } = await import("child_process");

network 2

  • net github-copilot-engine-sdk-cee1462/src/client.ts :211 const response = await fetch(url.toString(), {
  • net github-copilot-engine-sdk-cee1462/src/mcp-proxy.ts :28 const response = await fetch(`${proxyUrl}/health`, {

secrets 3

  • secrets github-copilot-engine-sdk-cee1462/src/client.ts :93 * token: process.env.GITHUB_PLATFORM_API_TOKEN!,
  • secrets github-copilot-engine-sdk-cee1462/src/index.ts :24 * token: process.env.GITHUB_PLATFORM_API_TOKEN!,
  • secrets github-copilot-engine-sdk-cee1462/src/mcp-server.ts :308 const apiToken = process.env.GITHUB_PLATFORM_API_TOKEN;

declared dependencies 5

  • @modelcontextprotocol/sdk@^1.25.3
  • zod@^4.3.6
  • @types/node@^20.0.0
  • esbuild@^0.25.10
  • typescript@^5.0.0