daemon-start
Starts the asciinema chunker daemon, enabling recording and monitoring of terminal sessions.
Install this skill
or
97/100
Security score
The daemon-start skill was audited on May 12, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 31
Access to hidden dotfiles in home directory
SourceSKILL.md
| 31 | cat ~/.asciinema/health.json 2>/dev/null | jq -r '"Status: \(.status) | PID: \(.pid) | Last push: \(.last_push)"' || true |
low line 52
Access to hidden dotfiles in home directory
SourceSKILL.md
| 52 | cat ~/.asciinema/health.json 2>/dev/null | jq . || echo "Waiting for health file..." |
low line 74
Access to hidden dotfiles in home directory
SourceSKILL.md
| 74 | "message": "Monitoring ~/.asciinema/active", |
Scanned on May 12, 2026
View Security Dashboard