linux-fundamentals-skill
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- COMMAND_EXECUTION (SAFE): The skill includes Python and Bash scripts (
linux_checker.py,system-health-check.sh) that execute system monitoring commands likeuname,uptime, anddf. These are read-only operations using hardcoded strings without user-input interpolation, posing no execution risk. - PRIVILEGE_MANAGEMENT (SAFE): High-privilege commands such as
sudo,chmod, andchownare referenced in the documentation and environment templates. These are appropriate for the skill's context of Linux administration and are not used by the skill's scripts to perform unauthorized actions. - PERSISTENCE (SAFE): The
.bashrctemplate provided in the assets is for manual environment customization. It contains standard shell aliases and prompt configurations with no automated installation scripts or hidden persistence logic.
Audit Metadata