backup
Audited by Socket on Feb 27, 2026
1 alert found:
SecurityThis skill's declared purpose (streaming backup of asciinema recordings to a GitHub orphan branch) is consistent with its capabilities: it needs filesystem access, a GitHub repo, and tools like gh and fswatch. I found no explicit malicious code, obfuscation, or external exfiltration to unknown domains. The main risks are operational: automatic upload of potentially sensitive terminal recordings to a GitHub repository (risk increases if the repo is public or automation runs without explicit confirmation) and the broad power granted by allowing Bash execution. Recommend: ensure users authenticate gh to a private repo, add explicit prompts/consent for each upload or an option to sanitize/redact/encrypt recordings, and restrict runtime Bash permissions if possible.