tmux-agent-herdr-lite
Audited by Socket on Sep 10, 2026
2 alerts found:
Anomalyx2The code appears to be a legitimate tmux-based agent launcher and metadata recorder, with no clear malicious behavior or exfiltration. It has a medium security concern because arbitrary user-provided command text is embedded into a sh -c wrapper using $*, allowing unintended shell interpretation and command injection relative to callers expecting argument preservation. The external agent_classify module would require separate review.
This code is best understood as a command-execution automation wrapper for tmux: it resolves a target pane from user input and then injects user-provided command text followed by Enter, enabling arbitrary command execution in that pane. There are no direct indicators of covert malware (no exfiltration, persistence, or obfuscation) in this fragment, but the design creates a high-impact risk if inputs or pane resolution are not tightly controlled. Review/controls should focus on who can invoke it, how TARGET->PANE_ID mapping is authorized, and whether command/pane usage is restricted.