chanjing-tts-voice-clone

Fail

Audited by Socket on Mar 27, 2026

3 alerts found:

Anomalyx2Obfuscated File
AnomalyLOW
scripts/poll_task

This fragment functions as a legitimate polling client for a TTS/audio task and prints the resulting audio URL returned by a remote API. No direct malicious behaviors are evident in the shown code (no execution of code from responses, no subprocesses, no filesystem changes, no obvious data theft). The main security concerns are (1) supply-chain/local-import risk from modifying sys.path to import _auth (token handling is opaque and could be malicious in that module), and (2) environment-controlled API_BASE that could redirect requests (including access_token and task_id) to an unintended destination if CHANJING_API_BASE is compromised.

Confidence: 70%Severity: 50%
AnomalyLOW
SKILL.md

SUSPICIOUS. The core capability matches a voice-cloning/TTS skill and data mainly flows to the claimed vendor API, but the skill reads raw local credentials, relies on an unverified guard/helper flow, and uses API/storage domains not fully corroborated by the public docs evidence. This is not clearly malicious, but trust and auth-path inconsistencies make it higher risk than a straightforward official API guide.

Confidence: 84%Severity: 58%
Obfuscated FileHIGH
scripts/_auth.py

No definitive signs of deliberate malware in this code fragment (no obfuscated payloads, no reverse shell, no explicit backdoor). The module performs sensitive actions typical for an authentication helper: reading/writing plaintext credentials, transmitting app_id/secret_key to an external API endpoint, and executing a local helper script when credentials are missing. Primary risks are credential exfiltration if API_BASE is hijacked or set by an attacker, arbitrary code execution via the package-relative script if files are tampered post-install, and plaintext token storage. The provided snippet is syntactically broken, so the exact fragment is non-functional; if the production code matches intent shown here, review distribution integrity, restrict environment overrides for API endpoints, avoid executing unverified scripts, and protect credentials at rest.

Confidence: 98%
Audit Metadata
Analyzed At
Mar 27, 2026, 07:36 PM
Package URL
pkg:socket/skills-sh/chanjing-ai%2Fchan-skills%2Fchanjing-tts-voice-clone%2F@7c96b1e7d12b70fde10c528fd4a00aa5fbb0fe9c