What's wrong with this entry?
Anonymous. No account, no email.
What
Very long Bash commands now bypass static analysis rather than attempting to parse them, avoiding edge cases where the parser could diverge from what the shell sees.
Details
- Commands exceeding the length limit return
{ behavior: "passthrough", message: "Command too long for read-only analysis" } - The command is still executed; only the safety pre-flight parse is skipped
Evidence
Length check (search for "Command too long for read-only analysis")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.