ffmpeg-lens-perspective
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a Python script
scripts/lens.pythat executes theffmpegbinary to process video files. The script usessubprocess.run()and passes arguments as a list (withshell=Falseimplicitly), which is a secure practice that prevents shell injection vulnerabilities. - [EXTERNAL_DOWNLOADS]: The documentation mentions installing
lensfundatabase tools via system package managers (apt,brew), which are trusted official sources. No unauthorized or suspicious remote code downloads are present. - [PROMPT_INJECTION]: The instructions in
SKILL.mdare focused on technical video processing tasks and do not contain any patterns attempting to override agent behavior or bypass safety guidelines. - [DATA_EXFILTRATION]: There are no network operations or attempts to access sensitive system files. The script only operates on the input and output file paths provided by the user.
Audit Metadata