decklink-tools
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/decklink.pymanages hardware operations by shelling out toffmpeg. Analysis confirms the use ofsubprocess.call()with argument lists rather than shell strings. This approach ensures that user-provided arguments, such as device names or file paths, are not interpreted by a shell, effectively preventing command injection vulnerabilities. - [EXTERNAL_DOWNLOADS]: The skill provides links to official Blackmagic Design domains for the acquisition of Desktop Video drivers and the DeckLink SDK. These references target a well-known technology provider and are consistent with the skill's operational requirements.
- [SAFE]: The technical references provided in
references/cards-and-modes.mdand the troubleshooting sections ofSKILL.mdare accurate and context-appropriate. The skill correctly distinguishes between official SDK samples and third-party tools, demonstrating a high degree of transparency regarding software provenance.
Audit Metadata