xactions-cli

Fail

Audited by Socket on Feb 28, 2026

1 alert found:

Malware
MalwareHIGH
SKILL.md

This repository is a standard-seeming command-line scraper for X/Twitter that requires a browser session token (auth_token) and uses Puppeteer to automate browsing. The main security concerns are: (1) explicit user instruction to extract and paste a sensitive session cookie, and (2) storing that token in a plaintext file (~/.xactions/config.json) which increases the risk of token theft if the environment or package is compromised. There are no explicit references to external attacker-controlled endpoints, obfuscated payloads, or automatic exfiltration in the supplied text, so I find no confirmed malicious code. However, the credential handling and download/execute surface (Puppeteer browser binaries, global install) make this package a moderate supply-chain risk: treat auth_token handling carefully, prefer ephemeral/session-limited tokens, and audit any network calls or post-install scripts before using in sensitive environments.

Confidence: 95%Severity: 90%
Audit Metadata
Analyzed At
Feb 28, 2026, 09:56 AM
Package URL
pkg:socket/skills-sh/nirholas%2FXActions%2Fxactions-cli%2F@80f69d53375e8d59c1e15bc7d3185b15db57d5f8