reading-logs
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: A comprehensive review of the SKILL.md and associated bash scripts revealed no malicious patterns or security vulnerabilities. The skill's operations are consistent with its stated purpose of log analysis.- [COMMAND_EXECUTION]: The skill executes local bash scripts (scripts/aggregate-errors.sh, scripts/extract-stack-traces.sh, etc.) using standard system utilities like grep, awk, and sed. All script logic is transparent, localized, and does not involve unsafe command construction or privilege escalation.- [EXTERNAL_DOWNLOADS]: The skill does not perform any network operations, fetch remote code, or download external dependencies. It relies entirely on pre-existing system tools like grep and jq.- [DATA_EXPOSURE]: The skill reads log files provided by the user to identify errors and patterns. It does not attempt to access sensitive system files, hardcoded credentials, or user secrets.
Audit Metadata