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 May 12, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 270

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

External URL reference

SourceSKILL.md
553url: "https://api.githubcopilot.com/mcp/",
low line 567

External URL reference

SourceSKILL.md
567"url": "https://api.githubcopilot.com/mcp/",
low line 581

External URL reference

SourceSKILL.md
581"url": "https://api.githubcopilot.com/mcp/",
low line 598

External URL reference

SourceSKILL.md
598Url = "https://api.githubcopilot.com/mcp/",
Scanned on May 12, 2026
View Security Dashboard
Installation guide →