| Version | Supported |
|---|---|
| Latest | ✅ |
| < Latest | ❌ |
We recommend always using the latest release.
We take the security of github-copilot-cli seriously. If you discover a security vulnerability, please follow these steps:
Please do NOT report security vulnerabilities through public GitHub issues.
Instead:
- Preferred: Use GitHub's Security Advisory feature
- Go to the Security tab
- Click "Report a vulnerability"
- Fill out the form with details
- Description of the vulnerability
- Steps to reproduce the issue
- Potential impact of the vulnerability
- Suggested fix (if you have one)
- Acknowledgment: Within 48 hours
- Assessment: We'll determine severity
- Fix Timeline: Critical (7 days), High (14 days), Medium (30 days), Low (next release)
- Review generated code before executing it
- Don't trust untrusted sources when copying customizations
- Keep Copilot CLI updated (
/updateor reinstall) - Use explicit tool lists in agent definitions (
tools: [...]) - Review tool approval requests — don't blindly approve all tools
- Be cautious with
--allow-all/--yoloflags in untrusted repos
- Minimize tool access — use explicit
tools: []instead of all tools - Validate tool output — treat all tool output as untrusted
- Avoid destructive commands — prefer safe, narrowly-scoped operations
- Document security implications in agent and skill descriptions
- Test in isolated environments before sharing agents
Thank you for helping keep github-copilot-cli secure! 🔒