First Seen
Feb 19, 2026
Last Scanned
Feb 20, 2026
Findings
2
Score
100/100
Findings (2)
Detects tmux/screen send-keys used to inject commands into terminal sessions
tmux send-keys Avoid sending unsanitized user input to tmux/screen sessions via send-keys. Use a controlled command dispatch mechanism instead of injecting commands into terminal multiplexers.
Likely FP if the match is in documentation describing tmux/screen workflow automation for the user themselves, not controlled by an external agent.
Detects tmux/screen send-keys used to inject commands into terminal sessions
tmux send-keys Avoid sending unsanitized user input to tmux/screen sessions via send-keys. Use a controlled command dispatch mechanism instead of injecting commands into terminal multiplexers.
Likely FP if the match is in documentation describing tmux/screen workflow automation for the user themselves, not controlled by an external agent.