arcads-external-api
Pass
Audited by Gen Agent Trust Hub on Apr 16, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses local shell commands including
ffmpeg,ffprobe, andopen(macOS) to process video assets, extract frames, and display output folders to the user. These operations are essential for the video analysis and generation workflows described in the skill. - [CREDENTIALS_UNSAFE]: The skill handles an
ARCADS_API_KEYfor authentication. It implements safe handling practices by instructing the user to store the key in a local.envfile rather than pasting it into the chat or public context, and it explicitly directs the agent to avoid printing the key in its responses. - [EXTERNAL_DOWNLOADS]: The skill references standard third-party tools such as
ffmpegand theopenai-whisperPython package. These are reputable utilities used for video processing and audio transcription respectively. - [SAFE]: The skill implements several safety-oriented design patterns, including mandatory dialogue confirmation gates and credit cost estimation approvals. These 'human-in-the-loop' requirements ensure the user maintains control over the agent's actions and expenditures.
Audit Metadata