ndi-tools
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The Python script
scripts/ndictl.pyis designed to interact with local NDI command-line utilities. - The script uses
subprocess.runwith a list of arguments to execute binaries likendi-find,ndi-send, andndi-record. - This implementation follows security best practices by avoiding
shell=True, which prevents common shell injection vulnerabilities. - [EXTERNAL_DOWNLOADS]: The skill references external sources for the NDI SDK and related OBS plugins.
- Documentation and links point to the official
ndi.videowebsite and the well-knownDistroAVGitHub repository. - The instructions prioritize manual user intervention and license acceptance, explicitly stating that it does not perform automated downloads or background installations.
Audit Metadata