open-in-kdenlive
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill defines a bash-based procedure to interact with the filesystem and the Kdenlive application. It uses jq to read a local index file, find to locate specific project files, and setsid to launch the editor in a detached session. These actions align with the skill's stated purpose.
- [SAFE]: No malicious behaviors such as prompt injection, data exfiltration, or obfuscation were identified. The shell scripts follow safety best practices by quoting variables like TARGET and OPEN to prevent basic argument injection. The suggestion to install Kdenlive via sudo is presented as user-facing documentation in an error message, rather than executed automatically.
Audit Metadata