Skip to main content

copilot-sdk

Enables developers to build applications using GitHub Copilot SDK for seamless integration and session management across multiple programming languages.

Install this skill

or
95/100

Security score

The copilot-sdk skill was audited on Mar 7, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 297

Access to .env file

SourceSKILL.md
297const client = new CopilotClient({ githubToken: process.env.GITHUB_TOKEN });
low line 311

Access to .env file

SourceSKILL.md
311apiKey: process.env.FOUNDRY_API_KEY,
low line 250

External URL reference

SourceSKILL.md
250github: { type: "http", url: "https://api.githubcopilot.com/mcp/" },
low line 309

External URL reference

SourceSKILL.md
309baseUrl: "https://your-resource.openai.azure.com/openai/v1/",
low line 512

External URL reference

SourceSKILL.md
512- [MCP Protocol Specification](https://modelcontextprotocol.io)
Scanned on Mar 7, 2026
View Security Dashboard
Installation guide →