sonic

Warn

Audited by Socket on Aug 11, 2026

5 alerts found:

Anomalyx5
AnomalyLOW
scripts/mmaudio-server.py

No explicit malware/backdoor behavior is visible in this fragment (no exec/eval, credential theft, or covert network exfiltration). However, the design exposes meaningful security risks typical of an ML inference service: (1) server-side downloading of attacker-controlled URLs without validation (SSRF/unsafe fetch leading to unsafe media parsing), (2) acceptance of attacker-controlled local file paths passed into load_video (potential unintended local file access depending on load_video), (3) potential supply-chain risk from downloading/loading model artifacts at startup via torch.load, and (4) availability risks from unauthenticated, user-controlled heavy inference parameters plus abrupt process termination via os._exit(0). Overall this is a security-sensitive package/service more than overtly malicious code.

Confidence: 62%Severity: 66%
AnomalyLOW
scripts/setup-woosh.ps1

No direct malicious logic is evident in the provided installer snippet (no obvious credential theft, obfuscation, or exfiltration). However, the script has meaningful supply-chain security risk: it clones and executes unpinned upstream code, installs dependencies via uv from that code, downloads and extracts large model artifacts without checksum/signature verification, and overwrites the server entrypoint with a local woosh-server.py whose integrity is not verifiable from this fragment. Network exposure is increased when the API binds to 0.0.0.0:8000. Review/pin upstream revisions and verify artifact integrity to reduce risk.

Confidence: 63%Severity: 52%
AnomalyLOW
SKILL.md

SUSPICIOUS. The core purpose and official API usage are largely coherent for a media-generation skill, but trust is weakened by unreviewable auto-install scripts, mentions of third-party relays/proxies, and a required AGENTS.md merge. No confirmed malware is visible in this excerpt, but the install path and possible credential routing are too opaque to treat as benign.

Confidence: 84%Severity: 62%
AnomalyLOW
scripts/setup-woosh.sh

No explicit malicious payload (e.g., credential theft, reverse shells, crypto-mining, suspicious exfiltration) is present in this script itself. However, it performs high-impact supply-chain operations: it executes a remotely fetched installer via curl | sh, clones and runs a third-party repository without pinning or integrity checks, and downloads/unzips large archives without verifying hashes/signatures. It also exposes an API server on 0.0.0.0 when started. Overall, the script is more consistent with a setup/bootstrap utility, but it carries meaningful supply-chain risk due to unverified remote code and archive handling.

Confidence: 62%Severity: 63%
AnomalyLOW
scripts/setup-mmaudio.sh

This script itself does not visibly implement overt malware, but it significantly increases supply-chain and operational risk by cloning and editable-installing an unpinned upstream repository, downloading un-hashed dependencies (including CUDA PyTorch wheels), copying an API module into the cloned directory before execution, and optionally exposing an API server on 0.0.0.0:8001. Malicious behavior, if present, would most likely reside in the upstream repository code, its installation/build hooks, or the overwritten mmaudio-server.py; it cannot be ruled out from this snippet alone.

Confidence: 60%Severity: 52%
Audit Metadata
Analyzed At
Aug 11, 2026, 06:29 AM
Package URL
pkg:socket/skills-sh/hairyf%2Fskills%2Fsonic%2F@c2423b36d9a96e1e96d8f5c680cbf4c52f784e29959f1d4b8b76c87b9d752f02
Security Audit — socket — sonic