byted-mediakit-editing
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill requires shell access to execute
mediakit-clifor video and audio processing commands, such astrim-videoandconcat-audio, as defined inSKILL.md. - [EXTERNAL_DOWNLOADS]: The documentation in
reference/shared.mdinstructs users to install the@volcengine/mediakit-clipackage from the NPM registry to enable the skill's core editing capabilities. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface due to the processing of untrusted external content.
- Ingestion points: Media resources are retrieved from external URLs provided in parameters like
video_urlandaudio_url, and arbitrary text is processed through thesubtitlesparameter inreference/add-subtitle-to-video.md. - Boundary markers: The skill instructions lack boundary markers or warnings to distinguish between media data and potential embedded instructions.
- Capability inventory: The skill possesses shell execution capabilities through the
mediakit-clitool (referenced acrossSKILL.mdand all files in thereference/directory), which could be influenced by malicious content in processed files. - Sanitization: There is no evidence of content validation or sanitization for media files or subtitle strings before they are handled by the CLI tool.
Audit Metadata