yyl-remotion-video
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npx create-video@latestto initialize new video projects. This is the official scaffolding tool provided by the Remotion developers for creating React-based video projects. - [COMMAND_EXECUTION]: The skill defines a workflow involving several shell commands for project maintenance and output generation. This includes running
npm run lintfor code quality checks,npx remotion stillfor frame-by-frame visual debugging, andnpx remotion renderfor final mp4 export. All commands are standard for the intended video production use case. - [REMOTE_CODE_EXECUTION]: Documentation refers to the use of
npx skills@latestfor installing the skill itself. This is a common pattern for managing agent extensions and follows standard package execution practices from the npm registry. - [SAFE]: No obfuscation, data exfiltration, or persistence mechanisms were detected in the skill's instructions or templates. The React/TypeScript templates provided are strictly for visual composition and animation.
Audit Metadata