daemon-setup
Facilitates the setup of an asciinema chunker daemon with an interactive wizard for seamless operation and notifications.
Install this skill
or
0/100
Security score
The daemon-setup skill was audited on May 12, 2026 and we found 10 security issues across 2 threat categories, including 5 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
medium line 41
Template literal with variable interpolation in command context
SourceSKILL.md
| 41 | ```bash |
high line 3
Access to system keychain/keyring
SourceSKILL.md
| 3 | description: Set up asciinema chunker daemon with interactive wizard. Guides through PAT creation, Keychain storage, Pushover setup, and. |
high line 11
Access to system keychain/keyring
SourceSKILL.md
| 11 | Interactive wizard to set up the asciinema chunker daemon. This daemon runs independently of Claude Code, using dedicated credentials stored in macOS Keychain. |
high line 19
Access to system keychain/keyring
SourceSKILL.md
| 19 | | Uses `gh auth token` (shared) | Uses dedicated PAT from Keychain | |
medium line 48
Access to system keychain/keyring
SourceSKILL.md
| 48 | # macOS-specific: security command for Keychain |
medium line 50
Access to system keychain/keyring
SourceSKILL.md
| 50 | command -v security &>/dev/null || MISSING+=("security (macOS Keychain)") |
medium line 98
Access to system keychain/keyring
SourceSKILL.md
| 98 | # Check if PAT already in Keychain |
medium line 114
Access to system keychain/keyring
SourceSKILL.md
| 114 | description: "Update daemon script and plist, keep Keychain credentials" |
high line 125
Access to system keychain/keyring
SourceSKILL.md
| 125 | See [PAT Setup Guide](./references/pat-setup-guide.md) for the full interactive flow: PAT creation walkthrough, Keychain storage, and verification. |
high line 151
Access to system keychain/keyring
SourceSKILL.md
| 151 | | Keychain access denied | macOS permission not granted | Grant access in System Settings | |
Scanned on May 12, 2026
View Security Dashboard