Skip to content

send.sh: add a stdin/file input mode so message bodies survive shell quoting #378

Description

@fujibee

Problem

Message bodies passed as a positional argument go through the SENDER's shell first. Two real incidents: a double-quoted body containing $(...) had the substitution EXECUTE (leaking a real credential into a message), and a body containing backticks arrived with those spans silently evaluated/emptied. Both are sender-side quoting hazards, so send.sh can't intercept them after the fact — but it can offer an input path that avoids the shell entirely.

Proposal

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions