| Version | Supported |
|---|---|
| 1.3.x | ✅ |
| < 1.3 | ❌ |
We take security seriously. If you discover a security vulnerability in CC_Agents_Commands, please report it responsibly.
- Do NOT open a public GitHub issue for security vulnerabilities
- Email security concerns to the repository maintainer via GitHub's private vulnerability reporting:
- Go to the Security tab of this repository
- Click Report a vulnerability
- Provide a detailed description of the issue
- Description of the vulnerability
- Steps to reproduce the issue
- Potential impact assessment
- Any suggested fixes (optional)
- Initial response: Within 48 hours
- Status update: Within 7 days
- Resolution target: Within 30 days for critical issues
This security policy covers:
- Slash commands in
commands/ - Subagents in
agents/ - Skills in
skills/ - Plugin configuration in
plugin/
The following are NOT security vulnerabilities in this project:
- Issues in Claude Code itself (report to Anthropic)
- Issues in MCP servers (report to respective MCP server maintainers)
- Issues in the BMAD framework (report to BMAD repository)
When using CC_Agents_Commands:
- Never commit API keys - Use environment variables as shown in
plugin/MCP_SETUP.md - Review agent actions - Agents can modify files; review changes before committing
- Keep Claude Code updated - Run
claude updateregularly - Use branch protection - Enable branch protection rules on your repositories
We appreciate responsible disclosure and will acknowledge security researchers who help improve this project.