We release updates and security patches for the following versions:
| Version | Supported |
|---|---|
| Latest | ✅ |
| < Latest | ❌ |
We recommend always using the latest release to ensure you have the most recent security updates and features.
We take the security of github-copilot-agent seriously. If you discover a security vulnerability, please follow these steps:
Please do NOT report security vulnerabilities through public GitHub issues.
Instead, please report them via one of the following methods:
-
Preferred: Use GitHub's Security Advisory feature
- Go to the Security tab
- Click "Report a vulnerability"
- Fill out the form with details
-
Alternative: Email the maintainers directly
- Contact: [Create a private security advisory]
When reporting a vulnerability, please include:
- Description of the vulnerability
- Steps to reproduce the issue
- Potential impact of the vulnerability
- Suggested fix (if you have one)
- Your contact information for follow-up questions
After you submit a vulnerability report:
- Acknowledgment: We'll acknowledge receipt within 48 hours
- Assessment: We'll assess the vulnerability and determine its severity
- Updates: We'll keep you informed of our progress
- Resolution: We'll work on a fix and release it as soon as possible
- Credit: With your permission, we'll credit you in the release notes
- Initial Response: Within 48 hours
- Status Update: Within 7 days
- Fix Timeline: Depends on severity
- Critical: Within 7 days
- High: Within 14 days
- Medium: Within 30 days
- Low: Next scheduled release
When using this repository:
- Review customizations carefully before merging PRs
- Limit tool access in agent definitions (use explicit
tools: []) - Validate input from prompt template variables
- Never commit secrets or credentials
- Review GitHub Actions workflows for security issues
- Review generated code before executing it
- Don't trust untrusted sources when copying customizations
- Keep VS Code and extensions updated
- Use workspace trust features in VS Code
- Review permissions for custom agents and prompts
Custom agents can request access to various VS Code APIs and tools. Always review the tools: list in .agent.md files to understand what capabilities an agent has.
Prompt templates can execute code generation. Always review generated code before:
- Committing it to your repository
- Running terminal commands
- Deploying to production
If you integrate this blueprint with third-party tools or services:
- Review their security policies
- Understand data sharing implications
- Keep credentials secure
When we receive a security report:
- We'll work with the reporter to understand and verify the issue
- We'll develop a fix in a private repository if needed
- We'll release the fix and publish a security advisory
- We'll credit the reporter (with permission)
We ask that security researchers:
- Allow us reasonable time to fix the issue before public disclosure
- Make a good faith effort to avoid privacy violations and data destruction
- Don't exploit the vulnerability beyond demonstrating it exists
Security updates are released as:
- Patch releases for critical vulnerabilities
- Minor releases for other security improvements
Subscribe to repository releases to stay informed:
- Watch the repository
- Enable notifications for releases
- Star the repo for visibility
If you have questions about this security policy:
- Open a Discussion
- Contact the maintainers
Thank you for helping keep github-copilot-agent secure! 🔒