bash-linux
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [No Issues Detected] (SAFE): The skill consists entirely of documentation and examples for standard Bash command-line usage. No malicious patterns were identified across any threat categories.
- [Data Exposure Risk] (SAFE): While the guide mentions commands like
envandprintenv, which can display sensitive environment variables, they are presented as basic educational examples. There are no instructions to exfiltrate this data or target specific sensitive files (e.g., SSH keys, AWS credentials). - [Network Operations] (SAFE): The inclusion of
curlexamples usesexample.comand generic placeholders. These are standard patterns for learning HTTP requests and do not point to malicious infrastructure or perform unauthorized downloads. - [Best Practices] (SAFE): The provided shell script template follows industry best practices by including
set -euo pipefailto ensure scripts fail early and safely upon encountering errors or undefined variables.
Audit Metadata