hardpoint fix
Automatically fix certain security findings. Not all findings can be auto-fixed.Usage
Flags
| Flag | Description |
|---|---|
--list | List findings that can be auto-fixed |
Fixable Findings
| Finding ID | Description |
|---|---|
AI-003 | Strip hidden Unicode characters from file |
Examples
List Fixable Findings
Fix Hidden Unicode
How It Works
AI-003: Hidden Unicode
Hidden Unicode characters can be used to inject invisible instructions into AI configuration files. This fix removes:- Zero-width characters: Used to hide text from humans
- RTL override: Can reverse text display direction
- Homoglyphs: Characters that look like ASCII but aren’t
- Invisible separators: Hidden formatting characters
Adding New Fixes
Hardpoint’s fix system is extensible. To request a new auto-fix:- Open an issue on GitHub
- Describe the finding and proposed fix
- Include example files if possible