| Version | Supported |
|---|---|
| 0.1.x | ✅ |
Please report security vulnerabilities through GitHub's private vulnerability reporting.
- Go to the Security tab of this repository
- Click "Report a vulnerability"
- Fill in the details
Please do not open public issues for security vulnerabilities.
- Acknowledgment: Within 48 hours
- Initial assessment: Within 1 week
- Fix or mitigation: Dependent on severity, targeting 30 days for critical issues
frond is a thin CLI wrapper around git and gh. Its security posture includes:
- No credential storage — frond does not store or handle credentials; authentication is delegated entirely to
gh(GitHub CLI) - Input validation — Branch names and other user inputs are validated before being passed to git commands
- Local-only state — The
frond.jsonstate file is local to each repository with no network transmission - Dependency scanning — CI runs
govulncheckon every build
This policy covers the frond CLI tool. The underlying git and gh tools are governed by their own security policies.