Skip to content

Security: DUBSOpenHub/copilot-cli-quickstart

SECURITY.md

πŸ”’ Security Policy

πŸ›‘οΈ Supported Versions

Version Supported
1.1.x βœ… Yes
1.0.x βœ… Yes

🚨 Reporting a Vulnerability

We take security seriously! πŸ™ If you discover a security vulnerability in this project, please report it responsibly.

How to Report

  1. DO NOT open a public GitHub issue for security vulnerabilities
  2. Instead, email us at: security@dubsopenhub.com
  3. Or use GitHub's private vulnerability reporting

What to Include

Please provide as much of the following as possible:

  • πŸ“ Description of the vulnerability
  • πŸ”„ Steps to reproduce
  • πŸ’₯ Potential impact
  • πŸ’‘ Suggested fix (if you have one)

What to Expect

  • ⏱️ Acknowledgment within 48 hours
  • πŸ” Assessment within 1 week
  • πŸ› οΈ Fix or mitigation as quickly as possible
  • πŸŽ‰ Credit in the release notes (unless you prefer anonymity)

πŸ” Security Features

This repository has the following GitHub security features configured:

Feature Status Notes
βœ… Dependabot Alerts Enabled Monitors dependencies for known vulnerabilities
βœ… Dependabot Security Updates Enabled Auto-creates PRs to fix vulnerable dependencies
πŸ”’ Secret Scanning Available when public Detects accidentally committed secrets
πŸ”’ Secret Scanning Push Protection Available when public Blocks pushes containing secrets
πŸ”’ Code Scanning (CodeQL) Available when public Static analysis for security bugs

πŸ’‘ Note: Secret scanning, push protection, and CodeQL code scanning are automatically enabled when this repository is made public. For private repos, these features require GitHub Advanced Security.

πŸ“‹ Best Practices

Since this is a Copilot CLI skill (no runtime code, only markdown instructions), the primary security considerations are:

  • πŸ”‘ No secrets in skill files β€” SKILL.md and agent.md should never contain API keys, tokens, or credentials
  • πŸ“œ Safe instructions β€” Skill instructions should never instruct the agent to bypass security controls
  • πŸ” Dependency awareness β€” If dependencies are added in the future, keep them updated

πŸ“„ License

This project is licensed under the MIT License.

There aren’t any published security advisories