remotion-multimedia
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references external URLs for documentation and sample media files.
- Fetches library documentation overview from
https://mediabunny.dev/llms.txt. - References sample media files from
https://remotion.media/for code demonstrations. - [INDIRECT_PROMPT_INJECTION]: The skill provides instructions for processing external media files (audio/video) to extract metadata.
- Ingestion points: The
UrlSourceandFileSourceclasses inmediabunnyingest external URLs or local files as defined inget-audio-duration.md,get-video-dimensions.md, andget-video-duration.md. - Capability inventory: The code examples demonstrate extracting numeric metadata (duration, width, height) using library methods like
computeDuration()andgetPrimaryVideoTrack(). - Sanitization/Boundaries: The skill is primarily instructional documentation; it does not implement autonomous interpretation of the content within the media files beyond specific technical metadata extraction.
Audit Metadata