github-copilot-cli-expert
Audited by Socket on Mar 12, 2026
1 alert found:
Obfuscated FileThe skill content is largely coherent with its stated purpose as a GitHub Copilot CLI expert guide, including installation options, command references, agent/MCP concepts, and security considerations. However, it relies on an unverifiable remote installer (curl | bash) and mentions credentials (GH_TOKEN) in a way that could lead to credential exposure. These patterns create meaningful security risks (supply-chain risk and potential credential leakage) and should be addressed by favoring signed/verifiable install artifacts and secure credential handling. Overall, the footprint is suspicious rather than benign due to the download-execute pattern and credential pathways, and it should be reviewed before deployment in a trusted environment.