daemon-logs
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses standard Bash commands (
tail,grep) to read local application logs stored in the tool's data directory (~/.asciinema/logs/). - [SAFE]: All shell scripts utilize quoted heredocs (e.g.,
<< 'LOGS_EOF'), which prevents shell injection and unintended variable expansion within the script body. - [SAFE]: No credentials, secrets, or sensitive system files are accessed. The example log format mentions credentials being loaded, but the skill code itself does not expose any keys or tokens.
- [SAFE]: No external network connections, remote code dependencies, or privilege escalation attempts were detected.
Audit Metadata