media-toolkit
Audited by Socket on Aug 31, 2026
2 alerts found:
AnomalySecurityNo clear in-module malicious behavior (e.g., stealer/backdoor logic) is evident in this fragment. The dominant security concern is supply-chain/execution risk: the code executes an external helper binary whose path is defaulted to a user-home location and can be overridden by MEDIA_UPLOAD_BIN, without integrity verification. Additionally, write_json_file can write JSON to an arbitrary resolved filesystem path chosen by the caller. Overall risk is driven by trust in the helper binary and caller-controlled paths, not by overt malware in this module itself.
SUSPICIOUS. The stated purpose matches media processing, but the skill depends on unverifiable local executables and forwards backend credentials from a secret file/env into that toolchain. The upload/transcription data flows are plausible for the purpose, yet provenance and endpoint integrity are insufficiently verifiable, making the trust footprint disproportionate to a thin helper skill.