bootstrap
Audited by Socket on Feb 27, 2026
1 alert found:
MalwareThe bootstrap skill is functionally coherent with its stated purpose: it detects repo context, can create an orphan branch, and generates a script that starts asciinema recording and writes metadata for a background daemon to push chunks. The main security concern is credential handling: the create-orphan flow temporarily embeds a GitHub token in an HTTPS URL (AUTH_URL) which can leak via process listings or logs. Additionally, the design delegates privileged network operations to an external daemon (not included here), which must be audited because it will hold and use credentials (Keychain PAT) and perform autonomous pushes and notifications. No signs of obfuscated or obviously malicious code are present in this fragment, no external unknown domains or direct download-and-execute patterns are used. Overall this fragment is not clearly malicious but has moderate supply-chain/security risk due to token-in-URL usage and reliance on an unaudited daemon for secret handling and network pushes. Recommended actions: avoid embedding tokens in clone URLs, prefer credential helpers or SSH, ensure the daemon code is reviewed for safe handling of credentials and endpoints, and ensure file permissions on written JSON and cast files are restrictive.