Security updates are provided for the latest stable release of each project in this organization.
| Project | Supported Version |
|---|---|
| ha-mcp | Latest stable release |
| skills | Latest version |
For version-specific support, check each project's documentation.
Please do not report security vulnerabilities through public GitHub issues.
Instead, report them through GitHub's private vulnerability reporting system:
- Navigate to the affected repository's Security tab
- Click "Report a vulnerability"
- Fill out the vulnerability report form with:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if you have one)
- Initial response: Within 48 hours
- Assessment: We'll evaluate severity and impact
- Fix timeline: Typically 24-48 hours for critical issues, longer for lower-severity issues
- Disclosure: We'll coordinate public disclosure after a fix is available
Security issues we're interested in:
- Authentication/authorization bypasses
- Code injection vulnerabilities
- Information disclosure (tokens, credentials, personal data)
- Denial of service attacks
- Dependencies with known CVEs
- Issues in third-party dependencies (report to the dependency maintainers)
- Social engineering attacks
- Physical security issues
When using our projects:
- Protect your Home Assistant token - treat it like a password
- Use environment variables or secure vaults for credentials
- Don't commit
.envfiles to version control - Use HTTPS for Home Assistant URLs when possible
- Keep ha-mcp updated to get security patches
- Review skill code before trusting it to modify your system
- Be cautious with skills that have broad permissions
- Report suspicious skill behavior immediately
We follow responsible disclosure practices:
- We'll acknowledge your report privately
- We'll work with you to understand and fix the issue
- We'll give you credit in the security advisory (if you want it)
- We'll coordinate public disclosure timing with you
Thank you for helping keep Home Assistant AI projects secure! 🔒