pty-bridge

Pass

Audited by Gen Agent Trust Hub on May 3, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill instructions in SKILL.md and README.md guide the user to install a CLI utility from the author's GitHub repository (github:briqt/pty-bridge).\n- [COMMAND_EXECUTION]: The tool's primary purpose, defined in src/session.ts and src/daemon.ts, is to spawn and manage terminal processes using node-pty. This allows the agent to execute and interact with programs that require a PTY, such as SSH.\n- [SAFE]: The skill implements security best practices for its local communication channel in src/protocol.ts and src/daemon.ts, using a Unix domain socket restricted to the current user (mode 0600) to prevent unauthorized access to active sessions.
Audit Metadata
Risk Level
SAFE
Analyzed
May 3, 2026, 09:03 AM
Security Audit — agent-trust-hub — pty-bridge