obs-plugins
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/plugins.pyscript usessubprocess.runto execute standard development commands includinggitfor cloning repositories andcmakefor configuring and building C++ plugins. These operations are necessary for the skill's stated purpose of plugin development. - [EXTERNAL_DOWNLOADS]: The skill fetches the official
obs-plugintemplateand downloads binary assets for well-known community plugins (such as StreamFX, NDI, and Advanced Scene Switcher) from their respective GitHub repositories. These sources are established within the OBS ecosystem, and the downloads are required for the installation functionality provided by the skill. - [REMOTE_CODE_EXECUTION]: By design, the skill installs binary plugins into the local OBS environment. While this involves the execution of external code, the behavior is transparent, originates from well-known community sources, and aligns with the user's explicit request to manage OBS extensions.
Audit Metadata