Related work

The Gap QuoteBench Targets

Existing terminal and command-generation benchmarks exercise shell quoting incidentally; QuoteBench isolates it as the measured skill.

Direct Competitors

None found. Terminal benchmarks and NL-to-command datasets either do not isolate quoting, or use metrics that erase the argument values where quoting failures occur.

Near Misses

WorkRelation
Terminal-Bench / TB2.0State-based terminal benchmark; quoting appears incidentally, not as the isolated target.
NL2SH-ALFAClosest one-shot command synthesis methodology; motivates machine-constructed, execution-verified oracles.
InterCode-BashUseful verification precedent and gold-data cautionary tale.
NLC2CMD / NL2BashTemplate metrics can erase argument-level quoting mistakes.
tau-benchMotivates reliability-style reporting for tail-event failures.

Why the Failure Mode Is Real

Design Sources

Task hazards are grounded in ShellCheck rule families, Wheeler's hostile filename taxonomy, and real shell edge cases such as sed replacement escaping, heredoc delimiter collision, and nested ssh-style evaluation.