comic-drama-master

Warn

Audited by Socket on Aug 7, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
scripts/file_download.py

This module is a straightforward batch HTTP downloader that streams untrusted remote content directly to local disk. It does not show explicit malware behaviors in the snippet (no code execution, no credential access, no persistence, no data exfiltration beyond downloading). However, it has meaningful security risks when inputs are attacker-controlled: unrestricted outbound URL fetching (SSRF/internal reach risk) and insufficient validation of --filenames (path traversal/unintended file write potential). Operationally it also lacks download size limits, increasing the chance of resource exhaustion. Overall, treat as a potentially risky capability in a supply-chain context unless strict input validation and environment constraints are enforced.

Confidence: 66%Severity: 63%
AnomalyLOW
scripts/tos_upload.py

No direct malware indicators (no persistence, command execution, or covert behavior) are evident in this module. However, it performs an explicitly security-sensitive operation: uploading caller-specified local files to remote object storage and returning a pre-signed URL that can be used to retrieve that data. Primary risk drivers are (1) supply-chain trust in the external get_aksk credential provider and (2) uncertain endpoint correctness ("volces.com" pattern) that could redirect uploads or indicate misconfiguration. If invoked with sensitive file paths or if logs/console output are collected broadly, this constitutes a realistic data-exfiltration capability.

Confidence: 56%Severity: 62%
Audit Metadata
Analyzed At
Aug 7, 2026, 03:03 AM
Package URL
pkg:socket/skills-sh/bytedance%2Fagentkit-samples%2Fcomic-drama-master%2F@1ea12c4af1e1886096688e4a91f66f3972befc4e64d28f4082140ca5da0a5f48
Security Audit — socket — comic-drama-master