audio-pipewire
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/pwctl.pywraps several standard PipeWire utilities, includingpw-cli,pw-dump,pw-link,pw-cat, andpw-metadata. These commands are executed usingsubprocess.run()with list-based arguments, which effectively mitigates shell injection risks by avoiding the system shell for command parsing. - [SAFE]: The skill operates entirely within the local Linux audio subsystem. No network operations, data exfiltration patterns, or persistence mechanisms were detected. The use of
Pathobjects andargparseensures that file paths and parameters are handled according to standard development practices.
Audit Metadata