We provide security updates for the following versions:
| Version | Supported |
|---|---|
| Latest | ✅ |
| < 1.0 | ❌ |
We take security seriously and appreciate your help in responsibly disclosing vulnerabilities.
Do NOT report security vulnerabilities through public GitHub issues.
Instead, please report them by:
- Email: Send details to the project maintainers
- Private Security Advisory: Use GitHub's private vulnerability reporting
Please provide:
- Type of vulnerability (e.g., command injection, path traversal)
- Full path to the affected source file(s)
- Step-by-step instructions to reproduce
- Proof-of-concept or exploit code (if possible)
- Impact assessment
- Initial Response: Within 48 hours
- Status Update: Within 7 days
- Resolution Target: Within 30 days (depending on complexity)
- Acknowledgment: We'll confirm receipt of your report
- Validation: We'll investigate and validate the issue
- Fix Development: We'll work on a fix privately
- Coordinated Disclosure: We'll coordinate release timing with you
- Credit: We'll credit you in the release notes (unless you prefer anonymity)
When creating plugins:
- Never execute untrusted input directly
- Validate all file paths and user inputs
- Use
--fail-fastto stop on first error - Avoid storing sensitive data in plugin files
- Test hooks in isolated environments
When using han and plugins:
- Only install plugins from trusted sources
- Review hook commands before installation
- Use npx to always get the latest version
- Use
han plugin listto audit installed plugins - Report suspicious plugins to maintainers
- Hooks run in the user's shell context
- Commands are executed as-is (no shell injection protection by default)
- Use
--cacheto avoid re-running expensive validations
- Plugins are fetched from the official marketplace
- Plugin metadata is validated during installation
- MCP servers run with user permissions
- Hooks execute arbitrary commands defined in plugin configurations
- Plugin authors should be trusted before installation
- MCP servers may have access to external services
We thank all security researchers who have helped make han more secure.
"In matters of truth and justice, there is no difference between large and small problems." - Shissai Chozan