linux-cgroups
Warn
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: MEDIUMCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions rely on
sudofor high-privilege tasks such as creating cgroups (cgcreate) and setting resource limits (cgset). - [COMMAND_EXECUTION]: It provides code examples in Bash and Python that execute system commands with elevated privileges via
subprocess.runor direct shell execution. - [COMMAND_EXECUTION]: The skill recommends modifying system configuration by creating
.slicefiles in/etc/systemd/system/, which is a privileged operation usually requiring root access. - [COMMAND_EXECUTION]: It describes direct interaction with the
/sys/fs/cgroup/filesystem, which is a sensitive system-level interface requiring administrative rights.
Audit Metadata