pair
Audited by Socket on Sep 11, 2026
3 alerts found:
Anomalyx3SUSPICIOUS: the skill's purpose and capabilities are mostly aligned, and the static command-injection findings are false positives from documentation text. However, it grants persistent multi-CLI delegated execution with broad unattended write permissions and session/account-state handling, creating meaningful operational risk even without clear malicious or exfiltration behavior.
The code appears to be a legitimate Herdr AI-agent pairing and coordination CLI, not malware. It uses fixed external commands and performs expected session-file management. Security-relevant concerns are the explicit ability to launch agents with permission bypass or full filesystem access, inject file contents into another agent's terminal, and accept several filesystem/repository paths without visible containment validation. These concerns warrant trusted-input and backend-isolation controls, but there is no clear malicious supply-chain behavior in the provided fragment.
The supplied fragment is documentation for an AI-agent session transport and contains no direct malware implementation. It does describe high-impact behavior because writable partner agents run with broad permissions and inherited provider configuration. Review of pair-headless.mjs and related scripts is required to verify that the documented controls and path handling are safely implemented.