niri-ipc
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill's scripts (
niri.py,niri_ctl.py) usesubprocess.runto execute theniriCLI tool. These calls pass arguments as a list, which prevents shell injection vulnerabilities by ensuring arguments are not interpreted by a shell. - [DATA_EXPOSURE]: The skill accesses the local Niri IPC socket defined by the
$NIRI_SOCKETenvironment variable. This is necessary for its intended functionality and does not involve external network connections or access to sensitive user credentials or configuration files. - [REMOTE_CODE_EXECUTION]: No patterns of remote script downloading, execution, or dynamic code generation were detected. All executable content is contained within the skill's own local scripts and works within the local environment.
Audit Metadata