chatcut-plugin-basics-claude
Warn
Audited by Socket on Sep 3, 2026
1 alert found:
AnomalyAnomalylogin-chatcut.sh
LOWAnomalyLOW
login-chatcut.sh
This snippet is an asynchronous wrapper that executes a specific CLI login command via Python’s pty.spawn (TTY-like process spawning) and writes all stdout/stderr to /tmp/chatcut-login.log. It provides no sanitization or output redaction, so if the login process emits tokens or sensitive information, they may be leaked to a predictable temporary file. There is no direct evidence of network exfiltration or embedded malicious payloads in the snippet itself, but the command-execution + sensitive-output logging combination warrants review of the invoked CLI/plugin behavior before trusting it in a supply-chain context.
Confidence: 62%Severity: 55%
Audit Metadata