remotion-markup
Build polished Remotion video markup
Building video compositions can require many React, timing, and media decisions. This skill provides focused Remotion patterns for creating maintainable video markup.
توقف واطلب التأكيد قبل التثبيت.
راجع الخطة واحصل على موافقة صريحة من المستخدم قبل تغيير الملفات.
التثبيت باستخدام Agent لدي
انسخ هذا الطلب إلى Agent لديك. يتضمن صفحة Skill المعتمدة وملف manifest.
Review the Skillstore skill "remotion-markup" from https://skillstore.io/skills/remotion-dev-remotion-markup.md and its manifest at https://skillstore.io/api/skills/remotion-dev-remotion-markup/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.يجب أن يواصل Agent عرض خطته وطلب أي تأكيد تفرضه سياسة الأمان.
موارد مهيّأة لـ Agents
استخدم هذه الروابط عندما يحتاج AI Agent أو crawler أو script إلى سياق نظيف بدلًا من قراءة الصفحة كاملة.
اختبرها
جارٍ استخدام "remotion-markup". Create a title card that appears during the first second.
النتيجة المتوقعة:
- A composition outline with a full-frame title card.
- Frame-based opacity and scale timing guidance.
- Suggested accessibility and layout checks.
جارٍ استخدام "remotion-markup". Make my composition match the duration of an audio file.
النتيجة المتوقعة:
- A calculateMetadata approach for measuring audio duration.
- A frame-duration calculation using the selected FPS.
- A note to validate asset locations before rendering.
جارٍ استخدام "remotion-markup". Add a MapLibre map background.
النتيجة المتوقعة:
- A map composition structure using a reviewed style source.
- Guidance for deterministic map rendering.
- Notes about network access and asset ownership.
التدقيق الأمني
مخاطر عاليةMost static detections are false positives caused by Markdown fences, JavaScript template literals, relative documentation links, and public example URLs. One example fetches an unvalidated caller-provided URL, which can enable server-side request forgery in server rendering contexts. The voiceover example also constructs an output path from unvalidated identifiers.
مخاوف أمنية مؤكدة (1)
عناصر مراجعة القدرات (1)
هذه قدرات محلية حقيقية قد يُتوقع وجودها لهذه المهارة، لذا فهي تتطلب مراجعة ولكن لا تُحتسب كسلوك خبيث مؤكد.
عوامل الخطر
⚙️ الأوامر الخارجية (50)
🌐 الوصول إلى الشبكة (25)
📁 الوصول إلى نظام الملفات (9)
شارك واستشهد بهذا التقرير
شارك تقرير التقييم المرتبط بالإصدار والشارة المحايدة وبطاقة التضمين والاستشهادات. تعرض Skillstore الأدلة من دون أن تقرر ما إذا كانت هذه المهارة آمنة.
نسخ رابط التقرير
https://skillstore.io/skills/remotion-dev-remotion-markup/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportشارة Markdown
[](https://skillstore.io/skills/remotion-dev-remotion-markup?utm_source=security_passport_badge)شارة HTML
<a href="https://skillstore.io/skills/remotion-dev-remotion-markup?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/remotion-dev-remotion-markup/security.svg" alt="Skillstore security assessment" loading="lazy"></a>بطاقة قابلة للتضمين
<iframe src="https://skillstore.io/embed/skills/remotion-dev-remotion-markup.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>الاستشهادات الأكاديمية (APA · BibTeX · CFF)
اقتباس APA
remotion-dev. (2026). remotion-markup security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/remotion-dev-remotion-markup/audits/1اقتباس BibTeX
@techreport{remotion-dev-remotion-dev-remotion-markup-2026,
author = {remotion-dev},
title = {remotion-markup security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/remotion-dev-remotion-markup/audits/1},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "remotion-markup security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "remotion-dev"
date-released: "2026-07-20"
url: "https://skillstore.io/skills/remotion-dev-remotion-markup/audits/1"
identifiers:
- type: other
value: "skillstore:remotion-dev-remotion-markup:audit:1"
description: "Skillstore immutable audit report identifier"
تقييم Skillstore
سبب هذا التقييم موثوقية الأدلة: متوسطما الذي يمكنك بناؤه
Create a product video
Build a React composition with animated text, images, audio, and scene timing.
Edit a video timeline
Trim clips, sequence scenes, and calculate duration for a multi-part composition.
Add narrated explainers
Generate scene audio with an approved TTS provider and match composition length to audio.
جرّب هذه الموجّهات
Create a simple Remotion composition with a title, background color, and fade-in animation.
Add an image sequence and background audio to my Remotion composition. Use local public assets and explain the timing.
Help me sequence three video scenes with trims, overlaps, and a transition at 30 frames per second.
Design a calculateMetadata function for my Remotion composition. Validate external URLs and keep all fetched data within approved limits.
أفضل الممارسات
- Use local or approved media assets when rendering production videos.
- Keep timing calculations in frames and define the composition FPS clearly.
- Validate external URLs and dynamic asset identifiers before server-side rendering.
تجنب
- Do not place unvalidated user identifiers directly into output file paths.
- Do not fetch arbitrary user-provided URLs from a rendering server.
- Do not depend on remote media without considering availability, licensing, and caching.