mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-21 07:22:44 +00:00
947 B
947 B
Security Policy
Supported Versions
Security updates are provided for the latest release.
Dependency Policy
- Run
bun run auditfromtui/before releases and during CI. - Update
bun.lockwhen dependency versions change; commits should include bothtui/package.jsonandtui/bun.lock.
Reporting a Vulnerability
Please report security issues privately. Use GitHub Security Advisories for this repository:
https://github.com/jarrodwatts/claude-hud/security/advisories
If you cannot use GitHub advisories, contact the maintainer via the GitHub profile:
https://github.com/jarrodwatts
Threat Model (Summary)
The HUD reads local files (settings, CLAUDE.md, config) and parses hook event
payloads. Threats primarily involve untrusted local file contents or malformed
events. The HUD treats parsing errors as safe-mode conditions and falls back to
last known good state while logging errors. See docs/THREAT_MODEL.md.