analyzing-linux-kernel-rootkits
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/agent.pyuses thesubprocess.runmethod to execute external security utilities, specificallyvol(Volatility3) andrkhunter. These operations are essential for the skill's functionality and are implemented using best practices, such as passing arguments as a list to avoid shell injection and applying execution timeouts. - [COMMAND_EXECUTION]: Instructions within
SKILL.mdandreferences/api-reference.mdsuggest the use ofsudofor memory acquisition and rootkit scanning. While this involves high-privilege access, it is a technical requirement for the intended domain of kernel-level digital forensics.
Audit Metadata