mcp-troubleshooting

Fail

Audited by Socket on Feb 25, 2026

2 alerts found:

Obfuscated FileMalware
Obfuscated FileHIGH
references/installation-guide.md

The document is a legitimate installation guide recommending convenient but high-risk supply-chain operations: piping remote scripts and executing packages via npx, plus editing editor configs to run arbitrary commands. The guide itself is not malicious, but it prescribes behaviors that would allow a malicious or compromised remote installer or npm package to execute arbitrary code, persist, or exfiltrate data. Before following these instructions in sensitive or production environments, users should inspect remote scripts, pin package versions with integrity checks, and prefer isolated testing environments. Audit the referenced install-all scripts and the @j0kz npm package sources for a definitive safety assessment.

Confidence: 98%
MalwareHIGH
SKILL.md

The file is a troubleshooting guide (documentation) rather than executable code. It contains practical and plausible repair steps but also several risky operational patterns: unpinned npx execution of remote packages, destructive filesystem operations, and advice to escalate privileges. These patterns materially increase supply-chain and operational risk — e.g., a compromised @j0kz package, a malicious registry/proxy, or careless execution could result in arbitrary code execution, privilege abuse, or data loss. There are no explicit embedded malicious network endpoints or obfuscated payloads in the text itself, but the recommended behaviors amplify real-world risks. Recommendations: require pinned versions or verified checksums when running remote packages; avoid blanket rm -rf and instead use targeted backups and safer cleanup; prefer per-user installations or nvm to avoid sudo; sanitize configs before sharing; and instruct users to inspect package contents (npm pack + tar inspection or running in an isolated container) before executing.

Confidence: 98%Severity: 90%
Audit Metadata
Analyzed At
Feb 25, 2026, 09:41 PM
Package URL
pkg:socket/skills-sh/j0kz%2Fmcp-agents%2Fmcp-troubleshooting%2F@f7187244822b850a5048e091f892a363e6af93a6