If you discover a security vulnerability, please do not open a public GitHub issue.
Instead, report it privately:
- Go to the Security tab of this repository
- Click "Report a vulnerability"
- Describe the issue with as much detail as possible
You will receive a response within 72 hours. If confirmed, a patch will be released as quickly as possible.
This is a GitHub Template Repository — it contains no runtime code or live infrastructure.
Relevant security concerns:
- Shell hook injection: hooks in
.claude/settings.jsonexecute shell commands. See CVE-2025-59536 for context. - GitHub Actions supply chain: actions are pinned to full commit SHAs to prevent tag hijacking.
- Template sync: the
template-sync.ymlworkflow pulls files from upstream. Review all PRs it creates before merging.
This template is a living document. Always use the latest version from main.