context-engineering-collection
Audited by Socket on Aug 10, 2026
3 alerts found:
Anomalyx2SecurityThe code is largely a framework with many critical methods stubbed out, so no definitive malware behavior is observable in this fragment. However, it strongly indicates automated cloning and npm building/testing of potentially untrusted repositories and runs background dev processes. It also embeds GitHub tokens in the git clone URL (credential leakage risk) and constructs git config commands using user-controlled strings (possible command injection depending on execute_command escaping). Given the high-risk command-execution/supply-chain surface, this package warrants careful review of the missing implementations (sandboxing, escaping, network egress controls, dependency pinning/signature verification, and credential handling).
SUSPICIOUS. The skill’s stated purpose is coherent, and its MiniMax references align with official MiniMax endpoints, but its actual execution surface depends on an unverified local package/CLI (`reasoning_trace_optimizer` / `rto`) with no documented official distribution path. That unresolved tooling provenance, combined with access to sensitive reasoning traces and the ability to generate follow-on skills, makes the skill medium-high risk despite no direct evidence of credential theft or malicious exfiltration in the text provided.
This module is a clipboard-based delivery mechanism for a hardcoded Git-based “install” shell command that includes fetching remote code and performing filesystem modifications (including rm -rf and cp into .cursor/skills). While the code does not execute the command or exfiltrate data, it meaningfully increases supply-chain and social-engineering risk by making a ready-to-run remote-install instruction easy to place into the user’s clipboard. The clipboard export (window.copySiteText) further broadens the impact within the page context.