byted-kickart-viral-replicator

Warn

Audited by Socket on Aug 10, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
scripts/core/api/meida/media.py

No strong evidence of intentional malware (no eval/exec, no subprocess, no hardcoded secrets or obvious backdoor logic) is present in this fragment. However, there are two significant security concerns: (1) potentially unsafe filesystem path construction using unsanitized group/media_id leading to plausible path traversal and arbitrary read/write/delete within the permissions of the running process; and (2) sys.path.append modifying import resolution, enabling import shadowing if the filesystem/runtime environment is attacker-influenced. Remote uploading occurs via delegated client/uploader calls, but domain/endpoint details and intent are not visible here; review dependent networking/auth modules for further confirmation.

Confidence: 58%Severity: 62%
AnomalyLOW
scripts/query.py

This module is a functional CLI wrapper that (a) queries a backend for task data, (b) extracts a service-provided video_url and passes it to a network-capable uploader, and (c) writes the returned JSON to a user-supplied file path. No explicit malicious payload behavior is visible in the snippet, but security risks are present: potential outbound transfer via KickartUploader, possible sensitive data disclosure to stderr on error paths, runtime sys.path manipulation enabling import shadowing, and unvalidated output-path usage that can overwrite files. Final maliciousness likelihood depends on the unseen implementations of IccpService and KickartUploader.

Confidence: 42%Severity: 60%
Audit Metadata
Analyzed At
Aug 10, 2026, 09:15 AM
Package URL
pkg:socket/skills-sh/bytedance%2Fagentkit-samples%2Fbyted-kickart-viral-replicator%2F@d58bc5eb7118476b7727eb43ebfd52deb6c2727343139f49f1fa7219bdc4ab99
Security Audit — socket — byted-kickart-viral-replicator