pty-bridge
Fail
Audited by Snyk on May 3, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.90). The prompt advises sending secrets inline (e.g., echo -n "password" | pty-bridge write --stdin) which instructs embedding plaintext secrets in commands/outputs, creating an exfiltration risk.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill runs arbitrary commands and SSH sessions and explicitly reads and acts on their terminal output (see SKILL.md "SSH Session (recommended)" and the CLI/daemon methods for start/read/exec/wait-for), so untrusted remote/third‑party terminal content can be ingested and influence subsequent tool actions.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata