Skip to main content

copilot-sdk

Enables developers to build agentic applications using GitHub Copilot SDK for embedding AI agents and managing sessions.

Install this skill

or
86/100

Security score

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

Categories Tested

Security Issues

medium line 253

Template literal with variable interpolation in command context

SourceSKILL.md
253return { city, temperature: `${temp}°F`, condition };
medium line 417

Template literal with variable interpolation in command context

SourceSKILL.md
417return { city, temperature: `${temp}°F`, condition };
low line 529

External URL reference

SourceSKILL.md
529url: "https://api.githubcopilot.com/mcp/",
low line 542

External URL reference

SourceSKILL.md
542"url": "https://api.githubcopilot.com/mcp/",
low line 555

External URL reference

SourceSKILL.md
555URL: "https://api.githubcopilot.com/mcp/",
low line 571

External URL reference

SourceSKILL.md
571Url = "https://api.githubcopilot.com/mcp/",
Scanned on Feb 11, 2026
View Security Dashboard
Installation guide →