screenkite-transcription-cut
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were identified in the skill instructions or scripts. The workflow follows a logical and safe sequence for media editing.
- [COMMAND_EXECUTION]: The script
scripts/apply_cuts.pyexecutes the local/usr/local/bin/screenkiteCLI tool usingsubprocess.runwith a list of arguments. This method is secure against shell injection as it does not invoke a shell to parse the command string. - [EXTERNAL_DOWNLOADS]: The skill integrates with ElevenLabs for transcription services. Audio data is sent to their official API, and the required API key is managed via a
.envfile as per the instructions, which is a recommended security practice. ElevenLabs is recognized as a well-known service. - [DATA_EXFILTRATION]: No evidence of unauthorized data exfiltration was found. Network activity is limited to the intended transcription service (ElevenLabs).
Audit Metadata