Decision Workspace
output-sanitize-rs vs html-entity-fix vs yaml-repair
Side-by-side comparison of Rust crates
48
output-sanitize-rs
experimentalv0.1.0
Strip dangerous HTML/SQL/shell snippets from LLM output before render, query, or shell sinks. Rust port of @mukundakatta/llm-output-sanitizer. Zero deps.
49
html-entity-fix
experimentalv0.1.0
Decode HTML entities (& < > " ' numeric refs) that LLMs sometimes emit in plain-text output. Zero deps.
49
yaml-repair
experimentalv0.1.0
Repair messy YAML emitted by LLMs: strip markdown fences, tabs->spaces, dedent leading whitespace, normalize line endings. Returns cleaned text suitable for any YAML parser. Zero deps.
Core Metrics
| output-sanitize-rs | html-entity-fix | yaml-repair | |
|---|---|---|---|
| Health Score | 48 | 49 | 49 |
| Total Downloads | 13 | 13 | 13 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 1 | 1 |
| Last Updated | 9d ago | 9d ago | 9d ago |
| Age | 9d | 9d | 9d |
Health Breakdown
output-sanitize-rs
Maintenance
12
Quality
15
Community
5
Popularity
1
Documentation
15
html-entity-fix
Maintenance
12
Quality
15
Community
6
Popularity
1
Documentation
15
yaml-repair
Maintenance
12
Quality
15
Community
6
Popularity
1
Documentation
15
Technical Details
| output-sanitize-rs | html-entity-fix | yaml-repair | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.0 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 8KB | 7KB | 7KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.74 | 1.74 | 1.74 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •html-entity-fix leads with a health score of 49/100, but none of the options score above 80.
- •output-sanitize-rs has the most downloads (13), suggesting wider adoption.