wang-ke

Warn

Audited by Socket on Jul 28, 2026

3 alerts found:

SecurityAnomalyx2
SecurityMEDIUM
SKILL.md

SUSPICIOUS. The skill is internally coherent, but its purpose is to defeat online course anti-idle controls through stealth browser automation and unattended action loops. Install trust is mostly standard Python tooling, yet the anti-detection focus and optional third-party webdriver-manager make it a medium-high risk automation/evasion skill rather than a benign helper.

Confidence: 91%Severity: 72%
AnomalyLOW
scripts/tampermonkey.js

No clear indicators of traditional malware (no exfiltration, credential theft, backdoor persistence, or dynamic code execution) are present in this fragment. However, the code is strongly suspicious from an abuse/policy standpoint: it repeatedly injects synthetic mouse and focus-related events and attempts to auto-play paused videos to keep online sessions active, and it exposes a global control API to manage the automation loop. Primary risk is unauthorized automation/session-activity bypass rather than system compromise.

Confidence: 72%Severity: 55%
AnomalyLOW
scripts/browser_keeper.py

This module is a Selenium-based browser “session keeper” that repeatedly interacts with a user-supplied web page to resume video playback and dispatch focus/mouse events. It does not show direct malware behavior (no exfiltration, persistence, or credential theft). However, it has meaningful security/supply-chain and abuse signals: it can install selenium at runtime via pip if missing, can download a ChromeDriver binary at runtime via webdriver_manager, and it uses CDP/Chrome options to evade automation detection (navigator.webdriver override). Overall risk is moderate, primarily due to runtime network fetch/install and evasion/idle-avoidance behavior rather than clear malicious payloads.

Confidence: 62%Severity: 50%
Audit Metadata
Analyzed At
Jul 28, 2026, 05:51 PM
Package URL
pkg:socket/skills-sh/cycleuser%2Fskills%2Fwang-ke%2F@7055edf286474c8fc53f4a599d6520cabf17769233edd6b47ed8462fb0abe04b
Security Audit — socket — wang-ke