administering-linux
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [Command Execution] (SAFE): The provided backup script uses standard Linux utilities (tar, find, du) to perform its functions. It correctly implements 'set -euo pipefail' for robust error handling and validates that it is running with appropriate privileges (root or backup user).
- [Data Exposure] (LOW): The script targets sensitive directories like /etc and /home for backup. This is a primary function of the skill and the data is stored locally in a configurable directory. There is no evidence of network activity or remote exfiltration.
- [Privilege Escalation] (LOW): Installation instructions suggest using sudo to set up the script. This is standard procedure for system-level administrative tools and is appropriate for the skill's stated purpose of 'administering-linux'.
Audit Metadata