devenv-chat-backup

Fail

Audited by Socket on Aug 18, 2026

4 alerts found:

MalwareSecurityAnomalyx2
MalwareHIGH
scripts/chat-backup.sh

This module is designed to package and push highly sensitive local artifacts (chat history/SQLite DBs and derived indexes) to a remote Git repository, and it additionally stages likely API keys and a Cloudflare tunnel token into that repository for commit/push. It can also restore repository-provided proxy code and executable scripts back onto the host and expose a local proxy externally via Cloudflare Tunnel. Even if intended as a personal convenience feature, the explicit token/key exfiltration and remote exposure path make this an extremely high security risk supply-chain artifact.

Confidence: 78%Severity: 95%
SecurityMEDIUM
references/recovery-guide.md

No malicious payloads are visible in this fragment because it is documentation rather than executable code. However, it creates a high-impact supply-chain execution path by cloning a remote repository and copying/executing a script from it in a privileged container context. It also instructs insecure PAT handling by persisting a plaintext token in `~/.git-credentials` and embedding the token into an authenticated URL. The actual risk of malware/data theft cannot be confirmed without the `chat-backup.sh` contents and any invoked helpers; nonetheless, the workflow design warrants security review (pin exact commit, validate integrity, avoid plaintext token storage, and restrict execution/sandbox).

Confidence: 62%Severity: 78%
AnomalyLOW
scripts/github-accel.sh

This script is primarily a performance/availability helper but it meaningfully increases supply-chain trust risk by routing `git clone`/`git pull` traffic through hardcoded third-party proxy/mirror domains selected dynamically by latency. The script performs no integrity/authenticity verification of the fetched repository content, so a compromised or malicious mirror could deliver tampered code that the script would accept. No obvious standalone malware behavior is present in the snippet (no backdoor/persistence/exfiltration), but the trust-boundary shift is the dominant security concern.

Confidence: 67%Severity: 60%
AnomalyLOW
SKILL.md

SUSPICIOUS. The skill’s overall purpose is coherent, and data flows go to official GitHub rather than an unknown proxy, so this is not confirmed malware. However, it persistently stores a GitHub PAT in plaintext, automatically executes cloned shell scripts from an unpinned user-supplied repo, and backs up additional token/config material beyond chat history, creating medium security risk.

Confidence: 89%Severity: 66%
Audit Metadata
Analyzed At
Aug 18, 2026, 10:39 PM
Package URL
pkg:socket/skills-sh/88lin%2Fdevenv-chat-backup-skill%2Fdevenv-chat-backup%2F@bba938ee8b9b3a9a1beb995ab05f0cdf72e9b3c2
Security Audit — socket — devenv-chat-backup