byted-mediakit-editing
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill requires the
shellpermission to execute themediakit-cliutility, which is used to process media files based on user-provided parameters. - [EXTERNAL_DOWNLOADS]: The documentation instructs the user to install the
@volcengine/mediakit-clipackage from the official NPM registry. This package is an official resource from the skill's authoring organization. - [PROMPT_INJECTION]: The skill exhibits a potential surface for indirect prompt injection through the processing of untrusted external media data. Ingestion points: Untrusted data enters the agent context through parameters such as
video_url,audio_url,subtitle_url, and thesubtitlestext array defined inSKILL.mdand related reference files. Boundary markers: There are no explicit instructions or delimiters provided to the agent to treat this data as purely non-executable or to ignore any instructions embedded within the media metadata or subtitle text. Capability inventory: The skill uses the shell to runmediakit-clifor media processing tasks. Sanitization: There is no mention of input sanitization or validation performed on the content of these external files before processing.
Audit Metadata