x-articles
Fail
Audited by Snyk on Jul 24, 2026
Risk Level: CRITICAL
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill explicitly instructs capturing and embedding session secrets (bearer token, ct0/x-csrf-token, and queryId) into request headers/payloads, which requires the LLM or operator to handle secret values verbatim and thus creates an exfiltration risk.
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). This guide explicitly instructs extracting sensitive auth tokens/cookies (ct0 and bearer token) from a browser session and using them in direct authenticated GraphQL requests to x.com, which enables credential theft and unauthorized account actions.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
E006
CRITICALMalicious code pattern detected in skill scripts.
Audit Metadata