GitHub Copilot CLI ↗
GitHub Copilot CLI is an officially published AI tool from GitHub. Anomity scores its risk at 10 out of 100 (low).
Analysis summary
GitHub Copilot CLI is an officially published AI tool from GitHub. Anomity scores its risk at 10 out of 100 (low).
GitHub AI coding agent with MCP and permissions config
Why this entry scored 10 out of 100
This profile starts at the catalog's neutral base of 50. Because the entry is officially published, trust adjusts the score by -40. The entry declares no high-risk capabilities on its own, so capabilities add nothing. It matches no dangerous capability combinations. The clamped result is 10, placing it in the low band.
Findings
-
Published by the vendor Trust offset
Configuration surface
Files this AI tool reads on the host. Anything written here changes what the agent does next.
-
copilot-cli-mcpglobal jsonMCP server configuration- win32
${USERPROFILE}\.copilot\mcp-config.json - darwin
${HOME}/.copilot/mcp-config.json - linux
${HOME}/.copilot/mcp-config.json
- win32
-
copilot-cli-permissionsglobal jsonPermissions configuration- win32
${USERPROFILE}\.copilot\permissions-config.json - darwin
${HOME}/.copilot/permissions-config.json - linux
${HOME}/.copilot/permissions-config.json
- win32
-
copilot-cli-configglobal jsonCLI self-managed config (trustedFolders, loggedInUsers)- win32
${USERPROFILE}\.copilot\config.json - darwin
${HOME}/.copilot/config.json - linux
${HOME}/.copilot/config.json
- win32
-
copilot-cli-settingsglobal jsonOptional user settings overrides- win32
${USERPROFILE}\.copilot\settings.json - darwin
${HOME}/.copilot/settings.json - linux
${HOME}/.copilot/settings.json
- win32
-
copilot-user-instructionsglobal markdownUser-level custom instructions- win32
${USERPROFILE}\.copilot\copilot-instructions.md - darwin
${HOME}/.copilot/copilot-instructions.md - linux
${HOME}/.copilot/copilot-instructions.md
- win32
-
copilot-repo-instructionsproject markdownRepository-wide Copilot instructions- win32
${PROJECT}\.github\copilot-instructions.md - darwin
${PROJECT}/.github/copilot-instructions.md - linux
${PROJECT}/.github/copilot-instructions.md
- win32
-
copilot-path-instructionsproject markdown-frontmatterPath-scoped Copilot instructions (with applyTo glob) -
copilot-project-skillsproject markdown-frontmatterProject skills (.github/skills, .claude/skills, .agents/skills) -
copilot-user-skillsglobal markdown-frontmatterPersonal skills shared across projects -
copilot-intellij-skillsglobal markdown-frontmatterCopilot skills installed by the JetBrains IDE plugin (~/.copilot/intellij-skills/ — SKILL.md often ships description-only, named by directory) -
copilot-user-subagentsglobal markdown-frontmatterUser-scope custom agents (~/.copilot/agents/*.agent.md — own tool allowlist) -
copilot-project-subagentsproject markdown-frontmatterProject custom agents (.github/agents/*.agent.md)