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.py that executes the ffmpeg binary to process video files. The script uses subprocess.run() and passes arguments as a list (with shell=False implicitly), which is a secure practice that prevents shell injection vulnerabilities.
  • [EXTERNAL_DOWNLOADS]: The documentation mentions installing lensfun database 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.md are 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
Risk Level
SAFE
Analyzed
Jun 27, 2026, 09:53 AM
Security Audit — agent-trust-hub — ffmpeg-lens-perspective